{"id":7580,"date":"2026-06-21T17:30:11","date_gmt":"2026-06-21T17:30:11","guid":{"rendered":"https:\/\/shahzadsheikh.com\/home\/"},"modified":"2026-09-15T21:28:54","modified_gmt":"2026-09-15T21:28:54","slug":"home","status":"publish","type":"page","link":"https:\/\/shahzadsheikh.com\/en-gb\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7580\" class=\"elementor elementor-7580 elementor-545\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8262641 e-con e-atomic-element e-flexbox-base e-e1babb6 \" data-id=\"8262641\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"8262641\">\n    \t\t<div class=\"elementor-element elementor-element-321558b elementor-widget elementor-widget-shortcode\" data-id=\"321558b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!-- Hero Slider Styles --><style>@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500&display=swap');\n\n  .custom-hero-container {\n    position: relative;\n    width: 100vw;\n    margin-left: calc(-50vw + 50%);\n    margin-right: calc(-50vw + 50%);\n    height: 85vh;\n    min-height: 550px;\n    max-height: 900px;\n    overflow: hidden;\n    background-color: #000000;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .custom-hero-slider {\n    position: relative;\n    width: 100%;\n    height: 100%;\n    \/* Prevents default browser swipe actions like back\/forward navigation on the slider *\/\n    touch-action: pan-y; \n  }\n\n  .custom-slide {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    opacity: 0;\n    visibility: hidden;\n    transition: opacity 1s ease-in-out, transform 1.2s ease-out;\n    transform: scale(1.05);\n    \n    \/* Loads the desktop background by default *\/\n    background-image: var(--bg-desktop);\n    background-size: cover;\n    background-position: center center;\n    \n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .custom-slide.active {\n    opacity: 1;\n    visibility: visible;\n    transform: scale(1);\n    z-index: 1;\n  }\n\n  \/* Dark Overlay for Text Readability *\/\n  .custom-slide::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background: linear-gradient(\n      180deg,\n      rgba(0, 0, 0, 0.35) 0%,\n      rgba(0, 0, 0, 0.55) 100%\n    );\n    z-index: 2;\n  }\n\n  \/* Slide Content *\/\n  .custom-slide-content {\n    position: relative;\n    z-index: 3;\n    max-width: 850px;\n    padding: 0 24px;\n    text-align: center;\n    color: #ffffff;\n  }\n\n  .custom-slide-tag {\n    font-family: 'Poppins', sans-serif;\n    font-size: 13px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #d4af37;\n    margin-bottom: 16px;\n    display: block;\n    font-weight: 500;\n  }\n\n  .custom-slide-title {\n    font-size: clamp(32px, 5vw, 56px);\n    line-height: 1.15;\n    font-weight: 400;\n    letter-spacing: 1px;\n    margin: 0 0 18px 0;\n    color: #ffffff;\n    font-family: \"Playfair Display\", \"Cinzel\", \"Georgia\", serif;\n  }\n\n  .custom-slide-desc {\n    font-family: 'Poppins', sans-serif;\n    font-size: clamp(14px, 1.8vw, 17px);\n    line-height: 1.6;\n    color: rgba(255, 255, 255, 0.88);\n    margin: 0 auto 28px auto;\n    max-width: 620px;\n    font-weight: 300;\n  }\n\n  .custom-slide-btn {\n    font-family: 'Poppins', sans-serif;\n    display: inline-block;\n    padding: 13px 34px;\n    border: 1px solid #ffffff;\n    background: transparent;\n    color: #ffffff;\n    font-size: 13px;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    text-decoration: none;\n    transition: all 0.3s ease;\n  }\n\n  .custom-slide-btn:hover {\n    background: #ffffff;\n    color: #000000;\n  }\n\n  \/* Navigation Arrows *\/\n  .slider-arrow {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    z-index: 10;\n    background: rgba(0, 0, 0, 0.3);\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    color: #ffffff;\n    width: 48px;\n    height: 48px;\n    border-radius: 50%;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    transition: background 0.3s ease, border-color 0.3s ease;\n  }\n\n  .slider-arrow:hover {\n    background: rgba(0, 0, 0, 0.7);\n    border-color: #ffffff;\n  }\n\n  .slider-arrow.prev {\n    left: 24px;\n  }\n\n  .slider-arrow.next {\n    right: 24px;\n  }\n\n  \/* Pagination Dots *\/\n  .slider-dots {\n    position: absolute;\n    bottom: 24px;\n    left: 50%;\n    transform: translateX(-50%);\n    display: flex;\n    gap: 10px;\n    z-index: 10;\n  }\n\n  .slider-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: rgba(255, 255, 255, 0.4);\n    cursor: pointer;\n    transition: background 0.3s ease, transform 0.3s ease;\n  }\n\n  .slider-dot.active {\n    background: #ffffff;\n    transform: scale(1.3);\n  }\n\n  \/* Mobile Media Query *\/\n  @media (max-width: 768px) {\n    .custom-hero-container {\n      height: 75vh;\n    }\n    \n    \/* Swaps out the desktop image for the mobile image *\/\n    .custom-slide {\n      background-image: var(--bg-mobile);\n    }\n    \n    .slider-arrow {\n      display: none;\n    }\n  }\n<\/style><!-- Hero Slider Markup --><div class=\"custom-hero-container\"><div class=\"custom-hero-slider\" id=\"luxuryHeroSlider\"><!-- Slide 1 --><div class=\"custom-slide active\" style=\"--bg-desktop: url('https:\/\/new.shahzadsheikh.com\/wp-content\/uploads\/2026\/08\/Sherwani-homepage-banner-img.jpg'); --bg-mobile: url('https:\/\/new.shahzadsheikh.com\/wp-content\/uploads\/2026\/08\/Sherwani-homepage-mobile-banner.jpg');\"><div class=\"custom-slide-content\"><span class=\"custom-slide-tag\">Royal Wedding Collection<\/span><h1 class=\"custom-slide-title\">Handcrafted Masuri Tilla Sherwanis<\/h1><p class=\"custom-slide-desc\">Immerse in timeless wedding luxury adorned with intricate handcrafted embroidery and premium velvet textures.<\/p><a href=\"https:\/\/shahzadsheikh.com\/en-gb\/shop\/\" class=\"custom-slide-btn\">Explore Collection<\/a><\/div><\/div><!-- Slide 2 --><div class=\"custom-slide\" style=\"--bg-desktop: url('https:\/\/new.shahzadsheikh.com\/wp-content\/uploads\/2026\/08\/Prince-coat-homepage-banner-img.jpg'); --bg-mobile: url('https:\/\/new.shahzadsheikh.com\/wp-content\/uploads\/2026\/08\/Prince-coat-homepage-mobile-banner-.jpg');\"><div class=\"custom-slide-content\"><span class=\"custom-slide-tag\">Bespoke Formals<\/span><h2 class=\"custom-slide-title\">Elegance in Every Stitch<\/h2><p class=\"custom-slide-desc\">Tailored prince coats and signature eastern silhouettes crafted for modern sophistication.<\/p><a href=\"https:\/\/shahzadsheikh.com\/en-gb\/shop\/\" class=\"custom-slide-btn\">Shop Now<\/a><\/div><\/div><!-- Slide 3 --><div class=\"custom-slide\" style=\"--bg-desktop: url('https:\/\/new.shahzadsheikh.com\/wp-content\/uploads\/2026\/08\/Waistcoat-homepage-banner-img.jpg'); --bg-mobile: url('https:\/\/new.shahzadsheikh.com\/wp-content\/uploads\/2026\/08\/Waitcoat-homepage-mobile-banner.jpg');\"><div class=\"custom-slide-content\"><span class=\"custom-slide-tag\">Casual & Festive<\/span><h2 class=\"custom-slide-title\">Subtle Luxury & Comfort<\/h2><p class=\"custom-slide-desc\">Premium blended fabrics designed for all-day celebrations and casual gatherings.<\/p><a href=\"https:\/\/shahzadsheikh.com\/en-gb\/shop\/\" class=\"custom-slide-btn\">Discover More<\/a><\/div><\/div><!-- Navigation Controls --><button class=\"slider-arrow prev\" id=\"sliderPrev\" aria-label=\"Previous Slide\">\u2039<\/button><button class=\"slider-arrow next\" id=\"sliderNext\" aria-label=\"Next Slide\">\u203a<\/button><!-- Indicators --><div class=\"slider-dots\" id=\"sliderDots\"><\/div><\/div><\/div><!-- Hero Slider Script --><script>(function () {\n    const slider = document.getElementById('luxuryHeroSlider');\n    if (!slider) return;\n\n    const slides = slider.querySelectorAll('.custom-slide');\n    const prevBtn = document.getElementById('sliderPrev');\n    const nextBtn = document.getElementById('sliderNext');\n    const dotsContainer = document.getElementById('sliderDots');\n\n    let currentIndex = 0;\n    const totalSlides = slides.length;\n    let autoPlayTimer = null;\n    const duration = 6000; \/\/ 6 seconds per slide\n\n    \/\/ Touch variables\n    let touchStartX = 0;\n    let touchEndX = 0;\n\n    \/\/ Generate Dots\n    slides.forEach((_, idx) => {\n      const dot = document.createElement('div');\n      dot.classList.add('slider-dot');\n      if (idx === 0) dot.classList.add('active');\n      dot.addEventListener('click', () => {\n        goToSlide(idx);\n        resetAutoPlay();\n      });\n      dotsContainer.appendChild(dot);\n    });\n\n    const dots = dotsContainer.querySelectorAll('.slider-dot');\n\n    function updateSlide() {\n      slides.forEach((slide, idx) => {\n        slide.classList.toggle('active', idx === currentIndex);\n      });\n      dots.forEach((dot, idx) => {\n        dot.classList.toggle('active', idx === currentIndex);\n      });\n    }\n\n    function nextSlide() {\n      currentIndex = (currentIndex + 1) % totalSlides;\n      updateSlide();\n    }\n\n    function prevSlide() {\n      currentIndex = (currentIndex - 1 + totalSlides) % totalSlides;\n      updateSlide();\n    }\n\n    function goToSlide(index) {\n      currentIndex = index;\n      updateSlide();\n    }\n\n    function startAutoPlay() {\n      autoPlayTimer = setInterval(nextSlide, duration);\n    }\n\n    function resetAutoPlay() {\n      if (autoPlayTimer) clearInterval(autoPlayTimer);\n      startAutoPlay();\n    }\n\n    \/\/ Click Event Listeners\n    if (nextBtn) {\n      nextBtn.addEventListener('click', () => {\n        nextSlide();\n        resetAutoPlay();\n      });\n    }\n\n    if (prevBtn) {\n      prevBtn.addEventListener('click', () => {\n        prevSlide();\n        resetAutoPlay();\n      });\n    }\n\n    \/\/ Touch Event Listeners for Swiping\n    slider.addEventListener('touchstart', (e) => {\n      touchStartX = e.changedTouches[0].screenX;\n    }, { passive: true });\n\n    slider.addEventListener('touchend', (e) => {\n      touchEndX = e.changedTouches[0].screenX;\n      handleSwipe();\n    }, { passive: true });\n\n    function handleSwipe() {\n      const swipeThreshold = 50; \/\/ Minimum pixels required to register as a swipe\n      if (touchEndX < touchStartX - swipeThreshold) {\n        \/\/ Swiped Left -> Next Slide\n        nextSlide();\n        resetAutoPlay();\n      }\n      if (touchEndX > touchStartX + swipeThreshold) {\n        \/\/ Swiped Right -> Prev Slide\n        prevSlide();\n        resetAutoPlay();\n      }\n    }\n\n    startAutoPlay();\n  })();\n<\/script><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-e0b1bca e-con e-atomic-element e-flexbox-base e-5ae6849 \" data-id=\"e0b1bca\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"e0b1bca\">\n    \t\t<div class=\"elementor-element elementor-element-6f508dd elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"6f508dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">House Heritage &amp; Craftsmanship<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-63f2c43 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"63f2c43\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Art of Bespoke Tailoring<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fa41c0b elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"fa41c0b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>For over three decades, the House of Shahzad Sheikh has defined the pinnacle of eastern luxury menswear. Guided by a heritage of masterful tailoring, our atelier merges age-old artisanal techniques with contemporary aesthetics. Each Prince Coat, Sherwani, and Waistcoat is meticulously hand-stitched from the finest raw silks, premium Jamawars, and tropical wool blends. Every crease is sculpted and every detail refined, showcasing intricate zardozi, Masuri tilla filling, and detailed thread work. We stand as a beacon of domain authority in bespoke couture, crafting silhouettes for the modern global gentleman who demands uncompromising quality.    <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\n<hr class=\"e-bb6f839-a05389c e-divider-base\" data-interaction-id=\"bb6f839\"   \/>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-d686ce1 e-con e-atomic-element e-flexbox-base e-404d87b \" data-id=\"d686ce1\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"d686ce1\">\n    \t\t<div class=\"elementor-element elementor-element-695ace9 elementor-widget elementor-widget-heading\" data-id=\"695ace9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">New Arrival<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3777cf2 ecomus-addtocart-button-show--yes elementor-widget elementor-widget-ecomus-product-grid\" data-id=\"3777cf2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;limit&quot;:4,&quot;hide_product_outofstock&quot;:&quot;yes&quot;,&quot;columns&quot;:&quot;4&quot;,&quot;product_card_layout&quot;:&quot;1&quot;,&quot;type&quot;:&quot;recent_products&quot;,&quot;product_outofstock_last&quot;:&quot;no&quot;}\" data-widget_type=\"ecomus-product-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ecomus-product-grid ecomus-product-columns--4\"><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b658e77 elementor-align-center elementor-widget elementor-widget-ecomus-button\" data-id=\"b658e77\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ecomus-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/shahzadsheikh.com\/en-gb\/shop\/\" class=\"ecomus-button-link ecomus-button em-button em-button-outline\">\r\n\t\t\t\t\t\t\t\t\t<span class=\"ecomus-button-text\">Explore Latest Arrivals<\/span>\t\t<\/a>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-07f1057 e-con-full e-flex ecomus-responsive-column ecomus-tablet-column--default ecomus-responsive-column ecomus-mobile-column--default e-con e-parent\" data-id=\"07f1057\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c2a52d8 elementor-widget__width-inherit elementor-widget elementor-widget-shortcode\" data-id=\"c2a52d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!-- The Visual Reels Styles --><style>.reels-section {\n    background-color: #09090b; \n    border-bottom: 1px solid #18181b;\n    color: #ffffff;\n    padding: 5rem 0;\n    overflow: hidden;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  \/* Header Container Layout - Updated to 5% padding *\/\n  .reels-header {\n    width: 100%;\n    margin: 0 auto 3rem auto;\n    padding: 0 5%; \n    display: flex;\n    justify-content: space-between;\n    align-items: baseline;\n  }\n\n  .reels-subtitle {\n    font-size: 10px;\n    font-weight: 500;\n    text-transform: uppercase;\n    letter-spacing: 0.25em;\n    color: #71717a; \n    display: block;\n    margin-bottom: 0.5rem;\n  }\n\n  .reels-title {\n    font-family: \"Playfair Display\", \"Cinzel\", \"Georgia\", serif;\n    font-size: 24px;\n    font-weight: 400;\n    letter-spacing: -0.025em;\n    margin: 0;\n    color: #ffffff;\n    line-height: 1.2;\n  }\n\n  .reels-swipe-hint {\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: #a1a1aa; \n    display: block;\n  }\n\n  \/* Horizontal Scroll Carousel Layout - Updated to 5% padding *\/\n  .reels-carousel-wrapper {\n    width: 100%;\n    margin: 0 auto;\n    padding: 0 5%; \n  }\n\n  .reels-carousel {\n    display: flex;\n    gap: 1.5rem; \/* 24px *\/\n    overflow-x: auto;\n    scroll-snap-type: x mandatory;\n    padding: 0.5rem 0;\n    cursor: grab; \/* Shows grab icon on desktop *\/\n    \/* Hide native scrollbars *\/\n    scrollbar-width: none;\n    -ms-overflow-style: none;\n  }\n  \n  .reels-carousel::-webkit-scrollbar {\n    display: none;\n  }\n\n  \/* Styles applied via JS when actively dragging *\/\n  .reels-carousel.dragging {\n    cursor: grabbing;\n    scroll-snap-type: none; \/* Disables snap to allow smooth dragging *\/\n  }\n\n  \/* Prevents clicks from triggering on videos while dragging *\/\n  .reels-carousel.dragging .reel-card {\n    pointer-events: none; \n  }\n\n  \/* Video Card Sizing & Transitions *\/\n  .reel-card {\n    flex-shrink: 0;\n    scroll-snap-align: start;\n    overflow: hidden;\n    background-color: #18181b; \n    border: 1px solid rgba(39, 39, 42, 0.8);\n    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);\n    transition: border-color 0.3s ease;\n    \n    \/* Default Mobile Sizing *\/\n    width: 85vw;\n    height: 480px;\n  }\n\n  .reel-card:hover {\n    border-color: #3f3f46; \n  }\n\n  .reel-card video {\n    object-fit: cover;\n    width: 100%;\n    height: 100%;\n  }\n\n  \/* Responsive Breakpoints *\/\n  @media (min-width: 640px) { \n    .reel-card { width: calc(50% - 12px); }\n  }\n\n  @media (min-width: 768px) { \n    .reels-section { padding: 7rem 0; }\n    .reels-title { font-size: 30px; }\n    .reel-card { height: 520px; }\n  }\n\n  @media (min-width: 1024px) { \n    .reel-card { width: calc(25% - 18px); }\n  }\n<\/style><!-- The Visual Reels Markup --><section class=\"reels-section\"><div class=\"reels-header\"><div><span class=\"reels-subtitle\">Inside The Atelier<\/span><h2 class=\"reels-title\">The Visual Reels<\/h2><\/div><span class=\"reels-swipe-hint\">Swipe to Explore<\/span><\/div><div class=\"reels-carousel-wrapper\"><div class=\"reels-carousel\" id=\"visualReelsCarousel\"><div class=\"reel-card\"><video src=\"https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/IMG_2037.mp4\" autoplay loop muted playsinline preload=\"metadata\"><\/video><\/div><div class=\"reel-card\"><video src=\"https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/IMG_2036.mp4\" autoplay loop muted playsinline preload=\"metadata\"><\/video><\/div><div class=\"reel-card\"><video src=\"https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/IMG_2042.mp4\" autoplay loop muted playsinline preload=\"metadata\"><\/video><\/div><div class=\"reel-card\"><video src=\"https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/IMG_2041.mp4\" autoplay loop muted playsinline preload=\"metadata\"><\/video><\/div><div class=\"reel-card\"><video src=\"https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/IMG_2038.mp4\" autoplay loop muted playsinline preload=\"metadata\"><\/video><\/div><div class=\"reel-card\"><video src=\"https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/IMG_2040.mp4\" autoplay loop muted playsinline preload=\"metadata\"><\/video><\/div><\/div><\/div><\/section><!-- Drag to Scroll Script --><script>(function() {\n    const carousel = document.getElementById('visualReelsCarousel');\n    if (!carousel) return;\n\n    let isDown = false;\n    let startX;\n    let scrollLeft;\n\n    carousel.addEventListener('mousedown', (e) => {\n      isDown = true;\n      carousel.classList.add('dragging');\n      startX = e.pageX - carousel.offsetLeft;\n      scrollLeft = carousel.scrollLeft;\n    });\n\n    carousel.addEventListener('mouseleave', () => {\n      isDown = false;\n      carousel.classList.remove('dragging');\n    });\n\n    carousel.addEventListener('mouseup', () => {\n      isDown = false;\n      carousel.classList.remove('dragging');\n    });\n\n    carousel.addEventListener('mousemove', (e) => {\n      if (!isDown) return;\n      e.preventDefault(); \/\/ Prevents text selection while dragging\n      const x = e.pageX - carousel.offsetLeft;\n      const walk = (x - startX) * 1.5; \/\/ Multiplier adjusts scroll speed\n      carousel.scrollLeft = scrollLeft - walk;\n    });\n  })();\n<\/script><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-09632bf e-con e-atomic-element e-flexbox-base e-5213d39 \" data-id=\"09632bf\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"09632bf\">\n    \t\t<div class=\"elementor-element elementor-element-c937ef3 elementor-widget elementor-widget-shortcode\" data-id=\"c937ef3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><style>@import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Poppins:wght@400;500;600&display=swap');\n\n  .house-pillars-section {\n    background-color: #fafafa; \/* Soft off-white to match the image background *\/\n    padding: 6rem 5%;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .pillars-container {\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  \/* --- Top Header Section --- *\/\n  .pillars-header {\n    text-align: center;\n    margin-bottom: 5rem;\n  }\n\n  .pillars-tag {\n    display: block;\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.75rem;\n    font-weight: 600;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #999999;\n    margin-bottom: 1.2rem;\n  }\n\n  .pillars-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2.25rem, 4vw, 3rem);\n    font-weight: 400;\n    color: #111111;\n    margin: 0 0 1rem 0;\n    letter-spacing: -0.02em;\n    line-height: 1.2;\n  }\n\n  .pillars-subtitle {\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    font-size: clamp(1rem, 1.5vw, 1.15rem);\n    color: #71717a;\n    margin: 0;\n  }\n\n  \/* --- 3-Column Grid --- *\/\n  .pillars-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 4rem;\n  }\n\n  .pillar-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n  }\n\n  .pillar-icon-wrapper {\n    width: 64px;\n    height: 64px;\n    border-radius: 50%;\n    background-color: #ffffff;\n    border: 1px solid #eaeaea;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    margin-bottom: 2rem;\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);\n  }\n\n  .pillar-icon-wrapper svg {\n    width: 24px;\n    height: 24px;\n    color: #111111;\n  }\n\n  .pillar-item-title {\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.9rem;\n    font-weight: 600;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    color: #111111;\n    margin: 0 0 1.2rem 0;\n  }\n\n  .pillar-item-desc {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.05rem;\n    line-height: 1.7;\n    color: #666666;\n    margin: 0;\n  }\n\n  \/* --- Mobile & Tablet Adjustments --- *\/\n  @media (max-width: 992px) {\n    .pillars-grid {\n      grid-template-columns: 1fr;\n      gap: 4rem;\n      max-width: 500px;\n      margin: 0 auto;\n    }\n    \n    .house-pillars-section {\n      padding: 4rem 5%;\n    }\n\n    .pillars-header {\n      margin-bottom: 4rem;\n    }\n  }\n<\/style><section class=\"house-pillars-section\"><div class=\"pillars-container\"><!-- Header --><div class=\"pillars-header\"><span class=\"pillars-tag\">House Pillars<\/span><h2 class=\"pillars-title\">The Hallmark of Excellence<\/h2><p class=\"pillars-subtitle\">Uncompromising quality standard at every phase of creation.<\/p><\/div><!-- Features Grid --><div class=\"pillars-grid\"><!-- Feature 1: Fabrics --><div class=\"pillar-item\"><div class=\"pillar-icon-wrapper\"><!-- Star Icon --><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"><\/polygon><\/svg><\/div><h3 class=\"pillar-item-title\">Finest Sourced Fabrics<\/h3><p class=\"pillar-item-desc\">Imported raw silks, pure jamawars, and premium suiting materials selected for flawless drape and durability.<\/p><\/div><!-- Feature 2: Measurements --><div class=\"pillar-item\"><div class=\"pillar-icon-wrapper\"><!-- Ruler Icon --><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21.3 15.3l-7.6 7.6a2 2 0 0 1-2.8 0l-9.6-9.6a2 2 0 0 1 0-2.8l7.6-7.6a2 2 0 0 1 2.8 0l9.6 9.6a2 2 0 0 1 0 2.8z\"><\/path><path d=\"M14.5 4.5l5 5\"><\/path><path d=\"M11.5 7.5l2 2\"><\/path><path d=\"M8.5 10.5l5 5\"><\/path><path d=\"M5.5 13.5l2 2\"><\/path><\/svg><\/div><h3 class=\"pillar-item-title\">Bespoke Measurements<\/h3><p class=\"pillar-item-desc\">Every garment is hand-stitched by master tailors to your exact specifications for an uncompromising fit.<\/p><\/div><!-- Feature 3: Global Reach --><div class=\"pillar-item\"><div class=\"pillar-icon-wrapper\"><!-- Globe Icon --><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"><\/line><path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"><\/path><\/svg><\/div><h3 class=\"pillar-item-title\">Global Reach<\/h3><p class=\"pillar-item-desc\">Complimentary worldwide delivery on all advance payments, bringing heritage craftsmanship to your doorstep.<\/p><\/div><\/div><\/div><\/section><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e7aae65 e-con-full e-flex ecomus-responsive-column ecomus-tablet-column--default ecomus-responsive-column ecomus-mobile-column--default e-con e-parent\" data-id=\"e7aae65\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de4de33 elementor-widget elementor-widget-image\" data-id=\"de4de33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/shahzadsheikh.com\/en-gb\/product-category\/uncategorized-en-gb\/\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1600\" height=\"700\" src=\"https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Prince-coat.jpg.jpeg\" class=\"attachment-full size-full wp-image-7575\" alt=\"\" srcset=\"https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Prince-coat.jpg.jpeg 1600w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Prince-coat.jpg-130x57.jpeg 130w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Prince-coat.jpg-600x263.jpeg 600w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Prince-coat.jpg-300x131.jpeg 300w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Prince-coat.jpg-1024x448.jpeg 1024w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Prince-coat.jpg-768x336.jpeg 768w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Prince-coat.jpg-1536x672.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d15e53b ecomus-addtocart-button-show--yes elementor-widget__width-inherit elementor-widget elementor-widget-ecomus-product-grid\" data-id=\"d15e53b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;limit&quot;:4,&quot;category&quot;:&quot;prince-coat&quot;,&quot;hide_product_outofstock&quot;:&quot;yes&quot;,&quot;columns&quot;:&quot;4&quot;,&quot;product_card_layout&quot;:&quot;1&quot;,&quot;type&quot;:&quot;recent_products&quot;,&quot;product_outofstock_last&quot;:&quot;no&quot;}\" data-widget_type=\"ecomus-product-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ecomus-product-grid ecomus-product-columns--4\"><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f4af047 e-con-full e-flex ecomus-responsive-column ecomus-tablet-column--default ecomus-responsive-column ecomus-mobile-column--default e-con e-parent\" data-id=\"f4af047\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f25de12 elementor-widget elementor-widget-image\" data-id=\"f25de12\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/shahzadsheikh.com\/product-category\/blazers\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1600\" height=\"700\" src=\"https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Sherwani.jpg.jpeg\" class=\"attachment-full size-full wp-image-7576\" alt=\"\" srcset=\"https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Sherwani.jpg.jpeg 1600w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Sherwani.jpg-130x57.jpeg 130w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Sherwani.jpg-600x263.jpeg 600w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Sherwani.jpg-300x131.jpeg 300w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Sherwani.jpg-1024x448.jpeg 1024w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Sherwani.jpg-768x336.jpeg 768w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Sherwani.jpg-1536x672.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f55f66e ecomus-addtocart-button-show--yes elementor-widget__width-inherit elementor-widget elementor-widget-ecomus-product-grid\" data-id=\"f55f66e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;limit&quot;:4,&quot;category&quot;:&quot;sherwani&quot;,&quot;hide_product_outofstock&quot;:&quot;yes&quot;,&quot;columns&quot;:&quot;4&quot;,&quot;product_card_layout&quot;:&quot;1&quot;,&quot;type&quot;:&quot;recent_products&quot;,&quot;product_outofstock_last&quot;:&quot;no&quot;}\" data-widget_type=\"ecomus-product-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ecomus-product-grid ecomus-product-columns--4\"><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-11997cb e-con-full e-flex ecomus-responsive-column ecomus-tablet-column--default ecomus-responsive-column ecomus-mobile-column--default e-con e-parent\" data-id=\"11997cb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ea1a0da e-con-full e-flex ecomus-responsive-column ecomus-tablet-column--default ecomus-responsive-column ecomus-mobile-column--default e-con e-child\" data-id=\"ea1a0da\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78aedbb elementor-widget__width-inherit elementor-widget elementor-widget-shortcode\" data-id=\"78aedbb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><style>@import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Poppins:wght@400;500;600&display=swap');\n\n  .bespoke-journey-section {\n    background-color: #ffffff;\n    padding: 6rem 5%;\n    font-family: 'Poppins', sans-serif;\n    overflow: hidden;\n  }\n\n  .journey-container {\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  \/* --- Header Section --- *\/\n  .journey-header {\n    text-align: center;\n    margin-bottom: 5rem;\n  }\n\n  .journey-tag {\n    display: block;\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.75rem;\n    font-weight: 600;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #a1a1aa;\n    margin-bottom: 1.2rem;\n  }\n\n  .journey-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2.25rem, 4vw, 3rem);\n    font-weight: 400;\n    color: #18181b;\n    margin: 0 0 1rem 0;\n    letter-spacing: -0.02em;\n    line-height: 1.2;\n  }\n\n  \/* --- 3-Step Grid --- *\/\n  .journey-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 3rem;\n    position: relative;\n  }\n\n  \/* Connecting dashed line for desktop *\/\n  @media (min-width: 993px) {\n    .journey-grid::before {\n      content: '';\n      position: absolute;\n      top: 40px; \/* Aligns with the center of the icons *\/\n      left: 16%;\n      right: 16%;\n      height: 1px;\n      border-top: 1px dashed #d4d4d8;\n      z-index: 1;\n    }\n  }\n\n  .journey-step {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    position: relative;\n    z-index: 2;\n  }\n\n  .journey-icon-wrapper {\n    width: 80px;\n    height: 80px;\n    border-radius: 50%;\n    background-color: #ffffff;\n    border: 1px solid #e4e4e7;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    margin-bottom: 1.5rem;\n    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);\n  }\n\n  .journey-icon-wrapper svg {\n    width: 28px;\n    height: 28px;\n    color: #18181b;\n  }\n\n  .journey-step-number {\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.75rem;\n    font-weight: 600;\n    color: #a1a1aa;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    margin-bottom: 0.5rem;\n  }\n\n  .journey-step-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.4rem;\n    font-weight: 600;\n    color: #18181b;\n    margin: 0 0 1rem 0;\n  }\n\n  .journey-step-desc {\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.95rem;\n    line-height: 1.7;\n    color: #52525b;\n    margin: 0;\n    max-width: 320px;\n  }\n\n  \/* --- Mobile Adjustments --- *\/\n  @media (max-width: 992px) {\n    .journey-grid {\n      grid-template-columns: 1fr;\n      gap: 4rem;\n      max-width: 400px;\n      margin: 0 auto;\n    }\n    \n    .bespoke-journey-section {\n      padding: 4rem 5%;\n    }\n\n    .journey-header {\n      margin-bottom: 4rem;\n    }\n  }\n<\/style><section class=\"bespoke-journey-section\"><div class=\"journey-container\"><!-- Header --><div class=\"journey-header\"><span class=\"journey-tag\">Our Process<\/span><h2 class=\"journey-title\">The Art of Made-to-Measure<\/h2><\/div><!-- Step-by-Step Grid --><div class=\"journey-grid\"><!-- Step 1 --><div class=\"journey-step\"><div class=\"journey-icon-wrapper\"><!-- Screen\/Consultation Icon --><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"><\/line><line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"><\/line><\/svg><\/div><span class=\"journey-step-number\">Step 01<\/span><h3 class=\"journey-step-title\">Virtual Consultation<\/h3><p class=\"journey-step-desc\">Connect with our styling concierge to select fabrics and map your exact proportions from anywhere in the world.<\/p><\/div><!-- Step 2 --><div class=\"journey-step\"><div class=\"journey-icon-wrapper\"><!-- Scissors\/Tailoring Icon --><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"6\" cy=\"6\" r=\"3\"><\/circle><circle cx=\"6\" cy=\"18\" r=\"3\"><\/circle><line x1=\"20\" y1=\"4\" x2=\"8.12\" y2=\"15.88\"><\/line><line x1=\"14.47\" y1=\"14.48\" x2=\"20\" y2=\"20\"><\/line><line x1=\"8.12\" y1=\"8.12\" x2=\"12\" y2=\"12\"><\/line><\/svg><\/div><span class=\"journey-step-number\">Step 02<\/span><h3 class=\"journey-step-title\">Artisanal Crafting<\/h3><p class=\"journey-step-desc\">Your garment is hand-cut and embroidered by master tailors in our atelier, ensuring a flawless, structured drape.<\/p><\/div><!-- Step 3 --><div class=\"journey-step\"><div class=\"journey-icon-wrapper\"><!-- Delivery\/Box Icon --><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"><\/path><polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"><\/polyline><line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"><\/line><\/svg><\/div><span class=\"journey-step-number\">Step 03<\/span><h3 class=\"journey-step-title\">Global Delivery<\/h3><p class=\"journey-step-desc\">Delivered safely to your doorstep with generous internal fabric margins for any final, localized adjustments.<\/p><\/div><\/div><\/div><\/section><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6b8f808 e-con-full e-flex ecomus-responsive-column ecomus-tablet-column--default ecomus-responsive-column ecomus-mobile-column--default e-con e-child\" data-id=\"6b8f808\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d1f552b e-con-full e-flex ecomus-responsive-column ecomus-tablet-column--default ecomus-responsive-column ecomus-mobile-column--default e-con e-child\" data-id=\"d1f552b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ffad4ac e-con-full e-flex ecomus-responsive-column ecomus-tablet-column--default ecomus-responsive-column ecomus-mobile-column--default e-con e-child\" data-id=\"ffad4ac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-939097d e-con e-atomic-element e-flexbox-base e-4b5114e \" data-id=\"939097d\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"939097d\">\n    \t\t<div class=\"elementor-element elementor-element-03e50b1 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"03e50b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/shahzadsheikh.com\/product-category\/blazers\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1600\" height=\"700\" src=\"https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Blazer.jpg.jpeg\" class=\"attachment-full size-full wp-image-7577\" alt=\"\" srcset=\"https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Blazer.jpg.jpeg 1600w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Blazer.jpg-130x57.jpeg 130w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Blazer.jpg-600x263.jpeg 600w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Blazer.jpg-300x131.jpeg 300w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Blazer.jpg-1024x448.jpeg 1024w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Blazer.jpg-768x336.jpeg 768w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Blazer.jpg-1536x672.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19bee5f ecomus-addtocart-button-show--yes elementor-widget__width-inherit elementor-widget elementor-widget-ecomus-product-grid\" data-id=\"19bee5f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;limit&quot;:4,&quot;category&quot;:&quot;blazers&quot;,&quot;hide_product_outofstock&quot;:&quot;yes&quot;,&quot;columns&quot;:&quot;4&quot;,&quot;product_card_layout&quot;:&quot;1&quot;,&quot;type&quot;:&quot;recent_products&quot;,&quot;product_outofstock_last&quot;:&quot;no&quot;}\" data-widget_type=\"ecomus-product-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ecomus-product-grid ecomus-product-columns--4\"><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-313f440 e-con e-atomic-element e-flexbox-base e-313f440-755009f \" data-id=\"313f440\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"313f440\">\n    \t\t<div class=\"elementor-element elementor-element-09973e0 elementor-widget elementor-widget-image\" data-id=\"09973e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/shahzadsheikh.com\/product-category\/blazers\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"700\" src=\"https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Waistcoat.jpg.jpeg\" class=\"attachment-full size-full wp-image-7578\" alt=\"\" srcset=\"https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Waistcoat.jpg.jpeg 1600w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Waistcoat.jpg-130x57.jpeg 130w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Waistcoat.jpg-600x263.jpeg 600w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Waistcoat.jpg-300x131.jpeg 300w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Waistcoat.jpg-1024x448.jpeg 1024w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Waistcoat.jpg-768x336.jpeg 768w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Waistcoat.jpg-1536x672.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cb606c8 ecomus-addtocart-button-show--yes elementor-widget__width-inherit elementor-widget elementor-widget-ecomus-product-grid\" data-id=\"cb606c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;limit&quot;:4,&quot;category&quot;:&quot;waistcoat&quot;,&quot;hide_product_outofstock&quot;:&quot;yes&quot;,&quot;columns&quot;:&quot;4&quot;,&quot;product_card_layout&quot;:&quot;1&quot;,&quot;type&quot;:&quot;recent_products&quot;,&quot;product_outofstock_last&quot;:&quot;no&quot;}\" data-widget_type=\"ecomus-product-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ecomus-product-grid ecomus-product-columns--4\"><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-3fad8ca e-con e-atomic-element e-flexbox-base e-3fad8ca-8a84860 \" data-id=\"3fad8ca\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"3fad8ca\">\n    \t\t<div class=\"elementor-element elementor-element-1f9180c elementor-widget elementor-widget-image\" data-id=\"1f9180c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/shahzadsheikh.com\/product-category\/blazers\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"700\" src=\"https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Shalwar-Kameez.jpg.jpeg\" class=\"attachment-full size-full wp-image-7579\" alt=\"\" srcset=\"https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Shalwar-Kameez.jpg.jpeg 1600w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Shalwar-Kameez.jpg-130x57.jpeg 130w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Shalwar-Kameez.jpg-600x263.jpeg 600w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Shalwar-Kameez.jpg-300x131.jpeg 300w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Shalwar-Kameez.jpg-1024x448.jpeg 1024w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Shalwar-Kameez.jpg-768x336.jpeg 768w, https:\/\/shahzadsheikh.com\/wp-content\/uploads\/2026\/07\/Shalwar-Kameez.jpg-1536x672.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9826619 ecomus-addtocart-button-show--yes elementor-widget__width-inherit elementor-widget elementor-widget-ecomus-product-grid\" data-id=\"9826619\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;limit&quot;:4,&quot;category&quot;:&quot;shalwar-kameez&quot;,&quot;hide_product_outofstock&quot;:&quot;yes&quot;,&quot;columns&quot;:&quot;4&quot;,&quot;product_card_layout&quot;:&quot;1&quot;,&quot;type&quot;:&quot;recent_products&quot;,&quot;product_outofstock_last&quot;:&quot;no&quot;}\" data-widget_type=\"ecomus-product-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ecomus-product-grid ecomus-product-columns--4\"><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-139dbfd e-con e-atomic-element e-flexbox-base e-e02c953 \" data-id=\"139dbfd\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"139dbfd\">\n    \t\t<div class=\"elementor-element elementor-element-d919af9 elementor-widget elementor-widget-shortcode\" data-id=\"d919af9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!-- Homepage FAQ Section Styles --><style>@import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600&family=Poppins:wght@400;500&display=swap');\n\n  .homepage-faq-section {\n    max-width: 1000px;\n    margin: 6rem auto;\n    padding: 0 5%;\n    background-color: #ffffff;\n  }\n\n  .homepage-faq-header {\n    text-align: center;\n    margin-bottom: 4rem;\n  }\n\n  .faq-tag {\n    display: block;\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.75rem;\n    font-weight: 600;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #a1a1aa;\n    margin-bottom: 1.2rem;\n  }\n\n  .faq-main-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2.25rem, 4vw, 3rem);\n    font-weight: 400;\n    color: #18181b;\n    margin: 0;\n    line-height: 1.2;\n    letter-spacing: -0.02em;\n  }\n\n  .faq-container {\n    border-top: 1px solid #f0f0f0;\n  }\n\n  .faq-item {\n    border-bottom: 1px solid #f0f0f0;\n  }\n\n  .faq-question {\n    width: 100%;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 1.8rem 0;\n    background: transparent;\n    border: none;\n    font-family: 'Poppins', sans-serif;\n    font-size: clamp(0.95rem, 1.5vw, 1.05rem);\n    font-weight: 500;\n    color: #111111;\n    text-align: left;\n    cursor: pointer;\n    -webkit-tap-highlight-color: transparent;\n  }\n\n  \/* Blocks global theme hover effects *\/\n  .faq-question:hover,\n  .faq-question:focus,\n  .faq-question:active {\n    background: transparent !important;\n    background-color: transparent !important;\n    color: #111111 !important;\n    outline: none !important;\n    box-shadow: none !important;\n    opacity: 1 !important;\n    text-decoration: none !important;\n  }\n\n  .faq-icon {\n    font-size: 1.5rem;\n    font-weight: 300;\n    color: #a1a1aa;\n    transition: transform 0.4s ease, color 0.3s ease;\n    display: inline-block;\n    line-height: 1;\n    margin-left: 1rem;\n  }\n\n  \/* Active State (Open) *\/\n  .faq-item.active .faq-icon {\n    transform: rotate(45deg);\n    color: #111111;\n  }\n\n  .faq-answer {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease-in-out;\n  }\n\n  .faq-answer-content {\n    padding-bottom: 1.8rem;\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.95rem;\n    color: #666666;\n    line-height: 1.7;\n    padding-right: 2rem; \n  }\n\n  \/* Mobile Adjustments *\/\n  @media (max-width: 768px) {\n    .homepage-faq-section {\n      margin: 4rem auto;\n    }\n    .faq-question {\n      padding: 1.5rem 0;\n    }\n    .faq-answer-content {\n      padding-right: 0;\n    }\n  }\n<\/style><!-- Homepage FAQ Section Markup --><div class=\"homepage-faq-section\"><div class=\"homepage-faq-header\"><span class=\"faq-tag\">Client Care<\/span><h2 class=\"faq-main-title\">Frequently Asked Questions<\/h2><\/div><div class=\"faq-container\"><!-- FAQ Item 1 --><div class=\"faq-item\"><button class=\"faq-question\">How does the online bespoke ordering process work?\n        <span class=\"faq-icon\">+<\/span><\/button><div class=\"faq-answer\"><div class=\"faq-answer-content\">Our online bespoke process is designed for seamless global delivery. Once you select your design, you will be guided through our step-by-step measurement portal. Our master tailors then draft a custom pattern specifically for your proportions, craft the garment, and ship it directly to your door.\n        <\/div><\/div><\/div><!-- FAQ Item 2 --><div class=\"faq-item\"><button class=\"faq-question\">How long does it take to craft and deliver a custom garment?\n        <span class=\"faq-icon\">+<\/span><\/button><div class=\"faq-answer\"><div class=\"faq-answer-content\">Due to the intricate hand-embroidery and precision tailoring involved, we recommend placing your order at least 6 to 8 weeks before your event. For highly embellished Sherwanis or bridal wear, 8 to 10 weeks is ideal. \n        <\/div><\/div><\/div><!-- FAQ Item 3 --><div class=\"faq-item\"><button class=\"faq-question\">Do you ship internationally?\n        <span class=\"faq-icon\">+<\/span><\/button><div class=\"faq-answer\"><div class=\"faq-answer-content\">Yes, we provide complimentary worldwide shipping on all advance payments. We frequently cater to grooms and clients across the USA, UK, Canada, Australia, and the Middle East, ensuring safe and timely delivery via premium courier partners.\n        <\/div><\/div><\/div><!-- FAQ Item 4 --><div class=\"faq-item\"><button class=\"faq-question\">How do I ensure my measurements are accurate when ordering online?\n        <span class=\"faq-icon\">+<\/span><\/button><div class=\"faq-answer\"><div class=\"faq-answer-content\">We provide a highly detailed video guide and measurement chart to help you or a local tailor take precise measurements. Additionally, our styling concierge reviews all submitted measurements to identify any sizing discrepancies before cutting the fabric.\n        <\/div><\/div><\/div><!-- FAQ Item 5 --><div class=\"faq-item\"><button class=\"faq-question\">What if my measurements change or the garment needs minor adjustments?\n        <span class=\"faq-icon\">+<\/span><\/button><div class=\"faq-answer\"><div class=\"faq-answer-content\">We understand that physical dimensions can fluctuate before a big event. Therefore, we leave generous fabric margins within the internal seams of all our bespoke pieces, allowing any local tailor to make seamless, minor adjustments if necessary.\n        <\/div><\/div><\/div><!-- FAQ Item 6 --><div class=\"faq-item\"><button class=\"faq-question\">Can I customize the fabric, color, or embroidery of a design?\n        <span class=\"faq-icon\">+<\/span><\/button><div class=\"faq-answer\"><div class=\"faq-answer-content\">Absolutely. Customization is the heart of bespoke tailoring. We can custom-dye fabrics to match a specific bridal palette, adjust thread colors, or alter the base material (e.g., swapping raw silk for jamawar) to suit your vision.\n        <\/div><\/div><\/div><!-- FAQ Item 7 --><div class=\"faq-item\"><button class=\"faq-question\">Do you offer virtual styling consultations?\n        <span class=\"faq-icon\">+<\/span><\/button><div class=\"faq-answer\"><div class=\"faq-answer-content\">Yes. We offer dedicated video consultations for our international clients. Our experts will guide you through our fabric archives, discuss embroidery details, and help you finalize a look that perfectly aligns with your event's theme.\n        <\/div><\/div><\/div><!-- FAQ Item 8 --><div class=\"faq-item\"><button class=\"faq-question\">What types of fabrics do you use for your formal wear?\n        <span class=\"faq-icon\">+<\/span><\/button><div class=\"faq-answer\"><div class=\"faq-answer-content\">We source only the finest materials, including pure silk Jamawars with woven heritage motifs, premium raw silks for a structured matte finish, double-mercerized Egyptian cottons, and lightweight tropical suiting wools for versatile draping.\n        <\/div><\/div><\/div><!-- FAQ Item 9 --><div class=\"faq-item\"><button class=\"faq-question\">Can I order matching accessories like shoes, inner suits, or turbans?\n        <span class=\"faq-icon\">+<\/span><\/button><div class=\"faq-answer\"><div class=\"faq-answer-content\">Yes, we provide a complete sartorial experience. Matching inner kurtas, handcrafted traditional footwear (khussas), premium formal shoes, and ceremonial turbans (kullas) can easily be added to your order to complete your royal ensemble.\n        <\/div><\/div><\/div><!-- FAQ Item 10 --><div class=\"faq-item\"><button class=\"faq-question\">What is your return or exchange policy on bespoke items?\n        <span class=\"faq-icon\">+<\/span><\/button><div class=\"faq-answer\"><div class=\"faq-answer-content\">Because each garment is individually cut and embroidered to your unique measurements and specifications, we do not accept returns or exchanges on bespoke orders. However, our team is deeply committed to your satisfaction and works closely with you to ensure a flawless final product.\n        <\/div><\/div><\/div><\/div><\/div><!-- FAQ Interaction Script --><script>document.addEventListener('DOMContentLoaded', function() {\n    const faqItems = document.querySelectorAll('.faq-item');\n\n    faqItems.forEach(item => {\n      const question = item.querySelector('.faq-question');\n      const answer = item.querySelector('.faq-answer');\n\n      question.addEventListener('click', () => {\n        \/\/ Close all other open FAQs for a clean accordion effect\n        faqItems.forEach(otherItem => {\n          if (otherItem !== item && otherItem.classList.contains('active')) {\n            otherItem.classList.remove('active');\n            otherItem.querySelector('.faq-answer').style.maxHeight = 0;\n          }\n        });\n\n        \/\/ Toggle the clicked FAQ\n        item.classList.toggle('active');\n        \n        if (item.classList.contains('active')) {\n          answer.style.maxHeight = answer.scrollHeight + \"px\";\n        } else {\n          answer.style.maxHeight = 0;\n        }\n      });\n    });\n  });\n<\/script><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Royal Wedding Collection Handcrafted Masuri Tilla Sherwanis Immerse in timeless wedding luxury adorned with intricate handcrafted embroidery and premium velvet textures. Explore CollectionBespoke Formals Elegance in Every Stitch Tailored prince coats and signature eastern silhouettes crafted for modern sophistication. Shop NowCasual &#038; Festive Subtle Luxury &#038; Comfort Premium blended fabrics designed for all-day celebrations and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-7580","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/shahzadsheikh.com\/en-gb\/wp-json\/wp\/v2\/pages\/7580","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shahzadsheikh.com\/en-gb\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shahzadsheikh.com\/en-gb\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shahzadsheikh.com\/en-gb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shahzadsheikh.com\/en-gb\/wp-json\/wp\/v2\/comments?post=7580"}],"version-history":[{"count":1,"href":"https:\/\/shahzadsheikh.com\/en-gb\/wp-json\/wp\/v2\/pages\/7580\/revisions"}],"predecessor-version":[{"id":7599,"href":"https:\/\/shahzadsheikh.com\/en-gb\/wp-json\/wp\/v2\/pages\/7580\/revisions\/7599"}],"wp:attachment":[{"href":"https:\/\/shahzadsheikh.com\/en-gb\/wp-json\/wp\/v2\/media?parent=7580"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}