/*

Reflux Template

https://templatemo.com/tm-531-reflux

*/

@import url(fontawesome.css);
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");
body {
    font-family: 'Lato', sans-serif;
}

#page-wraper {
    background: url(../images/page-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}


/* Basic */

body {
    overflow-x: hidden;
}

input,
select,
textarea {
    outline: none;
}

a,
a:hover {
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

h4 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.25px;
}

img {
    width: 100%;
    overflow: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul li {
    display: inline-block;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.container {
    margin: 0 auto;
}

.main-nav {
    text-align: center;
}

.main-nav li:last-child a {
    border-bottom: 2px solid #fff;
}

.main-nav li {
    display: block;
}

.main-nav li a {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    transition: all 0.5s;
    border-top: 2px solid #fff;
}

.main-nav li:hover a,
.main-nav li.active a {
    background: #fff;
    color: #8c363e;
}

/* Sidebar Menu */

.menu .image {
    margin-top: 60px;
}

.menu .image img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
}

.menu .author-content {
    margin: 40px 0px 60px 0px;
}

.menu .author-content h4 {
    margin-bottom: 0px;
}

.menu .author-content span {
    font-size: 13px;
    font-style: italic;
    color: #fff;
}

.menu .social-network {
    margin-top: 60px;
}

.menu .social-network ul li {
    margin: 0 3px;
}

.menu .social-network ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
}

.menu .social-network ul li a:hover {
    background-color: #fff;
    color: #a43f49;
}

.menu .copyright-text {
    position: relative;
    margin-top: 60px;
}

.menu .copyright-text p {
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    font-size: 13px;
}

.menu:before,
.menu:after {
    content: "";
    display: table;
}

.menu:after {
    clear: both;
}

.menu a {
    text-decoration: none;
    color: inherit;
}

.menu {
    text-align: center;
}

.menu::-webkit-scrollbar {
    display: none;
}

.menu {
    left: 10%;
  -webkit-transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
  -webkit-overflow-scrolling: touch;
  background-color: #a43f49;
  box-sizing: border-box;
  height: 100vh;  
  max-height: 100vh !important;
  max-width: 80vw !important;
  min-width: 45px !important;
  outline: none;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 0;
  position: fixed !important;
  top: calc(0px);  
  width: 20%;
  will-change: transform;
  z-index: 9999 !important;
}

.menu-toggle {
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  position: fixed;
  right: 25px;
  top: 25px;
}

#menu-toggle {
    z-index: 999;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    color: #a43f49;
    background-color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}

.menu-close {
  cursor: pointer;
}

#menu-close {
    cursor: pointer;
    text-align: right;
    color: #a43f49;
    background-color: #fff;
    width: 100%;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}


/* Section */

.section {
    color: #fff;
    width: 55%;
    right: 10%;
    left: 35%;
    position: relative;
    min-height: 100vh;
    padding-bottom: 80px;
    border-bottom: 3px solid rgba(250, 250, 250, 0.25);
}

.section-heading {
    text-align: center;
    padding: 80px 45px;
}

.section-heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.section-heading .line-dec {
    width: 60px;
    height: 3px;
    background-color: #a43f49;
    margin: 10px auto;
}

.section-heading span {
    margin-top: 5px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.5px;
}


/* Buttons */

.white-button a {
    display: inline-block;
    padding: 12px 20px;
    background-color: #fff;
    color: #a43f49;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.white-button a:hover {
    background-color: #a43f49;
    color: #fff;
}

button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #a43f49;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.5s;
    border: none;
    outline: none;
    cursor: pointer;
}

button:hover {
    outline: none;
    background-color: #a43f49;
    color: #fff;
}


/* Left & Right Post */

.right-image-post {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 2px solid rgba(250, 250, 250, 0.1);
}

.left-image img,
.right-image img {
    border-radius: 5px;
}

.right-image-post h4,
.left-image-post h4 {
    margin-top: 30px;
}

.right-image-post p,
.left-image-post p {
    margin-top: 20px;
}

.right-image-post .white-button,
.left-image-post .white-button {
    margin-top: 30px;
}


/* Services */

.my-services .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.service-item {
    margin-bottom: 10px;
    padding: 50px;
    background-color: rgba(250, 250, 250, 0.1);
    transition: all 0.5s;
}

.service-item h4 {
    transition: all 0.5s;
}
.service-item h3 {
    transition: all 0.5s;
}

.service-item p {
    transition: all 0.5s;
}




.service-item .service-icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.service-item .first-service-icon {
    background-image: url(../images/first-white-icon.png);
}


.service-item .second-service-icon {
    background-image: url(../images/second-white-icon.png);
}


.service-item .third-service-icon {
    background-image: url(../images/third-white-icon.png);
}


.service-item .fourth-service-icon {
    background-image: url(../images/fourth-white-icon.png);
}



/* My Work */

section.my-work .section-heading {
    text-align: center;
    padding: 80px 45px 50px 45px;
}

.isotope-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
}

.isotope-toolbar input[type="radio"] {
    display: none;
}

.isotope-toolbar span {
    text-transform: capitalize;
    display: inline-block;
    margin-right: 15px;
    padding-bottom: 3px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    transform: ease-in-out 0.5s;
    cursor: pointer;
}

.isotope-toolbar input[type="radio"]:checked + span {
    color: #a43f49;
    border-bottom: 2px solid #a43f49;
}

.isotope-box {
    position: relative;
    width: 100%;
}

.isotope-toolbar {
    text-align: center;
    margin: 10px;
}

.isotope-toolbar p {
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.isotope-toolbar a {
    color: #fff;
}

.isotope-item {
    position: relative;
    width: 48%;
    margin: 1%;
    border-bottom: 2px solid rgba(250,250,250,0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.isotope-item img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.lazyload {
    background: #f7f7f7;
}

.lazyloading {
    background: #f7f7f7 url(//afarkas.github.io/lazysizes/assets/imgs/loader.gif) no-repeat center;
    min-height: 60px;
}

figure.snip1321 {
  overflow: hidden;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
}
figure.snip1321 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
figure.snip1321 figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1;
}
figure.snip1321 h4 {
    margin-top: 15px;
  margin-bottom: 5px;
  color: #232323;
}
figure.snip1321 span {
    font-size: 14px;
    font-style: italic;
    display: block;
    color: #7a7a7a;
}
figure.snip1321 i {
  position: relative!important;
  font-size: 18px;
  background-color: #a43f49;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
}
figure.snip1321:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
figure.snip1321 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
figure.snip1321:hover figcaption,
figure.snip1321.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1321:hover:after,
figure.snip1321.hover:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}


/* Contact Me */

section.contact-me {
    border-bottom: none;
}

#contact input {
    background-color: rgba(250,250,250,0.1);
    border: 1px solid rgba(250,250,250,1);
    border-radius: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-left: 15px;
}

#contact input:focus {
    outline: none;
    box-shadow: none;
}

#contact textarea {
    background-color: rgba(250,250,250,0.1);
    border: 1px solid rgba(250,250,250,1);
    border-radius: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    height: 180px;
    max-height: 220px;
    line-height: 40px;
    width: 100%;
    padding-left: 15px;
}

#contact textarea:focus {
    outline: none;
    box-shadow: none;
}

#contact {
    text-align: center;
}

@media screen and (max-width: 1680px) {
    .menu {
        left: 5%;
    }

    .section {
        color: #fff;
        width: 65%;
        right: 5%;
        left: 30%;
    }
}

@media screen and (max-width: 1680px) and (min-width: 846px) { 
    .menu .social-network ul li a {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .menu .social-network ul li {
        margin: 0;
    }

    .menu .image {
        margin-top: 60px;
    }
}

@media screen and (max-width: 1280px) {
    .menu {
        left: 0%;
    }

    .right-image-post h4,
    .left-image-post h4 {
        margin-top: 0px;
    }

    .right-image-post p,
    .left-image-post p {
        margin-top: 15px;
    }

    .right-image-post .white-button,
    .left-image-post .white-button {
        margin-top: 25px;
    }

}

.menu .container {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 1280px) and (min-width: 846px) {
    .menu {
        width: 25%;
    }
}

#menu-toggle,
#menu-close {
    display: none;
}  

@media screen and (max-width: 845px) {        
    #menu-toggle,
    #menu-close {
        display: inline-block;
    }    

    .menu {        
        width: 320px;
        -webkit-transform: translateX(-100%) !important;
        transform: translateX(-100%) !important;
        transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
        transition: transform 233ms cubic-bezier(0, 0, 0.21, 1);
        transition: transform 233ms cubic-bezier(0, 0, 0.21, 1), -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
    }

    .menu .image {
        margin-top: 40px;        
    }

    .menu .image img {
        width: 120px;
        height: 120px;
    }

    .menu .author-content {
        margin: 20px 0px 40px 0px;
    }

    .menu .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .menu.open {
        display: inline-block;
        -webkit-transform: translateX(0) !important;
                transform: translateX(0) !important;
    }

    .responsive-nav {
        display: inline-block;
    }
    .section {
        width: 94%;
        right: 3%;
        left: 3%;
    }
    .isotope-item {
        width: 94%;
        margin: 3%;
    }
    .left-image-post img {
        margin-bottom: 30px;
    }
    .right-image-post img {
        margin-top: 30px;
    }
    .isotope-item {
        border-bottom: none;
        text-align: center;
    }
    .isotope-toolbar {
        margin-bottom: 20px;
    }
}
/* Service box enhancements */
.service-item {
    height: 300px;
    background: rgba(0, 0, 0, 0.4) !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Service Modal Styles */
.service-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.modal-box {
    position: relative;
    background: rgba(20, 20, 20, 0.98);
    border: 2px solid rgba(141, 79, 255, 0.4);
    border-radius: 20px;
    max-width: 800px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 40px;
    z-index: 10001;
    animation: slideUp 0.4s ease;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #8d4fff;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 1;
}

.modal-close:hover {
    color: #fff;
    transform: rotate(90deg);
}

.modal-box h3 {
    color: #8d4fff;
    font-size: 32px;
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
}

.modal-slideshow {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    min-height: 300px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-description {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
}

.modal-description p {
    margin-bottom: 20px;
}

.modal-description ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 20px;
}

.modal-description li {
    display: list-item;
    margin-bottom: 10px;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Get Quote Section Styles */
.upload-box {
    background: rgba(0, 0, 0, 0.3);
    border: 3px dashed rgba(141, 79, 255, 0.4);
    border-radius: 20px;
    padding: 80px 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.upload-box:hover {
    background: rgba(141, 79, 255, 0.05);
    border-color: #8d4fff;
    border-style: solid;
}

.upload-box h4 {
    color: rgba(255,255,255,0.8);
    margin-bottom: 10px;
}

.upload-box p {
    color: rgba(255,255,255,0.5);
}

.stl-viewer {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(141, 79, 255, 0.3);
    border-radius: 15px;
    min-height: 400px;
}

.info-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(141, 79, 255, 0.3);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-item label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.info-item .value {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.metal-selector {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(141, 79, 255, 0.3);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.metal-selector:hover {
    background: rgba(141, 79, 255, 0.1);
    border-color: #8d4fff;
    transform: translateY(-5px);
}

.metal-selector.active {
    background: rgba(141, 79, 255, 0.15);
    border-color: #8d4fff;
    border-width: 3px;
    box-shadow: 0 5px 20px rgba(141, 79, 255, 0.3);
}

.metal-selector h4 {
    color: #8d4fff;
    margin-bottom: 10px;
    font-size: 22px;
}

.metal-selector p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-bottom: 5px;
}

.metal-selector .price {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.pricing-table {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(141, 79, 255, 0.3);
    border-radius: 15px;
    padding: 35px;
}

/* Service box enhancements - FIXED */
.service-item {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
    background: rgba(0, 0, 0, 0.4) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

/* Box hover effect - LED backlight style */

.stl-viewer-main canvas {
    width: 100%;
    height: 100%;
}

.stl-placeholder {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}


/* Box hover effect - LED backlight style */

.stl-placeholder {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}


.stl-placeholder h4 {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.stl-placeholder p {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
}

/* STL Upload Button - Red color */
.upload-stl-btn {
    margin-top: 15px;
    padding: 10px 25px;
    background: rgba(167, 29, 49, 0.3);
    border: 1px solid #a71d31;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.upload-stl-btn:hover {
    background: rgba(167, 29, 49, 0.5);
    box-shadow: 0 0 15px rgba(167, 29, 49, 0.5);
}

/* STL Viewer Preview (300px) */
.stl-viewer-preview {
    width: 100%;
    height: 300px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(141, 79, 255, 0.3);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}


#stlCanvas3D {
    width: 100%;
    height: 100%;
}




/* Info Boxes - RED BORDERS, SAME ROW */



/* STL 3D Viewer - Match service box style */
.stl-viewer-3d {
    width: 100%;
    height: 600px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(141, 79, 255, 0.3);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

/* Info Boxes - Horizontal, rgba(0,0,0,0.4) background */
.stl-info-box {
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid #a71d31 !important;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stl-info-box label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.stl-info-box .value {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

/* Ensure boxes stay horizontal */
#infoBoxesSection .col-md-4 {
    float: left;
}

/* Clearfix for floated columns */
#infoBoxesSection::after {
    content: "";
    display: table;
    clear: both;
}

#metalSelectionSection::after {
    content: "";
    display: table;
    clear: both;
}

/* Spacing between info boxes and metal selection */
#infoBoxesSection {
    margin-bottom: 50px !important;
}

#metalSelectionSection {
    margin-top: 20px !important;
    margin-bottom: 50px !important;
}

/* Ensure horizontal layout for metal boxes */
#metalSelectionSection .col-md-3 {
    float: left;
}

/* Pricing section needs to clear floats */
#pricingSection {
    clear: both;
    margin-top: 30px !important;
}

/* Metal Selection Boxes - Match info boxes style */
.metal-select-box {
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid #a71d31 !important;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.metal-select-box:hover {
    box-shadow: 0 0 20px rgba(167, 29, 49, 0.6), 0 0 40px rgba(167, 29, 49, 0.4);
    border-color: #a71d31;
}

.metal-select-box.active {
    background: rgba(167, 29, 49, 0.15) !important;
    border-color: #a71d31 !important;
    border-width: 2px;
    box-shadow: 0 0 25px rgba(167, 29, 49, 0.6);
}

.metal-select-box h4 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    pointer-events: none;
}

.metal-select-box p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0;
    pointer-events: none;
}

/* Pricing Breakdown Box */
.pricing-breakdown-box {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #a71d31;
    border-radius: 15px;
    padding: 35px;
}

.quote-pricing-table {
    width: 100%;
    color: #fff;
    border-collapse: collapse;
}

.quote-pricing-table thead tr {
    border-bottom: 2px solid rgba(167, 29, 49, 0.6);
}

.quote-pricing-table th {
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
}

.quote-pricing-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.quote-pricing-table td {
    padding: 15px 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
}

.quote-pricing-table .total-row {
    border-top: 2px solid rgba(167, 29, 49, 0.6);
    border-bottom: 1px solid rgba(167, 29, 49, 0.4);
}

.quote-pricing-table .total-row td {
    padding: 20px 10px;
    font-size: 20px;
    color: #fff;
}

/* Fix 1: About Us box hover - RED shadow only, no text transition */
.about-box:hover {
    box-shadow: 0 0 20px rgba(167, 29, 49, 0.6), 0 0 40px rgba(167, 29, 49, 0.4);
    border-color: #a71d31 !important;
    transform: none !important;
}

/* Fix 2: Service boxes hover - RED shadow only, no text transition */
.service-item:hover {
    box-shadow: 0 0 20px rgba(167, 29, 49, 0.6), 0 0 40px rgba(167, 29, 49, 0.4);
    border-color: #a71d31 !important;
    transform: none !important;
}

/* Upload boxes hover effect - same as service items */
.stl-viewer-preview:hover,
.image-upload-box:hover {
    box-shadow: 0 0 20px rgba(167, 29, 49, 0.6), 0 0 40px rgba(167, 29, 49, 0.4);
    border-color: #a71d31 !important;
    transform: translateY(-5px);
    cursor: pointer;
}

/* Ensure no wrapper backgrounds on Get Quote sections */
#infoBoxesSection,
#metalSelectionSection,
#pricingSection {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

#infoBoxesSection .row,
#metalSelectionSection .row,
#pricingSection .row {
    background: transparent !important;
    border: none !important;
}

/* Remove any wrapper backgrounds in Get Quote section */
.my-work .container {
    background: transparent !important;
}

.my-work .row {
    background: transparent !important;
}

/* FORCE remove all backgrounds in Get Quote section */
section.my-work {
    background: transparent !important;
}

section.my-work .container,
section.my-work .row,
section.my-work .col-md-4,
section.my-work .col-md-12 {
    background: transparent !important;
}

/* Then re-apply backgrounds ONLY to the individual boxes - with proper specificity */
section.my-work .stl-info-box {
    background: rgba(0, 0, 0, 0.4) !important;
}

section.my-work .metal-select-box {
    background: rgba(0, 0, 0, 0.4) !important;
}

section.my-work .metal-select-box.active {
    background: rgba(167, 29, 49, 0.15) !important;
}

section.my-work .pricing-breakdown-box {
    background: rgba(0, 0, 0, 0.4) !important;
}

section.my-work .stl-viewer-3d {
    background: rgba(0, 0, 0, 0.4) !important;
}

section.my-work .stl-viewer-preview {
    background: rgba(0, 0, 0, 0.3) !important;
}

/* Print Quote Button */
.print-quote-btn {
    background: #a71d31 !important;
    color: #fff !important;
    border: none;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.print-quote-btn:hover {
    background: #8a1828 !important;
    box-shadow: 0 0 20px rgba(167, 29, 49, 0.6);
}

/* Contact Form Styles */
.contact-form-wrapper {
    background: rgba(250, 250, 250, 0.1);
    border: 1px solid rgba(250, 250, 250, 0.2);
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

.contact-input,
.contact-textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(200, 200, 200, 0.3);
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 15px;
    color: #333;
    font-family: 'Lato', sans-serif;
    transition: all 0.3s ease;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
    color: #999;
}

.contact-input:focus,
.contact-textarea:focus {
    outline: none;
    border-color: #a71d31;
    box-shadow: 0 0 10px rgba(167, 29, 49, 0.2);
    background: #fff;
}

.contact-textarea {
    resize: vertical;
    min-height: 150px;
}

.contact-submit-btn {
    background: #a71d31;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 180px;
}

.contact-submit-btn:hover:not(:disabled) {
    background: #8a1828;
    box-shadow: 0 0 20px rgba(167, 29, 49, 0.6);
    transform: translateY(-2px);
}

.contact-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

#contactSuccessMsg {
    background: #a71d31;
    color: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 25px;
    box-shadow: 0 4px 15px rgba(167, 29, 49, 0.3);
}

#contactSuccessMsg i {
    margin-right: 10px;
    font-size: 20px;
}

@media (max-width: 768px) {
    .contact-form-wrapper {
        padding: 25px;
    }
    
    .contact-input,
    .contact-textarea {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    #contactSuccessMsg {
        font-size: 16px;
        padding: 15px 20px;
    }
}
