<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
    
    <!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TRCSDJRD');</script>
<!-- End Google Tag Manager -->

  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="icon" type="image/png" href="./assets/logo/uma sanghvi icon.png">
  <title>Careers | Premium Real Estate</title>
  <meta name="description" content="Leading real estate company providing premium corporate real estate solutions">
  
  <!-- Tailwind CSS from CDN -->
  <script src="https://cdn.tailwindcss.com"></script>
  
  <!-- Configure Tailwind -->
  <script>
    tailwind.config = {
      theme: {
        extend: {
          colors: {
            primary: {
              50: '#f0f7ff',
              100: '#e0effe',
              200: '#bae0fd',
              300: '#7cc6fb',
              400: '#36a9f7',
              500: '#0c8ee7',
              600: '#0070c4',
              700: '#005a9e',
              800: '#004d83',
              900: '#00416d',
              950: '#002a4a',
            },
            secondary: {
              50: '#f8f8f8',
              100: '#f0f0f0',
              200: '#e4e4e4',
              300: '#d1d1d1',
              400: '#b4b4b4',
              500: '#9a9a9a',
              600: '#818181',
              700: '#6a6a6a',
              800: '#5a5a5a',
              900: '#4e4e4e',
              950: '#282828',
            },
            accent: {
              50: '#fff8ed',
              100: '#ffefd4',
              200: '#ffdca8',
              300: '#ffc470',
              400: '#ffa337',
              500: '#ff8811',
              600: '#ff6b00',
              700: '#cc4e02',
              800: '#a13d0a',
              900: '#82340d',
              950: '#461804',
            },
          },
          boxShadow: {
            'soft': '0 4px 20px rgba(0, 0, 0, 0.05)',
            'medium': '0 8px 30px rgba(0, 0, 0, 0.1)',
            'hard': '0 12px 40px rgba(0, 0, 0, 0.15)',
          },
        }
      }
    }
  </script>
  
  <!-- Custom Styles -->
    <style type="text/css">
      @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

      body {
      font-family: 'Inter', sans-serif;
      @apply bg-white text-gray-800;
      }

      h1, h2, h3, h4, h5, h6 {
      font-family: 'Playfair Display', serif;
      }

      .smooth-transition {
      @apply transition-all duration-300 ease-in-out;
      }

      .section-padding {
      @apply py-16 md:py-24;
      }

      .container {
      @apply px-4 mx-auto max-w-7xl;
      }

      .animate-bounce {
      animation: bounce 1s infinite;
      }
      .text-primary-600{
      color: goldenrod !important;

      }
      .bg-primary-600{
      background:goldenrod !important;
      }
      .bg-primary-800 {
      --tw-bg-opacity: 1;
      background-color: rgb(123 85 5) !important;
      }
      .border-primary-500 {
      --tw-border-opacity: 1;
      border-color: goldenrod !important;
      }
      .bg-primary-50 {
      --tw-bg-opacity: 1;
      background-color: rgb(255 248 219) !important;
      }
      .border-primary-600 {
      --tw-border-opacity: 1;
      border-color: #daa52070 !important;
      }

      @keyframes bounce {
      0%, 100% {
      transform: translateY(-25%);
      animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
      }
      50% {
      transform: translateY(0);
      animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
      }
      }
    </style>
  
  <!-- Lucide Icons from CDN -->
  <script src="https://unpkg.com/lucide@latest"></script>
</head>
<body class="antialiased text-gray-800">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TRCSDJRD"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<header id="navbar" class="fixed top-0 left-0 right-0 z-50 transition-all duration-300 py-5 bg-transparent ">
    <div class="container mx-auto px-4">
        <div class="flex items-center justify-between">
            <a href="home" class="text-2xl font-bold text-primary-700 flex items-center gap-2">
                <img src="./assets/logo/uma sanghvi.png" alt="UMA SANGHVI ESTATES" class="h-10 w-auto object-contain" />
            </a>


            <nav class="hidden md:flex items-center space-x-8">
                <a href="home"
                    class="text-primary-600 hover:text-primary-600 font-medium transition-colors ">
                    Home
                </a>
                <a href="about-us"
                    class="text-primary-600 hover:text-primary-600 font-medium transition-colors ">
                    About Us
                </a>
                <a href="brand-partners"
                    class="text-primary-600 hover:text-primary-600 font-medium transition-colors ">
                    Brand Partners
                </a>


                <div id="mega-trigger" class="relative">
                    <button type="button"
                        class="text-primary-600 hover:text-primary-600 font-medium transition-colors flex items-center gap-1"
                        aria-expanded="false" aria-controls="mega-panel" aria-haspopup="true">
                        Hot Deals
                        <i data-lucide="chevron-down" class="w-4 h-4"></i>
                    </button>
                </div>

                <a href="https://umaestate.com/properties.php"
                    class="bg-primary-600 text-white px-5 py-2 rounded-md hover:bg-primary-600 transition-colors">
                    Properties
                </a>
            </nav>


            <button id="mobile-menu-button" class="md:hidden text-primary-600" aria-label="Toggle menu"
                aria-expanded="false" aria-controls="mobile-menu">
                <i data-lucide="menu" id="menu-icon" class="w-6 h-6"></i>
                <i data-lucide="x" id="close-icon" class="w-6 h-6 hidden"></i>
            </button>
        </div>
    </div>

    <div id="mega-panel"
     class="hidden absolute top-full left-0 right-0 w-screen bg-white border-t border-gray-200 shadow-xl z-40"
     role="dialog" aria-modal="false" aria-labelledby="mega-label">
    <div class="container mx-auto px-6 py-8">
        <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6">
                                                <div>
                        <!--<h3 class="text-sm font-semibold text-gray-500 uppercase tracking-wide">-->
                        <!--    narang-privado-->
                        <!--</h3>-->
                        <ul class="mt-3 space-y-2">
                                                            <li>
                                    <a href="narang-privado" 
                                       class="block text-primary-600 hover:text-primary-600">
                                        narang-privado                                    </a>
                                </li>
                                                    </ul>
                    </div>
                                    <div>
                        <!--<h3 class="text-sm font-semibold text-gray-500 uppercase tracking-wide">-->
                        <!--    oberoi-gardern-city-->
                        <!--</h3>-->
                        <ul class="mt-3 space-y-2">
                                                            <li>
                                    <a href="oberoi-gardern-city" 
                                       class="block text-primary-600 hover:text-primary-600">
                                        oberoi-gardern-city                                    </a>
                                </li>
                                                    </ul>
                    </div>
                                    <div>
                        <!--<h3 class="text-sm font-semibold text-gray-500 uppercase tracking-wide">-->
                        <!--    hiranandani-bandra-west-->
                        <!--</h3>-->
                        <ul class="mt-3 space-y-2">
                                                            <li>
                                    <a href="hiranandani-bandra-west" 
                                       class="block text-primary-600 hover:text-primary-600">
                                        Hiranandani Bandra West                                    </a>
                                </li>
                                                    </ul>
                    </div>
                                    <div>
                        <!--<h3 class="text-sm font-semibold text-gray-500 uppercase tracking-wide">-->
                        <!--    dosti-west-county-->
                        <!--</h3>-->
                        <ul class="mt-3 space-y-2">
                                                            <li>
                                    <a href="dosti-west-county" 
                                       class="block text-primary-600 hover:text-primary-600">
                                        Dosti West County                                    </a>
                                </li>
                                                    </ul>
                    </div>
                                    <div>
                        <!--<h3 class="text-sm font-semibold text-gray-500 uppercase tracking-wide">-->
                        <!--    rustomejee-la-vie-->
                        <!--</h3>-->
                        <ul class="mt-3 space-y-2">
                                                            <li>
                                    <a href="rustomejee-la-vie" 
                                       class="block text-primary-600 hover:text-primary-600">
                                        Rustomejee La Vie                                    </a>
                                </li>
                                                    </ul>
                    </div>
                                    <div>
                        <!--<h3 class="text-sm font-semibold text-gray-500 uppercase tracking-wide">-->
                        <!--    rosa-manhatten-->
                        <!--</h3>-->
                        <ul class="mt-3 space-y-2">
                                                            <li>
                                    <a href="rosa-manhatten" 
                                       class="block text-primary-600 hover:text-primary-600">
                                        Rosa Manhatten                                    </a>
                                </li>
                                                    </ul>
                    </div>
                                    <div>
                        <!--<h3 class="text-sm font-semibold text-gray-500 uppercase tracking-wide">-->
                        <!--    highland-heaven-->
                        <!--</h3>-->
                        <ul class="mt-3 space-y-2">
                                                            <li>
                                    <a href="highland-heaven" 
                                       class="block text-primary-600 hover:text-primary-600">
                                        Highland Heaven                                    </a>
                                </li>
                                                    </ul>
                    </div>
                                    <div>
                        <!--<h3 class="text-sm font-semibold text-gray-500 uppercase tracking-wide">-->
                        <!--    lodha-casa-belvedere-->
                        <!--</h3>-->
                        <ul class="mt-3 space-y-2">
                                                            <li>
                                    <a href="lodha-casa-belvedere" 
                                       class="block text-primary-600 hover:text-primary-600">
                                        Lodha Casa Belvedere                                    </a>
                                </li>
                                                    </ul>
                    </div>
                                    <div>
                        <!--<h3 class="text-sm font-semibold text-gray-500 uppercase tracking-wide">-->
                        <!--    hiranandani-west-gate-->
                        <!--</h3>-->
                        <ul class="mt-3 space-y-2">
                                                            <li>
                                    <a href="hiranandani-west-gate" 
                                       class="block text-primary-600 hover:text-primary-600">
                                        Hiranandani West Gate                                    </a>
                                </li>
                                                    </ul>
                    </div>
                                    <div>
                        <!--<h3 class="text-sm font-semibold text-gray-500 uppercase tracking-wide">-->
                        <!--    godrej-eternal-palm-->
                        <!--</h3>-->
                        <ul class="mt-3 space-y-2">
                                                            <li>
                                    <a href="godrej-eternal-palm" 
                                       class="block text-primary-600 hover:text-primary-600">
                                        Godrej Eternal Palm                                    </a>
                                </li>
                                                    </ul>
                    </div>
                                    </div>
    </div>
</div>


    <div id="mobile-menu" class="md:hidden bg-white absolute top-full left-0 right-0 shadow-md hidden">
        <div class="container mx-auto px-4 py-4 flex flex-col space-y-2">
            <a href="home"
                class="text-primary-600 hover:text-primary-600 font-medium transition-colors py-2 ">
                Home
            </a>
            <a href="about-us"
                class="text-primary-600 hover:text-primary-600 font-medium transition-colors py-2 ">
                About Us
            </a>
            <a href="brand-partners"
                class="text-primary-600 hover:text-primary-600 font-medium transition-colors py-2 ">
                Brand Partners
            </a>


            <button id="mobile-mega-toggle"
                class="flex items-center justify-between w-full text-left text-primary-600 font-medium py-2"
                aria-expanded="false" aria-controls="mobile-mega-panel">
                <span>Hot Deals</span>
                <i data-lucide="chevron-down" class="w-4 h-4 transition-transform" id="mobile-mega-icon"></i>
            </button>
         <div id="mobile-mega-panel" class="hidden pl-4 pb-2">
    <div class="grid grid-cols-1 gap-2">
                                    <div>
                    <!--<p class="text-xs uppercase text-gray-500 tracking-wide">narang-privado</p>-->
                    <div class="mt-1 flex flex-col">
                                                    <a href="narang-privado " 
                               class="py-1 text-primary-600">narang-privado</a>
                                            </div>
                </div>
                            <div>
                    <!--<p class="text-xs uppercase text-gray-500 tracking-wide">oberoi-gardern-city</p>-->
                    <div class="mt-1 flex flex-col">
                                                    <a href="oberoi-gardern-city " 
                               class="py-1 text-primary-600">oberoi-gardern-city</a>
                                            </div>
                </div>
                            <div>
                    <!--<p class="text-xs uppercase text-gray-500 tracking-wide">hiranandani-bandra-west</p>-->
                    <div class="mt-1 flex flex-col">
                                                    <a href="hiranandani-bandra-west " 
                               class="py-1 text-primary-600">Hiranandani Bandra West</a>
                                            </div>
                </div>
                            <div>
                    <!--<p class="text-xs uppercase text-gray-500 tracking-wide">dosti-west-county</p>-->
                    <div class="mt-1 flex flex-col">
                                                    <a href="dosti-west-county " 
                               class="py-1 text-primary-600">Dosti West County</a>
                                            </div>
                </div>
                            <div>
                    <!--<p class="text-xs uppercase text-gray-500 tracking-wide">rustomejee-la-vie</p>-->
                    <div class="mt-1 flex flex-col">
                                                    <a href="rustomejee-la-vie " 
                               class="py-1 text-primary-600">Rustomejee La Vie</a>
                                            </div>
                </div>
                            <div>
                    <!--<p class="text-xs uppercase text-gray-500 tracking-wide">rosa-manhatten</p>-->
                    <div class="mt-1 flex flex-col">
                                                    <a href="rosa-manhatten " 
                               class="py-1 text-primary-600">Rosa Manhatten</a>
                                            </div>
                </div>
                            <div>
                    <!--<p class="text-xs uppercase text-gray-500 tracking-wide">highland-heaven</p>-->
                    <div class="mt-1 flex flex-col">
                                                    <a href="highland-heaven " 
                               class="py-1 text-primary-600">Highland Heaven</a>
                                            </div>
                </div>
                            <div>
                    <!--<p class="text-xs uppercase text-gray-500 tracking-wide">lodha-casa-belvedere</p>-->
                    <div class="mt-1 flex flex-col">
                                                    <a href="lodha-casa-belvedere " 
                               class="py-1 text-primary-600">Lodha Casa Belvedere</a>
                                            </div>
                </div>
                            <div>
                    <!--<p class="text-xs uppercase text-gray-500 tracking-wide">hiranandani-west-gate</p>-->
                    <div class="mt-1 flex flex-col">
                                                    <a href="hiranandani-west-gate " 
                               class="py-1 text-primary-600">Hiranandani West Gate</a>
                                            </div>
                </div>
                            <div>
                    <!--<p class="text-xs uppercase text-gray-500 tracking-wide">godrej-eternal-palm</p>-->
                    <div class="mt-1 flex flex-col">
                                                    <a href="godrej-eternal-palm " 
                               class="py-1 text-primary-600">Godrej Eternal Palm</a>
                                            </div>
                </div>
                        </div>
</div>

            <a href="about-us#contact"
                class="bg-primary-600 text-white px-5 py-2 rounded-md hover:bg-primary-600 transition-colors inline-block w-full text-center">
                Contact Us
            </a>
            <a href="https://umaestate.com/properties.php"
                class="bg-primary-600 text-white px-5 py-2 rounded-md hover:bg-primary-600 transition-colors inline-block w-full text-center">
                Properties
            </a>
        </div>
    </div>
</header>


<script>
document.addEventListener('DOMContentLoaded', function() {
    const navbar = document.getElementById('navbar');
    const mobileMenuButton = document.getElementById('mobile-menu-button');
    const mobileMenu = document.getElementById('mobile-menu');
    const menuIcon = document.getElementById('menu-icon');
    const closeIcon = document.getElementById('close-icon');

    const megaTrigger = document.getElementById('mega-trigger');
    const megaPanel = document.getElementById('mega-panel');
    const megaButton = megaTrigger ? megaTrigger.querySelector('button') : null;

    const mobileMegaToggle = document.getElementById('mobile-mega-toggle');
    const mobileMegaPanel = document.getElementById('mobile-mega-panel');
    const mobileMegaIcon = document.getElementById('mobile-mega-icon');

    // Handle scroll for navbar background
    function applyScrolledHeader() {
        if (window.scrollY > 10) {
            navbar.classList.remove('bg-transparent', 'py-5');
            navbar.classList.add('bg-white', 'shadow-soft', 'py-3');
        } else {
            navbar.classList.add('bg-transparent', 'py-5');
            navbar.classList.remove('bg-white', 'shadow-soft', 'py-3');
        }
    }
    window.addEventListener('scroll', applyScrolledHeader);
    applyScrolledHeader();

    // Mobile menu toggle
    mobileMenuButton.addEventListener('click', function() {
        const isHidden = mobileMenu.classList.toggle('hidden');
        mobileMenuButton.setAttribute('aria-expanded', (!isHidden).toString());
        menuIcon.classList.toggle('hidden');
        closeIcon.classList.toggle('hidden');
    });

    // Close mobile menu when clicking on a link
    const mobileLinks = mobileMenu.querySelectorAll('a');
    mobileLinks.forEach(link => {
        link.addEventListener('click', function() {
            mobileMenu.classList.add('hidden');
            mobileMenuButton.setAttribute('aria-expanded', 'false');
            menuIcon.classList.remove('hidden');
            closeIcon.classList.add('hidden');
        });
    });

    if (mobileMegaToggle && mobileMegaPanel) {
        mobileMegaToggle.addEventListener('click', () => {
            const nowHidden = mobileMegaPanel.classList.toggle('hidden');
            mobileMegaToggle.setAttribute('aria-expanded', (!nowHidden).toString());
            mobileMegaIcon && mobileMegaIcon.classList.toggle('rotate-180');
        });
    }

    let hideTimer;

    function openMega() {
        if (!megaPanel) return;
        clearTimeout(hideTimer);
        megaPanel.classList.remove('hidden');
        megaButton && megaButton.setAttribute('aria-expanded', 'true');
    }

    function closeMega() {
        if (!megaPanel) return;
        hideTimer = setTimeout(() => {
            megaPanel.classList.add('hidden');
            megaButton && megaButton.setAttribute('aria-expanded', 'false');
        }, 150); // small delay to allow moving cursor from trigger to panel
    }

    if (megaTrigger && megaPanel) {
        // Hover support
        megaTrigger.addEventListener('mouseenter', openMega);
        megaTrigger.addEventListener('mouseleave', closeMega);
        megaPanel.addEventListener('mouseenter', openMega);
        megaPanel.addEventListener('mouseleave', closeMega);

        // Keyboard accessibility
        megaButton && megaButton.addEventListener('focus', openMega);
        megaButton && megaButton.addEventListener('blur', closeMega);
        megaPanel.addEventListener('focusin', openMega);
        megaPanel.addEventListener('focusout', (e) => {
            if (!megaPanel.contains(e.relatedTarget)) {
                closeMega();
            }
        });

        // Close on Escape
        document.addEventListener('keydown', (e) => {
            if (e.key === 'Escape') {
                megaPanel.classList.add('hidden');
                megaButton && megaButton.setAttribute('aria-expanded', 'false');
            }
        });
    }
});
</script>

<!-- Hero Section -->
<section class="relative h-96 flex items-center bg-gray-900">
  <div class="absolute inset-0 bg-cover bg-center z-0" style="background-image: url('assets/career.jpg');">
    <div class="absolute inset-0 bg-black bg-opacity-50"></div>
  </div>
  <div class="container mx-auto px-4 relative z-10">
    <h1 class="text-4xl md:text-5xl font-bold text-white leading-tight mb-4">
      Join Our Team
    </h1>
    <p class="text-xl text-gray-200 max-w-2xl">
      Explore exciting career opportunities at Premium Real Estate and be part of our success story.
    </p>
  </div>
</section>

<!-- Jobs Listing Section -->
<section class="py-16 bg-gray-100">
  <div class="container mx-auto px-4">
    <h2 class="text-3xl font-bold text-gray-900 mb-12 text-center">Current Openings</h2>

    
    
    <!-- Job Listing -->
    <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
                        <div class="bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition-shadow">
            <h3 class="text-xl font-semibold text-gray-900 mb-2">Sales Manager</h3>
            <p class="text-gray-600 mb-2">Location:  Vashi, Navi Mumbai, Maharashtra</p>
            <p class="text-gray-600 mb-2">Type: Full-time</p>
            <p class="text-gray-600 mb-4">Department: Sales</p>
            <!-- Toggleable Details -->
            <div id="details-4" class="hidden mb-4">
              <p class="text-gray-700 mb-4"><strong>Description:</strong> Prop4U Private Limited - Vashi, Navi Mumbai, Maharashtra
₹20,000 - ₹35,000 a month
Benefits:
Cell phone reimbursement
Schedule:

Day shift
Application Question(s):

what is your current salary?
Experience:

Real estate sales: 1 year (Required)
Work Location: In person</p>
              <div class="mb-4">
                <strong class="text-gray-700">Responsibilities:</strong>
                <ul class="list-disc pl-5 text-gray-700">
                                        <li>Experience in handling projects from Navi Mumbai areas.</li>
                                        <li>Ensure sales in Residential and Commercial real estate sectors.</li>
                                        <li>Generate new business opportunities for the organization.</li>
                                        <li>Perform well in selling Residential and Commercial properties.</li>
                                        <li>Maintain continuous follow-ups with customers and build strong client relationships.</li>
                                  </ul>
              </div>
              <div class="mb-4">
                <strong class="text-gray-700">Requirements:</strong>
                <ul class="list-disc pl-5 text-gray-700">
                                        <li>Minimum 1 year proven work experience as a Sales Manager is must.</li>
                                        <li>Mandatory experience in Navi Mumbai areas.</li>
                                        <li>Excellent communication skills in English, Hindi, and Marathi.</li>
                                        <li>Strong interpersonal skills and presentable appearance.</li>
                                        <li>Organizational and time-management skills.</li>
                                        <li>Strong geographical knowledge of the city.</li>
                                  </ul>
              </div>
              <p class="text-gray-600 mb-2">Posted: Jul 22, 2025</p>
              <p class="text-gray-600 mb-4">Closing: Aug 26, 2025</p>
            </div>
            <div class="flex items-center space-x-4">
              <button onclick="toggleDetails(4)" 
                      class="bg-gray-200 hover:bg-gray-300 text-gray-800 px-4 py-2 rounded-md font-medium transition-colors">
                View Details
              </button>
              <button onclick="openApplyModal('Sales Manager')" 
                      class="bg-primary-600 hover:bg-primary-600 text-white px-4 py-2 rounded-md font-medium transition-colors">
                Apply Now
              </button>
                          </div>
          </div>
                  <div class="bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition-shadow">
            <h3 class="text-xl font-semibold text-gray-900 mb-2">Sales Executive - Iterior Design</h3>
            <p class="text-gray-600 mb-2">Location: Prop4U Private Limited - Thane H.O, Thane, Maharashtra</p>
            <p class="text-gray-600 mb-2">Type: Full-time</p>
            <p class="text-gray-600 mb-4">Department: Sales</p>
            <!-- Toggleable Details -->
            <div id="details-5" class="hidden mb-4">
              <p class="text-gray-700 mb-4"><strong>Description:</strong> Prop4u is a leading Real Estate Channel Partner Firm also fulfilling interior designing needs as per our client’s requirements with specializing in delivering innovative, functional, and aesthetically appealing spaces for residential and commercial clients. We blend design excellence with client collaboration to transform visions into reality.


What We Offer:

Competitive salary with performance-based incentives.
Opportunity to work with a creative and collaborative team.
Career growth in a fast-paced, design-focused industry.
Exposure to high-end interior projects and clientele.
Job Types: Full-time, Permanent

Pay: ₹20,000.00 - ₹35,000.00 per month

Benefits:

Cell phone reimbursement
Schedule:

Day shift
Application Question(s):

what is your current salary?
Experience:

Real estate sales: 1 year (Required)
Work Location: In person</p>
              <div class="mb-4">
                <strong class="text-gray-700">Responsibilities:</strong>
                <ul class="list-disc pl-5 text-gray-700">
                                        <li>Generate new leads through networking, cold calling, site visits, and digital platforms.</li>
                                        <li>Understand client needs and promote the company’s interior design services accordingly.</li>
                                        <li>Present company portfolios, proposals, and quotations to potential clients.</li>
                                        <li>Coordinate with the design and project teams to ensure client expectations are clearly communicated.</li>
                                        <li>Meet or exceed monthly and quarterly sales targets.</li>
                                        <li>Maintain a strong client relationship post-sale for referrals and repeat business.</li>
                                        <li>Attend site meetings, industry events, and exhibitions as required.</li>
                                        <li>Maintain CRM records and generate regular sales reports.</li>
                                  </ul>
              </div>
              <div class="mb-4">
                <strong class="text-gray-700">Requirements:</strong>
                <ul class="list-disc pl-5 text-gray-700">
                                        <li>Bachelor&#039;s degree in Business, Marketing, Interior Design, or a related field.</li>
                                        <li>Proven sales experience (interior design, real estate, or architectural sector preferred).</li>
                                        <li>Strong communication, negotiation, and interpersonal skills.</li>
                                        <li>Goal-oriented, self-motivated, and proactive approach.</li>
                                        <li>Basic understanding of interior design concepts and trends.</li>
                                        <li>Proficiency in MS Office and CRM tools.</li>
                                  </ul>
              </div>
              <p class="text-gray-600 mb-2">Posted: Jul 22, 2025</p>
              <p class="text-gray-600 mb-4">Closing: Aug 19, 2025</p>
            </div>
            <div class="flex items-center space-x-4">
              <button onclick="toggleDetails(5)" 
                      class="bg-gray-200 hover:bg-gray-300 text-gray-800 px-4 py-2 rounded-md font-medium transition-colors">
                View Details
              </button>
              <button onclick="openApplyModal('Sales Executive - Iterior Design')" 
                      class="bg-primary-600 hover:bg-primary-600 text-white px-4 py-2 rounded-md font-medium transition-colors">
                Apply Now
              </button>
                          </div>
          </div>
                  </div>
  </div>
</section>

<!-- Application Modal -->
<div id="applyModal" class="fixed inset-0 bg-black bg-opacity-50 hidden flex items-center justify-center z-50">
  <div class="bg-white p-8 rounded-lg w-full max-w-lg max-h-[90vh] overflow-y-auto">
    <div class="flex justify-between items-center mb-6">
      <h2 class="text-2xl font-bold">Apply for <span id="jobTitle"></span></h2>
      <button onclick="closeApplyModal()" class="text-gray-600 hover:text-gray-900">
        <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/>
        </svg>
      </button>
    </div>
    
    <form action="submit_application.php" method="POST" enctype="multipart/form-data">
      <div class="space-y-4">
        <div>
          <label class="block text-gray-700 font-medium mb-1" for="name">Full Name</label>
          <input type="text" id="name" name="name" required 
                 class="w-full px-4 py-2 border rounded-md focus:outline-none focus:ring-2 focus:ring-primary-600">
        </div>

        <div>
          <label class="block text-gray-700 font-medium mb-1" for="email">Email</label>
          <input type="email" id="email" name="email" required 
                 class="w-full px-4 py-2 border rounded-md focus:outline-none focus:ring-2 focus:ring-primary-600">
        </div>

        <div>
          <label class="block text-gray-700 font-medium mb-1" for="contact">Contact Number</label>
          <input type="tel" id="contact" name="contact" required 
                 class="w-full px-4 py-2 border rounded-md focus:outline-none focus:ring-2 focus:ring-primary-600">
        </div>

        <div>
          <label class="block text-gray-700 font-medium mb-1" for="role">Applying For</label>
          <select id="role" name="role" required 
                  class="w-full px-4 py-2 border rounded-md focus:outline-none focus:ring-2 focus:ring-primary-600">
                          <option value="Sales Manager">
                Sales Manager              </option>
                          <option value="Sales Executive - Iterior Design">
                Sales Executive - Iterior Design              </option>
                      </select>
        </div>

        <div>
          <label class="block text-gray-700 font-medium mb-1" for="cover_letter">Cover Letter</label>
          <textarea id="cover_letter" name="cover_letter" rows="4" required 
                    class="w-full px-4 py-2 border rounded-md focus:outline-none focus:ring-2 focus:ring-primary-600"></textarea>
        </div>

        <div>
          <label class="block text-gray-700 font-medium mb-1" for="resume">Upload Resume</label>
          <input type="file" id="resume" name="resume" accept=".pdf,.doc,.docx" required 
                 class="w-full px-4 py-2 border rounded-md">
        </div>

        <button type="submit" 
                class="w-full bg-primary-600 hover:bg-primary-600 text-white px-6 py-3 rounded-md font-medium transition-colors">
          Submit Application
        </button>
      </div>
    </form>
  </div>
</div>

<!-- Delete Confirmation Modal (Admin-Only) -->

<footer class="bg-gray-900 text-white pt-16 pb-8">
  <div class="container mx-auto px-4">
    <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
      <!-- Company Info -->
      <div>
        <img src="./assets/logo/uma sanghvi.png" alt="UMA SANGHVI Logo" class="h-10 w-auto object-contain" />
        <!-- Optional text next to the logo -->
        <!-- <span>UMA<span class="text-primary-600">SANGHVI</span></span> -->
      </a>
        <p class="text-gray-400 mb-6">
            Where Real Estates Get Real.
          <!--Premium real estate solutions for corporate clients. Building excellence since 1995.-->
        </p>
        <div class="flex space-x-4">
          <a href="https://www.facebook.com/Propfor/" target="_balnk" class="text-gray-400 hover:text-white transition-colors" aria-label="Facebook">
            <i data-lucide="facebook" class="w-5 h-5"></i>
          </a>
          <a href="#" class="text-gray-400 hover:text-white transition-colors" target="_balnk" aria-label="Twitter">
            <i data-lucide="twitter" class="w-5 h-5"></i>
          </a>
          <a href="https://www.instagram.com/umasanghvi_estates/" target="_balnk" class="text-gray-400 hover:text-white transition-colors" aria-label="Instagram">
            <i data-lucide="instagram" class="w-5 h-5"></i>
          </a>
          <a href="#" class="text-gray-400 hover:text-white transition-colors" target="_balnk" aria-label="LinkedIn">
            <i data-lucide="linkedin" class="w-5 h-5"></i>
          </a>
        </div>
      </div>

      <!-- Quick Links -->
      <div>
        <h4 class="text-lg font-semibold mb-6">Quick Links</h4>
        <ul class="space-y-3">
          <li>
            <a href="home" class="text-gray-400 hover:text-white transition-colors">
              Home
            </a>
          </li>
          <li>
            <a href="blogs" class="text-gray-400 hover:text-white transition-colors">
              Blogs
            </a>
          </li>
          <li>
            <a href="brand-partners" class="text-gray-400 hover:text-white transition-colors">
              Brand Partners
            </a>
          </li>
          <li>
            <a href="carrers" class="text-gray-400 hover:text-white transition-colors">
              Careers
            </a>
          </li>
          <li>
            <a href="about-us#contact" class="text-gray-400 hover:text-white transition-colors">
              Contact Us
            </a>
          </li>
        </ul>
      </div>

      <!-- Services -->
      <div>
        <h4 class="text-lg font-semibold mb-6">Our Services</h4>
        <ul class="space-y-3">
          <li>
            <a href="tel:02249630971" class="text-gray-400 hover:text-white transition-colors">
             Site Visit Coordination
            </a>
          </li>
          <li>
            <a href="tel:02249630971" class="text-gray-400 hover:text-white transition-colors">
              Property Consultation
            </a>
          </li>
          <li>
            <a href="tel:02249630971" class="text-gray-400 hover:text-white transition-colors">
              After-Sales Support
            </a>
          </li>
          <li>
            <a href="tel:02249630971" class="text-gray-400 hover:text-white transition-colors">
              Marketing for Developers
            </a>
          </li>
          <li>
            <a href="tel:02249630971" class="text-gray-400 hover:text-white transition-colors">
             Booking & Negotiation
            </a>
          </li>
        </ul>
      </div>

      <!-- Contact Info -->
      <!--<div>-->
      <!--  <h4 class="text-lg font-semibold mb-6">Contact Us</h4>-->
      <!--  <ul class="space-y-4">-->
      <!--    <li class="flex items-start">-->
      <!--      <i data-lucide="map-pin" class="w-5 h-5 mr-3 text-primary-400 flex-shrink-0 mt-1"></i>-->
      <!--      <span class="text-gray-400">-->
      <!--      Thane, India-->
           <!--Lodha Business Distric, Gate No. 2, Office No.806, 8th Floor, Kolshet Road, Thane- 400 607-->
      <!--      </span>-->
      <!--    </li>-->
      <!--    <li class="flex items-center">-->
      <!--      <i data-lucide="phone" class="w-5 h-5 mr-3 text-primary-400 flex-shrink-0"></i>-->
      <!--      <a href="tel:+12345678900" class="text-gray-400 hover:text-white transition-colors">-->
      <!--       022 4963 0971-->
      <!--      </a>-->
      <!--    </li>-->
      <!--    <li class="flex items-center">-->
      <!--      <i data-lucide="mail" class="w-5 h-5 mr-3 text-primary-400 flex-shrink-0"></i>-->
      <!--      <a href="mailto:info@umasanghvi.com" class="text-gray-400 hover:text-white transition-colors">-->
      <!--        info@prop4u.co-->
      <!--      </a>-->
      <!--    </li>-->
      <!--  </ul>-->
      <!--</div>-->
    </div>

    <div class="border-t border-gray-800 mt-12 pt-8">
      <div class="flex flex-col md:flex-row justify-between items-center">
        <p class="text-gray-500 text-sm">
          &copy; 2026 umasanghvi. All rights reserved.
        </p>
        <div class="flex space-x-6 mt-4 md:mt-0">
          <a href="/../privacy-policy.html" class="text-gray-500 hover:text-gray-400 text-sm">
            Privacy Policy
          </a>
          <a href="/../terms.php" class="text-gray-500 hover:text-gray-400 text-sm">
            Terms of Service
          </a>
          <!--<a href="#" class="text-gray-500 hover:text-gray-400 text-sm">-->
          <!--  Cookie Policy-->
          <!--</a>-->
        </div>
      </div>
    </div>
  </div>
</footer>

<!-- Initialize Lucide Icons -->
<script>
  lucide.createIcons();
</script>

<!-- Smooth Scroll Script -->
<script>
  document.addEventListener('DOMContentLoaded', function() {
    // Smooth scroll function
    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
      anchor.addEventListener('click', function (e) {
        e.preventDefault();
        const target = document.querySelector(this.getAttribute('href'));
        if (target) {
          window.scrollTo({
            top: target.offsetTop - 100,
            behavior: 'smooth'
          });
        }
      });
    });
  });
</script>

</body>
</html>


<!-- Tailwind CSS CDN -->
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
<!-- Lucide Icons -->
<script src="https://unpkg.com/lucide@latest"></script>
<script>lucide.createIcons();</script>

<script>
function toggleDetails(jobId) {
  const detailsDiv = document.getElementById(`details-${jobId}`);
  const button = detailsDiv.parentElement.querySelector('button[onclick*="toggleDetails"]');
  if (detailsDiv.classList.contains('hidden')) {
    detailsDiv.classList.remove('hidden');
    button.textContent = 'Hide Details';
  } else {
    detailsDiv.classList.add('hidden');
    button.textContent = 'View Details';
  }
}

function openApplyModal(jobTitle) {
  const modal = document.getElementById('applyModal');
  const jobTitleSpan = document.getElementById('jobTitle');
  const roleSelect = document.getElementById('role');
  
  modal.classList.remove('hidden');
  jobTitleSpan.textContent = jobTitle;
  roleSelect.value = jobTitle;
}

function closeApplyModal() {
  document.getElementById('applyModal').classList.add('hidden');
}

// Close apply modal when clicking outside
document.getElementById('applyModal').addEventListener('click', function(e) {
  if (e.target === this) {
    closeApplyModal();
  }
});

// Delete confirmation modal (admin-only)
</script>

