/*
Theme Name: Mobile Store
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {

    --fs-12: 12px;
    --fs-14: 14px;
    --fs-16: 16px;
    --fs-18: 18px;
    --fs-20: 20px;
    --fs-title: 36px;

    --clr-gray: #E3EAF2;
    --clr-blue: #146E95;
    --clr-blue-gray: #6C7C93;
}

/*Single Product*/
.woocommerce-breadcrumb a{
	font-size: var(--fs-16) !important;
}

.single-product  .product-page-title{
	padding: 20px 0;
}
.single-product .section-title {
    justify-content: center;
    font-size: var(--fs-title);
    margin-bottom: 40px;
}

.container:before,.container:after{
	display: none;
}

.container:empty {
  display: none;
}

.single-product #wrapper,
.single-product #main {
    background-color: white !important;
}

.single-product * {
    font-family: "Be Vietnam Pro", sans-serif;
     !important;
}

/* .single-product-page {
    padding: 0 0 80px 0;
} */

.product-hero-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 60px;
}

.product-hero-grid .product-left {
    overflow: hidden;
}

.product-hero-grid .gallery-main-swiper img {
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.product-hero-grid .gallery-main-swiper .gallery-slide-inner {
    position: relative;
}

.product-hero-grid .gallery-main-swiper .gallery-slide-inner:before {
    position: absolute;
    content: '';
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.product-hero-grid .product-gallery-wrapper {
    position: relative;
}

.section-bg-gray {
    background-color: #F0F4F8;
}

.faq-main-title {
    text-align: center;
}

.product-section {
    padding: 80px 0;
}

.product-section#section-description {
    padding-bottom: 0;
}

.product-hero-grid .product-gallery-wrapper .gallery-tag-right {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    border-radius: 100px;
    padding: 4px 10px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.22);
    color: var(--clr-blue);
    font-weight: 700;
    font-size: var(--fs-14);
    border: 2px solid var(--clr-gray);
    background-color: white;
}

.product-hero-grid .product-gallery-wrapper .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.product-hero-grid .gallery-thumb-swiper {
    margin-top: 10px;
}

.product-hero-grid .gallery-thumb-swiper .swiper-slide {
    position: relative;
}

.product-hero-grid .gallery-thumb-swiper .swiper-slide:before {
    position: absolute;
    content: '';
    inset: 0;
    padding: 1px;
    border: 2px solid var(--clr-gray);
    border-radius: 10px;
}

.product-hero-grid .gallery-thumb-swiper .swiper-slide.swiper-slide-thumb-active:before {
    border-color: var(--clr-blue);
}

.product-hero-grid .sku-label {
    color: var(--clr-blue-gray);
    font-size: var(--fs-16);
}

.product-hero-grid .product-summary-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product-hero-grid .product-summary-box .product-title {
    font-size: var(--fs-title);
    font-weight: 700;
}

.product-hero-grid .product-summary-box h1,
.product-hero-grid .product-summary-box h2,
.product-hero-grid .product-summary-box h3,
.product-hero-grid .product-summary-box p {
    margin: 0 !important;
}

.product-hero-grid .summary-price-box {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(90deg, #F2F7FA 0%, #F2FAFD 100%);
    border: 2px solid var(--clr-gray);
    margin-bottom: 20px;
}

.product-hero-grid .product-summary-box .price-title {
    background: linear-gradient(90deg, #02648F 0%, #42B0DE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: var(--fs-title);
    font-weight: 700;
}

.product-hero-grid .summary-action-box,
.product-hero-grid .summary-cta {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid var(--clr-gray);
}

.product-hero-grid .summary-action-box{
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	
}
.product-hero-grid .summary-cta {
    border: 0;
    padding: 0;
}

.product-hero-grid .summary-trust {
    padding-top: 30px;
    border-top: 1px solid var(--clr-gray);
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.product-hero-grid .summary-cta .btn-quote-open,
.product-tabs-nav .btn-quote-open {
    background: linear-gradient(90deg, #FF6904 0%, #FF812D 100%);
    border-radius: 10px;
    padding: 10px 20px;
    color: white;
    font-weight: 700;
    text-transform: inherit;
    margin: 0;
    width: 100%;
    min-height: 2.5em;
    line-height: 2.4em;
    letter-spacing: .03em;
    text-align: center;
}

.product-hero-grid .summary-cta .btn-quote-open {
    font-size: var(--fs-18) !important;
}

.product-tabs-nav {
	margin-top: 40px;
    border-bottom: 1px solid var(--clr-gray);
}

.product-tabs-nav .btn-quote-open {
    min-height: auto;
    border-radius: 10px;
    padding: 0 20px;
    width: fit-content;
    font-size: var(--fs-14);
}

.product-hero-grid .summary-cta .btn-consult {
    background: linear-gradient(90deg, #02658F 0%, #1B9ED6 100%);
    border-radius: 10px;
    padding: 8px 14px;
    color: white;
    font-weight: 700;
    text-transform: inherit;
    width: 100%;
    margin: 0;
    font-size: var(--fs-16) !important;
}

.product-hero-grid .summary-cta .cta-label {
    font-weight: 700;
}

.product-hero-grid .summary-cta .btn-link-download {
    text-align: center;
    color: var(--clr-blue);
    font-weight: 600;
}

.product-tabs-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-tabs-nav .tabs-list {
    display: flex;
    gap: 15px;
}

.product-tabs-nav .tab-btn {
    margin: 0;
    border: 0;
    text-transform: inherit;
    color: #A0AAB8;
    background-color: white;
    position: relative;
    line-height: inherit;
    padding: 15px 0;
}

.product-tabs-nav .tab-btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    height: 1px;
}

.product-tabs-nav .tab-btn.active:before {
    background-color: var(--clr-blue);
}

.product-tabs-nav .tab-btn:hover,
.product-tabs-nav .tab-btn.active {
    background-color: white;
    color: var(--clr-blue);
}

.product-tabs-nav .tab-btn:hover:before{
    background-color: var(--clr-blue);
}

.tab-contents-wrap .tab-content {
    display: none;
    width: 100%;
    padding: 40px 0;
}

.tab-contents-wrap .tab-content.active {
    display: block;
}

.container-process .section-title {
    text-align: center;
}

.container-process .process-timeline {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.container-process .process-step {
    text-align: center;
}

.container-process .process-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.container-process .process-step:not(:last-child) .process-connector {
    position: absolute;
    top: 50%;
    width: calc(100% + 50px);
    height: 2px;
    background: linear-gradient(90deg, #1B9ED6 0%, #02658F 100%);
    left: calc(50% + 20px);
}

.container-process .process-step:nth-child(4) .process-connector {
    width: calc(100% + 30px);
}

.container-process .process-circle .process-num {
    border-radius: 100%;
    aspect-ratio: 1/1;
    width: 40px;
    color: white;
    font-weight: 700;
    background: linear-gradient(90deg, #02658F 0%, #1B9ED6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-process .process-step:last-child .process-circle .process-num {
    background: linear-gradient(90deg, #FF812D 0%, #FF6904 100%);
}

.container-process .process-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
}

.container-process .process-content h4,
.container-process .process-content p {
    margin: 0;
}

.container-process .process-content p {
    color: #79879B;
}

.container-process .section-title {
    justify-content: center;
    font-size: var(--fs-title);
    margin-bottom: 40px;
}

.btn-config-quote {
    font-size: var(--fs-18) !important;
    font-weight: 700;
    text-transform: inherit;
    color: white;
}

.btn-config-quote.btn-teal {
	padding: 8px 12px;
	font-size: var(--fs-16) !important;
    background: linear-gradient(90deg, #02658F 0%, #1B9ED6 100%);
}

.btn-config-quote.btn-orange {
    background: linear-gradient(90deg, #FF6904 0%, #FF812D 100%);
}

.process-time.blue {
    color: #426EDF;
    background-color: #DBEAFE;
}

.process-time.green {
    color: #6FB88B;
    background-color: #DCFCE7;
}

.process-time.yellow {
    color: #D29252;
    background-color: #FEF3C6;
}

.process-time.purple {
    color: #9A4FD8;
    background-color: #F5E9FE;
}

.process-time.orange {
    color: #D47446;
    background-color: #FFEDD5;
}

.process-time {
    display: flex;
    align-self: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 5px;
    font-size: var(--fs-14);
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-top: 40px;
}

/*.product-related-section .container {
    padding: 40px 20px;
}*/

.product-related-section .section-title {
    margin-bottom: 0;
    font-size: var(--fs-title);
}

.product-related-section .related-header {
    display: flex;
    justify-content: space-between;
}

.product-related-section .related-header .section-title {
    justify-content: space-between;
}

.view-all-link {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.related-card {
    border: 2px solid var(--clr-gray);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.related-card-body {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.related-moq {
    margin-top: auto;
}

.related-card-img img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.related-card-body .related-title,
.related-card-body p {
    margin-bottom: 0;
}

.related-card:hover .related-title {
    color: var(--clr-blue) !important;
}

.related-card-body p {
    color: #79879B !important;
}


.related-card-body .related-title {
    font-size: var(--fs-16);
    color: black !important;
}

.related-card-body .btn-related-quote {
    color: var(--clr-blue);
	font-weight: 700;
}

.faq-wrap {
    max-width: 800px;
    margin: 0 auto;
}

.faq-main-title {
    font-size: var(--fs-title);
    font-weight: 700;
    color: #1A3A4A;
    margin-bottom: 28px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
}

.faq-item:last-child {
    border-bottom: none;
}

/* Question button */
.faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px;
    background: #F9FAFC;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    margin: 0 !important;
    text-transform: inherit !important;
    border-radius: 10px;
}

.faq-item.open .faq-q {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-q-text {
    font-size: var(--fs-16);
    font-weight: 700;
    color: #1A3A4A;
    line-height: 1.5;
    flex: 1;
    text-transform: inherit;
}

.faq-item.open .faq-q-text {
    color: var(--clr-blue);
}

.faq-icon {
    font-weight: 400;
    color: var(--clr-blue);
    flex-shrink: 0;
    line-height: 1;
    display: inline-block;
    width: 24px;
    height: 20px;
    text-align: center;
}

.faq-item.open .faq-icon {
    transform: rotateX(180deg);
}

/* Answer */
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-a-inner {
    padding: 0 20px 20px 20px;
    font-size: var(--fs-16);
    color: #475569;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #F9FAFC;
}

.product-description-wrap {
    position: relative;
    overflow: hidden;
}

.product-description-wrap.collapsed {
    max-height: 350px;
}

.product-description-wrap.expanded {
    max-height: none;
}

.description-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, transparent, white);
    pointer-events: none;
    transition: opacity 0.3s;
}

.product-description-wrap.expanded .description-fade {
    opacity: 0;
}

/* View More button */
.btn-view-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 16px 24px;
    margin: 0;
    background: linear-gradient(90deg, #02658F 0%, #1B9ED6 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: var(--fs-14);
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s, transform 0.2s;
}

.btn-view-more svg {
    width: 18px;
    height: 18px;
    transition: transform 0.35s ease;
    flex-shrink: 0;
}

.btn-view-more.open svg {
    transform: rotate(180deg);
}

.product-config-section {
    background: #F0F4F8;
}

.config-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.config-section-title {
    font-size: var(--fs-title);
    font-weight: 700;
    color: black;
}

.config-layout {
    display: grid;
    grid-template-columns: 1fr 0.4fr;
    gap: 24px;
    align-items: start;
}

/* Accordion */
.config-step {
    background: white;
    border-radius: 14px;
    border: 1.5px solid #E5E9ED;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.config-step:last-child {
    margin-bottom: 0;
}

.config-step.open {
    border-color: #FF6B35;
    box-shadow: 0 4px 16px rgba(255, 107, 53, 0.1);
}

.config-step-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    cursor: pointer;
    user-select: none;
}

.step-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.step-num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--clr-blue);
    color: white;
    font-size: var(--fs-14);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s;
}

.config-step.open .step-num {
    background: #FF6B35;
    color: white;
}

.step-title-text {
    font-size: var(--fs-16);
    font-weight: 600;
    color: #1A3A4A;
}

.step-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.step-chosen {
    font-size: var(--fs-14);
    font-weight: 400;
    color: #FF6B35;
}

.step-arrow {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.config-step.open .step-arrow {
    transform: rotate(180deg);
}

/* Body */
.config-step-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.config-step-body button {
    margin: 0 !important;
}

.config-step-body input {
    width: auto;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 8px;
    height: 43px;
}
}

.config-step.open .config-step-body {
    max-height: 600px;
}

.config-step-inner {
    padding: 0 20px 20px;
    border-top: 1px solid #F1F5F9;
}

.step-note {
    background: #EFF6FF;
    border-left: 3px solid #3B82F6;
    border-radius: 0 8px 8px 0;
    padding: 10px 14px;
    font-size: var(--fs-16);
    color: #1E40AF;
    margin: 14px 0;
    line-height: 1.6;
}

/* Dimensions */
.dim-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin-top: 14px;
}

.dim-group label {
    display: block;
    font-size: var(--fs-12);
    font-weight: 700;
    color: #64748B;
    margin-bottom: 6px;
}

.dim-group input {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #E5E9ED;
    border-radius: 8px;
    font-size: var(--fs-14);
    color: #1A3A4A;
    outline: none;
    transition: border-color 0.2s;
    font-family: inherit;
}

.dim-group input:focus {
    border-color: #FF6B35;
}

/* Options */
.option-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.option-btn {
    padding: 8px 16px;
    border-radius: 8px;
    border: 1.5px solid #E5E9ED;
    background: white;
    font-size: var(--fs-14);
    font-weight: 400;
    color: #475569;
    cursor: pointer;
    transition: all 0.18s;
    font-family: inherit;
	text-transform: capitalize;
}

.option-btn:hover {
    border-color: #FF6B35;
    color: #FF6B35;
    background: white7F4;
}

.option-btn.selected {
    border-color: #FF6B35;
    background: #FF6B35;
    color: white;
    font-weight: 700;
}

/* Qty */
.qty-presets {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 14px 0 12px;
}

.qty-preset-btn {
    padding: 8px 18px;
    border-radius: 8px;
    border: 1.5px solid #E5E9ED;
    background: white;
    font-size: var(--fs-14);
    font-weight: 700;
    color: #475569;
    cursor: pointer;
    transition: all 0.18s;
    font-family: inherit;
}

.qty-preset-btn:hover {
    border-color: #FF6B35;
    color: #FF6B35;
}

.qty-preset-btn.selected {
    border-color: #FF6B35;
    background: #FF6B35;
    color: white;
}

.qty-custom-label {
    font-size: var(--fs-14);
    color: #64748B;
    display: block;
    margin-bottom: 8px;
}

.qty-input-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.qty-ctrl {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1.5px solid #E5E9ED;
    background: #F8FAFC;
    font-size: var(--fs-18);
    color: #1A3A4A;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.18s;
    font-family: inherit;
}

.qty-ctrl:hover {
    border-color: #FF6B35;
    color: #FF6B35;
}

#qtyInput {
    width: 100px;
    padding: 8px 12px;
    border: 1.5px solid #E5E9ED;
    border-radius: 8px;
    font-size: var(--fs-14);
    font-weight: 600;
    text-align: center;
    color: #1A3A4A;
    font-family: inherit;
    outline: none;
}

#qtyInput:focus {
    border-color: #FF6B35;
}

.qty-unit {
    font-size: var(--fs-14);
    color: #64748B;
    font-weight: 400;
}

/* File */
.file-drop-zone {
    border: 2px dashed #CBD5E1;
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    background: #F8FAFC;
    margin-top: 14px;
}

.file-drop-zone:hover,
.file-drop-zone.drag-over {
    border-color: #FF6B35;
    background: white7F4;
}

.file-drop-zone p {
    font-size: var(--fs-16);
    color: #475569;
    margin-bottom: 4px;
}

.file-drop-zone small {
    font-size: var(--fs-14);
    color: #94A3B8;
}

.file-skip-note {
    font-size: var(--fs-14);
    color: #94A3B8;
    margin-top: 8px;
    text-align: center;
}

.file-skip-note a {
    color: #3B82F6;
    text-decoration: none;
}

/* Summary box */
.config-summary-col {
    position: sticky;
    top: 130px;
}

.config-summary-box {
    background: white;
    border-radius: 16px;
    border: 1.5px solid #E5E9ED;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.summary-check-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--fs-16);
    font-weight: 700;
    color: #1A3A4A;
    margin-bottom: 20px;
}

.summary-rows {
    margin-bottom: 20px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid #F1F5F9;
    font-size: var(--fs-16);
}

.summary-row:last-child {
    border-bottom: none;
}

.sum-label {
    color: #64748B;
}

.sum-value {
    font-weight: 600;
    color: #1A3A4A;
    text-align: right;
    max-width: 55%;
}

.sum-value.updated {
    color: #FF6B35;
}

.summary-leadtime {
    background: #EFF6FF;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.leadtime-label {
    font-size: var(--fs-14);
    color: #3B82F6;
    font-weight: 600;
    margin-bottom: 4px;
}

.leadtime-value {
    font-size: var(--fs-18);
    font-weight: 700;
    color: #1A3A4A;
}

.btn-config-quote {
    width: 100%;
    padding: 10px 14px;
    border-radius: 10px;
    border: none;
    font-size: var(--fs-14);
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 10px;
    font-family: inherit;
    transition: opacity 0.2s, transform 0.1s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.product-tabs-nav {
    position: sticky;
    top: 70px;
    z-index: 100;
    background: white;
    border-bottom: 2px solid #E5E9ED;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.tabs-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-right: 24px;
}

.tabs-container {
    flex: 1;
    overflow-x: auto;
    scrollbar-width: none;
}

.tabs-container::-webkit-scrollbar {
    display: none;
}

.tabs-list {
    display: flex;
    white-space: nowrap;
}

.tab-btn {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    font-size: var(--fs-16);
    font-weight: 400;
    color: #64748B;
    text-decoration: none;
    white-space: nowrap;
    font-family: inherit;
    transition: color 0.2s;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    /* overlap border-bottom của nav */
}

.tab-btn:hover {
    color: #1A3A4A;
    text-decoration: none;
}

.tab-btn.active {
    color: #FF6B35;
    border-bottom-color: #FF6B35;
}

.tabs-nav-cta {
    flex-shrink: 0;
    background: linear-gradient(90deg, #FF6904 0%, #FF812D 100%);
    color: white;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: var(--fs-16);
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s;
}

.tabs-nav-cta:hover {
    opacity: 0.88;
    color: white;
    text-decoration: none;
}

.quote-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
}

.modal-box {
    position: relative;
    background: white;
    border-radius: 20px;
    width: 50vw;
    overflow: auto;
    max-height: 80dvh;
}

#quoteForm input,
#quoteForm textarea {
    border-radius: 8px;
    box-shadow: none !important;
}

#quoteForm input:focus {
    box-shadow: none;
}

#quoteFormWrap {
    padding: 0px 20px 40px 20px;
}

.modal-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.modal-summary-row span {
    white-space: nowrap;
}


.modal-summary-row strong {
    text-align: right;
	font-weight: 600;
}

.modal-header {
    text-align: center;
}

.modal-header h3 {
    margin: 0;
    background: linear-gradient(90deg, #02648F 0%, #42B0DE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: var(--fs-title);
    font-weight: 700;
}

.modal-close {
    margin: 0 !important;
    border-bottom-right-radius: 20px;
    aspect-ratio: 1 / 1;
    background-color: #EFF6FF;
}

.modal-config-summary {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-submit-quote {
    color: white;
    text-transform: inherit;
    font-size: var(--fs-16);
    background: linear-gradient(90deg, #02658F 0%, #1B9ED6 100%);
    padding: 0 14px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#quoteSuccess {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#quoteSuccess h3 {
    text-align: center;
}

#quoteSuccess p {
    margin: 0 !important;
}

.btn-close-success {
    margin: 20px 0 40px 0;
    border-radius: 10px;
    color: white;
    background: linear-gradient(90deg, #02658F 0%, #1B9ED6 100%);
    padding: 0 14px;
}

.gallery-badges {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
}

.gallery-badges .badge-item {
    border-radius: 100px;
    padding: 4px 10px;
    font-weight: 700;
    font-size: var(--fs-14);
    padding: 4px 10px;
}

.summary-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.summary-tags .info-tag {
    border-radius: 100px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: normal;
    font-size: var(--fs-16);
    font-weight: 500;
}

.summary-tags .info-tag svg {
    width: 20px;
    height: 20px;
}

.summary-tags .info-tag.tag-blue {
    background-color: #E4EFF3;
    color: #00608A;
}

.summary-tags .info-tag.tag-green {
    background-color: #E0FDEA;
    color: #097733;
}

.summary-tags .info-tag.tag-orange {
    background-color: #FFEDD5;
    color: #C03C07;
}

.star {
    font-size: 20px;
}

.star.star-filled {
    color: #FCCF23;
}

.star.star-empty {
    color: var(--clr-blue-gray);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.review-card {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.06);
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#section-process .section-title,
#section-reviews .section-title {
    margin-bottom: 40px;
}

.material-content ul {
    padding-left: 15px;
}

.review-content p {
    margin: 0 !important;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-position {
    color: #85838D;
}

.avatar-initial {
    display: flex;
    width: 50px;
    aspect-ratio: 1 / 1;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    color: white;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.portfolio-grid .portfolio-item {
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    overflow: hidden;
}

.portfolio-grid .portfolio-item .portfolio-thumb-item {
    height: 100%;
}

.portfolio-grid .portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-product .portfolio__heading {
    margin: 0 0 10px 0 !important;
    color: #333333;
}

#section-gallery .portfolio__more-btn:hover {
    transform: translateY(0);
}

#section-gallery.product-section{
	padding-bottom: 0;
}

#section-gallery .portfolio__more-btn{
	background: linear-gradient(90deg, #02658F 0%, #1B9ED6 100%);
	border-radius: 10px !important; 
	border: 0;
	color: white;
	font-weight: 700;
	padding: 8px 16px !important;
	margin: 0 !important;
	font-size: var(--fs-16) !important;
}

@media (max-width: 768px) {

    :root {
        --fs-title: 22px;
        --fs-18: 16px;
    }

    .product-tabs-nav {
        position: sticky;
        top: 60px;
    }

    .tabs-nav-inner {
        padding-right: 12px;
    }

    .tab-btn {
        padding: 12px 13px;
        font-size: var(--fs-14);
    }

    .tabs-nav-cta {
        padding: 7px 12px;
        font-size: var(--fs-14);
    }

    .product-hero-grid {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }

    .product-section {
        padding: 40px 0;
    }

    .summary-tags .info-tag {
        --fs-16: 14px;
    }

    .portfolio__heading {
        font-size: 22px;
    }

    .container-process .process-timeline {
        flex-direction: column;
		gap: 30px;
    }

    .process-connector {
        display: none;
    }

    .reviews-grid,
    .related-grid {
        grid-template-columns: 1fr;
    }

    .modal-box {
        width: 90vw;
    }

    .product-hero-grid .summary-trust {
        grid-template-columns: 1fr;
    }

    #section-gallery {
        padding-bottom: 0;
    }

    .gallery-badges {
        left: 10px;
        top: 10px;
    }

    .product-hero-grid .product-gallery-wrapper .gallery-tag-right {
        right: 10px;
        top: 10px;
    }

    body {
        overflow: visible !important;
    }

}


@media (max-width: 900px) {
    .config-layout {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .config-steps-col {
        width: 100%;
    }

    .config-summary-col {
        position: static;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .dim-inputs {
        grid-template-columns: 1fr;
    }
}