@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Source+Sans+Pro:wght@400;600&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Source Sans Pro', sans-serif !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700;
    color: #2c3e50;
    /* Darker color for headings */
}

header {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1em 0;
}

header nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 1em;
}

header nav ul li a {
    color: #fff;
    text-decoration: none;
}

.categories {
    display: flex;
    gap: 2em;
    justify-content: center;
    padding: 2em;
}

.nav-link {
    color: white !important;
}

.nav-link:hover {
    color: white !important;
    font-weight: bold;
    text-decoration: underline;
}

nav {
    position: fixed !important;
    background-color: #6351ce;
    width: 100%;
    z-index: 10000000;
    top: 0;
    height: 70px; /* Set height for fixed navbar */
}

body {
    padding-top: 70px; /* Add padding to ensure content is not hidden behind navbar */
}
/* When sidebar is visible, move the content to the right */
.sidebar-open #main-content {
    margin-left: 250px; /* Sidebar width */
}

/* Add transition for smooth shift */
#main-content {
    transition: margin-left 0.3s ease;
}

.primary_color {
    color: #6351ce !important;
    font-weight: bold;
}

.primary_bg {
    background-color: #6351ce !important;
}

.primary_button {
    background-color: #6351ce !important;
    color: white !important;
    border-radius: 10px;
    border: 2px solid white !important;
}
/* Banner Section */
.banner_section {
    height: 90vh; /* Set section height to 90% of viewport height */
    overflow: hidden; /* Prevent content overflow */
    display: flex; /* Flexbox for centering content */
    align-items: center; /* Vertically center content */
    justify-content: center; /* Horizontally center content */
    background-color: #333; /* Add background color for better contrast */
    padding: 0 20px; /* Add horizontal padding for spacing */
    box-sizing: border-box; /* Include padding in height calculation */
}

/* Container */
.banner_section .container {
    max-width: 1200px;
    padding: 0 15px;
}

/* Text Container */
.banner_section .text-container {
    text-align: left;
}

.banner_section .text-container h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_section .text-container h1 .text-highlight {
    color: #f8b400;
    font-weight: bold;
}

.banner_section .text-container p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #ffffff !important;
    margin-bottom: 20px;
}

/* Button Styling */
.banner_section .primary_button {
    background-color: #f8b400;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.banner_section .primary_button:hover {
    background-color: #ffc107;
    transform: scale(1.05);
}

/* Image Styling */
.banner_section img {
	position:relative;
	top:70px;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    border-radius: 10px;
    z-index: 10000;

    /* Enhance sharpness */
    filter: contrast(1.2) brightness(1.1) saturate(1.05);

}

.mirrored-box {
  position: relative;
  display: inline-block;
}

.mirrored-box img {
  display: block;
  width: 100%;
}

.mirrored-box .reflection {
  width: 100%;
  opacity: 0.5;
  transform: scaleY(-1);
  filter: blur(8px);
}

.primary_button:hover {
    background-color: #382991 !important;
    font-weight: bolder !important;
    padding: 1% 2%;
    border-radius: 10px;
}

/* Main category container */
.categories {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

/* Category styling */
.category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    /* Default text alignment for paragraphs */
    overflow: hidden;
}

/* Left-aligned paragraph inside category */
.text-left {
    text-align: left;
    /* Ensures the paragraph is left-aligned */
    padding-left: 3rem;
    /* Adds padding to the left side */
    padding-right: 3rem;
    /* Adds padding to the right side */
}

/* Image styling */
.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    /* Optional: adds rounded corners to images */
}



#generic_price_table {
    background-color: #f0eded;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
    background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price {
    background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    background-color: #E4E4E4;
    border-left: 5px solid #6351ce;
}

#generic_price_table .generic_content .generic_price_btn a {
    border: 1px solid #6351ce;
    color: #6351ce;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: #6351ce rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #6351ce;
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
    background-color: #6351ce;
    color: #fff;
}

#generic_price_table {
    margin: 50px 0 50px 0;
    font-family: 'Raleway', sans-serif;
}

.row .table {
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
    margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
    padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
    display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    font-family: "Lato", sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    padding: 15px 0;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;

}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 320px) {}

@media (max-width: 767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%;
    }

    #generic_price_table .col-md-4 {
        float: left;
        width: 50%;
    }

    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

#generic_price_table_home {
    font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a {
    color: #7885CB;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.demo-pic {
    margin: 0 auto;
}

.demo-pic:hover {
    opacity: 0.7;
}

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

#generic_price_table_home li {
    float: left;
}

#generic_price_table_home li+li {
    margin-left: 10px;
    padding-bottom: 10px;
}

#generic_price_table_home li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0px;
}

#generic_price_table_home .blue {
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
    background: #6351ce;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
    background: #34495E;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
    background: #E74C3C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

#generic_price_table_home .divider span {
    width: 100%;
    display: table;
    height: 2px;
    background: #ddd;
    margin: 50px auto;
    line-height: 2px;
}

#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}

#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}

#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}

.price-heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 50px 0;
}

.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.bottom_btn {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}

.demo-button:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;

}

.bottom_btn:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}



/* General Styling for the Statistics Section */
.box_stats {
    padding: 20px;
    background-color: #6351ce;
    color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.number {
    font-size: 50px;
    font-weight: bold;
    display: inline-block;
}

.secondary_font {
    font-size: 16px;
    margin-top: 10px;
}

.stat-icon {
    display: inline-block;
    margin-top: 10px;
}

/* Responsive Layout */
@media (max-width: 767px) {
    .box_stats {
        padding: 15px;
    }

    .number {
        font-size: 40px;
    }

    .stat-icon {
        margin-top: 5px;
    }

    .col-sm-4 {
        margin-bottom: 30px;
    }
}

.img_contain {
    border-radius: 100%;
    background-color: #6351ce;
    border: 2px solid white;
    padding: 5%;
    color: white;
}

.content:hover {
    color: white;
}

.overview-box {
    box-shadow: rgba(0, 0, 0, 0.2);
}

.overview-box:hover {
    background-color: #6351ce;
    cursor: pointer;
}

.card {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-header {
    background: #2575fc;
    color: white;
    text-align: center;
    padding: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.form-label {
    font-weight: 600;
}

.btn-primary {
    background-color: #2575fc;
    border: none;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #6a11cb;
}

.form-control,
.form-select {
    border-radius: 8px;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    background-color: #2575fc;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-file-upload:hover {
    background-color: #6a11cb;
}

.title {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.form-content {
    padding: 2%;
    margin-bottom: 2%;
}

.form-control {
    border-radius: 1.5rem;
}

.btnSubmit {
    border: none;
    border-radius: 1.5rem;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: #0062cc;
    color: #fff;
}

h1 {
    font-family: sans-serif;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    color: hotpink;
    text-transform: uppercase;
    padding-top: 20px;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

#editor-container {
    margin: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#controls {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}

/* Search Box Styling */
/* Updated Styling for Customization Section */

.h-search-form {
    background: linear-gradient(to right, #6351ce, #8811c5);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}


.h-search-form .description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #f8f9fa;
}

.h-search-form .description .highlight {
    font-weight: bold;
    color: #f8f9fa;
    text-decoration: underline;
}


.h-search-form h4 {
    font-size: 2rem;
    font-weight: bold;
}

.h-search-form p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 25px;
    padding: 0 20%;
    text-align: left;
}

.h-search-form .search-input {
    width: 60%;
    font-size: 1rem;
    border: 2px solid transparent;
    outline: none;
    transition: all 0.3s ease;
}

.h-search-form .search-input:focus {
    border: 2px solid #ff7e5f;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.h-search-form .search-btn {
    right: 20%;
    top: 5px;
    padding: 0 15px;
    background: #ff7e5f;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.h-search-form .search-btn:hover {
    background: #feb47b;
}

.h-search-form .btn-primary {
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 50px;
    background: #ff7e5f;
    border: none;
    transition: background 0.3s ease;
}

.h-search-form .btn-primary:hover {
    background: #feb47b;
    color: #fff;
}

.template-card {
    margin: 10px 0;
    /* Adds vertical spacing */
    padding: 10px;
    /* Adds padding inside the card */
    border-radius: 8px;
    /* Optional: Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Optional: Subtle shadow */
    transition: transform 0.2s, box-shadow 0.2s;
    /* Add hover effects */
}

.template-card:hover {
    transform: translateY(-5px);
    /* Slight upward movement on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    /* Deeper shadow on hover */
}

.card-img-container {
    position: relative;
    width: 100%;
    height: 200px;
    /* Adjust height as needed */
    overflow: hidden;
    /* Ensure no overflow outside the container */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
    /* Optional: Add a light background color */
}

.cbox {
    width: auto;
    height: auto;
    overflow: hidden;
    /* background-color: #0062cc; */
    border-radius: 10px;
    padding: 5px;
}

.card-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* Ensures the entire image is visible without distortion */
}

.template-card .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
}

/* Responsive styles */
@media (max-width: 768px) {
    .h-search-form input {
        width: 90%;
    }
}

.template-card:hover .card {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #6351ce;
    /* Add a colored border on hover */
}


/* Basic reset for form elements */
input,
select,
textarea {
    border-width: 1px !important;
    /* Thinner border */
    border-color: #ddd !important;
    /* Light grey border */
    padding: 8px;
    /* Padding for comfort */
    font-size: 14px;
    /* Ensure consistent font size */
}

/* Remove default Bootstrap focus style */
input:focus,
select:focus,
textarea:focus {
    border-color: #4CAF50 !important;
    /* Green border on focus */
    box-shadow: none !important;
    /* Remove shadow on focus */
    outline: none;
    /* Remove outline */
}

.container {
    max-width: 1200px;
    /* Adjust the maximum width as needed */
    margin: 0 auto;
    /* Center the container horizontally */
}

.row {
    display: flex;
    justify-content: center;
    /* Center the SVG container horizontally within the row */
}

#svg-container {
    max-width: 600px;
    max-height: 600px;
    overflow: hidden;
    background-color: rgb(163, 160, 160);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Center the SVG within the container */
}

#svg-container svg {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    /* Prevent overflow */
    max-height: 100%;
    /* Scale properly */
    background-size: cover;
    overflow: hidden;
}

#colorPalette {
    margin-top: 10px;
}

#downloadButton:hover {
    background-color: #45a049;
}

/* Style the container */
.custom-select-wrapper {
    position: relative;
    width: 200px;
    /* Match the width of the select */
}

.custom-select-wrapper select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    appearance: none;
    /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    font-size: 16px;
    cursor: pointer;
}

/* Add a custom dropdown arrow */
.custom-select-wrapper::after {
    content: '▼';
    /* Unicode character for arrow */
    position: absolute;
    top: 50%;
    right: 10px;
    /* Adjust based on padding */
    transform: translateY(-50%);
    pointer-events: none;
    /* Ensure it doesn't block clicks */
    font-size: 12px;
    color: #555;
}


.button-row {
    display: flex;
    gap: 10px;
    /* Add space between buttons */
    justify-content: center;
    /* Center the buttons horizontally */
}

/* Button styling */
.primary_button {
    background-color: #6351ce;
    color: white;
    border: none;
    text-align: center;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.primary_button:hover {
    background-color: #6351ce;
    padding: 12px 24px;
    font-weight: bold;
    border: 1px solid white !important;
}

.secondary_button {
    background-color: white !important;
    color: #6351ce !important;
    border: none;
    text-align: center !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    border-radius: 5px !important;
    transition: background-color 0.3s ease !important;
}

.secondary_button:hover {
    background-color: #6351ce !important;
    color: white !important;
    border: 1px solid white !important;
    padding: 12px 24px !important;
    font-weight: bold !important;
}

/* Slim Sidebar */
.slim-sidebar {
    width: 60px;
    height: 100vh;
    position: fixed;
    top: 5;
    left: 0;
    background-color: #111;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    z-index: 1000;
}

.slim-sidebar .tab {
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #f1f1f1;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.slim-sidebar .tab:hover,
.slim-sidebar .tab.active {
    background-color: #575757;
    color: #fff;
}

.slim-sidebar .tab i {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}

/* Expandable Content Area */
.content-area {
    height: 100vh;
    background-color: #ffffff;
    margin-left: 62px;
    padding: 20px;
    transition: margin-left 0.3s;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Button Styling */
.primary_button {
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.primary_button:hover {
    background-color: #0056b3;
}


/* General Styling */
#colorTab {
    padding: 20px;
    background-color: #f4f4f9;
    border-radius: 8px;
    width: 300px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

#colorPicker,
#hexcolor {
    width: 100%;
    margin-bottom: 15px;
}

#hexcolor {
    padding: 8px;
    font-size: 14px;
}

/* Color Palette Styling */
.color-palette {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.color-option {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s ease;
}

.color-option:hover {
    border: 2px solid #333;
}

/* Buttons Styling */
.button-row {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

button {
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

button:focus {
    outline: none;
}

.btn-primary {
    background-color: #007bff;
    color: white;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.btn-secondary {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover {
    background-color: #5a6268;
}

/* Optional: Add a transition for smooth color change */
#colorPicker {
    transition: background-color 0.3s ease;
}


.form-group {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.setting-label {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.checkbox-label {
    margin-left: 10px;
}

.info-icon {
    margin-left: 5px;
    cursor: pointer;
    font-size: 14px;
}

.status-text {
    margin-left: 10px;
    font-size: 12px;
    color: #888;
}

.button-row {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.btn.primary_button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.btn.primary_button:disabled {
    background-color: #A0A0A0;
}

.btn.primary_button:hover:not(:disabled) {
    background-color: #0056b3;
}

.visibility-info {
    font-size: 14px;
    margin-bottom: 15px;
    color: #666;
}

.live-preview {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

.live-preview h5 {
    margin-bottom: 10px;
}

.details-container span {
    font-size: 13px;
    color: #555;
}

.preview-container span {
    font-weight: bold;
}


svg text,
svg image {
    cursor: move;
}

.recommended {
    border: 2px solid #6351ce;
    background-color: #eed3fe;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.recommended .head {
    color: #056576;
}

.recommended .generic_price_tag .price {
    font-weight: bold;
    color: #056576;
}

/* Joystick wrapper *//* Joystick container */
.joystick-container {
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically if needed */
    margin: 0 auto; /* Center horizontally within the page */
}

.joystick {
    display: grid;
    grid-template-areas:
        ". up ."
        "left ok right"
        ". down .";
    grid-template-columns: 50px 50px 50px;
    grid-template-rows: 50px 50px 50px;
    justify-items: center;
    align-items: center;
    gap: 10px;
    background: #6a11cb;
    border-radius: 50%; /* Make the joystick circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin: 0 auto;

}

/* Joystick buttons */
.joystick-btn {
    background: #000000;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    text-align: center;
}

.joystick-btn:hover {
    background: #e3f2fd;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.joystick-btn:active {
    transform: scale(0.95);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* OK button specific styling */
.ok-btn {
    background: linear-gradient(135deg, #b453c5, #6351ce);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.ok-btn:hover {
    background:  #e3f2fd;
}

/* Positioning buttons using grid areas */
#btn-up {
    grid-area: up;
}

#btn-left {
    grid-area: left;
}

#btn-right {
    grid-area: right;
}

#btn-down {
    grid-area: down;
}

#btn-ok {
    grid-area: ok;
}

@media only screen and (max-width: 450px) {
    .mirrored-box {
        display:none !important;
    }
}