/*
Theme Name: FusedThreeDFused
Theme URI: https://www.fusedthreed.com
Author: You
Author URI: https://www.fusedthreed.com
Description: A WordPress theme that looks like fusedthreed.com
Version: 1.0
License: GNU GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fusedthreed
*/
/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.ad
{
  border: 1px solid grey;
  position: relative;
  padding: 2rem;
  margin: 2rem 0;
  border-radius: 6px;
  overflow: hidden;
}
.ad > .text
{
  width:100%;
  text-align: center;
  background-color: grey;
  position: absolute;
  top:0px;
  left:0%;
  cursor: default;
}

.msg {
  color: black;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 2rem!important;
}
.privacy h1
{
  padding-bottom:20px;
  padding-top:20px;
  text-align: center;
  color:black;
}
.privacy h2
{
  padding-bottom:20px;
  padding-top:20px;
}
.privacy li
{
  margin-left:20px;
  font-size:16px;
}
.privacy .contact
{
  text-align: center;
  padding-bottom:20px;
  padding-top:20px;
}
.wc-proceed-to-checkout .checkout-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #0073aa;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease;
  text-decoration: none!important;

}

.woocommerce a.checkout-button.button:hover {
  background-color: #005c8a;
}

/* Cart Table */
.woocommerce-cart-form .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  font-size: 0.95rem;
}

.woocommerce-cart-form .shop_table th,
.woocommerce-cart-form .shop_table td {
  border: 1px solid #ddd;
  padding: 0.75rem;
  text-align: center;
  vertical-align: middle;
}

.woocommerce-cart-form .shop_table th {
  background-color: #f7f7f7;
  font-weight: bold;
}

/* Product Name link */
.woocommerce-cart-form .product-name a {
  color: #0073aa;
  text-decoration: none;
}

.woocommerce-cart-form .product-name a:hover {
  text-decoration: underline;
}

/* Cart Actions */
.cart-actions {
  margin-top: 1.5rem;
  text-align: right;
}

.cart-actions .button {
  padding: 0.75rem 1.5rem;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cart-actions .button:hover {
  background-color: #005c8a;
}

/* Totals Box */
.cart-collaterals {
  max-width: 100%;
  margin-top: 2rem;
  margin-left: auto;
  background: #f9f9f9;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

/* Remove Icon */
.woocommerce-cart-form .remove {
  color: #ff3333;
  font-size: 1.25rem;
  text-decoration: none;
}

.woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.woocommerce-orders-table th,
.woocommerce-orders-table td {
    border: 1px solid #ccc;
    padding: 0.75rem;
    text-align: left;
}

.woocommerce-orders-table th {
    background: #f5f5f5;
}

.woocommerce-orders-table a.button {
    background: #0073aa;
    color: #fff;
    padding: 0.4rem 0.75rem;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.9rem;
}

.subscription-box {

  justify-content: center;
  margin-top: 2rem;
}

.pms-account-subscription-details-table {
  margin: 0 auto;
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  min-width: 300px;
  max-width: 100%;
}

.pms-account-subscription-details-table td {
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.pms-account-subscription-details-table tr:last-child td {
  border-bottom: none;
}

.pms-account-subscription-action-link {
  display: inline-block;
  margin-right: 10px;
  color: #0073aa;
  font-weight: bold;
}

.pms-account-subscription-action-link:hover {
  text-decoration: underline;
}

/* Style the PMS Account Navigation */
.pms-account-navigation {

  padding: 1rem;

  margin-bottom: 2rem;
  text-align: center;
}

.pms-account-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.pms-account-navigation li {
  display: inline-block;
}

.pms-account-navigation a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #0073aa;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

.pms-account-navigation a:hover,
.pms-account-navigation .pms-account-navigation-link--active {
  background-color: #005177;
}

/* Optional: style sub sections like tables inside dashboard pages */
.pms-account-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

.pms-account-wrapper th,
.pms-account-wrapper td {
  border-bottom: 1px solid #ddd;
  padding: 0.75rem;
  text-align: left;
}

.pms-account-wrapper h2,
.pms-account-wrapper h3 {
  color: #0073aa;
  font-size: 1.4rem;
  margin-top: 2rem;
}



a.button.login-button.smalltext,button.single_add_to_cart_button.button.alt {
    font-size: 15px!important;
    padding: 0.4rem 0.75rem!important;
}
.premium-small-button-arcive
{
  position: absolute!important;
  left: -2px!important;
  top:-2px!important;
}
.premium-small-button {

  padding: 0.4rem 0.75rem!important;
  font-size: 0.8rem!important;
  background-color: gold!important;
  color: black!important;
  border-radius: 4px!important;
  font-weight: 600!important;
  text-decoration: none!important;
  display: inline-flex!important;
  align-items: center!important;
  gap: 5pxv;
  transition: background-color 0.2s ease!important;
}

.premium-small-button:hover {
  background-color: #e6c200;
  color: black;
}

.description .textcontent
{
  min-height: 100px;
  padding:10px;
}
.description{
  min-height: 150px;
  border: 3px solid #f0f0f0;
  border-radius: 15px;
  background-color: #f0f0f0;
  position: relative;
  margin-top: 5px;
  overflow: hidden;
  margin: 8px;
  padding:10px;
}
pre code {
    background: #1e1e1e;
    color: #dcdcdc;
    padding: 1em;
    border-radius: 6px;
    display: block;
    font-family: Consolas, Menlo, monospace;
    white-space: pre-wrap;
    overflow-x: auto;
    font-size: 10px;
}
.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.product-tile {
  width: 22%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
}

.product-tile a {
  text-decoration: none;
  color: inherit;
}

.product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.4em; /* ~2 lines depending on font-size/line-height */
  font-size: 1rem;
  margin: 10px 0;
}

.product-price {
  font-weight: bold;
  margin: 5px 0 10px;
}
.midpagedonate
{
  background-color:#0079ac!important;
  color:white;
  cursor:default;
  transition: all 0.5s;
}
.midpagedonate:hover
{
  background-color:#c0c0c0!important;
}
a.button.login-button.download-button.smalltext:hover
{
  background-color: #c0c0c0!important;
}
.product-action .button,
.download-button,a.button.login-button.smalltext, button.single_add_to_cart_button.button.alt,
.checkout-button.button.alt.wc-forward,.cart-actions .button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
  padding: 0.6rem;
  background-color: #dcd7e2!important;
    text-decoration: none;
    background-image: none;
    color: #515151!important;
    font-size: 1em!important;
    margin: 0!important;
    line-height: 1!important;
    cursor: pointer!important;
    position: relative!important;
    overflow: visible!important;
    padding: .618em 1em!important;
    font-weight: 700!important;
    border-radius: 3px!important;
    left: auto!important;
    border: 0!important;
    display: inline-block!important;
    box-shadow: none!important;
    text-shadow: none!important;
}


.single_add_to_cart_button:hover {
  background-color: #005f8c;
}

.back-to-category-holder{
  width: 100%;
  text-align: left;
}
.back-to-category {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.back-to-category:hover {
    background-color: #ddd;
}
/* Input Fields */
.woocommerce-page form .form-row .input-text,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row select {
    width: 100%;
    padding: 0.75rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
    color: #333;
    box-sizing: border-box;
}

/* Focus State */
.woocommerce-page form .form-row .input-text:focus,
.woocommerce-page form .form-row textarea:focus,
.woocommerce-page form .form-row select:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 2px rgba(0,115,170,0.2);
}

/* Labels */
.woocommerce-page form .form-row label {
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
    color: #35495e;
}

/* Button Styles */
.woocommerce-page button.button,
.woocommerce-page input.button {
    padding: 0.75rem;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
}

.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
    background-color: #005177;
}


.custom-filter-search-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  max-width: 100%;
  padding: 1rem;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 2rem auto;
  font-family: sans-serif;
  flex-wrap: wrap;
}

.custom-filter-search-bar .form-group {
  flex: 1 1 30%;
  min-width: 150px;
}

.custom-filter-search-bar select,
.custom-filter-search-bar input[type="search"] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

.custom-filter-search-bar input[type="submit"] {
  width: 100%;
  padding: 0.75rem;
  background-color: #0073aa;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-filter-search-bar input[type="submit"]:hover {
  background-color: #005177;
}

.custom-filter-search-bar .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.custom-login-form {
    max-width: 90%;
    margin: 50px auto;
    padding: 2rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #f9f9f9;
    font-family: sans-serif;
}

.custom-login-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.custom-login-form select,
.custom-login-form input[type="file"] {
    width: 100%;
    padding: 0.75rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: inherit;
    font-size: 1rem;
    background-color: white;
}
.custom-login-form input[type="text"],
.custom-login-form input[type="password"],
.custom-login-form input[type="email"] {
    width: 100%;
    padding: 0.75rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.custom-login-form input[type="submit"],.from_submit {
    width: 100%;
    padding: 0.75rem;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-login-form input[type="submit"]:hover {
    background-color: #005177;
}

.custom-login-form .login-remember {
    margin-bottom: 1rem;
}

.custom-login-form .login-remember label {
    font-weight: normal;
}
.custom-login-form-table td
{
  padding:7px;
}
.already-logged-in {
    text-align: center;
    margin-top: 3rem;
    font-size: 1.1rem;
}
.auth-links {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.95rem;
}

.auth-links a {
    color: #0073aa;
    text-decoration: none;
    margin: 0 5px;
}

.auth-links a:hover {
    text-decoration: underline;
}
html, body {
    height: 100%;
    font-family: 'Arial', sans-serif;
}
html {
  scroll-padding-top: 300px; /* Adjust this to match your header's height */
}
body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    background: #f0f0f0; /* Very light pastel background */
}
.button_image
{
  border:3px solid #a8d5e2;
  border-radius:10px;
  transition: all 0.6s ease, background-position 1ms;
  opacity: 0.7;
}
.button_image:hover
{
  opacity: 1;
  border:3px solid grey;
  border-radius:25px;
}


#word-cloud {
  width: 100%;
  height: 500px;
}

#word-cloud .word {
  transition: fill 0.3s ease; /* Smooth transition for color change */
}

#word-cloud .word:hover {
    fill: black; /* Change text color to black on hover */
}


/* .word:hover {
  transform: scale(1.2);
} */


.nopadding {
  padding: 0px!important;
}
.padding10 {
  padding: 10px!important;
}
.text-left {
  text-align: left!important;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}
.text-right {
  text-align: right!important;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.text-absolute {
  position: absolute!important;
}
.text-small {
  font-size: 18px;
}
.text-black {
  color: black!important;
}
.text-dark-grey {
  color: #708090;
}
.width-100 {
  width: 100%;
}
.padding-right-60 {
  padding-right: 60px;
}
.mainsubheadingskewleft {
  position: relative;
  width: 102%;
  background-color: #a8d5e2;
  transform: skew(15deg); /* Skew 20 degrees along the X-axis */
  transform: rotate(1.5deg);
  color: #fff;
  min-height: 100px;
  top: -15px;
  right: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.mainsubheadingskewright {
  position: relative;
  width: 102%;
  background-color: #a8d5e2;
  transform: skew(-15deg); /* Skew 20 degrees along the X-axis */
  transform: rotate(-1.5deg);
  color: #fff;
  min-height: 100px;
  top: -15px;
  right: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.main-content .statistics
{
  background-color: #77DD77;
}
.menubutton .statistics
{
    color:#77DD77;
}
.main-content .effects
{
  background-color: #FF6961;
}
.menubutton .effects
{
    color:#FF6961;
}
.main-content .showcase
{
  background-color: #702963;
}
.menubutton .showcase
{
    color:#702963;
}
.main-content .freelance
{
  background-color: #89CFF0;
}
.menubutton .freelance
{
    color:#89CFF0;
}
.main-content .merch
{
  background-color: #FFEB3B;
}
.menubutton .merch
{
    color:#FFEB3B;
}
.main-content .partner
{
  background-color: #Ffb347;
}
.menubutton .partner
{
    color:#Ffb347;
}
.main-content .home
{
  background-color: #0079ac;
}
.menubutton .home
{
    color:#0079ac;
}
/* Layout Styling */
.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f9f9f9; /* Very light pastel background */
    z-index: 0;
}

header {
    background-color: #0079ac; /* Soft pastel blue */
    color: #35495e; /* Neutral dark gray-blue */
    display: flex;
    align-items: center; /* Vertically align image and text */
    position: fixed;; /* Required for `position: absolute` on child elements */
    width: 100%;
    padding: 15px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    animation-name: rotateheader;
    animation-duration: 4s;
    transform: rotate(-1deg);
    min-height: 250px;
    top: -90px;
    z-index: 100;
}
.skewed-header{
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}
.subheading
{
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
@keyframes rotateheader {
  0% {transform: rotate(0deg);}
  3% {transform: rotate(0deg);}
  10% {transform: rotate(-1deg);}
  100% {transform: rotate(-1deg);}
}

header img {
    height: 300px;
    width: 300px;
    margin-right: 20px; /* Adds space between image and text */
    background-color: white;
    animation-name: blockdrop_large;
    animation-duration: 4s;
    position: absolute;
    top: 100px;
    left: 20px;
}
@keyframes blockdrop_large {
  0% {left: 20px; top: -300px}
  5% {left: 20px; top: 100px}
  100% {left: 20px; top: 100px}
}
@keyframes blockdrop_small {
  0% {left: 20px; top: -300px}
  5% {left: 20px; top: 200px}
  100% {left: 20px; top: 200px}
}

header h1 {
    margin: 0;
    font-size: 54px;
    font-weight: 600;
    text-align: center;
    position: absolute; /* Center text horizontally relative to the header */
    left: 50%; /* Shift text back to true center */
    color: #fff;
    transform: translateX(-50%);
}

header h4, header h5 {
    margin: 0;
    font-size: 25px;
    font-weight: 200;
    text-align: center;
    position: absolute; /* Center text horizontally relative to the header */
    left: 50%; /* Shift text back to true center */
    color: #35495e;
    bottom: 70px;
    transform: translateX(-50%);
    white-space: nowrap;
}

header h5 {
    font-size: 30px;
    bottom: 20px;
    text-align: right;
    width: 80%;
}

main {
    flex: 1;
    padding: 0px 0px;
    position: relative;
    top: 0px;
}

/* Fakeholders */
fakeholderleft, fakeholdercenter, fakeholderright {
  position: absolute;
  top: 0;
  height: 100%;
}

fakeholderleft {
  background-color: #e0e0e0;
  left: 0;
  width: 20%;
  z-index: -100;
  position: fixed;
}

fakeholdercenter {
  background-color: #f0f0f0;
  left: 20%;
  width: 60%;
  height: 100%;
  z-index: -100;
  position: fixed;
}

fakeholderright {
  background-color: #e0e0e0;
  right: 0;
  width: 20%;
  z-index: -100;
  position: fixed;
}

.main_holder {
  padding-top: 130px;
  width: 60%;
  height: 100%;
  margin: 0 auto;
  background-color: #f0f0f0;
  position: relative;
  overflow: hidden;
  justify-content: center; /* Align children horizontally */
}

.main-content {
  border: 10px solid #f0f0f0;
  border-radius: 15px;
  padding: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
  background-color: #fff;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: visible;
}

.box {
  width: 46%;
  height: 200px;
  border: 3px solid #f0f0f0;
  border-radius: 15px;
  background-color: #f0f0f0;
  position: relative;
  display: inline-flex;
  margin-top: 5px;
  overflow: hidden;
  margin: 8px;
}

.box .head {
  text-align: center;
  width: 100%;
  font-size: 30px;
}

.box .body {
  text-align: left;
  height: 100%;
  width: 100%;
  position: absolute;
}

.box .body .text1 {
  text-shadow:
    4px 0 0 #f0f0f0,  /* Right */
    -4px 0 0 #f0f0f0,  /* Left */
    0 4px 0 #f0f0f0,  /* Bottom */
    0 -4px 0 #f0f0f0, /* Top */
    4px 4px 0 #f0f0f0,  /* Bottom-right */
    -4px 4px 0 #f0f0f0,  /* Bottom-left */
    4px -4px 0 #f0f0f0, /* Top-right */
    -4px -4px 0 #f0f0f0; /* Top-left */
  font-size: 50px;
  font-weight: bolder;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 30%;
}

.box .body .text2 {
  font-size: 16px;
  width: 100%;
  position: absolute;
  top: 70%;
  text-align: center;
}
.box .body .text3 {
  font-size: 30px;
  width: 100%;
  position: absolute;
  top: 30%;
  text-align: center;
}
.box .body .icon {
  font-size: 211px;
  width: 100%;
  position: absolute;
  top: 9%;
  text-align: center;
  left: -150px;
  opacity: 0.5;
}
.contact_button {
  border: 2px solid #35495e;
  border-radius: 10px;
  margin: 10px;
  padding: 10px 20px;
  color: #35495e; /* Text color */
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative; /* For positioning the reflection */
  transition: all 0.3s ease;

  /* Creating the glass effect with a sharp edge between blue and white */
  background: linear-gradient(to bottom, rgba(168, 213, 226, 0.7) 85%, rgba(255, 255, 255, 1) 85%);
  backdrop-filter: blur(10px); /* Glass-like blur effect */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

/* Create the permanent reflection or light mark effect */
.contact_button::before {
  content: '';
  position: absolute;
  top: 10px; /* Position the light reflection near the top */
  left: 10px;
  width: 80%;
  height: 50%;
  background: rgba(255, 255, 255, 0.4); /* Light, white reflection */
  border-radius: 8px; /* Slightly rounded corners to match the button */
  filter: blur(8px); /* Blur the light reflection */
  opacity: 0.7; /* Adjust opacity to make it subtle */
  pointer-events: none; /* Prevent interaction with the reflection */
}

/* Optional: Additional hover effect for the button */
.contact_button:hover {
  background: linear-gradient(to bottom, rgba(168, 213, 226, 0.9) 95%, rgba(255, 255, 255, 1) 95%);
  color: #fff; /* Change text color to white */
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
}

footer {
    text-align: center;
    padding: 15px 20px;
    background-color: #fde2e4; /* Soft pastel pink */
    color: #6d6875; /* Muted dark gray */
    font-size: 14px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 100;
    width: 110%;
    position: relative;
    left: -5%;
}

footer a {
    color: #35495e; /* Neutral dark gray-blue */
    text-decoration: none;
    font-weight: bold;
}

footer a:hover {
    text-decoration: underline;
}

.falling-container {
     position: relative;
     width: 100%;
     height: 100%;
}

.falling-image {
     position: absolute;
     width: 50px; /* Adjust size of the images */
     height: 50px;
     opacity: 0;
     animation: fall linear forwards;
}

@keyframes fall {
     0% {
       transform: translateY(0);
       opacity: 1;
     }
     100% {
       transform: translateY(150vh);
       opacity: 0;
     }
}

.carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  width: calc(200%); /* Two sets of the same images */
  animation: scroll 15s linear infinite;
}

.carousel-track img {
  width: 300px;
  height: auto;
  flex-shrink: 0;
}

.carousel-track:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}




/* General Menu Styling */
.menu {
  position: absolute; /* Allows precise positioning */
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* True horizontal centering */
  display: flex; /* Arrange items in a row */
  gap: 5px; /* Space between buttons */
  top: 200px; /* Adjust for vertical positioning */
}
.menu2{
  margin-top: 70px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
/* Link Styling */
.menu a,.menu2 a {
  text-decoration: none; /* Remove underline */
}
.menubutton.grey{
    background-color: light-grey;
    color:#000;
}
.menubutton.yellow{
    background-color: yellow;
    color:#000;
}
.menubutton.black{
    background-color: #000;
    color:#fff;
}
.brown
{
  color:brown!important;
}
/* Button Styling */
.menubutton {
  display: flex;
  align-items: center; /* Center icon and text vertically */
  justify-content: center; /* Align content inside the button */
  padding: 10px 10px; /* Button padding */
  background-color: #fff; /* Primary button color */
  border-radius: 5px; /* Rounded corners */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  color: #708090; /* Text and icon color */
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth hover effect */
}

.menubutton:hover {
  background-color: #708090; /* Darker blue on hover */
  color:#a8d5e2;;
  transform: scale(1.05); /* Slight zoom effect on hover */
}

/* Icon Styling */
.menubutton i {
  margin-right: 4px; /* Space between icon and text */
  font-size: 22px; /* Icon size */
}

/* Text Styling */
.menutext {
  color: inherit; /* Inherit color from the parent */
  font-size: 16px; /* Font size */

}

.textsnip
{
  color:#708090;
  text-decoration: none;
}
.textsnip p strong a
{
  color:black;
  text-decoration: none;
}
a { color: black; }
a:visited { color: black; }
a:hover { color: black; }
.items-grid-directory {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 0fr));
  gap: 10px;
  justify-content: center;
}
.item
{
  /* display:inline-grid;
    margin-bottom:5px; */
  overflow:hidden;
  background-color:#ddd;
  border:1px solid #ddd;

  border-radius: 10px;
  transition: all 1s;
  position: relative;
}
.item:hover
{
  border-radius: 10px;
  background-color:#dcdcdc;
}
.item:hover > img
{
  opacity: 0.5;
}
.item_ad
{
  background-color:#ccc;
  border:1px solid #ccc;
}


.btn_hover
{
  transition: all 1s;
}
.btn_hover:hover
{
  position:relative;
  top:-23px!important;
  font-weight:bolder;
}
a:link {
     text-decoration: none;
}

a:visited {
     text-decoration: none;
}

a:hover {
     text-decoration: none;
     color:purple;
}

a:active {
     text-decoration: none;
}
.stroke {
  font-size: 20px;
  color: white;
  /* -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px; */
}
.pl5
{
  padding-left:5px;
}
.nopadding
{
  padding:0px!important;
}
.nomargin
{
  margin:0px!important;
}
.insideborder
{
  box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.dt-length {
    float: left !important; /* Align the length menu to the left */
}
.dt-buttons{
  float:right !important;
}
.dt-left {
    text-align: left !important;  /* Left-align the text in the column */
}
    /* Keyframes for blinking effect */
    @keyframes blink {
        0% { opacity: 1; }    /* Fully visible */
        50% { opacity: 0; }   /* Invisible */
        100% { opacity: 1; }  /* Back to fully visible */
    }

    /* Applying the blinking animation to the text */
    .blinking-text {
        animation: blink 1s infinite; /* 1 second duration, infinite loop */
      }
      .well2
      {
        background-color: #Add8e6; /* Light pastel background */
        border: 3px solid #fff; /* Soft border */
        border-radius: 8px; /* Slightly rounded corners */
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
        color: #333; /* Neutral text color */
        font-size: 16px; /* Slightly larger text for readability */
        margin-bottom: 40px;
      }
      .well3
      {
        background-color: #fff; /* Light pastel background */
        border: 25px solid #Add8e6 ; /* Soft border */
        border-radius: 50px; /* Slightly rounded corners */
        padding: 20px;
        color: #333; /* Neutral text color */
        font-size: 16px; /* Slightly larger text for readability */

      }
      .pad-10
      {
        padding: 10px;
      }
      .pad-20
      {
        padding: 20px;
      }
      .msg
      {
        font-size: 18px;
        padding-top: 0px;
        padding-bottom: 20px;
      }
      /* Container for the row */
      .row {
        margin-left: -15px;
        margin-right: -15px;
        display: flex;
        flex-wrap: wrap;
      }

      /* Basic column setup */
      [class*="col-xs-"] {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
      }
      .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      }
      /* col-xs-* */
      .col-xs-1  { width: 8.3333%; }
      .col-xs-2  { width: 16.6667%; }
      .col-xs-3  { width: 25%; }
      .col-xs-4  { width: 33.3333%; }
      .col-xs-5  { width: 41.6667%; }
      .col-xs-6  { width: 50%; }
      .col-xs-7  { width: 58.3333%; }
      .col-xs-8  { width: 66.6667%; }
      .col-xs-9  { width: 75%; }
      .col-xs-10 { width: 83.3333%; }
      .col-xs-11 { width: 91.6667%; }
      .col-xs-12 { width: 100%; }

      /* col-xs-offset-* */
      .col-xs-offset-1  { margin-left: 8.3333%; }
      .col-xs-offset-2  { margin-left: 16.6667%; }
      .col-xs-offset-3  { margin-left: 25%; }
      .col-xs-offset-4  { margin-left: 33.3333%; }
      .col-xs-offset-5  { margin-left: 41.6667%; }
      .col-xs-offset-6  { margin-left: 50%; }
      .col-xs-offset-7  { margin-left: 58.3333%; }
      .col-xs-offset-8  { margin-left: 66.6667%; }
      .col-xs-offset-9  { margin-left: 75%; }
      .col-xs-offset-10 { margin-left: 83.3333%; }
      .col-xs-offset-11 { margin-left: 91.6667%; }
      .col-xs-offset-12 { margin-left: 100%; }

      .pull-right {
        float: right !important;
      }

      .pull-left {
        float: left !important;
      }

      .well {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
      }
      .small_font
      {
        font-size:14px;
      }
      .text-center {
        text-align: center;
      }
      .text-left
      {
        text-align: left;
      }
      .text-right,.text-left
      {
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
      }
      .text-right
      {
        text-align: right;
      }
      .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        user-select: none;
      }

      .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
      }

      .btn:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
      }
      .btn-lg {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 6px;
      }
      .h3 {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.1;
      }
      .pagination
      {
        padding-top:20px;
      }
      .pagination a {
        padding: 5px 10px;
        text-decoration: none;
        background: #eee;
        border: 1px solid #ccc;
        margin: 2px;
      }
      .pagination strong {
        padding: 5px 10px;
        background: #333;
        color: white;
        margin: 2px;
      }

      /* === FORM INLINE === */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
form.form-inline {
  display: flex;
  justify-content: center; /* centers horizontally */
  align-items: center;     /* centers vertically (if container has height) */
  margin: 20px auto;       /* space above/below */
}
/* === FORM GROUP === */
.form-group {
  margin-bottom: 15px;
}

.form-inline .form-group {
  display: flex;
  justify-content: center;
}
/* === INPUT GROUP === */
.input-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-group .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  z-index: 2;
}

.input-group-btn {
  display: flex;
  align-items: stretch;
  white-space: nowrap;
}

/* === INPUT LG === */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.product-image
{
  position: relative!important;
  width: 100%;
  text-align: right
  top:-10px;;
}
.cat_image_holder
{
  position: relative;
  width: 100%;
  border:1px solid black;
  min-height: 150px;
}
.cat_image
{
  width:100px;
  height:100px;
  position: absolute;
  right:0;
  top: -100px;
}
.h150
{
  min-height: 150px'
}
/* Responsive Styling */
@media screen and (max-width: 1400px) {

    header h1 {
        font-size: 52px;
    }
    .main-content {
        padding: 70px;
    }
    .box {
        width: 45%;
    }
    .box .body .text1 {
        font-size: 30px;
    }
    .box .body .text3 {
        font-size: 20px;
    }
    .text-small
    {
      font-size: 16px;
    }
    .carousel-track img
    {
      width: 250px;
      height: auto;
    }
    .menubutton a {
      text-decoration: none;
      color: #fff; /* White text */
      font-size: 12px;
    }
}

@media screen and (max-width: 1300px) {
  header img
  {
    height: 50px;
    width: 50px;
    animation-name: blockdrop_small;
    top: 200px;
  }
  header
  {
    min-height: 250px;
    top: -80px;
  }
  .menutext {
    color: inherit; /* Inherit color from the parent */
      font-size: 12px; /* Font size */
  }
}
@media screen and (max-width: 1150px) {

    header h1 {
        font-size: 48px;
    }
    header h4, header h5 {
        font-size: 23px;
    }

    .main-content {
        padding: 60px;
    }
    .main_holder {
        width: 100%;
    }
    .box {
        width: 48%;
        margin: 10px 0;
    }
    .mainsubheadingskewleft,
    .mainsubheadingskewright {
        font-size: 36px;
    }
    .box .body .text1 {
        font-size: 40px;
    }
    .box .body .text1 {
        font-size: 20px;
    }
    .box .body .text2 {
        font-size: 20px;
    }
    .carousel-track img
    {
      width: 350px;
      height: auto;
    }
    .menutext {
      color: inherit; /* Inherit color from the parent */
        font-size: 12px; /* Font size */
    }
    .items-grid {
      grid-template-columns: repeat(2, 0fr);
    }
}

@media screen and (max-width: 600px) {

    header h1 {
        font-size: 48px;
    }
    .box {
        width: 100%;
    }
    .main-content {
        padding: 50px;
        font-size: 18px;
    }
    .box .body .text1 {
        font-size: 40px;
    }
    .text-small
    {
      font-size: 14px;
    }
    .carousel-track img
    {
      width: 500px;
      height: auto;
    }
    #logo
    {
      display: none;
    }

}
