 

        nav a {
            color: white;
            text-decoration: none;
            margin: 0 15px;
            font-weight: bold;
            transition: 0.3s;
        }

        nav a:hover {
            color: #D4AF37;
        }

        header h1 {
            color: #D4AF37;
            font-size: 35px;
            letter-spacing: 3px;
        }

        .services-section {
            padding: 80px 10%;
            background: #111;
            text-align: center;
        }

        .services-section h2 {
            color: #D4AF37;
            font-size: 40px;
            margin-bottom: 50px;
        }

        .services-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
        }

        .service-card {
            background: #1b1b1b;
            padding: 30px;
            border-radius: 12px;
            border: 2px solid #0f3460;
            transition: 0.3s;
        }

        .service-card:hover {
            transform: translateY(-10px);
            border-color: #e94560;
        }

        .service-card h3 {
            color: #D4AF37;
            margin-bottom: 15px;
            font-size: 25px;
        }

        .service-card p {
            color: white;
            line-height: 1.6;
        }

        footer {
            background: black;
            text-align: center;
            padding: 20px;
            color: #D4AF37;
            margin-top: 40px;
        }
       

        nav a {
            color: white;
            text-decoration: none;
            margin: 0 15px;
            font-weight: bold;
            transition: 0.3s;
        }

        nav a:hover {
            color: #D4AF37;
        }

        header h1{
            color:#D4AF37;
            font-size:35px;
            letter-spacing:3px;
        }

        .contact-section {
            padding: 80px 10%;
            background: #111;
        }

        .contact-section h2 {
            text-align: center;
            color: #D4AF37;
            font-size: 40px;
            margin-bottom: 50px;
        }

        .contact-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            align-items: center;
        }

        .contact-info {
            background: #1b1b1b;
            padding: 40px;
            border-radius: 12px;
            border: 2px solid #0f3460;
        }

        .contact-info h3 {
            color: #D4AF37;
            margin-bottom: 20px;
            font-size: 30px;
        }

        .contact-info p {
            margin: 15px 0;
            color: white;
            font-size: 18px;
        }

        .contact-form {
            background: #1b1b1b;
            padding: 40px;
            border-radius: 12px;
            border: 2px solid #0f3460;
        }

        .contact-form input,
        .contact-form textarea {
            width: 100%;
            padding: 15px;
            margin-bottom: 20px;
            border: none;
            outline: none;
            border-radius: 6px;
            background: #222;
            color: white;
            font-size: 16px;
        }

        .contact-form button {
            width: 100%;
            padding: 15px;
            background: #0f3460;
            color: white;
            border: 2px solid #e94560;
            border-radius: 6px;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer; * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Arial, sans-serif;
        }

        body {
            background: #111;
            color: white;
        }

       

        header h1 {
            color: #D4AF37;
            font-size: 35px;
            letter-spacing: 3px;
        }

        nav a {
            color: white;
            text-decoration: none;
            margin: 0 15px;
            font-weight: bold;
            transition: 0.3s;
        }

        nav a:hover {
            color: #D4AF37;
        }

        .hero {
            height: 90vh;
            background: linear-gradient(rgba(15, 52, 96, 0.8), rgba(26, 26, 46, 0.7)),
                url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1400&q=80');
            background-size: cover;
            background-position: center;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 20px;
        }

        .hero-content h2 {
            font-size: 55px;
            color: #D4AF37;
            margin-bottom: 20px;
        }

        .hero-content p {
            font-size: 22px;
            margin-bottom: 30px;
        }

        .btn {
            background: #0f3460;
            color: white;
            padding: 15px 35px;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            transition: 0.3s;
            border: 2px solid #e94560;
        }

        .btn:hover {
            background: #e94560;
            color: white;
        }

        section {
            padding: 70px 10%;
        }

        .services {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
        }

        .card {
            background: #1b1b1b;
            padding: 30px;
            border-radius: 10px;
            text-align: center;
            border: 2px solid #0f3460;
            transition: 0.3s;
        }

        .card:hover {
            transform: translateY(-10px);
            border-color: #e94560;
        }

        .card h3 {
            color: #D4AF37;
            margin-bottom: 15px;
        }

        .about {
            background: #0f3460;
            border-radius: 15px;
            text-align: center;
        }

        .about h2 {
            color: #D4AF37;
            margin-bottom: 20px;
        }

        footer {
            background: black;
            text-align: center;
            padding: 20px;
            color: #D4AF37;
            margin-top: 40px;
        }
            transition: 0.3s;
        }

        .contact-form button:hover {
            background: #e94560;
            color: white;
        }
 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Arial, sans-serif;
        }

        body {
            background: #111;
            color: white;
        }

        header {
            background: linear-gradient(90deg, #1a1a2e, #16213e, #0f3460);
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo-container {
            display: flex;
            align-items: center;
        }

        .logo {
            height: 60px;
            width: auto;
            object-fit: contain;
        }

        header h1 {
            color: #D4AF37;
            font-size: 35px;
            letter-spacing: 3px;
        }

        nav a {
            color: white;
            text-decoration: none;
            margin: 0 15px;
            font-weight: bold;
            transition: 0.3s;
        }

        nav a:hover {
            color: #D4AF37;
        }

        .hero {
            height: 90vh;
            background: linear-gradient(rgba(15, 52, 96, 0.8), rgba(26, 26, 46, 0.7)),
                url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1400&q=80');
            background-size: cover;
            background-position: center;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 20px;
        }

        .hero-content h2 {
            font-size: 55px;
            color: #D4AF37;
            margin-bottom: 20px;
        }

        .hero-content p {
            font-size: 22px;
            margin-bottom: 30px;
        }

        .btn {
            background: #0f3460;
            color: white;
            padding: 15px 35px;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            transition: 0.3s;
            border: 2px solid #e94560;
        }

        .btn:hover {
            background: #e94560;
            color: white;
        }

        section {
            padding: 70px 10%;
        }

        .services {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
        }

        .card {
            background: #1b1b1b;
            padding: 30px;
            border-radius: 10px;
            text-align: center;
            border: 2px solid #0f3460;
            transition: 0.3s;
        }

        .card:hover {
            transform: translateY(-10px);
            border-color: #e94560;
        }

        .card h3 {
            color: #D4AF37;
            margin-bottom: 15px;
        }

        .about {
            background: #0f3460;
            border-radius: 15px;
            text-align: center;
        }

        .about h2 {
            color: #D4AF37;
            margin-bottom: 20px;
        }
 .projects-section {
            padding: 80px 10%;
            background: #000;
            text-align: center;
        }

        .projects-section h2 {
            color: #D4AF37;
            font-size: 40px;
            margin-bottom: 50px;
        }

        .projects-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .project-card {
            background: #1b1b1b;
            border-radius: 12px;
            overflow: hidden;
            border: 2px solid #0f3460;
            transition: 0.3s;
        }

        .project-card:hover {
            transform: scale(1.03);
            border-color: #e94560;
        }

        .project-card img {
            width: 100%;
            height: 220px;
            object-fit: cover;
        }

        .project-info {
            padding: 25px;
        }

        .project-info h3 {
            color: #D4AF37;
            margin-bottom: 15px;
            font-size: 24px;
        }

        .project-info p {
            color: white;
            line-height: 1.6;
        }

        footer {
            background: black;
            text-align: center;
            padding: 20px;
            color: #D4AF37;
            margin-top: 40px;
        }