.product-main-banner {
    background: url('assets/images/architect-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 120px 0;
    min-height: 450px;
    text-align: center;
    position: relative;
}
.product-main-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}
.product-main-banner .container {
    position: relative;
    z-index: 2;
}
.product-title {
    font-family: 'Radley';
    font-size: 70px;
    color: #fff;
    font-weight: 400;
}
.product-can-image {
    max-width: 100%;
    margin-top: -150px;
    position: relative;
    z-index: 3;
    text-align: center;
    margin-bottom: 20px;
}
.product-can-image img {
    max-width: 250px;
}
.product-intro-text {
    text-align: center;
    padding: 40px 15%;
    font-size: 24px;
    color: var(--primary-brown);
}
.sizes-section {
    background: url('assets/images/singleproduct/size-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    color: var(--text-light);
}
.sizes-section h2 {
    font-family: 'Radley';
    font-size: 50px;
    margin-bottom: 20px;
    color: #fff;
}
.sizes-section p {
    font-size: 24px;
    color: #fff;
    margin: auto;
}
.size-item {
    text-align: center;
}
.size-item img {
    max-width: 100%;
    height: auto;
}
.size-item .size {
    color: #ffff;
    font-size: 30px;
    font-weight: 700;
    margin-top: 15px;
}
.size-item .price {
    color: #ffff;
    font-size: 30px;
    font-weight: 700;
}
.key-features-section {
    padding: 80px 0;
    background-color: var(--background-cream);
    text-align: center;
}
.key-features-section h2 {
    font-family: var(--font-title);
    font-size: 50px;
    color: var(--primary-brown);
    margin-bottom: 20px;
}
.key-features-section .subtitle {
    font-size: 24px;
    color: var(--primary-brown);
    max-width: 800px;
    margin: 0 auto 60px auto;
    line-height: 1.7;
}
.key-features-section .btn-download{
    font-size:23px;
    border: 1px solid #4A2B23;
    border-radius: 15px;
    padding: 10px 30px;
    color: #4A2B23;
    font-weight: 500;
    text-decoration: none;
}
.feature-icon-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid var(--primary-brown);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.feature-icon-wrapper img {
    height: 50px;
}
.key-feature-item h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-brown);
}
.finish-section {
    background: url('assets/images/singleproduct/ft-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    color: var(--text-light);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.finish-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.finish-section .container {
    position: relative;
    z-index: 2;
}
.finish-section h2 {
    font-family: 'Radley', serif;
    font-weight: 400;
    font-size: 36px;
    max-width: 800px;
    margin: 0 auto 40px auto;
    line-height: 1.4;
    color: #fff;
    text-transform: uppercase;
}
.finish-swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    perspective: 1200px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 450px;
    height: 300px;
    border-radius: 25px;
    overflow: hidden;
    transform: scale(0.7);
    opacity: 0.4;
    transition: transform 0.5s, opacity 0.5s;
}
.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.timeline-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 40px auto 0;
    position: relative;
}
.timeline-nav::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 10%;
    right: 10%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}
.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    text-align: center;
    width: 20%;
    position: relative;
    z-index: 2;
}
.timeline-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid white;
    background-color: transparent;
    margin-bottom: 15px;
    transition: background-color 0.3s;
}
.timeline-item.active .timeline-dot {
    background-color: white;
}
.timeline-item p {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s;
    font-size: 16px;
    line-height: 1.3;
}
.timeline-item.active p {
    color: white;
}
section.tools-contact-section {
    padding: 60px 0;
}
.tools-contact-section .form-pane {
    color: #fff;
    transform: none;
    height: 100%;
    border-radius: 30px;
}
.tool-card-clone {
    position: relative;
    /* NOTE: Replace with your actual background image path */
    background: url('assets/images/singleproduct/contact.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 30px;
    padding: 50px 30px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.tool-card-clone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(60, 60, 60, 0.75);
    border-radius: inherit;
    z-index: 1;
}
.tool-card-clone>* {
    position: relative;
    z-index: 2;
}
.tool-card-clone .image-wrapper {
    position: relative;
    margin-bottom: 70px;
    max-width: 90%;
}
.tool-card-clone .main-image {
    width: 100%;
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.tool-card-clone .calculator-icon {
    position: absolute;
    bottom: -30px;
    left: 80%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background-color: #fce07a;
    border: 1px solid var(--primary-brown);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}
.tool-card-clone h3 {
    font-family: var(--font-title);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}
.tool-card-clone p {
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #f0f0f0;
}
.btn-calculate-clone {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 12px 35px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-calculate-clone:hover {
    background-color: #fff;
    color: #333;
}
/* .product-can-image img, 
.size-item img {
    cursor: url('assets/images/icons/spray-paint-cursor.png'), auto;
} */
@media (max-width:1440px) {
    .product-main-banner {
        min-height: 350px;
    }
    .product-title {
        font-size: 50px;
    }
    .product-can-image img {
        max-width: 180px;
    }
    .sizes-section {
        padding: 60px 0;
    }
    .sizes-section h2 {
        font-size: 40px;
    }
    .sizes-section p {
        font-size: 18px;
    }
    .size-item .size {
        font-size: 24px;
    }
    .size-item .price {
        font-size: 24px;
    }
    .key-features-section {
        padding: 60px 0;
    }
    .key-features-section h2 {
        font-size: 40px;
    }
    .finish-section {
        padding: 60px 0;
    }
    .finish-swiper-container {
        padding: 30px 0;
    }
}
@media (max-width:991px) {
    .product-main-banner {
        min-height: 250px;
        padding: 80px 0;
    }
    .product-title {
        font-size: 25px;
    }
    .product-intro-text {
        padding: 30px 0;
        font-size: 16px;
    }
    .product-can-image {
        margin-top: -120px;
    }
    .product-can-image img {
        max-width: 120px;
    }
    .sizes-section {
        padding: 30px 0;
    }
    .sizes-section h2 {
        font-size: 25px;
    }
    .sizes-section p {
        font-size: 16px;
    }
    .key-features-section {
        padding: 30px 0;
    }
    .key-features-section h2 {
        font-size: 25px;
        font-weight: 600;
    }
    .key-features-section .subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .key-feature-item {
        margin: 15px 0;
    }
    .feature-icon-wrapper {
        margin-bottom: 10px;
    }
    .finish-section {
        padding: 30px 0;
    }
    .finish-section h2 {
        font-size: 20px;
    }
    section.tools-contact-section {
        padding: 30px 0;
    }
    .tool-card-clone {
        padding: 30px;
    }
    .tool-card-clone .image-wrapper {
        max-width: 75%;
        margin-bottom: 30px;
    }
    .tool-card-clone .main-image {
        border-radius: 20px;
    }
    .tool-card-clone .calculator-icon {
        width: 40px;
        height: 40px;
        bottom: -20px;
    }
    .tool-card-clone .calculator-icon img {
        height: 25px;
    }
    .tool-card-clone h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .tool-card-clone p {
        font-size: 10px;
    }
    .btn-calculate-clone {
        font-size: 12px;
        padding: 5px 20px;
    }
    .tools-contact-section .col-lg-7 {
        padding: 0;
    }
    .tools-contact-section .form-pane {
        border-radius: 0;
    }
}
@media (max-width: 767px) {
    .timeline-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 40px 0;
        max-width: 35%;
        padding-left: 8px;
        padding-right: 8px;
    }
    .timeline-nav::before {
        left: 8px;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 1px;
        right: auto;
    }
    .timeline-item {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        width: 100%;
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .timeline-item p {
        font-size: 10px;
        margin-bottom: 0;
    }
    .timeline-dot {
        position: absolute;
        left: -7px;
        top: 50%;
        margin-bottom: 0;
        width: 15px;
        height: 15px;
        transform: translatey(-50%);
    }
    .finish-swiper-container {
        width: 100%;
        padding: 0;
        height: 350px;
    }
    .swiper-slide {
        width: 85%;
        height: 250px;
        transform: scale(0.8) translateZ(-100px);
        opacity: 0.5;
        transition-property: transform, opacity;
    }
    .swiper-slide-active {
        transform: scale(1) translateZ(0);
        opacity: 1;
    }
}