
    body {
        font-family: Arial, sans-serif;
        line-height: 1.6;
        background-color: #000; /* Black background */
        color: #fff; /* White text */
        text-align: center;
    }

    header {
        background: #000; /* Black background */
        color: #FFD700; /* Yellow text */
    }

    header img {
        height: 400px;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #FFD700; /* Yellow navigation links */
    }

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #FFC107; /* Lighter yellow on hover */
    }

    .cta-button {
        background: #FFD700; /* Yellow button background */
        color: #000; /* Black button text */
    }

    .cta-button:hover {
        background: #FFC107; /* Lighter yellow button background on hover */
        color: #000; /* Black text */
    }

    section {
        background-color: #000; /* Black background for sections */
        color: #fff; /* White text */
    }

    .bg-light {
        background-color: #333 !important; /* Darker background for "light" sections */
        color: #FFD700; /* Yellow text */
    }

    h2, h4 {
        color: #FFD700; /* Yellow headings */
    }

    footer {
        background: #000; /* Black footer background */
        color: #FFD700; /* Yellow footer text */
    }

    .iframe .form-control:focus {
        background-color: #222; /* Dark background for form inputs */
        color: #000000; /* White text in form inputs */
        border: 1px solid #FFD700; /* Yellow border */
    }

    .iframe-control:focus:focus {
        background-color: #333; /* Slightly lighter input background on focus */
        color: #010101;
        border-color: #FFC107; /* Lighter yellow border on focus */
    }

    .btn-primary {
        background-color: #FFD700; /* Yellow button background */
        border-color: #FFD700; /* Yellow button border */
        color: #000; /* Black button text */
    }

    .btn-primary:hover {
        background-color: #FFC107; /* Lighter yellow button background on hover */
        border-color: #FFC107; /* Lighter yellow button border */
    }

    a {
        color: #FFD700; /* Yellow links */
    }

    a:hover {
        color: #FFC107; /* Lighter yellow links on hover */
    }

    con{
        color:#000 !important;
     }
     
     .logo {
        max-width: 800px; /* Adjust as needed */
        max-height: 700px; /* Optional: Use either max-width or max-height */

    }
    .instagram-link {
        font-size: 1.5rem;
        color: #fff;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .instagram-link i {
        margin-right: 8px;
    }
    
    .instagram-link:hover {
        color: #e1306c; /* Instagram's brand color */
    }
    