 body {
     background-color: #000000;
     min-height: 100vh;
     background-image: url(../pics/nnnoise.svg);
 }

 :root {
     --bg-shape-color: linear-gradient(120deg, #343a4f, #0f1620);
     --lightbeige: #1e443a;
     --yellow: #112721;
     --text-color: #d5e1ef;
 }

 .container {
     max-width: 1520px !important;
 }




 .main-card {
     width: 100%;
     display: flex;
     margin: 0 auto;
 }

 .main-card h3 {
     font-weight: 700;
 }

 .side-menu {
     display: flex;
     flex-direction: column;
     padding: 20px 0px 20px 20px;
     border-radius: 0px;
     position: sticky;
     top: 2px;
     /* Tapadás a görgetéskor */
     height: fit-content;
     transition: transform 0.2s ease-in-out;
     /* Lágy mozgás */
 }

 .service-card {
     background-color: #2d2d2dd0;
     padding: 5px;
     margin-bottom: 10px;
     text-align: center;
     cursor: pointer;
     transition: transform 0.3s;
     z-index: 0;
     color: white !important;
 }


 .service-card:hover {
     transform: translateX(-10px);
 }

 .content-card {
     padding: 40px;
     -webkit-box-shadow: -2px 1px 35px 2px rgba(0, 0, 0, 0.63);
     -moz-box-shadow: -2px 1px 35px 2px rgba(0, 0, 0, 0.63);
     box-shadow: -2px 1px 35px 2px rgba(0, 0, 0, 0.63);
     border-radius: 8px;
     background-color: rgb(255, 255, 255);
     flex-grow: 1;
     z-index: 1;
 }



 .content-card p {
     color: black;
     line-height: 1.6;
 }

 .service-icon {
     width: 70px;
 }

 .service-name {
     color: #ffffff;
     font-size: 16px;
     margin-top: 10px;
     text-align: center;
     white-space: nowrap;
 }

 .wrapper {
     width: 100%;
     height: 100%;
     border-radius: 45px;
     background-color: rgb(255, 255, 255);
     -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.55);
     -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.55);
     box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.55);
 }


 .actions {
     display: flex;
     justify-content: space-between;
     margin-bottom: 32px;
 }

 .actions .cartbutton {
     position: relative;
 }



 .neurobutton {
     background-image: var(--bg-shape-color);
     display: flex;
     justify-content: center;
     align-items: center;
     box-shadow: inset 3px 4px 5px 0px rgba(197, 197, 197, 0.1), inset 3px 6px 6px 5px rgba(78, 77, 77, 0.1), -2px -2px 8px 2px rgba(255, 255, 255, 0.1), 2px 2px 6px 3px rgba(0, 0, 0, 0.4);
 }

 .productinfo {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     position: relative;
     min-height: 200px;
     padding: 2rem;
 }

 .productImage {
     position: absolute;
     width: 270px;
     height: auto;
     transform: translate(-30px, 0px);
     transition: ease 2s all;
     right: -30px;
 }

 .productImage img {
     width: 100%;
     height: auto;
 }

 .productSpecifications h1 {
     font-weight: 700;
     text-transform: uppercase;
 }

 .productSpecifications i {
     margin-right: 0.5rem;
 }

 .productImage:hover {
     transition: ease 1s all;
     animation: none;
     transform: scale(1.02);
 }

 .grouptext {
     margin-top: 1rem;
     margin-bottom: 1rem;
 }

 .grouptext h3 {
     letter-spacing: 3.2px;
     font-size: 16px;
     font-weight: 600;
     margin-bottom: 8px;
     color: white;
 }

 .grouptext p {
     font-size: 14px;
     opacity: 0.8;
     color: white;
 }

 .featureIcon {
     width: 40px;
     height: 40px;
     background-color: rgb(87, 57, 0);
     border-radius: 8px;
     margin-right: 16px;

 }

 .productSpecifications {
     padding: 2rem;
 }

 .productSpecifications h1 {
     margin-bottom: 16px;
     font-size: 26px;
 }

 .productSpecifications p {
     opacity: 0.8;
     font-size: 15px;
     line-height: 1.5;
     color: #000000;
 }

 .productSpecifications .productFeatures {
     display: grid;
     grid-template-columns: 1fr 1fr;
     margin-top: 20px;
     grid-row-gap: 16px;

 }

 .productSpecifications .productFeatures .feature {
     display: flex;
     margin-right: 0.4rem;

 }

 .overviewInfo {
     background-image: linear-gradient(176deg, var(--lightbeige), var(--yellow));
     border-radius: 45px;
     color: white;
 }

 .checkoutButton {
     display: flex;
     width: 100%;
     border-radius: 12px;
     overflow: hidden;
     margin-top: 30px;
     padding: 14px;
     justify-content: space-between;
     align-items: center;
 }

 .priceTag {
     display: flex;
     align-items: center;
     font-size: 32px;
     font-weight: 600;
 }

 .priceTag span {
     color: #939393;
     font-size: 20px;
 }

 /* checkout button*/
 button.preorder {
     outline: 0;
     border: 0;
     border-radius: 6px;
     display: flex;
     align-items: center;
     justify-content: center;
     overflow: hidden;
     background-image: linear-gradient(85deg, #efea61, #fbb233);
     color: black;
 }

 .preorder p {
     padding: 8px 17px;
     border-right: 1px solid rgba(0, 0, 0, 0.4);
     height: 100%;
 }

 .buttonaction {
     border-left: 1px solid rgba(255, 255, 255, .2);
     padding: 5px 5px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: rgba(0, 0, 0, 0.7);
 }



 .ajanlatGomb {
     font-size: 20px;
 }

 .service-subTitle {
     font-size: 18px;
     font-family: 'Montserrat', sans-serif;
     text-transform: uppercase;
     letter-spacing: .6px;
     font-weight: 600;
 }

 @media (max-width: 827px) {
     .service-card .service-name {
         display: none;
     }

     .service-card .service-icon {
         max-width: 70px;
     }

     .service-card {
         padding: 0.4rem;
     }

     .main-card {
         width: 90%;
         padding: 0 !important;
         margin-top: 3rem;
     }

     .productImage {
         width: 200px;
         right: -70px;
         bottom: 40px;
     }
 }

 @media(max-width: 425px) {
     .productSpecifications h1 {
         font-size: 16px;
     }

     .productSpecifications {
         padding: 13px;
         padding-bottom: 16px;
     }
 }


 @media (max-width: 625px) {
     .service-card .service-icon {
         max-width: 50px;
     }

     .service-card {
         padding: 0.2rem;
         width: 100%;
     }

     .service-detail h3 {
         font-size: 20px;
     }

     .service-detail p {
         font-size: 11px;
     }

     .priceTag {
         font-size: 23px;
     }

     .content-card {
         padding: 15px;
     }

     .main-card {
         width: 95%;
     }

     .productImage {
         width: 130px;
         right: -30px;
         bottom: 40px;
     }

     .ajanlatGomb {
         font-size: 16px;
     }

     .grouptext h3 {
         font-size: 16px;
     }


 }

 @media (max-width: 768px) {

     .main-card {
         flex-direction: column;
     }

     .side-menu {
         position: static;
         padding: 10px;
         width: 100%;
         display: flex;
         box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
         flex-direction: row;
         gap: 20px;
         justify-content: center;
         margin-bottom: -21px;

     }

     .content-card {
         padding: 20px;
     }

     .productinfo {
         min-height: 130px;
     }

     .feature {
         font-size: 11px;
     }
 }

 @media (max-width: 1215px) {
     .service-detail .col {
         margin-top: 1rem;
         margin-bottom: 1rem;
     }
 }