
        :root {
            --neon-blue: #3A86FF;
            --neon-pink: #FF006E;
            --neon-purple: #8338EC;
            --neon-orange: #FB5607;
            --dark-bg: #1a1a1d;
           
            --white:#ffffff;
            --black: #000000;
            --light-yellow:#f8fad3;

        }

        body {
            background-color: var(--white);
            color: var(--new-primary);
            font-family: 'Poppins', sans-serif;
            text-align: justify;
            
        }
        .first-container
        {
            margin-top:40px;
        }

        .bg-primary {
            background-color: var(--new-primary) !important;
          }

          .title {
            font-size: 2rem;
            position: relative;
            border: 1px solid  var(--new-secondary);
            border-left: 15px solid var(--new-secondary);
            border-radius: 10px;
            padding: 15px;
            margin-bottom: 15px;
            background-color: var(--new-primary);
            transition: box-shadow 0.2s ease;
            color: var(--new-secondary);
            text-align: left;
            width: 100%;
           /* background: linear-gradient(90deg,  rgba(10,10,10,1) 0%, rgb(30, 30, 30) 42%, rgba(16,15,16,1) 100%);*/


          }
          .first-para {
            font-size: 1.2rem;
            color:var(--black);
            font-weight: lighter;
            padding: 12px;
            background-color: var(--light-yellow);
            border-radius: 10px ;
           /* background-image: linear-gradient(45deg, #fbd1fb 0%, #d7fffe 100%);*/
            border-left: 15px solid var(--pink);
          }
          .point-para {
            font-size: 1rem;
            color:var(--black);
            font-weight: lighter;
            padding: 12px;
            background-color: #f7f7f7;
            border-radius: 10px ;
            border: 1px solid #dedddb;
           /* background-image: linear-gradient(45deg, #fbd1fb 0%, #d7fffe 100%);*/
            border-left: 15px solid var(--pink);
            
          }
          .point-para strong {

            font-weight: bold;
            color:var(--new-primary) !important;
            
          }

        .cyan-para {
            border-left-color:  var(--cyan);

 
        }
        .red-para {
            border-left-color:  var(--red);
        }
        .blue-para {
            border-left-color:  var(--blue);
        }
        .orange-para {
            border-left-color:  var(--orange);
        }
        .green-para {
            border-left-color:  var(--green);
        }
        .pink-para {
            border-left-color:  var(--pink);
        }
        .purple-para {
            border-left-color:  var(--purple);
        }

        .intro{
            font-size: 1rem;
            color: #333;
            padding: 5px 5px 5px 5px;
                      
        }
/*
        .cyan-para strong{
            color:  var(--cyan);
        }
        .red-para strong{
            color:  var(--red);
        }
        .blue-para strong{
            color:  var(--blue);
        }
        .orange-para strong{
            color:  var(--orange);
        }
        .green-para strong{
            color:  var(--green);
        }
        .pink-para strong{
            color:  var(--pink);
        }
        .purple-para strong{
            color:  var(--purple);
        }
*/
          .home-label {
            color: var(--new-primary);
            background: var(--new-secondary);
            padding: 12px 8px;
            border-radius: 3px;
            display: inline-block;
            margin-bottom: 5px;
            font-weight: bold;
            font-size: 1.2rem;

            border-left: 12px solid var(--new-primary);
            border-right: 12px solid var(--new-primary);
            
        }

        .product-label {
            color: var(--new-primary);
            background: var(--new-secondary);
            padding: 12px 8px;
            border-radius: 3px;
            display: inline-block;
            margin-bottom: 12px;
            font-weight: bold;
            font-size: 1.2rem;

            border-left: 12px solid var(--new-primary);
            
        }


          h2 {
            font-size: 1.5rem;
          }
/* Extra small devices (xs) - for screens smaller than 576px */
@media (max-width: 575.98px) {
    h1 {
        font-size: 1rem; /* Example size for extra small screens */
    }
    .cover p {
        font-size: .8rem;
    }

    h1.small {
        font-size: 1.4rem; /* Example size for extra small screens */
    }
    h2.small {
        font-size: 1.2rem;
    }
    h2,.title {
            
        font-size: 1.4rem;

      }

}

/* Small devices (sm) - for screens >= 576px and < 768px */
@media (min-width: 576px) and (max-width: 767.98px) {
    h1 {
        font-size: 1.4rem; /* Example size for small screens */
    }
    .cover p {
        font-size: 1rem;
    }

    h1.small {
        font-size: 1.8rem; /* Example size for small screens */
    }
    h2.small {
        font-size: 1.4rem;
    }
    h2,.title {
            
        font-size: 1.5rem;

      }
}

/* Medium devices (md) - for screens >= 768px and < 992px */
@media (min-width: 768px) and (max-width: 991.98px) {
    h1 {
        font-size: 1.50rem; /* Example size for medium screens */
    }
    .cover p {
        font-size: 1.1rem;
    }

    h1.small {
        font-size: 1.9rem; /* Example size for medium screens */
    }
    h2.small {
        font-size: 1.5rem;
    }
    h2,.title {
            
        font-size: 1.5rem;

      }

}

/* Large devices (lg) - for screens >= 992px and < 1200px */
@media (min-width: 992px) and (max-width: 1199.98px) {
    h1 {
        font-size: 2rem; /* Example size for large screens */
        padding-left: 20px !important;
    }
    .cover p {
        font-size: 1.4rem;
    }

    h1.small {
        font-size: 2rem; /* Example size for large screens */
        padding-left: 20px !important;
    }
    h2.small {
        font-size: 1.9rem;
    }
}

/* Extra large devices (xl) - for screens >= 1200px and < 1400px */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    h1 {
        font-size: 2.25rem; /* Example size for extra large screens */
        padding-left: 30px !important;
    }
    .cover p {
        font-size: 1.5rem;
    }

    h1.small {
        font-size: 2rem; /* Example size for large screens */
        padding-left: 20px !important;
    }
    h2.small {
        font-size: 1.9rem;
    }
}

/* Extra extra large devices (xxl) - for screens >= 1400px */
@media (min-width: 1400px) {
    h1 {
        font-size: 2.5rem; /* Example size for extra extra large screens */
    }
    .cover p {
        font-size: 1.75rem;
    }

    h1.small {
        font-size: 2.5rem; /* Example size for extra extra large screens */
    }
    h2.small {
        font-size: 1.75rem;
    }

}
h2.right
{
    font-size: 1.5rem;
}



        /* Navbar Styling */
        .navbar {
            /*background: linear-gradient(45deg, #d1139e, #d1139e); /* Beautiful shiny gradient */
            background-color: var(--new-primary);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Shadow for the navbar */
            transition: all 0.3s ease;
        }

        .navbar a, .navbar-brand {
            color: #fff ;
            font-weight: bold;
            text-transform: uppercase;
        }
        .navbar-dark .navbar-nav .nav-link
        {
            color: #fff;
        }

        .navbar-dark .navbar-nav .nav-link:hover {
            color: #ffd700 ; /* Gold color on hover */
        }

        .navbar .nav-link i, .dropdown-item i {
            margin-right: 8px;
            color:var(--new-secondary-light);
            transition: transform 0.3s ease; /* Smooth icon animation */
        }


        .navbar .nav-link:hover i, .dropdown-item i:hover {
            transform: scale(1.2); /* Enlarge icon on hover */
        }

        /* Counter Box */
        .counter-box {
            display: inline-block;
            width: 150px;
            height: 150px;
            background-color: #FFCCE1; /* Light pink box */
            border-radius: 8px;
            text-align: center;
            padding: 10px;
            margin: 20px;
            transition: all 0.3s ease;
        }

   /* Counter Box */
.counter-box {
    display: inline-block;
    width: 200px;
    height: 170px;
    background-color: var(--new-primary); /* Light pink box */
    border-radius: 8px;
    text-align: center;
    padding: 10px;
    padding-left:20px;
    padding-right:20px;
    margin: 20px;
    transition: all 0.3s ease;
}

.counter-box:hover {
    background: linear-gradient(45deg, #ff8e00, #e52e71); /* Gradient on hover */
    transform: scale(1.05); /* Slight zoom effect */
}

.counter {
    font-size: 2.5em;
    color: var(--text-on-primary);
    font-weight: bold;
    transition: color 0.3s ease; /* Smooth transition */
}

.counter-box:hover .counter {
    color: white; /* Change counter number text to white on hover */
}

.counter-text {
    font-size: 0.9em; /* Small text */
    color: #fff;
    font-weight: normal;
    text-transform: uppercase; /* Make text uppercase */
    margin-top: 5px;
}

.counter-box i {
    font-size: 2.5em; /* Larger icon size */
    color: #fff;
    margin-top: 10px;
    transition: color 0.3s ease;
}

.counter-box:hover i {
    color: #ffd700; /* Change icon color on hover */
}


        /* Cover Section Styling */
        .cover {
            text-align: center;
            padding: 60px 20px;
            color: var(--neon-blue);
            background: linear-gradient(135deg, #f06, #ffcc99); /* Light and beautiful gradient */
/* Gradient 1: Electric Blue to Neon Pink */
background: linear-gradient(135deg, #00d2ff, #ec38bc); /* Electric Blue to Neon Pink */

background: linear-gradient(135deg, #b59d15, #b59d15); /* Electric Blue to Neon Pink */


        }

        .cover h1 {
            
            color: #fff; /* Darker color for title */
			
        }

        .cover p {
            
            color: #f5f5f5;
        }

        /* Main Content */
        .script-list, .popular-scripts {
            padding: 20px;
            background-color: #f8f9fa;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .script-item {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: 1px solid #ddd;
        }

        .product-card {
            text-align: left;
            color: var(--neon-blue);
        }
        .service-card {
            text-align: center;
            color: var(--neon-blue);
        }

        .service-card .fa {
            font-size: 2.5em;
            color: var(--neon-pink);
            margin-bottom: 15px;
        }

        .card {
            border: none;
        }

        .footer {

	           /*background: linear-gradient(45deg, #7f13d1, #7f13d1); /* Beautiful shiny gradient */
               background-color: var(--new-primary);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Shadow for the navbar */   padding: 20px 0; /* Adjust padding as needed */
    color: rgb(166, 166, 166); /* Ensure text is visible on the dark background */
    text-align: center; /* Center the text in the footer */

        }
        .footer a.copyright
        {
            color: var(--new-secondary);
            padding: 5px 10px;
            border-radius: 5px;
            transition: background-color 0.3s;
            background-color: transparent;
            
        }
        .footer a
        {
            color: var(--new-secondary);
            padding: 5px 10px;
            border-radius: 5px;
            transition: background-color 0.3s;
            background-color: #2a2a2a;
            
        }

        .pb {
            font-size: .8rem;

            /*background: linear-gradient(45deg, #7f13d1, #7f13d1); /* Beautiful shiny gradient */
            background-color: var(--new-primary);
         box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Shadow for the navbar */   padding: 20px 0; /* Adjust padding as needed */
 color: rgb(166, 166, 166); /* Ensure text is visible on the dark background */
 text-align: center; /* Center the text in the footer */

     }
        
     .pb a
     {
        font-size: .8rem;

         color: rgb(166, 166, 166);
         
     }
        .footer a:hover {
            background-color: var(--new-secondary);
            color: black;
        }

        .footer ul {
            list-style-type: none;
            padding: 0;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap; /* Allows items to wrap to the next line */
            justify-content: center; /* Centers the links */
            gap: 10px; /* Adds space between links */
            margin-bottom: 40px;
        }
        
        .footer li {
            margin-bottom: 20px;
        }
        
        .footer li:not(:last-child)::after {
            /*content: "|"; /* Separator */
            color: var(--new-secondary); /* Separator color */
            margin-left: 10px; /* Space before the separator */
        }
        
        /* Adjustments for smaller screens */
        @media (max-width: 576px) {
            .footer li {
                flex: 1 1 auto; /* Ensures flexibility on small screens */
                text-align: center; /* Centers text */
            }
        
            .footer ul {
                gap: 5px; /* Reduce gap on small screens */
            }
        
            .footer li:not(:last-child)::after {
                content: ""; /* Removes the separator on very small screens */
            }
        }
               
        .card-body a {
            margin-top: auto;  /* Pushes the link to the bottom */
            margin-bottom: 12px;  /* Ensures a 5px gap from the bottom */
        }

        .front,
        .admin,
        .buy {
            margin-top: 10px !important;
        }

        .highlight {
            color: yellow;
        }

        .custom-margin {
            padding-left: 2px;
            padding-right: 2px;
          }

          .products {
            list-style: none;
            padding-left: 15px;
            padding-top: 0px;
            margin-top: 0px;
        }

        

        .left-panel {
            max-width: 300px;
            background-color: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            overflow-y: auto;
            height: 100vh;
        }

        .menu-bg:hover {
            text-decoration: none;
        }

        .product-card {
            position: relative;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 15px;
            margin-bottom: 15px;
            background-color: #fff;
            transition: box-shadow 0.2s ease;
            
        }
        .product-main-description
        {
            text-align: justify;
        }

        .product-card:hover {
            box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
        }

        .product-price {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: #007bff;
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            font-weight: bold;
        }

        .product-icon {
            font-size: 2.2rem;
            color: #007bff;
            text-align: left;

        }

        .product-title {
            font-size: 1.2rem;
            font-weight: bold;
            margin-top: 5px;
            color: #333;
            text-align: center;
        }

        .title-icon
        {
            color: var(--new-secondary);
        }


        .product-main-card {
            position: relative;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 20px;
            background-color: #f9f9f9;
            margin-bottom: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease;

            border-bottom-color: #b59d15;
            border-bottom: 10px solid #b59d15;
            border-radius: 20px;
            text-align: left;
            font-size: .8rem;
           
            
            
            
            }
        

        



        .product-main-card:hover {
            transform: scale(1.02);
        }

        .product-main-price {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: #007bff;
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            font-weight: bold;
        }

        .product-main-icon {
            font-size: 3rem;
            color: #007bff;
        }

        .product-main-title {
            font-size: 1.5rem;
            font-weight: bold;
            margin-top: 10px;
            color: #333;
        }

        .product-main-description {
            margin-top: 10px;
            color: #555;
        }
        .product-main-link:hover
        {
                text-decoration: none;
        }

        .bigicon {
            font-size: 35px !important;
            color: var(--neon-pink);
            margin-bottom: 3px;;
        }

        .shape-text {
            color: #fff;
            font-size: 12px;
            font-weight: bold;
            position: relative;
            right: -40px;
            top: 2px;
            white-space: nowrap;
            -ms-transform: rotate(30deg);
            -o-transform: rotate(360deg);
            -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
        }

        .listing {
            background: #fff;
            border: 1px solid #ddd;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            margin: 15px 0;
            overflow: hidden;
        }

        .listing-radius {
            border-radius: 7px;
        }

        .listing-success {
            border-color: #edc844;
        }
        .listing-success .shape {
            border-color: transparent #edc844 transparent transparent;
        }

        .shape {
            border-style: solid;
            border-width: 0 70px 40px 0;
            float: right;
            height: 0px;
            width: 0px;
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }

        .footer-link {
            color:#e7d361;
            font-weight: bold;

        }
        .footer-link:hover {
            color:#f8e57d;

        }

        ul.top-features {
            list-style: none; /* Remove default markers */
            padding: 0;
            margin: 0;
        }
        
        ul.top-features li {
            position: relative; /* To position the pseudo-element */
            border: 1px solid lightgray; /* Adds a 1px light gray border to all sides */
            border-left-width: 10px; /* Ensures the left border is wider */
            border-right-width: 10px; /* Ensures the right border is wider */
            border-radius: 6px; /* Rounds the border */
            padding: 10px 10px 10px 40px; /* Adds space inside the li element for the triangle */
            margin-bottom: 8px; /* Adds spacing between items */
        }
        
        /* Triangle as a bullet */
        ul.top-features-disabled li::before {
            content: ''; /* Pseudo-element with no text */
            position: absolute; /* Position relative to the li */
            left: 12px; /* Positions the triangle 2px from the left border (10px + 2px gap) */
            top: 50%; /* Centers the triangle vertically */
            transform: translateY(-50%); /* Adjusts for exact centering */
            width: 0; /* No width for triangle */
            height: 0; /* No height for triangle */
            border-style: solid; /* Triangle shape */
            border-width: 8px 0 8px 10px; /* Triangle dimensions (flipped to point towards text) */
            border-color: transparent transparent transparent var(--pink); /* Default color */
        }
        

        ul.top-features li::before {
            content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='24' width='24'><path d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z' fill='none' stroke='rgba(181,157,21,1.0)' stroke-width='3'/></svg>");
           
            position: absolute; /* Position relative to the li */
            left: 12px; /* Positions the triangle 2px from the left border (10px + 2px gap) */
            top: 57%; /* Centers the triangle vertically */
            transform: translateY(-50%); /* Adjusts for exact centering */

        
        }
 /* gold rgba(181,157,21,1.0) */
 /*
        ul.top-features li:nth-child(6n+1)::before {
            content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='24' width='24'><path d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z' fill='none' stroke='rgba(247, 25, 173,1.0)' stroke-width='3'/></svg>");
                  
        }
        ul.top-features li:nth-child(6n+2)::before {
            content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='24' width='24'><path d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z' fill='none' stroke='rgba(125, 25, 247,1.0)' stroke-width='3'/></svg>");
                  
        }
        ul.top-features li:nth-child(6n+3)::before {
            content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='24' width='24'><path d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z' fill='none' stroke='rgba(52, 191, 61,1.0)' stroke-width='3'/></svg>");
                  
        }
        ul.top-features li:nth-child(6n+5)::before {
            content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='24' width='24'><path d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z' fill='none' stroke='rgba(181,157,21,1.0)' stroke-width='3'/></svg>");
                  
        }
        ul.top-features li:nth-child(6n+5)::before {
            content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='24' width='24'><path d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z' fill='none' stroke='rgba(181,157,21,1.0)' stroke-width='3'/></svg>");
                  
        }

        ul.top-features li:nth-child(6n+0)::before {
            content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='24' width='24'><path d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z' fill='none' stroke='rgba(181,157,21,1.0)' stroke-width='3'/></svg>");
                  
        }
*/
        /* Cycle through the colors for both borders and triangle */
        ul.top-features li {
            background-color: var(--light-yellow);

        }
        /*
        ul.top-features li {
            background-color: #fbfceb;

        }
            */
        ul.top-features li:nth-child(6n+1) {
            border-left-color: var(--pink);
            border-right-color: var(--pink);
        }
        
        ul.top-features li:nth-child(6n+1)::before {
            border-color: transparent transparent transparent var(--pink);
        }
        
        ul.top-features li:nth-child(6n+2) {
            border-left-color: var(--purple);
            border-right-color: var(--purple);
        }
        
        ul.top-features li:nth-child(6n+2)::before {
            border-color: transparent transparent transparent var(--purple);
        }
        
        ul.top-features li:nth-child(6n+3) {
            border-left-color: var(--green);
            border-right-color: var(--green);
        }
        
        ul.top-features li:nth-child(6n+3)::before {
            border-color: transparent transparent transparent var(--green);
        }
        
        ul.top-features li:nth-child(6n+4) {
            border-left-color: var(--red);
            border-right-color: var(--red);
        }
        
        ul.top-features li:nth-child(6n+4)::before {
            border-color: transparent transparent transparent var(--red);
        }
        
        ul.top-features li:nth-child(6n+5) {
            border-left-color: var(--cyan);
            border-right-color: var(--cyan);
        }
        
        ul.top-features li:nth-child(6n+5)::before {
            border-color: transparent transparent transparent var(--cyan);
        }
        
        ul.top-features li:nth-child(6n+0) {
            border-left-color: var(--orange);
            border-right-color: var(--orange);
        }
        
        ul.top-features li:nth-child(6n+0)::before {
            border-color: transparent transparent transparent var(--orange);
        }

        strong:nth-of-type(6n+1) {
            color: var(--pink);
        }
        
        strong:nth-of-type(6n+2) {
            color: var(--purple);
        }
        
        strong:nth-of-type(6n+3) {
            color: var(--green);
        }
        
        strong:nth-of-type(6n+4) {
            color: var(--red);
        }
        
        strong:nth-of-type(6n+5) {
            color: var(--cyan);
        }
        
        strong:nth-of-type(6n+0) {
            color: var(--orange);
        }
        
.gold
{
    color:var(--text-on-primary) !important;
    background-color: var(--new-primary) !important;
}
.gold-icon
{
    color:#b59d15 !important;
    
}
.gold-bg
{
    color:rgba(181,157,21,1.0) ;
}
        /*Ribbon header  */
  
.label
{
    font-weight: bold;
    color:#7b6a09;
    text-align: left;
}
a:hover 
{
 text-decoration:none;
}



      .form-group,.general-section
      {
        background-color: var(--light-yellow);
        margin:0px 0px 0px 0px;
        padding:12px 12px 12px 12px;


        position: relative; /* To position the pseudo-element */
        border: 0px solid lightgray; /* Adds a 1px light gray border to all sides */
        border-left-width: 10px; /* Ensures the left border is wider */
        border-right-width: 10px; /* Ensures the right border is wider */
        border-radius: 0px; /* Rounds the border */
        margin-bottom: 1px; /* Adds spacing between items */

      }

      .form-group:first-child
      {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
      }

   

      .form-group:nth-child(6n+1) , .general-section:nth-child(6n+1) {
        border-left-color: var(--pink);
        border-right-color: var(--pink);
    }
    
    .form-group:nth-child(6n+1)::before, .general-section:nth-child(6n+1)::before {
        border-color: transparent transparent transparent var(--pink);
    }
    
    .form-group:nth-child(6n+2) , .general-section:nth-child(6n+2) {
        border-left-color: var(--purple);
        border-right-color: var(--purple);
    }
    
    .form-group:nth-child(6n+2)::before, .general-section:nth-child(6n+2)::before  {
        border-color: transparent transparent transparent var(--purple);
    }
    
    .form-group:nth-child(6n+3) , .general-section:nth-child(6n+3) {
        border-left-color: var(--green);
        border-right-color: var(--green);
    }
    
    .form-group:nth-child(6n+3)::before, .general-section:nth-child(6n+3)::before  {
        border-color: transparent transparent transparent var(--green);
    }
    
    .form-group:nth-child(6n+4) , .general-section:nth-child(6n+4) {
        border-left-color: var(--red);
        border-right-color: var(--red);
    }
    
    .form-group:nth-child(6n+4)::before, .general-section:nth-child(6n+4)::before  {
        border-color: transparent transparent transparent var(--red);
    }
    
    .form-group:nth-child(6n+5) , .general-section:nth-child(6n+5) {
        border-left-color: var(--cyan);
        border-right-color: var(--cyan);
    }
    
    .form-group:nth-child(6n+5)::before, .general-section:nth-child(6n+5)::before  {
        border-color: transparent transparent transparent var(--cyan);
    }
    
    .form-group:nth-child(6n+0) , .general-section:nth-child(6n+0) {
        border-left-color: var(--orange);
        border-right-color: var(--orange);
    }
    .form-group:nth-child(6n+0)::before, .general-section:nth-child(6n+0)::before  {
        border-color: transparent transparent transparent var(--cyan);
    }
    .alert-info {
        color: var(--alert-secondary);
        background-color: var(--alert-primary);
        border-color: var(--alert-primary);
      }

    form .form-group:nth-last-child(2) {
            
            border-bottom-right-radius: 8px;
            border-bottom-left-radius: 8px;
        }

    form .btn-primary:nth-last-child(1) {
        font-size: 1.25rem; /* Large button text */
        padding: 0.75rem 1.5rem; /* Large button padding */
        margin-top: 10px; /* Margin of 10px above the button */
       
        background-color: var(--primary-btn); 
        color: var(--primary-btn-color); 
    }
    .btn {

        margin-top: 4px;
        margin-bottom: 4px;
    }

    .checkbox{
        margin-left: 10px;
    }
    .checkbox-label{
        margin-left: 30px;
    }
/* Change the primary button background and text color */
.btn-primary {
    background-color: var(--new-primary); /* Purple background */
    color: var(--new-secondary); /* White text */
    border: none; /* Remove border if needed */
    transition: all 0.3s ease; /* Smooth transition effect */
  }
  
  /* Hover effect with golden shadow */
  .btn-primary:hover,
  .btn-primary:focus {
    background-color: #000; /* Slightly darker purple for hover */
    color: #d1da22; /* Ensure text stays white */
    box-shadow: 0 4px 15px var(--new-secondary); /* Golden shadow */
    transition: all 0.3s ease; /* Smooth transition effect */
  }
  
  /* Optional: Active state */
  .btn-primary:active {
    background-color: #000 !important; /* Even darker purple */
    box-shadow: 0 2px 10px rgba(255, 215, 0, 0.6); /* Adjust shadow for active state */
    transform: scale(0.98); /* Slight button press effect */
  }
  
  .btn-primary {
    outline: none; /* Remove the default blue outline */
  }
  
  .btn-primary:focus-visible {
    outline: none; /* Ensure no blue outline on focus */
  }




      #form
      {
        margin-bottom:20px;
      }


      /* Hide the default radio buttons but keep them clickable */
.payment-radio {
    position: absolute;
    opacity: 0;
  }
  
  /* Style for labels associated with payment-radio */
  .payment-radio + label {
    display: flex;
    align-items: center;
    font-size: 16px; /* Adjust font size */
    cursor: pointer;
    margin-bottom: 10px; /* Space between options */
    position: relative;
  }
  
  /* Custom circle appearance */
  .payment-radio + label::before {
    content: "";
    display: inline-block;
    width: 20px; /* Circle size */
    height: 20px;
    border: 2px solid #bb0697; /* Purple border */
    border-radius: 50%;
    margin-right: 10px; /* Space between circle and text */
    transition: all 0.3s ease;
  }
  
  /* Filled circle when selected */
  .payment-radio:checked + label::before {
    background-color: #bb0697; /* Purple fill */
    border-color: #bb0697; /* Match the fill */
  }
  
  /* Optional hover effect */
  .payment-radio + label:hover::before {
    box-shadow: 0 0 5px #bb0697; /* Glow effect */
  }

  
  /* Hide the default checkbox but keep it clickable */
.custom-checkbox {
    position: absolute;
    opacity: 0;
  }
  
  /* Style for labels associated with custom-checkbox */
  .custom-checkbox + label {
    display: flex;
    align-items: center;
    font-size: 16px; /* Adjust font size */
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
  }
  
  /* Custom square appearance */
  .custom-checkbox + label::before {
    content: "";
    display: inline-block;
    width: 20px; /* Square size */
    height: 20px;
    border: 2px solid #bb0697; /* Purple border */
    border-radius: 4px; /* Slightly rounded corners */
    margin-right: 10px; /* Space between checkbox and text */
    transition: all 0.3s ease;
  }
  
  /* Filled square when checked */
  .custom-checkbox:checked + label::before {
    background-color: #bb0697; /* Purple fill */
    border-color: #bb0697; /* Match the fill */
  }
  
  /* Optional hover effect */
  .custom-checkbox + label:hover::before {
    box-shadow: 0 0 5px #bb0697; /* Glow effect */
  }
  
  /* Checkmark appearance (optional) */
  .custom-checkbox:checked + label::after {
    content: "✔";
    color: white;
    font-size: 14px;
    position: absolute;
    left: 5px;
    top: 2px;
  }

  
 /* General styling for input and textarea */
.custom-input, 
.custom-textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 2px solid #b4b3b4; /* Neutral border color */
  border-radius: 6px; /* Rounded corners */
  outline: none;
  transition: all 0.3s ease;
  background-color: #f9f9f9; /* Light background */
  color: #333; /* Text color */
  font-family: Arial, sans-serif;
  box-sizing: border-box; /* Ensure padding doesn't affect total width */
}

/* Focused state */
.custom-input:focus, 
.custom-textarea:focus {
  border-color: #7f13d1; /* Purple border */
  background-color: #fff; /* White background */
  box-shadow: 0 0 5px #7f13d1; /* Glow effect */
}

/* Placeholder styling */
.custom-input::placeholder, 
.custom-textarea::placeholder {
  color: #807f7f; /* Light gray placeholder */
  font-style: italic;
}

/* Textarea specific styling */
.custom-textarea {
  min-height: 100px; /* Minimum height for textarea */
  resize: vertical; /* Allow vertical resizing only */
}

/* Hover effect for inputs */
.custom-input:hover, 
.custom-textarea:hover {
  border-color: #7f13d1; /* Purple border on hover */
}


select.custom-input {
    display: inline-block;
    width: 100%; /* Adjust as needed */
    height: 40px; /* Adjust height as needed */
    padding: 5px 10px; /* Add padding for better spacing */
    font-size: 14px; /* Adjust font size as needed */
    font-family: inherit; /* Use the same font as the parent */
    text-align: left; /* Center text horizontally */
    color: #807f7f; /* Text color */
    font-style: italic;
    background-color: #f9f9f9; /* Background color */
    border: 2px solid #b4b3b4; /* Border color */
    border-radius: 5px; /* Rounded corners */
    appearance: none; /* Remove default browser styles */
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1.5; /* Helps with vertical alignment */
    vertical-align: middle;
  }
  
  select.custom-input:focus {
    outline: none;
    border-color: #7f13d1; /* Highlight border on focus */
    box-shadow: 0 0 4px #7f13d1;
  }
  

.product-price-buy {

    background-color: #007bff;
    width:130px;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}



.price-box {
    width: 130px; /* Total width */
    height: 40px; /* Adjust height as needed */
    display: flex;
    border-radius: 5px; /* Rounded corners */
    overflow: hidden; /* Ensure rounded corners work */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Optional shadow for depth */
    
  }

  
  /* Left part styling */
  .price-box .label {
    flex: 1; /* Takes half the space */
    background-color: var(--new-secondary); /* Golden background */
    color: var(--new-primary); /* Purple text */
    text-align: center; /* Center the text */
    line-height: 40px; /* Vertically center text */
    font-weight: bold; /* Bold text */
  }
  
  /* Right part styling */
  .price-box .value {
    flex: 1; /* Takes the other half of the space */
    background-color: black; /* Black background */
    color: rgb(181, 157, 21); /* Golden text */
    text-align: center; /* Center the text */
    line-height: 40px; /* Vertically center text */
    font-weight: bold; /* Bold text */
  }
/* Style for the product tag */
.product-tag {
    display: inline-block;
    background-color: var(--new-secondary); /* Gold background */
    color: #7f13d1; /* Black text */
    padding: 10px 20px; /* Padding inside the tag */
    text-align: center; /* Center the text */
    font-weight: bold; /* Bold text */
    border-radius: 5px;
    position: relative; /* Needed for positioning pseudo-elements */
    
  }
  
  /* Creating the pentagon shape using pseudo-element */
  .product-tag::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #dbbd16; /* Same color as the background */
  }
  .navbar
  {
    padding-top:0px !important;
    padding-bottom: 3px !important;
  }

  .btn-large {
    font-size: 1.25rem;
    padding: 0.75rem 1.5rem;
  }
  .btn-black-gold {
    background-color: var(--new-primary);
    color: var(--new-secondary);
    border: 0px solid var(--new-secondary);
  }  
  .btn-black-gold:hover {
    background-color: var(--new-secondary);
    color: var(--new-primary);
    border: 0px solid var(--new-secondary);
  }

  .golden-label {
    color: var(--new-primary);
    background: var(--new-secondary);
    padding: 4px 8px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 5px;;
}
.card-body
{
    padding: .1rem;
}



.custom-card {
    /* border: 1px solid #dcdcdc; Light gray border */
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    border-bottom: 15px solid #b5bb15; 
}

.custom-card:hover {
    /* transform: scale(1.05); */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.custom-card-header {
    background-color: var(--new-primary); /* Black background */
    color: var(--new-secondary); /* Golden text */
    padding: 8px;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
}
.custom-card-body {
    background-color: #fee1fc; /* White background */
    color: #000; /* Black text */
    padding: 8px;
    height: 100%;
    
}

.custom-cyan  { border-bottom-color: var(--cyan); color: #9cb015; }
.custom-red .custom-card-header { background-color: var(--red); color: #fff; }
.custom-blue .custom-card-header { background-color: var(--blue); color: #fff; }
.custom-orange .custom-card-header { background-color: var(--orange); color: #fff; }
.custom-green .custom-card-header { background-color: var(--green); color: #fff; }
.custom-pink .custom-card-header { background-color: var(--pink); color: #fff; }
.custom-purple .custom-card-header { background-color: var(--purple); color: #fff; }

/*
.custom-cyan .custom-card-body { background-color:var(--cyan); color: #fff; }
.custom-red .custom-card-body { border-bottom-color:  var(--red); color: #1d1c1c; }
.custom-blue .custom-card-body { background-color: var(--blue); color: #fff; }
.custom-orange .custom-card-body { background-color: var(--orange); color: #fff; }
.custom-green .custom-card-body { background-color: var(--green); color: #fff; }
.custom-pink .custom-card-body { background-color: var(--pink); color: #fff; }
.custom-purple .custom-card-body { background-color: var(--purple); color: #fff; }
*/

.full-screen-btn {
    height: 100px; /* Adjust height as needed */
    font-size: 1.5rem; /* Large text size */
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.card-header
{
    background-color: var(--new-secondary);
    color: var(--new-primary);
    font-weight: bold;
    text-align: left;
    color: #333;
    border-bottom: 4px solid var(--new-primary);
}
.card-header strong
{
    color: var(--new-primary);
}

.sub-heading
{
    background-color: var(--new-secondary);
    color: var(--new-primary);
    font-weight: bold;
    text-align: left;
    color: #333;
    border-bottom: 4px solid var(--new-primary);
    padding: 15px 10px 15px 10px;
    border-radius: 5px 5px 5px 5px;
}

i
{

    font-size: 1.5rem;
    margin-right: 10px;
}
.left-menu a i
{
    color: var(--new-secondary);
    font-size: 1.5rem;
    margin-right: 10px;
}
.left-menu a {
    color: var(--pink);

    text-decoration: none;
    padding-bottom: 40px;
}

.left-menu a.current-page {
    color: var(--new-primary);

}

.left-menu .card-header
{
margin-bottom: 8px;
}

.left-menu a i
{
    color: var(--new-secondary);
    font-size: 1.2rem;
    text-decoration: none;
    padding-bottom: 0px;
}
.left-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.left-menu ul li {
    padding: 10px 0 10px 4px;
    border-bottom: 1px solid #dedddd;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.left-menu ul li:last-child {
    border-bottom: none;
}

.left-menu ul li:hover {
   /* transform: scale(1.05);*/
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-bottom: 5px solid var(--new-primary);
}



.text-muted
{
    color: #353434 !important;
}
a
{
    color: var(--pink) ;
    
}

.table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #343a40;
    text-align: left;
}

.table-primary, .table-primary > td, .table-primary > th,.table thead th {
    background-color: var(--new-primary);
    color: var(--new-secondary);
  }
  .table-secondary-gold, .table-secondary-gold > td, .table-secondary-gold > th {
    background-color: var(--new-secondary);
    color: var(--new-primary);
  }
  .table-secondary-gold strong{
    color: var(--new-primary);

  }


  .table {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.table th, .table td {
    padding: 12px 15px;
    vertical-align: middle;
    border-color: #dee2e6;
}



.table-striped tbody tr:nth-of-type(odd) {
    background: #f2f2f2;
}

.table-hover tbody tr:hover {
    background: #e9ecef;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table td {
    font-size: 16px;
    color: #495057;
}

.table td, .table th {

    border-top: 0px ;

  }

@media (max-width: 768px) {
    .table th, .table td {
        font-size: 14px;
        padding: 10px;
    }
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: var(--new-primary);
    border: 0;
  }
  .dropdown-item:hover {
    color: var(--new-primary) !important;
    
  }

  label, label strong{
    font-weight: bold;
    color: var(--label-color) !important;
  }
  
  .form-check-label{
    font-weight: bold;
        color: var(--label-color-radio) !important;
  }

  /*
@media (min-width: 768px) {
    .form-group {
        display: flex;
        align-items: center;
    }
    .form-group label {
        width: 150px;
        margin-right: 10px;
        text-align: right;
    }
    .form-group input {
        flex: 1;
    }
}
    */
