
/* Hero Section */
        .developers-hero {
            height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 0 5%;
            background: linear-gradient(rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.253)), url('assets/Downtown-dubai.png') no-repeat center center/cover;
            color: white;
        }
        .developers-hero h1 {
            font-size: 4rem;
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 3px;
        }

        .developers-hero p {
            font-size: 1.5rem;
            max-width: 800px;
            margin-bottom: 2rem;
        }

        .developers-hero-btn {
            display: inline-block;
            background-color: #B88B4A;
            color: white;
            padding: 1rem 2.5rem;
            border-radius: 30px;
            text-decoration: none;
            font-size: 1.2rem;
            font-weight: 600;
            transition: background-color 0.3s, transform 0.3s;
            margin-top: 2rem;
        }

        .developers-hero-btn:hover {
            background-color: #9a7440;
            transform: scale(1.05);
        }
/* meraas hero section */
        .developers-meraas-hero {
            height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 0 5%;
            background: linear-gradient(rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.253)), url('assets/meraas-hero.jpg') no-repeat center center/cover;
            color: white;
        }
        .developers-meraas-hero h1 {
            font-size: 4rem;
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 3px;
        }

        .developers-meraas-hero p {
            font-size: 1.5rem;
            max-width: 800px;
            margin-bottom: 2rem;
        }

        .developers-meraas-hero-btn {
            display: inline-block;
            background-color: #B88B4A;
            color: white;
            padding: 1rem 2.5rem;
            border-radius: 30px;
            text-decoration: none;
            font-size: 1.2rem;
            font-weight: 600;
            transition: background-color 0.3s, transform 0.3s;
            margin-top: 2rem;
        }

        .developers-meraas-hero-btn:hover {
            background-color: #9a7440;
            transform: scale(1.05);
        }

/* nakheel hero section */
        .developers-nakheel-hero {
            height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 0 5%;
            background: linear-gradient(rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.253)), url('assets/nakheel-hero.avif') no-repeat center center/cover;
            color: white;
        }
        .developers-nakheel-hero h1 {
            font-size: 4rem;
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 3px;
        }

        .developers-nakheel-hero p {
            font-size: 1.5rem;
            max-width: 800px;
            margin-bottom: 2rem;
        }

        .developers-nakheel-hero-btn {
            display: inline-block;
            background-color: #B88B4A;
            color: white;
            padding: 1rem 2.5rem;
            border-radius: 30px;
            text-decoration: none;
            font-size: 1.2rem;
            font-weight: 600;
            transition: background-color 0.3s, transform 0.3s;
            margin-top: 2rem;
        }

        .developers-nakheel-hero-btn:hover {
            background-color: #9a7440;
            transform: scale(1.05);
        }


        /* ellington hero section */
        .developers-ellington-hero {
            height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 0 5%;
            background: linear-gradient(rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.253)), url('assets/ellington-hero02.jpg') no-repeat center center/cover;
            color: white;
        }
        .developers-ellington-hero h1 {
            font-size: 4rem;
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 3px;
        }

        .developers-ellington-hero p {
            font-size: 1.5rem;
            max-width: 800px;
            margin-bottom: 2rem;
        }

        .developers-ellington-hero-btn {
            display: inline-block;
            background-color: #B88B4A;
            color: white;
            padding: 1rem 2.5rem;
            border-radius: 30px;
            text-decoration: none;
            font-size: 1.2rem;
            font-weight: 600;
            transition: background-color 0.3s, transform 0.3s;
            margin-top: 2rem;
        }

        .developers-ellington-hero-btn:hover {
            background-color: #9a7440;
            transform: scale(1.05);
        }

        /* demac hero section */
        .developers-demac-hero {
            height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 0 5%;
            background: linear-gradient(rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.253)), url('assets/damac-hero.avif') no-repeat center center/cover;
            color: white;
        }

        .developers-demac-hero h1 {
            font-size: 4rem;
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 3px;
        }

        .developers-demac-hero p {
            font-size: 1.5rem;
            max-width: 800px;
            margin-bottom: 2rem;
        }

        .developers-demac-hero-btn {
            display: inline-block;
            background-color: #B88B4A;
            color: white;
            padding: 1rem 2.5rem;
            border-radius: 30px;
            text-decoration: none;
            font-size: 1.2rem;
            font-weight: 600;
            transition: background-color 0.3s, transform 0.3s;
            margin-top: 2rem;
        }

        .developers-demac-hero-btn:hover {
            background-color: #9a7440;
            transform: scale(1.05);
        }

        /* Developer Details Section */
        .developers-details {
            padding: 5rem 5%;
            background-color: #fff;
        }

        .developers-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .developers-section-title {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 3rem;
            color: #000;
        }

        .developers-details-content {
            display: grid;
            grid-template-columns: 1fr;
            gap: 3rem;
            align-items: center;
        }

        .developers-about-header {
            display: flex;
            align-items: center;
            margin-bottom: 2rem;
            gap: 2rem;
        }

        .developers-about-logo {
            height: 80px;
        }

        .developers-about-title {
            font-size: 2.2rem;
            color: #000;
            /* border-left: 4px solid #B88B4A; */
            padding-left: 1rem;
        }

        .developers-info h3 {
            font-size: 1.8rem;
            margin-bottom: 1.5rem;
            color: #000;
        }

        .developers-info p {
            margin-bottom: 1.5rem;
            color: #161717;
            line-height: 1.8;
        }

        /* Projects Section */
        .developers-projects {
            padding: 5rem 5%;
            background-color: #f9f9f9;
        }

        .developers-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .developers-card {
            background-color: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
        }

        .developers-card:hover {
            transform: translateY(-10px);
        }

        .developers-card-img {
            height: 200px;
            overflow: hidden;
        }

        .developers-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }

        .developers-card:hover .developers-card-img img {
            transform: scale(1.1);
        }

        .developers-card-content {
            padding: 1.5rem;
        }

        .developers-card-content h3 {
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
            color: #000;
        }

        .developers-card-content p {
            color: #161717;
            text-align: justify;
            margin-bottom: 1rem;
            line-height: 1.6;
        }

        .developers-card-content .developers-btn {
            display: inline-block;
            background-color: #B88B4A;
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 500;
            transition: background-color 0.3s;
        }

        .developers-card-content .developers-btn:hover {
            background-color: #9a7440;
        }



        /* Responsive Design */
        @media (max-width: 768px) {
            .developers-hero h1 {
                font-size: 2.5rem;
            }

            .developers-hero p {
                font-size: 1.2rem;
            }

            .developers-about-header {
                flex-direction: column;
                text-align: center;
                gap: 1rem;
            }

            .developers-about-title {
                border-left: none;
                border-top: 4px solid #B88B4A;
                padding-left: 0;
                padding-top: 1rem;
            }


            .developers-section-title {
                font-size: 2rem;
            }
        }

        
/* Animation keyframes */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animation classes */
.slide-in-left {
  opacity: 0;
  transform: translateX(-300px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-in-right {
  opacity: 0;
  transform: translateX(300px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-in-up {
  opacity: 0;
  transform: translateY(150px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-in-left.animate,
.slide-in-right.animate,
.slide-in-up.animate {
  opacity: 1;
  transform: translate(0);
}

/* Delay classes for staggered animations */
.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }
.delay-3 { transition-delay: 0.6s; }
.delay-4 { transition-delay: 0.8s; }
.delay-5 { transition-delay: 1.0s; }