/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap";@font-face{font-family:Rajdhani;src:url(/fonts/fontFamily/rajdhani/Rajdhani-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Rajdhani;src:url(/fonts/fontFamily/rajdhani/Rajdhani-Light.ttf)format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Rajdhani;src:url(/fonts/fontFamily/rajdhani/Rajdhani-Medium.ttf)format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Rajdhani;src:url(/fonts/fontFamily/rajdhani/Rajdhani-SemiBold.ttf)format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Rajdhani;src:url(/fonts/fontFamily/rajdhani/Rajdhani-Bold.ttf)format("truetype");font-weight:700;font-style:normal}:root{--title-font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;--body-font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;--header-logo-family:"Rajdhani",sans-serif;letter-spacing:1px}body{margin:0;font-family:Poppins,sans-serif}.header{width:100%;padding:30px 40px;box-sizing:border-box;position:sticky;top:0;z-index:1000;transition:background .3s ease,border .3s ease}.header,.header.scrolled{background:#fff;border-bottom:1px solid #eee}.header.home-transparent{background:rgba(0,0,0,0);border-bottom:none;position:absolute}.header.home-transparent .brand,.header.home-transparent .nav a{color:#fff}.header.home-transparent .hamburger div{background-color:#fff}.header-logo{width:65px;padding-top:8px;margin-top:6px;background-color:#000;border-radius:10%}.nav{display:flex;justify-content:space-between;align-items:center;position:relative}.nav-left,.nav-right{display:flex;gap:35px}.nav a{text-decoration:none;color:#000;font-size:20px;font-weight:500;white-space:nowrap;transition:color .2s ease}.nav a:hover{color:#f0c14b}.nav-center{position:absolute;left:50%;transform:translateX(-50%)}.nav-center .brand{font-size:24px;font-weight:700;letter-spacing:2px}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger div{width:25px;height:3px;background-color:#000;border-radius:2px;transition:all .3s ease}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);backdrop-filter:blur(2px);z-index:9}.mobile-menu{position:fixed;top:0;right:0;background:#111;color:#fff;height:100%;width:80%;max-width:300px;flex-direction:column;padding:70px 25px 40px;gap:20px;transform:translateX(100%);transition:transform .4s cubic-bezier(.25,1,.5,1);z-index:100000;display:flex;overflow-y:auto;box-shadow:-4px 0 15px rgba(0,0,0,.3);border-left:1px solid hsla(0,0%,100%,.1)}.mobile-menu.open{transform:translateX(0)}.mobile-menu a{color:#fff;text-decoration:none;font-size:18px;padding:12px 0;display:block;font-weight:500;transition:all .2s ease;border-bottom:1px solid hsla(0,0%,100%,.05)}.mobile-menu a:hover{color:#f0c14b;transform:translateX(4px)}.mobile-menu-header{text-align:center;margin-bottom:25px}.mobile-menu-header h3{font-size:22px;letter-spacing:2px;font-weight:700;text-transform:uppercase}.mobile-menu-footer{margin-top:auto;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.1);text-align:center;font-size:14px;color:#aaa}.mobile-menu-close{position:absolute;top:15px;right:15px;background:rgba(0,0,0,0);border:none;cursor:pointer;z-index:15;transition:transform .3s ease}.mobile-menu-close:hover{transform:scale(1.1)}.mobile-menu-close .close-icon{font-size:30px;color:#fff;font-weight:700;line-height:1}.nav-item-with-submenu-mobile{margin-bottom:10px}.nav-item-with-submenu-mobile .submenu-toggle{display:flex;justify-content:space-between;align-items:center;color:#fff;cursor:pointer;font-size:18px;font-weight:500;padding:12px 0;border-bottom:1px solid hsla(0,0%,100%,.05)}.nav-item-with-submenu-mobile .arrow{transition:transform .3s ease;font-size:14px}.nav-item-with-submenu-mobile .arrow.open{transform:rotate(180deg)}.nav-item-with-submenu-mobile .submenu{display:none;flex-direction:column;margin-left:10px;margin-top:8px;animation:fadeIn .3s ease}.nav-item-with-submenu-mobile .submenu.open{display:flex}.nav-item-with-submenu-mobile .submenu .submenu-link{color:#ddd;font-size:16px;padding:8px 0;text-decoration:none;border:none;transition:color .2s ease,transform .2s ease}.nav-item-with-submenu-mobile .submenu .submenu-link:hover{color:#f0c14b;transform:translateX(5px)}.nav-item-with-submenu{position:relative;cursor:pointer}.nav-item-with-submenu>a:after{content:" ▼";font-size:10px;margin-left:4px}.nav-item-with-submenu .submenu{position:absolute;top:100%;left:0;background-color:rgba(0,0,0,.9);border-radius:4px;padding:10px 0;box-shadow:0 8px 16px rgba(0,0,0,.1);display:none;flex-direction:column;min-width:180px;z-index:100}.nav-item-with-submenu .submenu .submenu-link{padding:10px 20px;color:#fff;font-size:18px;white-space:nowrap;text-decoration:none;transition:background .2s ease,color .2s ease}.nav-item-with-submenu .submenu .submenu-link:hover{background-color:hsla(0,0%,100%,.1)}.nav-item-with-submenu .submenu.open,.nav-item-with-submenu:hover .submenu{display:flex}.header.scrolled .nav-item-with-submenu .submenu{background-color:#fff}.header.scrolled .nav-item-with-submenu .submenu .submenu-link{color:#000}.header.scrolled .nav-item-with-submenu .submenu .submenu-link:hover{background-color:#f2f2f2}@media screen and (max-width:768px){.hamburger{display:flex;position:absolute;right:20px;top:50%;transform:translateY(-50%);z-index:1001}.nav-left,.nav-right{display:none}.nav-center{position:static;transform:none;margin-right:auto}.nav-center .brand{display:flex;align-items:center}}@media screen and (max-width:480px){.header{padding:1px 20px}.nav a{font-size:14px}.header-logo{width:60px}.mobile-menu{width:85%;padding:60px 20px}.mobile-menu-header h3{font-size:18px}.mobile-menu a{font-size:16px}.submenu-link{font-size:15px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}*,:after,:before{box-sizing:border-box}*,:after,:before,a,body,button,h1,h2,h3,h4,h5,h6,input,li,p,span,textarea{font-family:var(--header-logo-family)}.section-title{text-align:center;margin:60px 0 40px}.section-title h2{font-size:3rem;font-weight:700;color:#000;margin-bottom:25px}.section-title p{font-size:1.1rem;font-weight:600;color:#555;max-width:1200px;margin:0 auto;line-height:1.6}.section-title .social-bar{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:12px;margin-top:10px}.section-title .social-bar .social-item{display:flex;align-items:center;color:#000;text-decoration:none;font-size:1rem;font-weight:600;letter-spacing:.5px;transition:all .3s ease}.section-title .social-bar .social-item .icon{display:flex;align-items:center;justify-content:center;background:#000;color:#fff;border-radius:5px;font-size:.9rem;width:22px;height:22px;margin-right:6px;transition:transform .3s ease,background .3s ease}.section-title .social-bar .social-item:hover{color:#0077b6}.section-title .social-bar .social-item:hover .icon{background:#0077b6;transform:scale(1.1)}.section-title .social-bar .divider{color:#000;font-weight:400;font-size:1.2rem;opacity:.6}@media(max-width:768px){.section-title h2{font-size:2rem;margin-bottom:15px}.section-title .social-bar{gap:6px;justify-content:space-around;flex-wrap:nowrap;width:100%;max-width:400px;margin:0 auto;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;background:#fafafa;border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,.05)}.section-title .social-bar .social-item{flex-direction:column;font-size:.85rem;color:#222}.section-title .social-bar .social-item .icon{margin-right:0;margin-bottom:4px;width:30px;height:30px;border-radius:8px;background:#000}.section-title .social-bar .social-item:hover{color:#0077b6}.section-title .social-bar .social-item:hover .icon{background:#0077b6}.section-title .social-bar .divider{display:none}}@media(max-width:480px){.section-title h2{font-size:1.6rem}.section-title .social-bar{max-width:320px;padding:8px 0}.section-title .social-bar .social-item{font-size:.8rem}.section-title .social-bar .social-item .icon{width:28px;height:28px}}.video-section{position:relative;width:100%;height:100vh;overflow:hidden}.video-section .video-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.video-section .video-overlay{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;height:100%;padding:0 20px}.video-section .video-overlay .video-logo{width:220px}@media(max-width:480px){.video-section .video-overlay .video-logo{width:80px}}.video-section .video-overlay .main-title{font-size:6rem;font-weight:700;margin:0}@media(max-width:768px){.video-section .video-overlay .main-title{font-size:3.5rem}}@media(max-width:480px){.video-section .video-overlay .main-title{font-size:2.5rem}}.video-section .video-overlay .sub-title{font-size:2.5rem;margin:0}@media(max-width:768px){.video-section .video-overlay .sub-title{font-size:2rem}}@media(max-width:480px){.video-section .video-overlay .sub-title{font-size:1.8rem}}.video-section .video-overlay .video-desc{font-size:1.4rem;font-weight:500;max-width:600px}@media(max-width:768px){.video-section .video-overlay .video-desc{font-size:1.2rem}}@media(max-width:480px){.video-section .video-overlay .video-desc{font-size:1rem}}.new-collection{width:100%;background:#fff;text-align:center}.new-collection .full-image-slider{width:100%;height:auto}.new-collection .full-image-slider .slide-image{position:relative;width:100%;height:100vh;overflow:hidden}.new-collection .full-image-slider .slide-image img{width:100%;height:100%;object-fit:cover;display:block}.new-collection .full-image-slider .slide-image .slide-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;text-shadow:0 4px 8px rgba(0,0,0,.6)}.new-collection .full-image-slider .slide-image .slide-text h3{font-size:3rem;font-weight:700;margin:0}.new-collection .full-image-slider .slide-image .slide-text p{font-size:1.2rem;margin-top:10px}@media(max-width:1024px){.new-collection .full-image-slider .slide-image{height:70vh}.new-collection .full-image-slider .slide-image .slide-text h3{font-size:2rem}.new-collection .full-image-slider .slide-image .slide-text p{font-size:1rem}}@media(max-width:768px){.new-collection .full-image-slider .slide-image{height:60vh}.new-collection .full-image-slider .slide-image .slide-text h3{font-size:1.5rem}.new-collection .full-image-slider .slide-image .slide-text p{font-size:.9rem}}.article-section{background-color:#000;color:#fff;display:flex;justify-content:center;padding:80px 20px}.article-section .article-box{max-width:1600px;background-color:#111;border:1px solid #0af;padding:40px;border-radius:8px;line-height:1.8;font-size:16px}.article-section .article-title{text-align:center;font-size:32px;font-weight:600;margin-bottom:50px;color:#0af;line-height:1.4}.article-section .article-subtitle{font-size:22px;color:#0af;font-weight:600;margin-top:40px;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px}.article-section p{margin-bottom:35px;font-size:16px;text-align:justify}.article-section .dropcap{font-size:35px;font-weight:700;float:left;margin-right:8px;line-height:1;color:#ccc}@media(max-width:768px){.article-section{padding:50px 15px}.article-section .article-box{padding:25px;font-size:14px}.article-section .article-title{font-size:22px;margin-bottom:35px}.article-section .article-subtitle{font-size:18px;margin-top:30px;margin-bottom:10px}.article-section .dropcap{font-size:34px}}.full-width-image{width:100%;position:relative;overflow:hidden}.full-width-image .image{width:100%;height:100%;object-fit:fill;display:block}@media(max-width:1024px){.full-width-image{height:auto}}@media(max-width:768px){.full-width-image{height:auto}}.social-media{display:grid;grid-template-columns:repeat(2,1fr);width:100%;max-width:100%;margin:0;padding:0;box-sizing:border-box;overflow-x:hidden}.social-media .social-card{position:relative;width:100%;aspect-ratio:16/9;text-decoration:none;overflow:hidden}.social-media .social-card:before{content:"";position:absolute;inset:0;background-size:cover;background-position:50%;transition:transform .5s ease;z-index:1}.social-media .social-card[style]:before{background-image:inherit}.social-media .social-card:hover:before{transform:scale(1.1)}.social-media .social-card .overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;gap:8px;font-size:30px;font-weight:700;color:#fff;background:rgba(0,0,0,.2);padding:10px 18px;border-radius:6px;transition:background .3s ease;z-index:2}.social-media .social-card:hover .overlay{background:rgba(0,0,0,.7)}.social-media .social-card i{font-size:22px}@media(max-width:768px){.social-media{grid-template-columns:1fr}}.footer{background:#1a1a1a;color:#fff;padding:50px 100px;font-family:Arial,sans-serif}.footer__top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px;padding-bottom:40px}.footer__subscribe{display:flex;align-items:flex-start;flex:1;min-width:280px}.footer__subscribe-line{width:3px;background:#fff;margin-right:20px}.footer__subscribe-content h3{font-size:24px;font-weight:400;margin-bottom:20px}.footer__subscribe-content .footer__form{display:flex;align-items:center;border-bottom:1px solid #ccc;padding-bottom:5px}.footer__subscribe-content .footer__form input{flex:1;padding:8px 0;border:none;background:rgba(0,0,0,0);color:#fff;font-size:14px;outline:none}.footer__subscribe-content .footer__form input::placeholder{color:#aaa}.footer__subscribe-content .footer__form button{background:rgba(0,0,0,0);border:none;color:#fff;font-size:12px;cursor:pointer;letter-spacing:1px;padding-left:15px}.footer__socials{min-width:250px}.footer__socials .footer__icons{display:flex;gap:15px;font-size:18px;margin-bottom:20px}.footer__socials .footer__icons svg{cursor:pointer;transition:color .3s}.footer__socials .footer__icons svg:hover{color:#bbb}.footer__socials .footer__links{list-style:none;padding:0}.footer__socials .footer_text{margin-bottom:8px;font-size:14px;cursor:pointer;color:#fff!important;text-decoration:none}.footer__socials .footer_text:hover{text-decoration:underline}.footer__bottom{margin-top:30px;font-size:13px;line-height:1.6;color:#bbb}.app-loader-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.8);z-index:9999}.app-loader-spinner{width:60px;height:60px;border:5px solid #e0e0e0;border-top-color:#0070f3;border-radius:50%;animation:app-spin 1s linear infinite}@keyframes app-spin{to{transform:rotate(1turn)}}.custom-slider{position:relative;width:100%;height:100vh;overflow:hidden}.slide{position:absolute;inset:0;background-size:cover;background-position:50%;opacity:0;transition:opacity 1s ease-in-out}.slide.active{opacity:1}.slide-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;text-shadow:0 4px 8px rgba(0,0,0,.6)}.slide-text h3{font-size:3rem;margin:0}.slide-text p{font-size:1.5rem;margin-top:10px}.slider-dots{position:absolute;bottom:20px;width:100%;text-align:center}.dot{margin:0 6px;background:#bbb;transition:background .3s}.dot.active{background:#fff}.central-loader-wrapper{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:hsla(0,0%,100%,.9);z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.central-loader-spinner-wrapper{position:relative;width:120px;height:120px;display:flex;justify-content:center;align-items:center}.central-loader-logo{width:100px;height:100px;border-radius:50%;z-index:2;margin-top:5%;object-fit:contain}.central-spinner{position:absolute;top:0;left:0;width:100px;height:100px;border:10px solid #e0e0e0;border-top-color:#0af;border-radius:50%;animation:central-spin 1s linear infinite;z-index:1}@keyframes central-spin{to{transform:rotate(1turn)}}.central-loader-message{font-size:1.2rem;color:#333;text-align:center}#wifi-loader{--background:#62abff;--front-color:#4f29f0;--back-color:#c3c8de;--text-color:#414856;width:64px;height:64px;border-radius:50px;position:relative}#wifi-loader,#wifi-loader svg{display:flex;justify-content:center;align-items:center}#wifi-loader svg{position:absolute}#wifi-loader svg circle{position:absolute;fill:none;stroke-width:6px;stroke-linecap:round;stroke-linejoin:round;transform:rotate(-100deg);transform-origin:center}#wifi-loader svg circle.back{stroke:var(--back-color)}#wifi-loader svg circle.front{stroke:#007aff}#wifi-loader svg.circle-outer{height:86px;width:86px}#wifi-loader svg.circle-outer circle{stroke-dasharray:62.75 188.25}#wifi-loader svg.circle-outer circle.back{animation:circle-outer135 1.8s ease .3s infinite}#wifi-loader svg.circle-outer circle.front{animation:circle-outer135 1.8s ease .15s infinite}#wifi-loader svg.circle-middle{height:60px;width:60px}#wifi-loader svg.circle-middle circle{stroke-dasharray:42.5 127.5}#wifi-loader svg.circle-middle circle.back{animation:circle-middle6123 1.8s ease .25s infinite}#wifi-loader svg.circle-middle circle.front{animation:circle-middle6123 1.8s ease .1s infinite}#wifi-loader svg.circle-inner{height:34px;width:34px}#wifi-loader svg.circle-inner circle{stroke-dasharray:22 66}#wifi-loader svg.circle-inner circle.back{animation:circle-inner162 1.8s ease .2s infinite}#wifi-loader svg.circle-inner circle.front{animation:circle-inner162 1.8s ease .05s infinite}#wifi-loader .text{position:absolute;bottom:-60px;display:flex;justify-content:center;align-items:center;text-transform:lowercase;font-weight:500;font-size:25px;letter-spacing:.2px}#wifi-loader .text:after,#wifi-loader .text:before{content:attr(data-text)}#wifi-loader .text:before{color:var(--text-color)}#wifi-loader .text:after{color:#007aff;animation:text-animation76 3.6s ease infinite;position:absolute;left:0}@keyframes circle-outer135{0%{stroke-dashoffset:25}25%{stroke-dashoffset:0}65%{stroke-dashoffset:301}80%{stroke-dashoffset:276}to{stroke-dashoffset:276}}@keyframes circle-middle6123{0%{stroke-dashoffset:17}25%{stroke-dashoffset:0}65%{stroke-dashoffset:204}80%{stroke-dashoffset:187}to{stroke-dashoffset:187}}@keyframes circle-inner162{0%{stroke-dashoffset:9}25%{stroke-dashoffset:0}65%{stroke-dashoffset:106}80%{stroke-dashoffset:97}to{stroke-dashoffset:97}}@keyframes text-animation76{0%{clip-path:inset(0 100% 0 0)}50%{clip-path:inset(0)}to{clip-path:inset(0 0 0 100%)}}.page-container{width:100%;height:100%;scroll-snap-type:y mandatory;overflow-y:auto;overflow-x:hidden}.hero{background:url(/images/Social/sm1.jpg) no-repeat 50%/cover;height:100vh;width:100%;position:relative;scroll-snap-align:start}.hero .hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center}.hero .hero-overlay h1{font-size:4rem;font-weight:700;margin-bottom:0}.hero .hero-overlay p{font-size:1.8rem;font-weight:500}.alt-header{text-align:center;padding:2rem 0 0}.alt-header h2{font-size:3.5rem;font-weight:700;margin:0;line-height:1.2}@media(min-width:1200px){.alt-header h2{font-size:3.5rem}}@media(max-width:1199px)and (min-width:768px){.alt-header h2{font-size:2.5rem}}@media(max-width:767px){.alt-header h2{font-size:1.8rem;line-height:1.3;padding:0 1rem}}.hover-zoom-image{transition:transform .4s ease;cursor:pointer}.hover-zoom-image:hover{transform:scale(1.05)}.hover-title{transition:color .3s ease;cursor:pointer;color:#000;border:none}.hover-title:hover{color:#007bff;border:none}.alt-text a,.alt-text a:hover{text-decoration:none;border:none;outline:none}.alt-container{width:100%}.alt-container .alt-row{display:flex;height:100vh;width:95%;margin:0 auto;scroll-snap-align:start}.alt-container .alt-row .alt-col{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}.alt-container .alt-row .alt-col.alt-image img{width:100%;height:90%;object-fit:cover;border-radius:8px}.alt-container .alt-row .alt-col.alt-text h2{font-size:2.5rem;margin-bottom:0}.alt-container .alt-row .alt-col.alt-text p{font-size:1.3rem;font-weight:500;line-height:1.6;color:#333}.load-more-container{text-align:center;margin:2rem 0}.load-more-container .load-more-btn{background-color:#add8e6;border:none;padding:.8rem 2rem;font-size:1.2rem;font-weight:600;color:#333;border-radius:8px;cursor:pointer;transition:.3s ease}.load-more-container .load-more-btn:hover{background-color:#87cefa}@media(max-width:768px){.alt-container .alt-row{flex-direction:column;height:auto}.alt-container .alt-row .alt-col{width:100%;padding:1rem}.alt-container .alt-row .alt-col.alt-image img{height:auto;min-height:40vh;max-height:50vh}.alt-container .alt-row .alt-image{order:1}.alt-container .alt-row .alt-text{order:2;text-align:center}.hero .hero-overlay h1{font-size:2rem}.hero .hero-overlay p{font-size:1rem}}.no-products{height:100px;font-size:24px;font-weight:500;color:#555;margin:0 0 60px;text-align:center}.central-loader,.no-products{display:flex;justify-content:center;align-items:center}.central-loader{height:60vh;background-color:#f5f5f5}.spinner{width:50px;height:50px;border:6px solid #e0e0e0;border-top-color:#555;border-radius:50%;animation:spin .8s linear infinite}.hero-slider{position:relative;width:100%;height:100vh;overflow:hidden}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:50%;opacity:0;transition:opacity 1s ease-in-out}.hero-slide.active{opacity:1}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4)}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;text-shadow:0 4px 8px rgba(0,0,0,.6);z-index:2}.hero-title{font-size:4.5rem;margin:0}.hero-subtitle{font-size:1.5rem;font-weight:500;margin-top:10px}.hero-dots{position:absolute;bottom:20px;width:100%;text-align:center;z-index:3}.hero-dots .dot{display:inline-block;width:10px;height:10px;margin:0 6px;border-radius:50%;background:#bbb;cursor:pointer;transition:background .3s}.hero-dots .dot.active{background:#fff}.collections-title{text-align:center;font-size:4rem;font-family:var(--header-logo-family);font-weight:700;margin-bottom:3rem}@media(max-width:768px){.collections-title{font-size:2.2rem;margin-bottom:2rem}}@media(max-width:480px){.collections-title{font-size:1.8rem;margin-bottom:1.5rem}}.collections-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;padding:1rem;box-sizing:border-box}.collection-link{text-decoration:none;display:block}.collection-slide{position:relative;width:100%;height:90vh;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;transition:transform .4s ease,box-shadow .4s ease}.collection-slide:hover{transform:scale(1.02);box-shadow:0 8px 20px rgba(0,0,0,.3)}.collection-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);z-index:1}.collection-text{position:relative;z-index:2;font-size:3rem;font-weight:700;color:#fff;text-align:center;letter-spacing:2px;padding:1rem;text-shadow:0 4px 8px rgba(0,0,0,.6)}@media(max-width:1024px){.collection-slide{height:70vh}.collection-text{font-size:2rem}}@media(max-width:768px){.collections-wrapper{grid-template-columns:1fr}.collection-slide{height:75vh}.collection-text{font-size:1.8rem}}.product-grid-container{display:flex;flex-direction:column;align-items:center;padding:0 20px;margin-bottom:20px}.category-name{font-size:28px;font-weight:700;text-align:left;width:100%;margin-top:3%;color:#333}.featured-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px}.featured-left .big{height:100%;position:relative;overflow:hidden}.featured-left .big img{width:100%;height:100%;object-fit:cover}.featured-right{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:5px}.featured-right .small{position:relative;overflow:hidden}.featured-right .small img{width:100%;height:100%;object-fit:fill}.overlay .desc{width:95%;font-size:15px;line-height:1.4;margin-bottom:30px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.wishlist{position:absolute;top:12px;right:12px;background:hsla(0,0%,100%,.9);border:none;border-radius:50%;padding:6px 10px;font-size:18px;cursor:pointer;transition:background .3s}.wishlist:hover{background:#fff}.reversed-grid{margin:0 10px}.reversed-grid,.reversed-left{display:grid;grid-template-columns:1fr 1fr;gap:5px}.reversed-left{grid-template-rows:1fr 1fr}.reversed-left .small{position:relative;overflow:hidden}.reversed-left .small img{width:100%;height:100%;object-fit:cover}.reversed-right .big{height:100%;position:relative;overflow:hidden}.reversed-right .big img{width:100%;height:100%;object-fit:cover}.overlay{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:16px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,0));color:#fff}.overlay .price{font-size:25px;font-weight:700;margin:0}.overlay .desc{font-size:18px;margin-bottom:0}.simple-grid{display:grid;gap:10px;margin:0 10px;width:100%}.simple-grid .card{position:relative;overflow:hidden}.simple-grid .card img{width:100%;height:100%;object-fit:cover}.simple-grid-4{grid-template-columns:1fr 1fr;gap:10px}.simple-grid-4 .card{position:relative;overflow:hidden;height:400px}.simple-grid-4 .card img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.simple-grid-4{grid-template-columns:1fr}.simple-grid-4 .card{height:auto}}.simple-grid-3{grid-template-columns:1fr 1fr 1fr}@media(max-width:992px){.simple-grid-3{grid-template-columns:1fr 1fr}}@media(max-width:600px){.simple-grid-3{grid-template-columns:1fr}}.simple-grid-2{grid-template-columns:1fr 1fr}.simple-grid-2 .card{height:100%;position:relative}.simple-grid-2 .card img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.simple-grid-2{grid-template-columns:1fr}.simple-grid-2 .card{height:auto}}.simple-grid-1{grid-template-columns:1fr;width:100%}.simple-grid-1 .card{width:100%;max-width:none;height:auto}.featured-grid,.reversed-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px}.featured-left,.featured-right,.reversed-left,.reversed-right{display:grid;gap:5px}.featured-left .big,.featured-right .big,.reversed-left .big,.reversed-right .big{height:100%;position:relative;overflow:hidden}.featured-left .big img,.featured-right .big img,.reversed-left .big img,.reversed-right .big img{width:100%;height:100%;object-fit:cover}.featured-left .small,.featured-right .small,.reversed-left .small,.reversed-right .small{position:relative;overflow:hidden}.featured-left .small img,.featured-right .small img,.reversed-left .small img,.reversed-right .small img{width:100%;height:100%;object-fit:cover}@media(max-width:992px){.featured-grid,.reversed-grid{grid-template-columns:1fr}.featured-right,.reversed-left{grid-template-columns:1fr 1fr}}@media(max-width:600px){.featured-right,.reversed-left,.simple-grid-3{grid-template-columns:1fr}}.about-page{font-family:Poppins,sans-serif;color:#222}.about-hero{height:85vh;background-image:url(/images/about/header.jpg);background-size:cover;background-position:50%;position:relative;animation:heroZoom 18s ease-in-out infinite alternate}.about-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.75))}.about-hero-overlay{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding:0 20px}.about-hero-overlay h1{font-size:4rem;letter-spacing:1px;text-transform:uppercase}.about-hero-overlay p{margin-top:12px;font-size:1.2rem;opacity:.9}.about-section{max-width:1500px;margin:auto;padding:20px;text-align:center}.about-section h2{font-size:2.6rem;font-weight:600;margin-bottom:18px}.about-section h2,.about-text{font-family:var(--header-logo-family)}.about-text{max-width:1100px;margin:0 auto 18px;font-weight:500;font-size:1.2rem;line-height:1.8;color:#555}.light-bg{background:#f7f7f7}.about-features{max-width:1100px;margin:auto;padding:60px 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.feature-card{background:#fff;border-radius:18px;text-align:center;transition:all .35s ease;box-shadow:0 10px 30px rgba(0,0,0,.05)}.feature-card img{width:100%;height:180px;object-fit:cover;border-top-left-radius:14px;border-top-right-radius:14px;margin-bottom:0}.feature-card h3{padding-left:5px;padding-right:5px;font-size:1.35rem;margin-bottom:10px}.feature-card p{padding-left:10px;padding-right:10px;font-size:.9rem;font-weight:500;color:#666}.feature-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px rgba(0,0,0,.12)}.about-split{max-width:1100px;margin:auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:40px;text-align:center}.about-split h3{font-size:1.6rem;margin-bottom:12px}.about-split p{color:#555;line-height:1.7}.about-contact{background:#111;color:#fff;text-align:center;padding:70px 20px}.about-contact h2{margin-bottom:18px}.about-contact p{margin:6px 0;opacity:.85}@keyframes heroZoom{0%{background-size:100%}to{background-size:110%}}@media(max-width:768px){.about-hero{height:70vh}.about-hero-overlay h1{font-size:2.1rem}.about-features,.about-split{grid-template-columns:1fr}}.contact-container-page{background:url(/images/Social/sm2.jpg) no-repeat 50%/cover;min-height:100vh;width:100%;overflow-x:hidden}.contact-page{display:flex;background-color:rgba(0,0,0,.5);min-height:100vh;padding:60px;gap:30px;box-sizing:border-box}.contact-left{flex:1;padding:20px;margin-top:35px}.contact-left h1{font-size:60px;font-weight:700;margin-bottom:20px;color:#fff}.contact-left p{font-size:20px;color:#fff;line-height:1.5}.contact-right{flex:1;background:#fff;padding:40px 30px;margin-top:35px;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.15);max-width:100%;box-sizing:border-box}.company-details{margin-bottom:30px}.company-details .company-name{font-size:28px;font-weight:800;margin-bottom:15px;color:#000}.company-details .company-info{display:flex;flex-direction:column;gap:12px}.company-details .company-info .info-item{display:flex;align-items:center;gap:12px;font-size:16px;color:#555;font-weight:600}.company-details .company-info .info-item .icon{color:#000;font-size:16px;min-width:20px}.contact-form,.contact-form .form-group{display:flex;flex-direction:column}.contact-form .form-group{margin-bottom:20px}.contact-form .form-group label{font-size:18px;font-weight:600;margin-bottom:8px}.contact-form .form-group input,.contact-form .form-group select,.contact-form .form-group textarea{padding:12px 14px;font-size:16px;border:1px solid #ccc;border-radius:8px;width:100%;box-sizing:border-box;transition:all .3s ease}.contact-form .form-group input:focus,.contact-form .form-group select:focus,.contact-form .form-group textarea:focus{border-color:#000;outline:none}.contact-form .form-group .error{color:red;font-size:12px;margin-top:5px}.contact-form .phone-row{display:flex;gap:15px}.contact-form .phone-row .prefix-box{flex:0 0 30%;display:flex;flex-direction:column}.contact-form .phone-row .phone-box{flex:1;display:flex;flex-direction:column}.contact-form .submit-btn{background:#000;color:#fff;font-size:18px;font-weight:600;padding:12px;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;display:flex;justify-content:center;align-items:center;gap:10px}.contact-form .submit-btn:hover{background:#333}.contact-form .submit-btn:disabled{opacity:.6;cursor:not-allowed}.contact-form .submit-btn .spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.6);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media(max-width:992px){.contact-left h1{font-size:45px}.contact-left p{font-size:16px}.company-details .company-name{font-size:24px}}@media(max-width:768px){.contact-page{flex-direction:column;padding:20px}.contact-left{text-align:center;margin-bottom:30px}.contact-right{padding:25px;margin-top:0}.phone-row{flex-direction:column;gap:12px}.phone-row .phone-box,.phone-row .prefix-box{flex:1 1 100%}.submit-btn{font-size:16px;padding:10px}}@media(max-width:480px){.contact-right{padding:25px;margin-top:-40px}.contact-left h1{font-size:28px}.contact-left p{font-size:14px}.company-details .company-name{font-size:20px}.submit-btn{font-size:14px;padding:10px}}.product-page{padding:10px 40px}@media(max-width:768px){.product-page{padding:0;width:100%}}.product-images-wrapper{width:100%;display:block}.product-images-wrapper .desktop-layout{display:flex;gap:10px;align-items:flex-start}.product-images-wrapper .desktop-layout .product-main-image{flex:2;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.product-images-wrapper .desktop-layout .product-main-image img{width:100%;height:auto;object-fit:cover;display:block}.product-images-wrapper .desktop-layout .product-thumbnails{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:8px;max-height:81vh;overflow-y:auto;padding-right:4px}.product-images-wrapper .desktop-layout .product-thumbnails::-webkit-scrollbar{width:6px}.product-images-wrapper .desktop-layout .product-thumbnails::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.product-images-wrapper .desktop-layout .product-thumbnails .thumbnail{overflow:hidden;cursor:pointer;transition:border .2s ease}.product-images-wrapper .desktop-layout .product-thumbnails .thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.product-images-wrapper .desktop-layout .product-thumbnails .thumbnail.active,.product-images-wrapper .desktop-layout .product-thumbnails .thumbnail:hover{border:2px solid #000}.product-images-wrapper .mobile-layout{display:none;width:100%;margin:0 auto}.product-images-wrapper .mobile-layout .swiper{width:100%!important;height:50vh;display:block}.product-images-wrapper .mobile-layout .swiper .swiper-slide{width:100%!important;display:flex;justify-content:center;align-items:center}.product-images-wrapper .mobile-layout .swiper img{width:100%;height:100%;object-fit:cover;display:block;border-radius:8px}@media(max-width:768px){.product-images-wrapper .desktop-layout{display:none}.product-images-wrapper .mobile-layout{display:block}}@media(min-width:780px)and (max-width:1300px){.product-images-wrapper .desktop-layout .product-thumbnails{max-height:63vh}}@media(max-width:450px){.product-images-wrapper .mobile-layout .swiper{height:50vh}.product-images-wrapper .mobile-layout .swiper img{border-radius:6px}}.product-info-container{border-bottom:1px solid #e0e0e0;margin-top:20px;padding-bottom:20px;padding-left:15px;padding-right:15px}.product-info-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:12px}.product-info-title{font-size:2.3rem;font-weight:700;color:#1a1a1a;flex:1 1 60%}.product-info-price{font-size:1.8rem;font-weight:700;color:#000;text-align:right;flex:1 1 40%}.product-info-description{font-size:1.1rem;font-weight:500;color:#444;line-height:1.6;padding-left:2px;white-space:pre-line}@media(max-width:768px){.product-info-row{flex-direction:column;align-items:flex-start}.product-info-price{text-align:left;margin-top:10px}.product-info-price,.product-info-title{font-size:1.3rem}.product-info-description{font-size:.9rem}}@media(max-width:450px){.product-info-price,.product-info-title{font-size:2rem}.product-info-description{font-size:1.2rem}}.product-info{padding:1.5rem;border-radius:12px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.08);max-width:100%;display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(max-width:992px){.product-info{grid-template-columns:1fr;gap:1.5rem}}.product-info .info-section .info-title{font-size:1.6rem;font-weight:700;margin-bottom:.8rem;color:#333;border-bottom:2px solid #eee;padding-bottom:.4rem}.product-info .info-section .info-list{display:flex;flex-wrap:wrap;gap:.6rem}.product-info .info-section .info-list .info-chip{background:#f5f5f5;padding:.4rem .8rem;border-radius:20px;font-size:1rem;font-weight:600;text-transform:capitalize;color:#333;transition:all .3s ease}.product-info .info-section .info-list .info-chip:hover{background:#333;color:#fff}.product-info .info-section .dimension-box{background:#fafafa;padding:1rem;border-radius:8px;border:1px solid #e0e0e0;display:flex;flex-direction:column;gap:.5rem}.product-info .info-section .dimension-box p{margin:0;font-size:.95rem;color:#444}.product-info .info-section .dimension-box p .label{font-weight:600;color:#222;margin-right:5px}.product-info .info-section .color-palette{display:flex;gap:10px;flex-wrap:wrap}.product-info .info-section .color-circle-3d{width:30px;height:30px;border-radius:50%;border:1px solid #ccc;box-shadow:inset -2px -2px 5px hsla(0,0%,100%,.5),inset 2px 2px 5px rgba(0,0,0,.3),0 2px 5px rgba(0,0,0,.2);transition:transform .2s;cursor:pointer}.product-info .info-section .color-circle-3d:hover{transform:scale(1.1)}.product-info .info-section .tag-list{display:flex;gap:.6rem;flex-wrap:wrap}.product-info .info-section .tag-list .tag-chip{background:#eef2f7;padding:.3rem .7rem;border-radius:6px;font-size:rem;font-weight:600;color:#444}.product-main{display:flex;gap:20px;margin-top:30px}.product-main .left-section{flex:0 0 66%}.product-main .right-section{flex:0 0 34%;display:flex;flex-direction:column;gap:20px}@media(max-width:992px){.product-main{flex-direction:column}.product-main .left-section,.product-main .right-section{flex:1 1 100%;width:100%}}.contact-form{background:#fff;border-radius:12px;padding:0 50px 20px 20px;margin-bottom:50px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.contact-form h3{margin-bottom:15px;font-size:1.8rem;font-weight:700}.contact-form form{display:flex;flex-direction:column;gap:12px}.contact-form form input,.contact-form form textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:8px;font-size:1rem}.contact-form form button{background:#000;color:#fff;padding:12px;border:none;border-radius:8px;cursor:pointer;font-size:1.2rem;font-weight:600}.contact-form form button:hover{background:#333}.inquiry-btn-content{display:flex;align-items:center;justify-content:center;gap:8px}.inquiry-spinner{width:16px;height:16px;border:2px solid #fff;border-top-color:rgba(0,0,0,0);border-radius:50%;animation:inquiry-spin .8s linear infinite}@keyframes inquiry-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.contact-form form button:disabled{opacity:.7;cursor:not-allowed}.product-description{padding:2px 20px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.product-description .description-title{font-size:1.8rem;font-weight:700;margin-bottom:12px;color:#1a1a1a;padding-bottom:6px}.product-description .description-text{font-size:1.2rem;font-weight:500;line-height:1.6;color:#444}.product-description .description-text p{margin-bottom:12px;text-align:justify}.product-description .description-text p:after{content:"";display:table;clear:both}.product-description .description-text .dropcap{float:left;display:block;font-size:2.8rem;font-weight:700;line-height:1;margin-right:10px;color:#000;font-family:Georgia,Times New Roman,serif}.product-description .description-text br{content:"";display:block;margin-bottom:10px}.specifications-box{background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);padding:20px}.specifications-box .spec-title{font-size:1.8rem;font-weight:700;margin-bottom:15px;color:#1a1a1a}.specifications-box .spec-list{display:flex;flex-direction:column;border-radius:8px;overflow:hidden}.specifications-box .spec-list .spec-row{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;font-size:.95rem}.specifications-box .spec-list .spec-row .spec-name{font-size:18px;font-weight:600;color:#333;text-transform:capitalize}.specifications-box .spec-list .spec-row .spec-value{font-size:18px;font-weight:500;color:#555;text-align:right;text-transform:capitalize}.specifications-box .spec-list .spec-row.even{background:#fff}.specifications-box .spec-list .spec-row.odd{background:#f5f5f5}@media(max-width:768px){.specifications-box{padding:10px}.specifications-box .spec-list .spec-row{padding:8px 10px}.specifications-box .spec-list .spec-row .spec-name,.specifications-box .spec-list .spec-row .spec-value{font-size:16px}}.dimension-swiper-container{width:100%;position:relative;overflow:hidden;background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);margin-top:20px;padding:10px}.swiper-wrapper{display:flex;transition:transform .5s ease;position:relative;height:300px;overflow:hidden}.swiper-slide{flex:0 0 100%;opacity:0;transform:scale(.95);transition:all .5s ease;display:none}.swiper-slide.active{display:block;opacity:1;transform:scale(1)}.swiper-slide img{width:100%;height:100%;object-fit:cover;border-radius:8px}.swiper-controls{display:flex;justify-content:center;margin-top:10px}.dot{height:10px;width:10px;margin:0 5px;background-color:#ddd;border-radius:50%;display:inline-block;transition:background-color .3s ease;cursor:pointer;border:none}.dot.active{background-color:#333}.dimension-info{margin-top:15px;font-size:.95rem;color:#444}.dimension-info p{margin:4px 0}@media(max-width:768px){.swiper-wrapper{height:250px}.dimension-info{font-size:.9rem}}@media(max-width:450px){.swiper-wrapper{height:200px}.dot{height:8px;width:8px}}.location-section{margin-top:25px;background:#fff;border-radius:12px;padding:5px 20px 20px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.location-title{font-size:1.8rem;font-weight:600;color:#1a1a1a;margin-bottom:10px}.location-details{font-size:1.2rem;font-weight:500;color:#444;margin-bottom:15px}.map-container{width:100%;height:500px;overflow:hidden;border:1px solid #ddd}.map-container iframe{width:100%;height:100%;border:0;display:block}@media(max-width:768px){.map-container{height:250px}.location-title{font-size:1.3rem}.location-details{font-size:.9rem}}@media(max-width:450px){.map-container{height:200px}.location-title{font-size:1.2rem}}.dimension-block{background:#fff;padding:5px 20px 20px;margin-top:15px;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.08)}.dimension-main-heading{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;padding-left:5px}.dimension-content{display:flex;flex-wrap:wrap;gap:1.5rem}.dimension-details-box{flex:1 1 300px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.dimension-details-box .dimension-list .dimension-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.95rem;transition:background .3s ease}.dimension-details-box .dimension-list .dimension-row.even{background-color:#fff}.dimension-details-box .dimension-list .dimension-row.odd{background-color:#f9fafb}.dimension-details-box .dimension-list .dimension-row .dimension-label{font-size:18px;font-weight:600;color:#333;text-transform:capitalize}.dimension-details-box .dimension-list .dimension-row .dimension-value{font-size:18px;font-weight:500;color:#374151;text-align:right}.dimension-image-box{flex:1 1 300px;border-radius:8px;overflow:hidden;height:320px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.dimension-image{width:100%;height:100%;object-fit:contain;display:block;border-radius:8px}@media(max-width:768px){.dimension-content{flex-direction:column;gap:1rem}.dimension-details-box{flex:1 1 100%;width:100%}.dimension-details-box .dimension-row{flex-direction:row;justify-content:space-between;align-items:center;padding:.9rem 1.2rem}.dimension-details-box .dimension-row .dimension-label{margin-bottom:0;font-size:16px}.dimension-details-box .dimension-row .dimension-value{text-align:right;font-size:16px}.dimension-image-box{flex:1 1 100%;width:100%;height:260px;border-radius:10px}.dimension-image{width:100%;height:100%;object-fit:cover}}@media(max-width:450px){.dimension-image-box{height:220px}.dimension-image{object-fit:cover}}