
        body {
            background: linear-gradient(135deg, #f8f9fa, #e0e7ff);
            font-family: 'Roboto', sans-serif;
        }

        h1{
            color:#4a4a8b;
            font-weight: bold;
            font-size: 18px;
            padding: 15px 30px;
            
        }

        h2{

        font-weight: bold;
        color: #4a4a8b;

        }


        h5 {
            font-weight: bold;
        }

        .upload-section {
            border: 2px dashed rgba(108, 99, 255, 0.5);
            padding: 40px;
            text-align: center;
            background-color: #fff;
            border-radius: 20px;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            height: 60vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .upload-section:hover {
            transform: scale(1.05);
            border-color: #6c63ff;
        }

        .style-option img {
            width: 100%;
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .style-option img:hover {
            transform: scale(1.1);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }

        .custom-prompt {
            margin-top: -2px;
        }

        .generate-btn {
            background-image: linear-gradient(45deg, #6c63ff, #8b5cf6);
            color: #fff;
            border: none;
            margin-top: 30px;
            border-radius: 10px;
            padding: 15px;
            font-size: 18px;
            font-weight: bold;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 8px 20px rgba(108, 99, 255, 0.3);
        }

        .generate-btn:hover {
            background-image: linear-gradient(45deg, #5b53e1, #7c4ae0);
            transform: translateY(-2px);
            box-shadow: 0 12px 30px rgba(108, 99, 255, 0.5);
        }

        .generated-image {
            border-radius: 20px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
            margin-top: 0px;
            transition: all 0.3s ease-in-out;
        }

        .generated-image:hover {
            transform: scale(1.05);
        }

        .section-heading {
            color: #4a4a8b;
            margin-bottom: 20px;
        }
       
        .custom-upload-btn {
            background-image: linear-gradient(45deg, #6c63ff, #8b5cf6);
            color: #fff;
            padding: 8px 10px;
            border-radius: 10px;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;
            display: inline-block;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 8px 20px rgba(108, 99, 255, 0.3);
        }

        .custom-upload-btn:hover {
            background-image: linear-gradient(45deg, #574bdd, #7c4ae0);
            transform: translateY(-3px);
            box-shadow: 0 12px 30px rgba(108, 99, 255, 0.5);
        }

        .upload-icon {
            margin-right: 10px;
            font-size: 22px;
            vertical-align: middle;
            transition: transform 0.3s ease-in-out;
        }

        .custom-upload-btn:hover .upload-icon {
            transform: rotate(360deg);
        }

        .upload-section:hover {
            transform: scale(1.05);
            transition: all 0.3s ease-in-out;
            border-color: #6c63ff;
        }

        


        /* Section Headings */
        .section-heading {
            color: #4a4a8b;
            margin-bottom: 20px;
            font-weight: bold;
            font-size: 32px;
            position: relative;
        }

        .section-heading:after {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -10px;
            height: 4px;
            width: 60px;
            background-color: #6c63ff;
        }

        /* How to Use Section */
        #how-to-use {
            background-color: #f0f1ff;
            padding: 60px 0;
            border-radius: 20px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        }

        #how-to-use ol {
            padding-left: 20px;
            font-size: 18px;
            line-height: 1.6;
        }

        #how-to-use ol li {
            margin-bottom: 15px;
        }

        #how-to-use .step-number {
            background-color: #6c63ff;
            color: white;
            padding: 10px;
            font-size: 20px;
            border-radius: 50%;
            margin-right: 15px;
        }

        /* Why Choose Us Section */
        #why-choose {
            background-color: #f0f1ff;
            color: rgb(10, 10, 10);
            padding: 160px 0;
            
        }

        #why-choose h5 {
            font-weight: bold;
            color: #fff;
        }

        #why-choose p {
            font-size: 16px;
        }

        /* Features Section */
        #features {
            background-color: #e8eafc;
            padding: 60px 0;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        }

        #features .feature-box {
            background-color: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        #features .feature-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        #features .icon {
            font-size: 40px;
            color: #6c63ff;
        }

        /* Review Section */
        #reviews {
            background-color: #e8eafc;
            padding: 60px 0;
        }

        .review-card {
            background-color: #fff;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        }

        /* Pricing Section */
        #pricing {
            background-color: #e8eafc;
            color: white;
            padding: 60px 0;
            /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); */
        }

        .pricing-card {
            background-color: white;
            color: #6c63ff;
            padding: 40px;
            border-radius: 20px;
            transition: transform 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .pricing-card:hover {
            transform: translateY(-10px);
        }

        .pricing-btn {
            background-color: #6c63ff;
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
        }

        .pricing-btn:hover {
            background-color: #574bdd;
        }

        .navbar{
            background-color: #e9ecef;
        }
        
        
        
        
        
    .user-images img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: -10px;
        border: 2px solid #fff;
        }
        
    .star-rating .bi-star-fill {
       color: #6c63ffc7;
      }
      
      h1{
          font-weight: bold !important;
      }
      
      h2{

        font-weight: bold;
        color: #4a4a8b;

        }
        
    /*.upload-section {*/
    /*        height: 54vh !important;*/
    /*    }*/
    
    
    
    
    .share-btns a {
        margin-right: 7px;
        padding: 0px 5px;
        border-radius: 50%;
        color: #fff;
        font-size: 16px;
    }
    
    .share-btns a i {
        font-size: 20px;
    }
    
    .share-btn-facebook { background-color: #3b5998; }
    .share-btn-twitter { background-color: #00acee; }
    .share-btn-whatsapp { background-color: #25d366; }
    .share-btn-instagram { background-color: #E1306C; }
    .share-btn-linkedin { background-color: #0077B5; }
    .share-btn-tiktok { background-color: #000000; }
    .share-btn-telegram { background-color: #0088cc; }
    
    

        
        
        
       


