.ProductDetailsComponents-module__YMLcRG__mainWrapper{flex-direction:column;gap:60px;width:100%;max-width:1450px;min-height:100vh;margin:0 auto 50px;padding:40px 5%;display:flex}.ProductDetailsComponents-module__YMLcRG__topSection{align-items:flex-start;gap:50px;display:flex}.ProductDetailsComponents-module__YMLcRG__leftImageContainer{border-radius:20px;flex:1;height:500px;overflow:hidden;box-shadow:0 10px 40px #00000014}.ProductDetailsComponents-module__YMLcRG__productImage{object-fit:contain;width:100%;height:auto;display:block}.ProductDetailsComponents-module__YMLcRG__rightFeaturesContainer{flex-direction:column;flex:1;gap:25px;display:flex}.ProductDetailsComponents-module__YMLcRG__sectionHeading{color:#025196;margin-bottom:10px;padding-bottom:5px;font-size:2.2rem;font-weight:700;display:inline-block;position:relative}.ProductDetailsComponents-module__YMLcRG__sectionHeading:after{content:"";background:#ffc107;border-radius:2px;width:100px;height:4px;margin-top:15px;margin-bottom:10px;display:block}.ProductDetailsComponents-module__YMLcRG__featureList{grid-template-columns:1fr 1fr;gap:20px;margin:0;padding:0;list-style:none;display:grid}.ProductDetailsComponents-module__YMLcRG__featureItem{color:#333;align-items:flex-start;gap:12px;font-size:.95rem;line-height:1.5;display:flex}.ProductDetailsComponents-module__YMLcRG__checkIcon{color:#025196;flex-shrink:0;margin-top:3px}.ProductDetailsComponents-module__YMLcRG__whatsappBtn{color:#fff;background:linear-gradient(235deg,#025196 0%,#10273f 100%);border-radius:50px;align-items:center;gap:10px;width:fit-content;margin-top:20px;padding:14px 28px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #0251964d}.ProductDetailsComponents-module__YMLcRG__whatsappBtn:hover{background:linear-gradient(235deg,#025196 0%,#10273f 100%);transform:translateY(-2px);box-shadow:0 6px 20px #02519666}.ProductDetailsComponents-module__YMLcRG__middleSection{gap:50px;margin-top:40px;display:flex}.ProductDetailsComponents-module__YMLcRG__infoContainer{flex:1}.ProductDetailsComponents-module__YMLcRG__infoGrid{grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:40px;display:grid}.ProductDetailsComponents-module__YMLcRG__infoItem{flex-direction:column;gap:8px;display:flex}.ProductDetailsComponents-module__YMLcRG__infoLabelBox{align-items:center;gap:8px;display:flex}.ProductDetailsComponents-module__YMLcRG__infoLabel{color:#2d3748;font-size:1.1rem;font-weight:700}.ProductDetailsComponents-module__YMLcRG__infoIcon{color:#025196}.ProductDetailsComponents-module__YMLcRG__infoValue{color:#333c;font-size:.95rem;line-height:1.6}.ProductDetailsComponents-module__YMLcRG__buyNowBtn{color:#fff;cursor:pointer;background:linear-gradient(235deg,#025196 0%,#10273f 100%);border:none;border-radius:50px;align-items:center;gap:10px;padding:14px 40px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #0251964d}.ProductDetailsComponents-module__YMLcRG__buyNowBtn:hover{background:linear-gradient(235deg,#025196 0%,#10273f 100%);transform:translateY(-2px);box-shadow:0 6px 20px #02519666}.ProductDetailsComponents-module__YMLcRG__videoContainer{background:#000;border-radius:20px;flex:1;height:fit-content;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000026}.ProductDetailsComponents-module__YMLcRG__videoFrame{aspect-ratio:16/9;border:none;width:100%;display:block}.ProductDetailsComponents-module__YMLcRG__bottomSection{flex-direction:column;align-items:center;gap:40px;margin-top:60px;display:flex}.ProductDetailsComponents-module__YMLcRG__centerHeading{text-align:center;color:#025196;margin-bottom:20px;font-size:2.3rem;font-weight:700;display:inline-block;position:relative}.ProductDetailsComponents-module__YMLcRG__centerHeading:after{content:"";background:#ffc107;border-radius:2px;width:150px;height:4px;margin:15px auto 0;display:block}.ProductDetailsComponents-module__YMLcRG__subText{text-align:center;color:#333;max-width:600px;margin:-30px auto 30px;line-height:1.6}.ProductDetailsComponents-module__YMLcRG__productsGrid{grid-template-columns:repeat(3,1fr);gap:30px;width:100%;display:grid}.ProductDetailsComponents-module__YMLcRG__productCard{background:#f8fafc;border:1px solid #0000;border-radius:20px;flex-direction:column;gap:15px;padding:30px;text-decoration:none;transition:all .3s;display:flex}.ProductDetailsComponents-module__YMLcRG__productCard:hover{background:#fff;border-color:#e2e8f0;transform:translateY(-10px);box-shadow:0 20px 40px #00000014}.ProductDetailsComponents-module__YMLcRG__cardTitle{color:#111;font-size:1.4rem;font-weight:700;line-height:1.3}.ProductDetailsComponents-module__YMLcRG__cardDesc{color:#333333b2;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.ProductDetailsComponents-module__YMLcRG__viewProductLink{color:#025196;align-items:center;gap:5px;margin-top:auto;font-weight:600;display:inline-flex}.ProductDetailsComponents-module__YMLcRG__viewAllBtn{color:#fff;background:linear-gradient(235deg,#025196 0%,#10273f 100%);border-radius:50px;margin-top:20px;padding:12px 30px;font-weight:600;text-decoration:none;transition:all .3s}.ProductDetailsComponents-module__YMLcRG__viewAllBtn:hover{background:linear-gradient(235deg,#025196 0%,#10273f 100%);transform:translateY(-2px)}@media (max-width:1024px){.ProductDetailsComponents-module__YMLcRG__topSection,.ProductDetailsComponents-module__YMLcRG__middleSection{flex-direction:column;gap:30px}.ProductDetailsComponents-module__YMLcRG__featureList{grid-template-columns:1fr}.ProductDetailsComponents-module__YMLcRG__infoGrid,.ProductDetailsComponents-module__YMLcRG__productsGrid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.ProductDetailsComponents-module__YMLcRG__infoGrid,.ProductDetailsComponents-module__YMLcRG__productsGrid{grid-template-columns:1fr}.ProductDetailsComponents-module__YMLcRG__sectionHeading{font-size:1.6rem}.ProductDetailsComponents-module__YMLcRG__centerHeading{font-size:1.8rem}}
.ProductInternalPageBanner-module__YMHHBq__bannerSection{color:#212121;background:#fff;justify-content:center;padding:120px 5% 60px;display:flex;position:relative}.ProductInternalPageBanner-module__YMHHBq__container{z-index:2;justify-content:space-between;align-items:center;gap:60px;width:100%;max-width:1300px;display:flex}.ProductInternalPageBanner-module__YMHHBq__leftContainer{flex-direction:column;flex:1;display:flex}.ProductInternalPageBanner-module__YMHHBq__heading{color:#212121;margin-bottom:18px;font-size:2.6rem;font-weight:700}.ProductInternalPageBanner-module__YMHHBq__description{opacity:1;color:#212121;max-width:500px;font-size:1.1rem;line-height:1.7}.ProductInternalPageBanner-module__YMHHBq__right{flex:1;justify-content:center;align-items:center;min-width:320px;display:flex}.ProductInternalPageBanner-module__YMHHBq__heroVideo{background:#000;border-radius:25px;width:100%;max-width:600px;height:auto;box-shadow:0 20px 50px #0000001a}.ProductInternalPageBanner-module__YMHHBq__videoWrapper{aspect-ratio:16/9;border-radius:25px;width:100%;max-width:600px;animation:8s ease-in-out infinite ProductInternalPageBanner-module__YMHHBq__floatEnhanced;position:relative;overflow:hidden;transform:rotateY(-15deg)rotateX(3deg);box-shadow:0 20px 50px #02519640}.ProductInternalPageBanner-module__YMHHBq__heroVideo{border:none;width:100%;height:100%}.ProductInternalPageBanner-module__YMHHBq__videoPlaceholder{color:#ddd;background:#ffffff1a;border-radius:20px;justify-content:center;align-items:center;width:100%;height:300px;font-size:1rem;display:flex}@keyframes ProductInternalPageBanner-module__YMHHBq__floatEnhanced{0%{transform:translateY(0)rotateY(-15deg)rotateX(3deg)}25%{transform:translateY(-25px)rotateY(-14deg)rotateX(4deg)}50%{transform:translateY(0)rotateY(-15deg)rotateX(3deg)}75%{transform:translateY(20px)rotateY(-16deg)rotateX(2deg)}to{transform:translateY(0)rotateY(-15deg)rotateX(3deg)}}@media (max-width:1024px){.ProductInternalPageBanner-module__YMHHBq__container{text-align:center;flex-direction:column}.ProductInternalPageBanner-module__YMHHBq__right{margin-top:30px}.ProductInternalPageBanner-module__YMHHBq__heroVideo{max-width:500px}}@media (max-width:600px){.ProductInternalPageBanner-module__YMHHBq__heading{font-size:2rem}.ProductInternalPageBanner-module__YMHHBq__description{font-size:.95rem}.ProductInternalPageBanner-module__YMHHBq__heroVideo{border-radius:18px;max-width:100%}}
