        /* Custom CSS for Creative Design */
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;

            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
             background-color: #0b001b; /* Dark background */
    background-image: repeating-linear-gradient(
        45deg, 
        rgba(255, 255, 255, 0.05) 0px, 
        rgba(255, 255, 255, 0.05) 10px, 
        transparent 10px, 
        transparent 20px
    );
    background-size: 40px 40px;
        }

        .main_page {
            max-width: 500px;
            width: 100%;
            margin: 0 auto;
            background: #fff;
            border-radius: 15px;
    border: 10px solid #30036f;

            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
.view_sec {
    width: 120px;
    background-color: #30036f;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    float: right;
}
   .logo img.img-fluid {
    max-width: 150px;
    margin: 0 auto;
    display: block;
    margin-top: 75px;
    vertical-align: middle;
    border-style: none;
    width: 135px !important;
    height: 135px !important;
    border-radius: 50% !important;
    border: 4px solid #30036f;
}
.txt_sec p a {
    color: #000;
    text-decoration: none;
}
.contact_sec {
    box-shadow: 1px 2px 3px 5px #e4f8ff;
    border-radius: 5px;
    margin: 20px 0;
    padding: 10px;
}


     .navbar {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: #fff;
            z-index: 1000;
            border-top: 1px solid #ddd;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        }

        .navbar-nav {
            width: 100%;
            display: flex;
            justify-content: space-around;
        }

        .nav-link {
            color: #333;
            font-weight: 500;
            padding: 10px 15px;
        }

        .nav-link:hover {
            color: #30036f;
        }

        .card {
            border: none;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
        .title {
            font-size: 18px;
            font-weight: 700;
            color: #333;
            margin: 20px 0;
        }

        .nam_sec h2 {
            font-size: 22px;
            font-weight: 600;
            color: #30036f;
        }

        .nam_sec h3 {
            font-size: 18px;
            font-weight: 500;
            color: #555;
        }

        .social_icons a {
            transition: transform 0.3s ease;
        }

        .social_icons a:hover {
            transform: scale(1.2);
        }

        .btn-primary {
    background-color: #30036f;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
}
.btn_fl {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #30036f;
    padding-top: 20px;
}

.btn_fl p {
    margin-bottom: 0;
    padding-top: 10px;
}
        .btn-primary:hover {
            background-color: #0056b3;
        }

        .btn-success, .btn-info {
            border-radius: 10px;
            padding: 10px 20px;
            font-size: 16px;
        }

        .btn-success {
            background-color: #28a745;
            border: none;
        }

        .btn-info {
            background-color: #17a2b8;
            border: none;
        }

        .btn-success:hover, .btn-info:hover {
            opacity: 0.9;
        }
    /* Custom CSS for About Us Section */
    .about-section {
        padding: 60px 0;
        background-color: #f9f9f9;
    }

    .about-section h2 {
        font-size: 32px;
        font-weight: 700;
        color: #333;
        margin-bottom: 30px;
    }

   

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .icon-box {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .icon-box i {
        color: white;
    }

    .card-body h3 {
        font-size: 13px;
        font-weight: 600;
        color: #333;
    }
.fa-2x {
    font-size: 20px;
}
    .card-body p {
        font-size: 16px;
        color: #666;
    }
       /* Custom CSS for Gallery */
       .gallery-section .card {
    height: 100%;
    cursor: pointer;
}

        .gallery-section .card img {
    width: 100%;
    border: 1px dashed #333131;
    height: 120px;
}.card_sec {
    padding: 3px;
}

        .gallery-section .card-body {
            padding: 10px;
            text-align: center;
        }

        .modal-body img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
        }

        .modal-footer {
            justify-content: center;
        }

        form input, form textarea {
            border-radius: 10px;
            border: 1px solid #ddd;
            padding: 10px;
            width: 100%;
            margin-bottom: 15px;
        }

        form input:focus, form textarea:focus {
            border-color: #30036f;
            box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
        }
.enquiry-section {
        padding: 60px 0;
        background-color: #f9f9f9;
    }

   
    .form-label {
        font-weight: 600;
        color: #333;
    }

    .form-control {
        border-radius: 10px;
        border: 1px solid #ddd;
        padding: 10px;
        font-size: 16px;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .form-control:focus {
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

        .about-section, .products-section, .gallery-section, .enquiry-section {
            padding: 10px;
            background: #f9f9f9;
            border-radius: 15px;
            margin-bottom: 20px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .about-section h2, .products-section h2, .gallery-section h2, .enquiry-section h2 {
            font-size: 22px;
            font-weight: 600;
            color: #333;
            margin-bottom: 15px;
        }

        .about-section p, .products-section p {
    font-size: 18px;
    color: #30036f !important;
    font-weight: 700;
}
        .products-section .card {
            transition: transform 0.3s ease;
                margin-bottom: 20px;
        }

        .products-section .card:hover {
            transform: translateY(-5px);
        }
