.elementor-543 .elementor-element.elementor-element-7a39c98{--display:flex;--min-height:396px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-around;--overlay-opacity:0.84;--overlay-mix-blend-mode:multiply;}.elementor-543 .elementor-element.elementor-element-7a39c98:not(.elementor-motion-effects-element-type-background), .elementor-543 .elementor-element.elementor-element-7a39c98 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-543 .elementor-element.elementor-element-7a39c98::before, .elementor-543 .elementor-element.elementor-element-7a39c98 > .elementor-background-video-container::before, .elementor-543 .elementor-element.elementor-element-7a39c98 > .e-con-inner > .elementor-background-video-container::before, .elementor-543 .elementor-element.elementor-element-7a39c98 > .elementor-background-slideshow::before, .elementor-543 .elementor-element.elementor-element-7a39c98 > .e-con-inner > .elementor-background-slideshow::before, .elementor-543 .elementor-element.elementor-element-7a39c98 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#894A22;background-image:url("https://dipmnoida.com/wp-content/uploads/2025/12/Learn-Apparel-Pattern-Making-with-AD-Patterns-Institute.jpg");--background-overlay:'';background-position:center center;}.elementor-543 .elementor-element.elementor-element-7a39c98 > .elementor-shape-bottom svg, .elementor-543 .elementor-element.elementor-element-7a39c98 > .e-con-inner > .elementor-shape-bottom svg{width:calc(108% + 1.3px);height:52px;transform:translateX(-50%) rotateY(180deg);}.elementor-543 .elementor-element.elementor-element-cd67a22{--display:flex;--margin-top:0em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;--padding-top:0rem;--padding-bottom:0rem;--padding-left:4rem;--padding-right:4rem;}.elementor-543 .elementor-element.elementor-element-cd67a22.e-con{--align-self:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-543 .elementor-element.elementor-element-a7ad313{margin:0em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;}.elementor-543 .elementor-element.elementor-element-a7ad313 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:45px;font-weight:600;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-543 .elementor-element.elementor-element-4f68043{margin:0em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;padding:0px 0px 0px 0px;text-align:center;color:#FFFFFF;}.elementor-543 .elementor-element.elementor-element-d196f0f{--display:flex;}.elementor-543 .elementor-element.elementor-element-d196f0f.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-543 .elementor-element.elementor-element-d196f0f{--width:722.667px;}}@media(min-width:768px){.elementor-543 .elementor-element.elementor-element-cd67a22{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-f83f822 */:root {
            --primary: #1a1a2e;
            --accent: #c69774;
            --light: #f8f6f2;
            --dark: #0f0f1e;
            --text: #2d2d3a;
            --text-light: #6b6b7c;
        }
        .e-con>.e-con-inner{
            max-width: 100%;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            background: var(--light);
            color: var(--text);
            line-height: 1.7;
            overflow-x: hidden;
        }
        
        /* Hero Section */
        .hero {
            position: relative;
            min-height: 70vh;
            background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            padding: 4rem 2rem;
        }
        
        .hero::before {
            content: '';
            position: absolute;
            width: 150%;
            height: 150%;
            background-image: 
                repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(198, 151, 116, 0.05) 35px, rgba(198, 151, 116, 0.05) 70px);
            animation: slidePattern 60s linear infinite;
        }
        
        @keyframes slidePattern {
            0% { transform: translate(-50%, -50%) rotate(0deg); }
            100% { transform: translate(-50%, -50%) rotate(360deg); }
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            max-width: 900px;
            animation: fadeInUp 1s ease-out;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .hero h1 {
            font-size: clamp(2.5rem, 6vw, 5rem);
            font-weight: 300;
            color: var(--light);
            margin-bottom: 1.5rem;
            letter-spacing: -0.02em;
            line-height: 1.1;
        }
        
        .hero h1 strong {
            font-weight: 700;
            color: var(--accent);
            display: block;
            font-size: 1.2em;
        }
        
        .hero-subtitle {
            font-size: 1.25rem;
            color: rgba(248, 246, 242, 0.8);
            max-width: 700px;
            margin: 0 auto;
            animation: fadeInUp 1s ease-out 0.2s both;
        }
        
        .established {
            display: inline-block;
            margin-top: 2rem;
            padding: 0.75rem 2rem;
            border: 1px solid var(--accent);
            color: var(--accent);
            font-size: 0.9rem;
            letter-spacing: 0.15em;
            text-transform: uppercase;
            animation: fadeInUp 1s ease-out 0.4s both;
        }
        
        /* Section Styling */
        .section {
            padding: 3rem 2rem;
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 2rem;
            opacity: 0;
            animation: fadeIn 0.8s ease-out forwards;
        }
        
        @keyframes fadeIn {
            to { opacity: 1; }
        }
        
        .section-label {
            font-size: 0.85rem;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 1rem;
            font-weight: 500;
        }
        
        .section-title {
            font-size: clamp(2rem, 2vw, 3.5rem);
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 1.5rem;
        }
        
        .section-intro {
            font-size: 1.15rem;
            color: var(--text-light);
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.8;
        }
        
        /* Who We Are Section */
        .who-we-are {
            background: white;
        }
        
        .content-block {
            margin: 0 auto 1rem;
            animation: slideInLeft 0.8s ease-out;
        }
        
        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        .content-block p {
            font-size: 1.05rem;
            margin-bottom: 1rem;
            color: var(--text);
            line-height: 1.9;
        }
        
        /* Expertise Grid */
        .expertise-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }
        
        .expertise-card {
            background: white;
            padding: 2.5rem;
            border-left: 3px solid var(--accent);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }
        
        .expertise-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background: linear-gradient(135deg, rgba(198, 151, 116, 0.05), rgba(198, 151, 116, 0.1));
            transition: width 0.4s ease;
            z-index: 0;
        }
        
        .expertise-card:hover::before {
            width: 100%;
        }
        
        .expertise-card:hover {
            transform: translateX(10px);
            box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .expertise-card h3 {
            font-size: 1.5rem;
            color: var(--primary);
            margin-bottom: 1rem;
            position: relative;
            z-index: 1;
        }
        
        .expertise-card p {
            color: var(--text-light);
            font-size: 0.95rem;
            line-height: 1.7;
            position: relative;
            z-index: 1;
        }
        
        /* Why Choose Section */
        .why-choose {
            background: var(--primary);
            color: var(--light);
        }
        
        .why-choose .section-label,
        .why-choose .section-title {
            color: var(--light);
        }
        
        .why-choose .section-intro {
            color: rgba(248, 246, 242, 0.8);
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2.5rem;
            margin-top: 3rem;
        }
        
        .feature-item {
            text-align: center;
            padding: 2rem 1rem;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 4px;
            transition: all 0.3s ease;
            animation: fadeInUp 0.8s ease-out both;
        }
        
        .feature-item:nth-child(1) { animation-delay: 0.1s; }
        .feature-item:nth-child(2) { animation-delay: 0.2s; }
        .feature-item:nth-child(3) { animation-delay: 0.3s; }
        .feature-item:nth-child(4) { animation-delay: 0.4s; }
        .feature-item:nth-child(5) { animation-delay: 0.5s; }
        .feature-item:nth-child(6) { animation-delay: 0.6s; }
        .feature-item:nth-child(7) { animation-delay: 0.7s; }
        .feature-item:nth-child(8) { animation-delay: 0.8s; }
        
        .feature-item:hover {
            background: rgba(198, 151, 116, 0.15);
            transform: translateY(-5px);
        }
        
        .feature-icon {
            width: 60px;
            height: 60px;
            background: var(--accent);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            font-size: 1.5rem;
        }
        
        .feature-item h3 {
            font-size: 1.1rem;
            margin-bottom: 0.75rem;
            font-weight: 600;
            color: var(--accent);
        }
        
        .feature-item p {
            font-size: 0.9rem;
            color: rgba(248, 246, 242, 0.7);
            line-height: 1.6;
        }
        
        /* Mission Section */
        .mission {
            background: var(--light);
            text-align: center;
        }
        
        .mission-statement {
            max-width: 800px;
            margin: 0 auto;
            padding: 3rem;
            background: white;
            border: 2px solid var(--accent);
            position: relative;
            font-size: 1.3rem;
            font-weight: 400;
            line-height: 1.8;
            color: var(--primary);
        }
        
        .mission-statement::before,
        .mission-statement::after {
            content: '"';
            font-size: 6rem;
            color: var(--accent);
            opacity: 0.2;
            position: absolute;
        }
        
        .mission-statement::before {
            top: -1rem;
            left: 1rem;
        }
        
        .mission-statement::after {
            content: '"';
            bottom: -3rem;
            right: 1rem;
        }
        
        /* Locations Section */
        .locations {
            background: white;
        }
        
        .locations-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 3rem;
            margin-top: 3rem;
        }
        
        .location-card {
            background: var(--primary);
            color: var(--light);
            padding: 3rem 2rem;
            text-align: center;
            position: relative;
            overflow: hidden;
            transition: transform 0.4s ease;
        }
        
        .location-card::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(198, 151, 116, 0.1) 0%, transparent 70%);
            animation: rotate 20s linear infinite;
        }
        
        @keyframes rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }
        
        .location-card:hover {
            transform: scale(1.05);
        }
        
        .location-name {
            font-size: 2rem;
            font-weight: 600;
            color: var(--accent);
            margin-bottom: 1.5rem;
            position: relative;
            z-index: 1;
        }
        
        .location-details {
            position: relative;
            z-index: 1;
        }
        
        .location-address {
            font-size: 1rem;
            margin-bottom: 1rem;
            line-height: 1.7;
            color: rgba(248, 246, 242, 0.9);
        }
        
        .location-metro {
            font-size: 0.9rem;
            color: var(--accent);
            margin-bottom: 1.5rem;
            font-weight: 500;
        }
        
        .location-phone {
            display: inline-block;
            padding: 0.75rem 2rem;
            background: var(--accent);
            color: var(--dark);
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            margin-top: 1rem;
        }
        
        .location-phone:hover {
            background: var(--light);
            transform: translateY(-2px);
        }
        
        /* CTA Section */
        .cta-section {
            background: linear-gradient(135deg, var(--accent) 0%, #b8845c 100%);
            color: var(--dark);
            text-align: center;
            padding: 5rem 2rem;
        }
        
        .cta-content h2 {
            font-size: clamp(2rem, 4vw, 3rem);
            margin-bottom: 1.5rem;
            font-weight: 700;
        }
        
        .cta-content p {
            font-size: 1.2rem;
            margin-bottom: 2.5rem;
            opacity: 0.9;
        }
        
        .cta-buttons {
            display: flex;
            gap: 1.5rem;
            justify-content: center;
            flex-wrap: wrap;
        }
        
        .btn {
            display: inline-block;
            padding: 1rem 2.5rem;
            font-size: 1rem;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }
        
        .btn-primary {
            background: var(--dark);
            color: var(--light);
        }
        
        .btn-primary:hover {
            background: var(--primary);
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
        }
        
        .btn-secondary {
            background: transparent;
            border: 2px solid var(--dark);
            color: var(--dark);
        }
        
        .btn-secondary:hover {
            background: var(--dark);
            color: var(--light);
            transform: translateY(-3px);
        }
        
        /* FAQ Section */
        .faq {
            background: var(--light);
        }
        
        .faq-list {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .faq-item {
            background: white;
            margin-bottom: 0.5rem;
            border-left: 4px solid var(--accent);
            transition: all 0.3s ease;
        }
        
        .faq-item:hover {
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        }
        
        .faq-question {
            padding: 0.5rem 2rem;
            font-weight: 600;
            color: var(--primary);
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 1.05rem;
        }
        
        .faq-question::after {
            content: '+';
            font-size: 1.5rem;
            color: var(--accent);
            transition: transform 0.3s ease;
        }
        
        .faq-item.active .faq-question::after {
            transform: rotate(45deg);
        }
        
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            padding: 0 2rem;
            color: var(--text-light);
            line-height: 1.8;
        }
        
        .faq-item.active .faq-answer {
            max-height: 500px;
            padding: 0 2rem 1.5rem;
        }
        
        
        
        /* Decorative Elements */
        .decorative-line {
            width: 100px;
            height: 3px;
            background: var(--accent);
            margin: 1rem auto;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .hero {
                min-height: 60vh;
                padding: 3rem 1.5rem;
            }
            
            .section {
                padding: 3rem 1.5rem;
            }
            
            .expertise-grid,
            .features-grid,
            .locations-grid {
                grid-template-columns: 1fr;
            }
            
            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .btn {
                width: 100%;
                max-width: 300px;
            }
        }/* End custom CSS */