@charset "UTF-8";
/*--»»————-————　      ♔♕      —————————-—««-->
<--◄███▓▒░░       ® Micro Box        ░░▒▓███►-->
<--◄███▓▒░░    PHONE 045 218 2187    ░░▒▓███►-->
<--◄███▓▒░░   www.microbox.com.au    ░░▒▓███►-->
<--◄███▓▒░░       © FROM 2018        ░░▒▓███►-->
<--◄███▓▒░░   All Rights Reserved    ░░▒▓███►-->
<--◄███▓▒░░  Powered By Paul Henley  ░░▒▓███►-->
<--»»————-————　      ♔♕      —————————-—««--*/
*{
	font-family:arial;
    /* Prevent image drag */
     -webkit-user-drag: none;
     -khtml-user-drag: none;
     -moz-user-drag: none;
     -o-user-drag: none;
    /* Prevent text selection */
     -webkit-touch-callout: none !important;
     -webkit-user-select: none;
    /* Safari */
     -moz-user-select: none;
    /* Firefox */
     -ms-user-select: none;
    /* Edge */
     user-select: none;
    /* Standard syntax */
    /* Smooth scrolling */
     scroll-behavior: smooth;
    /* Prevent zoom on touch devices */
     touch-action: pan-x pan-y;
    /* Remove outline on focus */
     outline: none;
    /* Hide scrollbars */
     scrollbar-width: none;
    /* Enhance Font */
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;

}
.fade-in {
     opacity: 0;
     transition: opacity 0.5s ease-in-out;
}
.fade-in.visible {
     opacity: 1;
}
/* Transparent Scrollbars for Chrome, Safari, Edge */
::-webkit-scrollbar {
     display: none;
}
a:link {
     text-decoration: none;
     color: rgb(0 0 0);
}
a:visited {
     text-decoration: none;
}
a:hover {
     text-decoration: none;
     color: #008eff;
}
a:active {
     text-decoration: none;
     color: inherit;
}
/* DEFALT STYLE END */
body {
     background-color: rgb(255 255 255);
     font-family: system-ui, sans-serif;
     margin: 0px;
     padding: 0px;
	 padding-top: env(safe-area-inset-top); /* avoid notch */
  padding-bottom: env(safe-area-inset-bottom); /* avoid home indicator bar */
  
}
#backButton {
     position: fixed;
     top: 20px;
     left: 20px;
     padding: 10px 20px;
     font-size: 20px;
     background-color: #0078d7;
     color: white;
     border: none;
     border-radius: 6px;
     cursor: pointer;
     z-index: 1000;
     box-shadow: 0 4px 6px rgba(0,0,0,0.2);
     transition: background-color 0.3s;
}
#backButton:hover {
     background-color: #005fa3;
}
b {
    font-weight: 500;
    font-family: system-ui, sans-serif;
    color: rgb(0 0 0);
}
.error_no_java {
     background-color: rgb(255 0 0);
     color: rgb(255 255 255) !important;
     z-index: 90000;
     padding: 10px;
     position: absolute;
     text-align: center;
}
.center_footer_logo {
     display: flex;
     justify-content: center;
}
.social_icons {
     width: 56px;
}
.badges{margin: 10px;flex-wrap: wrap;margin-right: auto;margin-left: auto;max-width: 1500px;border-radius: 50px;display: flex;padding: 20px;justify-content: center;align-items: center;/* border: 3px solid rgb(183 183 183 / 61%); */border-right: none;border-left: none;background-color: #00000000;}
.badge_icons{
    width: 88px;
    margin: 5px;
    border-style: solid;
    border-color: #cbcbcb;
    border-width: 2px;
    padding: 3px;
    border-radius:10px;
    /* border-radius: 0px; */
    height: 40px;
    background-color: #ffffff;
    /* animation: bgCycle 12s infinite; */
}
.badge_icons:hover{
background-color:#fff
}
@keyframes bgCycle {
  0%   { background-color: #240000; }   /* red */
  20%  { background-color: #001f37; }   /* orange */
  40%  { background-color: #002302; }   /* green */
  60%  { background-color: #2f0010; }   /* blue */
  80%  { background-color: #481200; }   /* purple */
  100% { background-color: #342700; }   /* pink */
}
.topbar {
    /* background-color:#c8ae61;
     */
     height: 50px;
     background-image: linear-gradient(to right, rgb(255 255 255 / 0%) 0%, rgba(0, 0, 0, .125), rgb(255 255 255 / 0%) 100%);
}
.bottombar {
    /* background-color:#c8ae61;
     */
    height: 50px;
    background-image: linear-gradient(to right, rgb(255 255 255 / 0%) 0%, rgba(0, 0, 0, .125), rgb(255 255 255 / 0%) 100%);
}
.bodybtn {
  background-color: #ffffff;
  color: #000000;
  border-radius: 10px;
  cursor: pointer;
  margin: 5px;
  height: 150px;
  width: 170px;
  font-size: 16px;
  text-align: center;
  /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-style: none;
  /* border: 4px solid rgb(197 197 197); */
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.bodybtn:hover {
     transform: translateY(-6px);
     color:#000000;
     border-color:#b7b7b7;
}
.bodybtn:active {
     transform: scale(0.98);
    /* Slight shrink effect when clicked */
}
.bodybtn i {
  font-size: 28px;
  margin-bottom: 10px;
}

.shop_btn {
   position: relative;

   /* Glass base */
   background: linear-gradient(
       135deg,
       rgba(255,255,255,0.45),
       rgba(255,255,255,0.18)
   );
   backdrop-filter: blur(2px) saturate(180%) contrast(120%);
   -webkit-backdrop-filter: blur(18px) saturate(180%) contrast(120%);
   font-size: 24px;
   font-weight: 400;
   font-family: system-ui, sans-serif;
   padding: 15px 40px;
   height: 110px;
   width: 300px;
   border-radius: 20px;
   color: #000 !important;
   cursor: pointer;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   overflow: hidden;
   border-style: none;
   z-index: 0;

   /* Glass depth */
   transition:
      background 0.25s ease,
      box-shadow 0.25s ease,
      transform 0.12s ease;
}

/* Hover — brighter glass */
.shop_btn:hover {
   background: linear-gradient(
       135deg,
       rgba(255,255,255,0.6),
       rgba(255,255,255,0.25)
   );
   box-shadow:
      0 16px 36px rgba(0,0,0,0.3),
      inset 0 1px 0 rgba(255,255,255,0.7);
}

/* Top light reflection */
.shop_btn::before {
   content: '';
   position: absolute;
   inset: 0;
   height: 45%;

   background: linear-gradient(
       to bottom,
       rgba(255,255,255,0.65),
       rgba(255,255,255,0)
   );

   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
   pointer-events: none;
}

/* Subtle glass edge */
.shop_btn::after {
   content: '';
   position: absolute;
   inset: 0;

   border-radius: 20px;
   box-shadow:
      inset 0 0 0 1px rgba(255,255,255,0.35);
   pointer-events: none;
}

/* Pressed */
.shop_btn:active {
   transform: scale(0.97);
   background: linear-gradient(
       135deg,
       rgba(255,255,255,0.7),
       rgba(255,255,255,0.3)
   );
   box-shadow:
      0 6px 18px rgba(0,0,0,0.25),
      inset 0 1px 0 rgba(255,255,255,0.7);
}
/*--------------------MORE APPS BUTTON START------------------------*/
.more_btn {
   position: relative;

   /* Glass base */
   background: linear-gradient(
       135deg,
       rgba(255,255,255,0.45),
       rgba(255,255,255,0.18)
   );
   backdrop-filter: blur(2px) saturate(180%) contrast(120%);
   -webkit-backdrop-filter: blur(18px) saturate(180%) contrast(120%);
   font-size: 24px;
   font-weight: 400;
   font-family: system-ui, sans-serif;
   padding: 15px 40px;
   height: 110px;
   width: 300px;
   border-radius: 20px;
   color: #000 !important;
   cursor: pointer;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   overflow: hidden;
   border-style: none;
   z-index: 0;

   /* Glass depth */
   transition:
      background 0.25s ease,
      box-shadow 0.25s ease,
      transform 0.12s ease;
}

/* Hover — brighter glass */
.more_btn:hover {
   background: linear-gradient(
       135deg,
       rgba(255,255,255,0.6),
       rgba(255,255,255,0.25)
   );
   box-shadow:
      0 16px 36px rgba(0,0,0,0.3),
      inset 0 1px 0 rgba(255,255,255,0.7);
}

/* Top light reflection */
.more_btn::before {
   content: '';
   position: absolute;
   inset: 0;
   height: 45%;

   background: linear-gradient(
       to bottom,
       rgba(255,255,255,0.65),
       rgba(255,255,255,0)
   );

   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
   pointer-events: none;
}

/* Subtle glass edge */
.more_btn::after {
   content: '';
   position: absolute;
   inset: 0;

   border-radius: 20px;
   box-shadow:
      inset 0 0 0 1px rgba(255,255,255,0.35);
   pointer-events: none;
}

/* Pressed */
.more_btn:active {
   transform: scale(0.97);
   background: linear-gradient(
       135deg,
       rgba(255,255,255,0.7),
       rgba(255,255,255,0.3)
   );
   box-shadow:
      0 6px 18px rgba(0,0,0,0.25),
      inset 0 1px 0 rgba(255,255,255,0.7);
}
.buttoniconsmore_btn {
    height: auto;
    width: 50px;
    height: 50px;
    font-size: 20px;
}
.div_more_btn {
    margin: 10px;
    margin-top: 50px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    padding-top: 0px;
    /* padding-bottom: 60px; */
    justify-content: center;
    align-items: center;
    /* border: 1px solid rgba(0, 0, 0, .125); */
}
/*--------------------MORE APPS BUTTON END------------------------*/
.bodybtn_food_recipes {
  color: #000000;
  border: solid;
  border-left: none;
  border-color: #919191;
  border-right: none;
  border-top: none;
  border-radius: 20px;
  background-color: #23232300;
  height: 300px;
  width: 170px;
  margin: 5px;
  font-family: system-ui, sans-serif;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
    /* Prevents text from wrapping to a new line */
  overflow: hidden;  /* Hides text that overflows */
    /* Displays "..." if text overflows */
  display: flex;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start; /* Align content at the top */
  align-items: center;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.8s ease;
  background-size: 200% 200%;
  animation: bgPulse 12s ease infinite;
  cursor: pointer;
}

.recipe_img {
  margin-top: 4px; /* Move image 4px from the top of the button */
  max-width: 100%;
  height: auto;
          height: 130px;
     width: 130px;
     border-radius: 15px;
     margin: 8px;
     border-style: none;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     border-color: rgb(207 207 207);
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     border-width: 2px;
}

.bodybtn_food_recipes:hover {
     background: linear-gradient(145deg, #ed477f, #27adf6);
     color: #ffffff;
}
/* Animated background pulse */
@keyframes bgPulse {
     0% {
         background-position: 0% 50%;
    }
     50% {
         background-position: 100% 50%;
    }
     100% {
         background-position: 0% 50%;
    }
}
.buttonicons {
       height: auto;
       width: 50px;
       height: 50px;
       font-size: 20px;
}
.buttonicons:hover {
     transform: rotate(360deg);
}
.objects_container {
flex-wrap: wrap;
     background-color: #ffffff;
     margin-right: auto;
     margin-left: auto;
     padding-right: 10px;
     padding-left: 10px;
     display: flex;
     padding-top: 0px;
     padding-bottom: 60px;
     justify-content: center;
     align-items: center;
     border-left: none;
     border-right: none;
}
.objects_container_one {
     flex-wrap: wrap;
     background-color: #e1f6ff;
     margin-right: auto;
     margin-left: auto;
     padding-right: 20px;
     padding-left: 20px;
     display: flex;
     padding-top: 0px;
     padding-bottom: 0px;
     justify-content: center;
     align-items: center;
     border-left: none;
     border-right: none;
     background: linear-gradient(270deg, #5c90a8, #b84f56, #22acf7, #00ff00, #c54e4e, #c65200, #8f00ff);
    background-size: 1400% 1400%;
    animation: rainbowBG 18s ease infinite;
}
@keyframes rainbowBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.objects_container_two {
     flex-wrap: wrap;
     background-color: #fff0eb;
     margin-right: auto;
     margin-left: auto;
     padding-right: 10px;
     padding-left: 10px;
     display: flex;
     padding-top: 0px;
     padding-bottom: 60px;
     justify-content: center;
     align-items: center;
     border-left: none;
     border-right: none;
background: linear-gradient(270deg, #e0b99c, #d3d9d5, #effffe, #eab474, #d3a685, #c1917b, #ccdbe0);
    background-size: 1400% 1400%;
    animation: rainbowBG 18s ease infinite;
}
@keyframes rainbowBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.objects_container_three {
     flex-wrap: wrap;
     background-color: #ffffff;
     margin-right: auto;
     margin-left: auto;
     padding-right: 10px;
     padding-left: 10px;
     display: flex;
     padding-top: 0px;
     padding-bottom: 60px;
     justify-content: center;
     align-items: center;
     border-left: none;
     border-right: none;
}
.objects_container_four {
     flex-wrap: wrap;
     background-color: #e8f8ff;
     margin-right: auto;
     margin-left: auto;
     padding-right: 10px;
     padding-left: 10px;
     display: flex;
     padding-top: 0px;
     padding-bottom: 60px;
     justify-content: center;
     align-items: center;
     border-left: none;
     border-right: none;
     background: linear-gradient(270deg, #3ac2ff, #f9ad95, #a0ffa4, #b8ffb8, #ffa8a8, #ffd9be, #e0b9ff);
     background-size: 1400% 1400%;
     animation: rainbowBG 18s ease infinite;
}
@keyframes rainbowBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.objects_container_five {
     flex-wrap: wrap;
     background-color: #fff0f5;
     margin-right: auto;
     margin-left: auto;
     padding-right: 10px;
     padding-left: 10px;
     display: flex;
     padding-top: 0px;
     padding-bottom: 60px;
     justify-content: center;
     align-items: center;
     border-left: none;
     border-right: none;
}
.objects_container_six {
     flex-wrap: wrap;
     background-color: #f5fff5;
     margin-right: auto;
     margin-left: auto;
     padding-right: 10px;
     padding-left: 10px;
     display: flex;
     padding-top: 0px;
     padding-bottom: 60px;
     justify-content: center;
     align-items: center;
     border-left: none;
     border-right: none;
}
.objects_container_seven {
     flex-wrap: wrap;
     background-color: #ffffff;
     margin-right: auto;
     margin-left: auto;
     padding-right: 10px;
     padding-left: 10px;
     display: flex;
     padding-top: 0px;
     padding-bottom: 60px;
     justify-content: center;
     align-items: center;
     border-left: none;
     border-right: none;
     background: linear-gradient(270deg, #7084ff, #ff6b6c, #6bff6f, #4e98ff, #ff6b59, #7aff90, #cd8cff);
     background-size: 1400% 1400%;
     animation: rainbowBG 18s ease infinite;
}
@keyframes rainbowBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.objects_container_eight {
     flex-wrap: wrap;
     background-color: #ffffff;
     margin-right: auto;
     margin-left: auto;
     padding-right: 10px;
     padding-left: 10px;
     display: flex;
     padding-top: 0px;
     padding-bottom: 60px;
     justify-content: center;
     align-items: center;
     border-left: none;
     border-right: none;
}
.objects_container_nine {
     flex-wrap: wrap;
     background-color: #ffffff;
     margin-right: auto;
     margin-left: auto;
     padding-right: 10px;
     padding-left: 10px;
     display: flex;
     padding-top: 0px;
     padding-bottom: 60px;
     justify-content: center;
     align-items: center;
     border-left: none;
     border-right: none;
}
.objects_container_ten {
     flex-wrap: wrap;
     background-color: #ffffff;
     margin-right: auto;
     margin-left: auto;
     padding-right: 10px;
     padding-left: 10px;
     display: flex;
     padding-top: 0px;
     padding-bottom: 60px;
     justify-content: center;
     align-items: center;
     border-left: none;
     border-right: none;
}
.objects_container_eleven {
     flex-wrap: wrap;
     background-color: #ffffff;
     margin-right: auto;
     margin-left: auto;
     padding-right: 10px;
     padding-left: 10px;
     display: flex;
     padding-top: 0px;
     padding-bottom: 60px;
     justify-content: center;
     align-items: center;
     border-left: none;
     border-right: none;
}
.objects_container_twelve {
     flex-wrap: wrap;
     background-color: #ffffff;
     margin-right: auto;
     margin-left: auto;
     padding-right: 10px;
     padding-left: 10px;
     display: flex;
     padding-top: 0px;
     padding-bottom: 60px;
     justify-content: center;
     align-items: center;
     border-left: none;
     border-right: none;
}
.objects_container_thirteen {
     flex-wrap: wrap;
     background-color: #ffffff;
     margin-right: auto;
     margin-left: auto;
     padding-right: 10px;
     padding-left: 10px;
     display: flex;
     padding-top: 0px;
     padding-bottom: 60px;
     justify-content: center;
     align-items: center;
     border-left: none;
     border-right: none;
}
.fullscreen-button-embeded-app {
     padding: 10px 20px;
     border: 1px solid rgba(0, 0, 0, .125);
     background-color: rgba(0, 0, 0, 0);
     color: rgb(0 0 0);
     border-radius: 8px;
     -webkit-appearance: none;
     font-size: 20px;
     cursor: pointer;
     width: 100%;
     max-width: 400px;
     margin-bottom: 10px;
}
.fullscreen-button-embeded-app:hover {
     background-color: rgb(0, 0, 0, .125);
}
.fullscreen-button-embeded-app:active {
     background-color: rgb(0 0 0 / 25%);
}
.main_container {
     color: rgb(6 6 6);
     text-align: center;
     /* margin: 10px; */
     font-size: 16px;
     overflow: hidden;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
     /* padding-bottom: 10px; */
     /* padding-left: 10px; */
     /* padding-right: 10px; */
     /* padding-top: 10px; */
     /* border-radius: 20px; */
     /* border: 3px solid rgba(0, 0, 0, .125); */
}
.list_images {
     width: 80px;
     display: inline-block;
     animation: jiggle 0.5s ease-in-out infinite;
}
/* Jiggle animation */
@keyframes jiggle {
     0%, 100% {
         transform: rotate(0deg);
    }
     25% {
         transform: rotate(5deg);
    }
     75% {
         transform: rotate(-5deg);
    }
}
@media only screen and (min-width: 1600px) {
     .objects_container {
        /* max-width: 1700px;
         */
    }
}
/*BUTTON CONTAINER END*/
@-webkit-keyframes colorchange {
     0% {
         color: rgb(96, 184, 255);
    }
     10% {
         color: rgb(212, 108, 255);
    }
     20% {
         color: rgb(0, 255, 205);
    }
     30% {
         color: rgb(255, 145, 73);
    }
     40% {
         color: rgb(96, 184, 255);
    }
     50% {
         color: rgb(124, 230, 0);
    }
     60% {
         color: rgb(96, 184, 255);
    }
     70% {
         color: rgb(255, 122, 167);
    }
     80% {
         color: rgb(241, 196, 15);
    }
     90% {
         color: rgb(255, 210, 74);
    }
     100% {
         color: rgb(255, 126, 170);
    }
}

.menuheadertwodiv {
     position: relative;
     color: rgb(0 0 0);
     font-size: 23px;
     margin-top: 0px;
     margin-bottom: 20px;
     border-radius: 50px;
     padding: 10px;
     background-image: linear-gradient(to right, rgb(255 255 255 / 0%) 0%, #e0e0e0d4, rgb(255 255 255 / 0%) 100%);
     text-align: center;
     margin-left: 0px;
     /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
     font-weight: normal;
     margin-right: 0px;
     width: 100%;
     justify-content: center;
     border-style: solid;
     border-width: 0px;
     border-color: #c7ad5c3d;
     /* border-right: none; */
     /* border-left: none; */
     align-items: center;
     overflow: hidden;
    /* Keeps shine inside the element */
     font-weight: 400;
}

h1 {
     font-size: 45px;
     text-align: center;
     font-weight: bold;
     border-radius: 20px;
     text-decoration: none;
     /* letter-spacing: 2px; */
     justify-content: center;
     align-items: center;
     color: rgb(200 175 97);
     margin-bottom: 0px;
     text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
     margin-top: 0px;
     font-family: system-ui, sans-serif;
}
.under_heading {
     color: rgb(200 175 97)!important;
     font-size: 23px;
     margin-top: 0px;
     padding-top: 0px;
     font-weight: 400;
     border-style: none;
     margin-bottom: 20px;
     /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
     margin: auto;
     padding-bottom: 0px;
     letter-spacing: normal;
     font-family: system-ui, sans-serif;
}
p {
     color: #000000 !important;
     border-style: none;
     padding: 0px;
     justify-content: center;
     align-items: center;
     text-align: center;
     margin-top: 10px;
     margin-bottom: 15px;
     font-size: 16px;
     font-weight: 400;
     width: 100%;
     margin-right: 15px;
     margin-left: 15px;
}
.descriptions {
     color: #000000;
    /* Darker color for better readability */
     text-align: center;
     margin: 5px 0;
    /* Uniform margin */
     font-size: 16px;
    /* Soft, subtle border */
     font-weight: 400;
     overflow: hidden;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 20px;
     flex-wrap: wrap;
     width: 100%;
     padding: 10px 15px;
    /* Adding padding for more breathing space */
     transition: background-color 0.3s ease, transform 0.3s ease;
    /* Smooth transition */
     font-family: system-ui, sans-serif;
}
.nostyle_p {
     border-style: none;
     padding: 0px;
     /* display: flex; caused issue breaking year*/
     justify-content: center;
     align-items: center;
     text-align: center;
     font-size: 16px;
     color: #000000 !important;
     width: 100%;
     margin: auto;
     font-weight: 400;
     font-family: system-ui, sans-serif;
}
.error_pg_p {
     color: rgb(149 149 149);
     text-align: center;
     justify-content: center;
     align-items: center;
     width: 100%;
     padding: 15px;
     font-size: 20px;
}
.header {
     overflow: hidden;
     align-items: center;
     margin: 0px;
     /* border-bottom-right-radius: 120px; */
     /* border-bottom-left-radius: 120px; */
     /* background-color: rgb(255 255 255); */
     padding-left: 0px;
     padding-right: 0px;
     /* border: 3px solid #b3b3b3bd; */
     border-left: none;
     border-right: none;
     border-top: none;
}
.headinglogo {
     width: 200px;
     height:176px;
     position: relative;
}
.headinglogo.animate {
     animation: wobbleBounce 1s ease-in-out;
}
.server_icon {
     max-width: 574px;
     width: 100%;
}
.headinglogo_mobile {
     width: 150px;
    /* padding-bottom: 20px;
     */
}
.center_logo {
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     margin-bottom: 0px;
     display: flex;
     justify-content: center;
     margin-top: 60px;
}
/* Wobble + Bounce Animation */
@keyframes wobbleBounce {
     0% {
         transform: translateY(0) rotate(0deg);
    }
     20% {
         transform: translateY(-10px) rotate(-5deg);
    }
     40% {
         transform: translateY(0) rotate(5deg);
    }
     60% {
         transform: translateY(-6px) rotate(-3deg);
    }
     80% {
         transform: translateY(0) rotate(3deg);
    }
     100% {
         transform: translateY(0) rotate(0deg);
    }
}
.mainmenuheaderapps {
     display: flex;
     justify-content: center;
     align-items: center;
     position: fixed;
     padding: 20px;
     left: 0%;
     margin-bottom: 20px;
     right: 0%;
     z-index: 1;
     position: relative;
     /* background-image: linear-gradient(to right, rgb(255 255 255 / 0%) 0%, rgba(0, 0, 0, .125), rgb(255 255 255 / 0%) 100%); */
}
@keyframes topnavdnm {
     0% {
         background-color: rgba(8, 53, 103, 0.83);
    }
     25% {
         background-color: rgba(0, 65, 136, 0.8);
    }
     50% {
         background-color: rgba(1, 45, 95, 0.84);
    }
     75% {
         background-color: rgba(0, 65, 136, 0.8);
    }
     100% {
         background-color: rgba(1, 45, 95, 0.83);
    }
}
.refreshpage {
     border: 1px solid rgba(0, 0, 0, .125);
     background-color: rgba(0, 0, 0, 0);
     color: rgb(0 0 0);
     border-radius: 8px;
     -webkit-appearance: none;
     cursor: pointer;
     margin-left: 8px;
    /* width: 90px;
     */
     height: 45px;
     display: flex;
     justify-content: center;
     align-items: center;
}
.refreshpage:hover {
     background-color: rgb(0, 0, 0, .125);
}
.refreshpage:active {
     background-color: rgb(0 0 0 / 25%);
}
.reset_open_time {
     border: 1px solid rgba(0, 0, 0, .125);
     background-color: rgba(0, 0, 0, 0);
     color: rgb(0 0 0);
     border-radius: 8px;
     -webkit-appearance: none;
     cursor: pointer;
     margin-left: 1px;
     margin-bottom: 10px;
     margin-top: 10px;
     text-align: center;
     font-size: 20px;
     width: 100%;
     height: 45px;
     max-width: 300px;
}
.reset_open_time:hover {
     background-color: rgb(0, 0, 0, .125);
}
.reset_open_time:active {
     background-color: rgb(0 0 0 / 25%);
}
.goback {
     border: 1px solid rgba(0, 0, 0, .125);
     background-color: rgba(0, 0, 0, 0);
     color: rgb(0 0 0);
     border-radius: 8px;
     -webkit-appearance: none;
     cursor: pointer;
     margin-left: 1px;
    /* width: 90px;
     */
     height: 45px;
     display: flex;
     justify-content: center;
     align-items: center;
}
.goback:hover {
     background-color: rgb(0, 0, 0, .125);
}
.goback:active {
     background-color: rgb(0 0 0 / 25%);
}
.btnFullscreen1 {
     border: 1px solid rgba(0, 0, 0, .125);
     background-color: rgba(0, 0, 0, 0);
     color: rgb(0 0 0);
     border-radius: 8px;
     -webkit-appearance: none;
     cursor: pointer;
     margin-left: 8px;
    /* width: 90px;
     */
     height: 45px;
     display: flex;
     justify-content: center;
     align-items: center;
}
.btnFullscreen1:hover {
     background-color: rgb(0, 0, 0, .125);
}
.btnFullscreen1:active {
     background-color: rgb(0 0 0 / 25%);
}
.social_btns {
     background-color: transparent;
    /* Rounded button for a more modern look */
     -webkit-appearance: none;
     text-align: center;
     font-size: 20px;
     cursor: pointer;
     margin: 5px;
    /* Square shape with equal height and width */
     display: flex;
     justify-content: center;
     align-items: center;
     border-style: none;
     padding: 0;
    /* Soft border with transparency */
     transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    /* Smooth transitions */
    /* Light background color for initial state */
}
.social_btns:hover {
     transform: scale(1.1);
    /* Slight zoom effect on hover */
}
.social_btns:active {
     transform: scale(0.98);
    /* Slight shrink effect on click */
}
.social_btns img {
     width: 40px;
    /* Appropriate size for the icon */
     height: 40px;
    /* Ensures icon scales properly */
     transition: filter 0.3s ease;
    /* Smooth transition for hover effect */
}
.social_btns:hover img {
     filter: brightness(1.2);
    /* Increase brightness of the icon on hover */
}
.footer_social_links {
     display: flex;
     justify-content: center;
     align-items: center;
     position: fixed;
     padding: 20px;
     left: 0%;
     right: 0%;
     z-index: 1;
     position: relative;
     margin: 0px;
}
.headerimage {
     display: flex;
     height: 178px;
     justify-content: center;
     align-items: center;
     margin-bottom: 20px;
     margin-top: 5px;
     cursor: pointer;
}
.headerimagediv {
     display: flex;
     justify-content: center;
     align-items: center;
     margin-bottom: 20px;
     margin-top: 70px;
}
.btndivtwo {
    margin: 10px;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    max-width: 1500px;
    border-radius: 20px;
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    padding-top: 0px;
    /* padding-bottom: 60px;
     */
    justify-content: center;
    align-items: center;
    /* border: 1px solid rgba(0, 0, 0, .125); */
}

.homebtn {
     background-color: rgb(0 0 0 / 0%);
     color: rgb(0 0 0);
     border-radius: 8px;
     -webkit-appearance: none;
     cursor: pointer;
     margin: 2px;
     height: 100px;
     width: 160px;
     font-size: 20px;
     overflow: hidden;
     flex-direction: column;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 5px;
     border: 1px solid rgba(0, 0, 0, .125);
}
.homebtn:hover {
     background-color: rgb(0, 0, 0, .125);
}
.homebtn:active {
     background-color: rgb(0 0 0 / 25%);
}

.footerlogo {
     width: 100px;
     height: 100px;
     padding: 20px;
     border-radius: 80px;
}
.footer {
     overflow: hidden;
     justify-content: center;
     margin: 0px;
     height: 100%;
     align-items: center;
     flex-wrap: wrap;
     background-color: rgb(255 255 255);
     padding: 20px;
     /* border: 3px solid rgb(215 215 215); */
     /* border-top-right-radius: 150px; */
     /* border-top-left-radius: 150px; */
     border-left: none;
     border-right: none;
     border-bottom: none;
}
.copywritereserved {
     display: flex;
     justify-content: center;
     align-items: center;
     color: rgb(210 210 210);
}
.facebookdiv {
     display: flex;
     justify-content: center;
     margin-top: 30px;
     padding: 20px;
     width: -webkit-fill-available;
}
@keyframes menu {
     0% {
         background-color: rgb(206, 14, 0);
    }
     25% {
         background-color: rgb(0, 94, 169);
    }
     50% {
         background-color: rgb(76, 175, 80);
    }
     75% {
         background-color: rgb(255, 61, 0);
    }
     100% {
         background-color: rgb(206, 14, 0);
    }
}
@keyframes shake {
     10%, 90% {
         transform: translate3d(-1px, 0, 0);
    }
     20%, 80% {
         transform: translate3d(2px, 0, 0);
    }
     30%, 50%, 70% {
         transform: translate3d(-4px, 0, 0);
    }
     40%, 60% {
         transform: translate3d(4px, 0, 0);
    }
}
.bodyimagediv {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100%;
}
.bodyimage {
     width: 128px;
     max-width: 100%;
     height: auto;
     border-radius: 12px;
     object-fit: cover;
     animation: sillyMove 2s infinite ease-in-out;
}
/* Silly animation keyframes */
@keyframes sillyMove {
     0% {
         transform: rotate(0deg) scale(1);
    }
     15% {
         transform: rotate(10deg) scale(1.1);
    }
     30% {
         transform: rotate(-10deg) scale(0.95);
    }
     45% {
         transform: rotate(15deg) translateY(-5px);
    }
     60% {
         transform: rotate(-15deg) translateY(5px);
    }
     75% {
         transform: scale(1.05) rotate(5deg);
    }
     100% {
         transform: rotate(0deg) scale(1);
    }
}
.callbackbtn {
     border: 3px solid rgb(193 193 193);
     background-color: rgba(0, 0, 0, 0);
     color: rgb(0 0 0);
     -webkit-appearance: none;
     cursor: pointer;
     margin: 2px;
     border-radius: 105px;
     height: 100px;
     font-weight: 400;
     width: 80%;
     margin-top: 50px;
     font-size: 20px;
     overflow: hidden;
     margin-bottom: 20px;
     flex-direction: column;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 80px;
     /* animation: shake 7s infinite; */
     border-style: solid;
     /* border-top: none; */
     /* border-bottom: none; */
}
.callbackbtn:hover {
     background-color: rgb(0, 0, 0, .125);
}
.callbackbtn:active {
     background-color: rgb(0 0 0 / 25%);
}

.main_iframe {
     text-align: center;
     margin: 30px;
     font-size: 20px;
     overflow: hidden;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 20px;
     margin-bottom: 20px;
     border-radius: 20px;
     flex-wrap: wrap;
     width: 100%;
     height: 760px;
     padding-bottom: 30px;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 30px;
}
.colortheme {
     height: 50px;
     width: 130px;
     margin: 6px;
     padding: 0 20px;
     border: none;
     border-radius: 50px;
     font-size: 20px;
     line-height: 1;
     color: #000000;
     background-color: #c5c5c5;
     cursor: pointer;
     display: flex;
     justify-content: center;
     align-items: center;
     transition: all 0.3s ease-in-out;
}
/* Hover effect */
.colortheme:hover {
     transform: scale(1.1) rotate(-1deg);
 background-image: linear-gradient(to right, rgb(178 178 178 / 24%) 0%, rgb(255 255 255) 50%, rgb(178 178 178 / 24%) 100%);
}
/* Active (click) effect */
.colortheme:active {
     transform: scale(0.95);
}
.startcoding {
     border: 1px solid rgba(0, 0, 0, .125);
     background-color: rgba(0, 0, 0, 0);
     color: rgb(0 0 0);
     border-radius: 8px;
     -webkit-appearance: none;
     cursor: pointer;
     font-size: 20px;
     border-radius: 50px;
     margin-left: 3px;
     margin-right: 3px;
     margin-bottom: 3px;
     margin-top: 3px;
     font-weight: 400;
     border: none;
     text-decoration: none;
     width: 230px;
     height: 60px;
     transition: 1s;
     animation: myanimation 10s infinite;
     font-family: system-ui, sans-serif;
}
@keyframes myanimation {
     0% {
         background-color: rgb(255 87 34 / 53%);
    }
     25% {
         background-color: rgb(0 94 169 / 47%);
    }
     50% {
         background-color: rgb(76 175 80 / 51%);
    }
     75% {
         background-color: rgb(233 30 99 / 53%);
    }
     100% {
         background-color: rgb(255 87 34 / 50%);
    }
}
.startcoding:hover {
     transform: rotate(360deg);
}
.startcoding:active {
     background-color: rgb(0 0 0 / 25%);
}
.donate_img {
     margin-bottom: 0px;
     margin-top: 20px;
     height: 128px;
     width: 128px;
     overflow: hidden;
     flex-direction: column;
     display: flex;
     justify-content: center;
     align-items: center;
     cursor: default;
}
.goforward {
     border: 1px solid rgba(0, 0, 0, .125);
     background-color: rgba(0, 0, 0, 0);
     color: rgb(0 0 0);
     border-radius: 8px;
     -webkit-appearance: none;
     cursor: pointer;
     margin-left: 8px;
    /* width: 90px;
     */
     height: 45px;
     display: flex;
     justify-content: center;
     align-items: center;
}
.goforward:hover {
     background-color: rgb(0, 0, 0, .125);
}
.goforward:active {
     background-color: rgb(0 0 0 / 25%);
}
.google_map_iframe {
     height: 400px;
     background-color: rgb(147 180 234);
     color: rgb(12 12 12);
     text-align: center;
     margin: 30px;
     font-size: 20px;
     border-style: solid;
     border-width: 3px;
     border-color: rgb(217 217 217);
     overflow: hidden;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 20px;
     margin-bottom: 20px;
     border-radius: 20px;
     flex-wrap: wrap;
     margin-right: auto;
     margin-left: auto;
     width: 90%;
     padding-bottom: 30px;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 30px;
}
.geustbook_iframe {
    /*SCRIPT 180 ON geustbook_DESKTOP.HTML FOR CONTROLLING AUTO HEIGHT*/
     overflow: hidden;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 20px;
     margin-bottom: 20px;
     border-radius: 20px;
     flex-wrap: wrap;
     width: 100%;
     border-style: none;
}
.recommend_iframe {
     overflow: hidden;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 20px;
     margin-bottom: 20px;
     border-radius: 20px;
     flex-wrap: wrap;
     width: 100%;
     height: 1150px;
     border-style: none;
}
.web_design_iframe {
     overflow: hidden;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 20px;
     margin-bottom: 20px;
     border-radius: 20px;
     flex-wrap: wrap;
     width: 100%;
     height: 3900px;
     border-style: none;
}
.ssl-img-div {
     display: flex;
     justify-content: center;
     align-items: center;
    /* margin-bottom: 20px;
     */
     margin-top: 5px;
}
.ssl-img {
     display: flex;
     height: 72px;
     width: 72px;
     justify-content: center;
     align-items: center;
     margin-top: 0px;
     cursor: pointer;
     animation: shake 1s infinite;
}
.ssl-img-text {
     color: #000000;
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
     border-style: none;
     font-size: 16px;
     font-weight: 400;
     width: 100%;
     margin: auto;
     padding-bottom: 20px;
}
.ssl-text-failed {
     color: rgb(255 0 0);
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100%;
     border-style: none;
     padding-top: 60px;
     font-size: 20px;
     width: 100%;
     margin: auto;
     padding-bottom: 20px;
}
h2 {
     font-size: 22px;
     text-align: center;
     display: flex;
     margin-left: 20px;
     margin-right: 20px;
     border-radius: 50px;
     text-decoration: none;
     justify-content: center;
     padding: 9px;
     align-items: center;
     color: rgb(210 210 210);
}
.recipe_main_menu_btn {
     background: rgba(255, 255, 255, 0.1);
     border-radius: 20px;
     backdrop-filter: blur(10px);
     border: 0px solid rgb(255 255 255 / 20%);
     color: #000000;
     font-size: 20px;
     /* font-weight: 500; */
     height: 100px;
     width: 260px;
     margin: 20px auto;
     padding: 16px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
     position: relative;
     overflow: hidden;
     transition: all 0.3s ease;
     cursor: pointer;
}
.recipe_main_menu_btn::before {
     content: '';
     position: absolute;
     top: -50%;
     left: -50%;
     width: 200%;
     height: 200%;
     background: conic-gradient(from 180deg at 50% 50%, #ff6ec4, #7873f5, #4ade80, #ff6ec4);
     animation: rotateGradient 8s linear infinite;
     z-index: 0;
     opacity: 0.25;
}
.recipe_main_menu_btn:hover {
     transform: translateY(-5px) scale(1.05);
     box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}
.recipe_main_menu_btn span {
     position: relative;
     z-index: 1;
     text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
/* Animated spinning gradient halo */
@keyframes rotateGradient {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
.invisible_div {
     overflow: hidden;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 20px;
     margin-bottom: 20px;
     border-radius: 20px;
     flex-wrap: wrap;
     margin-right: auto;
     width: 100%;
     margin-left: auto;
     /* padding-left: 10px; issue not lining up dont use*/
     /* padding-right: 10px; issue not lining up dont use*/
     padding-top: 10px;
     padding-bottom: 10px;
}
h3 {
     color: rgb(0 0 0);
     font-size: 23px;
     font-weight: 400;
     margin: 0px;
     margin-bottom: 10px;
     width: 100%;
}
.pblboxesh2 {
     color: rgb(0 0 0);
     font-size: 23px;
     font-weight: 400;
     margin: 0px;
     margin-bottom: 10px;
     width: 100%;
}
.welboxesh2{
	color: rgb(0 0 0);
	font-size: 16px;
	padding: 0px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 0px;
	width: 100%;
	padding-bottom: 0px;
}
.hplbox{
     color: rgb(0 0 0);
     font-family: system-ui, sans-serif;
     font-size: 19px;
     font-weight: normal;
     margin: 0px;
     margin-bottom: 10px;
     width: 100%;
}
.boxes_webdesign {
     height: 630px;
     width: 319px;
     padding: 20px;
     margin: 10px;
     border-radius: 20px;
     background-color: #ffffff;
     color: #b1b1b1;
     font-size: 23px;
     font-weight: 300;
     font-family: system-ui, sans-serif;
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     cursor: pointer;
     overflow: hidden;
     border: 3px solid #c8ad5b;
     border-style: solid;
     border-width: 10px;
     border-right: none;
     border-left: none;
}
/* Hover effect */
.boxes_webdesign:hover {
     box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
     background-color: #e4e4e4;
}
@keyframes bounceTurnLeftRight {
     0%, 100% {
         transform: translateY(0) rotate(0deg);
    }
     25% {
         transform: translateY(-10px) rotate(-15deg);
    }
     75% {
         transform: translateY(-10px) rotate(15deg);
    }
}
/*BUSINESS CARD BOXES START*/
.boxiconsbusinesscards {
     transition: transform 0.3s ease;
     margin-bottom: 10px;
     width: 280px;
     height: 170px;
}
.no-img {
  width: 80px;
  height: 80px;
}
.boxiconsbusinesscardsboxes {
     border: 3px solid rgba(0, 0, 0, .125);
     background-color: rgb(255 255 255);
     color: rgb(0 0 0);
     height: 284px;
     width: 280px;
     text-align: center;
     outline: none;
     font-size: 26px;
     border-radius: 10px;
     overflow: hidden;
     display: flex;
     /* cursor: pointer; */
     /* border-top-right-radius: 50px; */
     /* border-bottom-left-radius: 50px; */
     justify-content: center;
     margin: 5px;
     align-items: center;
     padding: 5px;
     flex-wrap: wrap;
     /* animation: tilt 3s infinite alternate; */
    /* Added animation */
     border-style: solid;
     border-width: 0px;
     border-color: #c7c7c7;
     /* border-right: none; */
     /* border-left: none; */
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/*BUSINESS CARD BOXES END*/
/*BOXICONS START*/
.boxicons {
     transition: transform 0.3s ease;
     margin-bottom: 0px;
     /* width: 150px; */
     /* height: 150px; */
     /* animation: bounceTurnLeftRight 1.5s ease-in-out infinite; */
}
@media (max-width: 450px) {
    .boxicons {
        /* width: 100px; */   /* ← Set to whatever size you want */
        /* height: 100px; */  /* ← Set to whatever size you want */
        font-size: 20px; /* optional */
    }
}
.boxicons_poe {
    transition: transform 0.3s 
ease;
    margin-bottom: 10px;
    /* height: 150px; */
}
@media (max-width: 450px) {
    .boxicons_poe {
        width: 200px;   /* ← Set to whatever size you want */
        height: 145px;  /* ← Set to whatever size you want */
        font-size: 20px; /* optional */
    }
}
.boxicons3 {
     transition: 1s;
     margin-bottom: 20px;
     width: 200px;
}
.boxicons2 {
     transition: 1s;
     margin-bottom: 10px;
     width: 100px;
     height: 100px;
}
.boxicons:hover {
     transform: rotate(360deg);
}
.boxicons2:hover {
     transform: rotate(360deg);
}
.boxicons3:hover {
     transform: rotate(360deg);
}
/*BOXICONS END*/
.page_counter {
     color: #000000;
     font-size: 19px;
     text-align: center;
     border-radius: 50px;
     /* margin-left: 50px; */
     /* margin-right: 50px; */
     padding: 10px;
}
input[type="color" i] {
     transition: 0.5s;
     background-size: 200% auto;
     border-style: solid;
     border-width: 1px;
     border-color: rgb(217 217 217);
     background-color: rgb(255 255 255);
     border-radius: 8px;
     height: 50px;
     margin: 10px;
     width: 226px;
     font-size: 20px;
     cursor: pointer;
     color: rgb(232 232 232);
     justify-content: center;
     align-items: center;
     padding: 5px;
     border-image: none;
}
.hardreset_icon {
     width: 60px;
}
.hardreset_btn {
     border: 3px solid rgb(43 43 43);
     background-color: rgb(0 0 0);
     color: rgb(93 93 93);
     border-radius: 8px;
     -webkit-appearance: none;
     cursor: pointer;
     height: 140px;
     width: 290px;
     font-size: 20px;
     overflow: hidden;
     flex-direction: column;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 5px;
     border-image: none;
}
.hardreset_btn:hover {
     background-color: rgb(0, 0, 0, .125);
}
.hardreset_btn:active {
     background-color: rgb(0 0 0 / 25%);
}
.a_tag_btn {
     /* border: 2px solid rgba(0, 0, 0, 0.1); */
     background: rgba(255, 255, 255, 0.1);
    /* Slight transparency */
    /* Gives it the glass-like blurred effect */
     color: rgb(0 0 0);
     border-radius: 15px;
     font-size: 16px;
     font-weight: normal;
     height: 100px;
     width: 165px;
     margin: 8px;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 12px;
     cursor: pointer;
     text-transform: uppercase;
     flex-direction: column;
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
     overflow: hidden;
     transition: all 0.4s ease;
     text-transform: none;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
/* Create a "liquid ripple" effect on hover */
.a_tag_btn:hover {
     background: rgba(255, 255, 255, 0.3);
     transform: scale(1.05);
     animation: rippleEffect 1s ease forwards;
}

/* Active (click) effect */
.a_tag_btn:active {
     background: rgba(255, 255, 255, 0.4);
     transform: scale(0.98);
}
.greetings_txt {
     text-align: center;
     display: flex;
     margin-left: 20px;
     margin-right: 20px;
     border-radius: 50px;
     text-decoration: none;
     justify-content: center;
     align-items: center;
     color: rgb(0 0 0);
     font-size: 20px;
     font-family: system-ui, sans-serif;
     font-weight: normal;
}
.greetings_div {
     color: rgb(12 12 12);
     text-align: center;
     font-size: 20px;
     border-style: none;
     border-width: 3px;
     border-color: rgb(217 217 217);
     overflow: hidden;
     justify-content: center;
     align-items: center;
     border-radius: 20px;
     flex-wrap: wrap;
     margin-right: auto;
     margin-left: auto;
     width: 90%;
     padding-bottom: 30px;
     padding-left: 10px;
     padding-right: 10px;
}
.clock-svg {
     width: 100px;
     height: auto;
}
.menu_container {
     background-color: rgb(255 255 255);
     color: rgb(12 12 12);
     text-align: center;
     margin: 10px;
     font-size: 20px;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
     margin-right: auto;
     margin-left: auto;
     padding-bottom: 10px;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 10px;
     border-radius: 20px;
}
.terms_policy {
     color: rgb(12 12 12);
     text-align: left;
     margin: 10px;
     font-size: 16px;
     border-style: none;
     overflow: hidden;
     justify-content: center;
     align-items: center;
     margin-top: 20px;
     margin-bottom: 20px;
     border-radius: 20px;
     flex-wrap: wrap;
     width: 100%;
     padding-bottom: 30px;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 30px;
}
.stepboxes {
     color: rgb(12 12 12);
     border-style: none;
     padding: 0px;
     justify-content: center;
     align-items: center;
     text-align: center;
     font-size: 16px;
     width: 100%;
     margin: auto;
     font-weight: 400;
     margin-bottom:10px;
}
.stepboxeh {
     color: rgb(199 172 87);
     border-style: none;
     padding: 0px;
     justify-content: center;
     align-items: center;
     text-align: center;
     font-size: 25px;
     width: 100%;
     margin: auto;
     font-weight: 400;
}
.pblboxes {
     border: 3px solid rgba(0, 0, 0, .125);
     background-color: rgb(255 255 255);
     color: rgb(0 0 0);
     height: 279px;
     width: 220px;
     text-align: center;
     outline: none;
     font-size: 26px;
     border-radius: 10px;
     overflow: hidden;
     display: flex;
     cursor: pointer;
     border-top-right-radius: 30px;
     /* border-bottom-left-radius: 50px; */
     justify-content: center;
     margin: 5px;
     align-items: center;
     padding: 5px;
     padding-bottom: 0px;
     flex-wrap: wrap;
     /* animation: tilt 3s infinite alternate; */
    /* Added animation */
     border-style: solid;
     border-width: 0px;
     border-color: #c7c7c7;
     /* border-right: none; */
     /* border-left: none; */
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 450px) {
    .pblboxes {
        width: 150px;   /* ← Set to whatever size you want */
        height: 200px;  /* ← Set to whatever size you want */
        font-size: 20px; /* optional */
    }
}

/* Keyframes for tilting side to side */
@keyframes tilt {
     0% {
         transform: rotate(-5deg);
        /* Starting tilt */
    }
     50% {
         transform: rotate(5deg);
        /* Maximum tilt */
    }
     100% {
         transform: rotate(-5deg);
        /* Back to starting tilt */
    }
}
.welboxes {
     /* border: 3px solid rgb(93 93 93); */
    /* Lighter border for a softer effect */
     background-color: rgb(255 255 255 / 46%);
    /* Light background for a clean look */
     color: #000000;
     height: 185px;
     width: 145px;
     text-align: center;
     outline: none;
     font-size: 26px;
     font-family: system-ui, sans-serif;
     border-radius: 10px;
     overflow: hidden;
     display: flex;
     cursor: pointer;
     justify-content: center;
     margin: 5px;
     align-items: center;
     margin-bottom: 30px;
     padding: 7px;
     flex-wrap: wrap;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* Subtle shadow for depth */
}
.welboxes:hover {
     background-color: rgb(228 228 228);
}
.welboxes:active {
     transform: scale(0.98);
    /* Slight shrink effect when clicked */
}
/* EXPAND DESCRIPTIONS START*/
.toggle-btn {
     background-color: rgb(0 0 0 / 0%);
     color: rgb(0 0 0);
     border-radius: 50px;
     -webkit-appearance: none;
     cursor: pointer;
     margin: 2px;
     height: 100px;
     z-index: 9000;
     width: 300px;
     font-size: 22px;
     overflow: hidden;
     flex-direction: column;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 5px;
     border: 1px solid rgba(0, 0, 0, .125);
     display: inline-flex;
     justify-content: center;
     border-width: 0px;
     align-items: center;
     transition: 1s;
     animation: animationtoggledes 10s infinite;
}
@keyframes animationtoggledes {
     0% {
         background-color: rgb(255 87 34 / 53%);
    }
     25% {
         background-color: rgb(0 94 169 / 47%);
    }
     50% {
         background-color: rgb(76 175 80 / 51%);
    }
     75% {
         background-color: rgb(233 30 99 / 53%);
    }
     100% {
         background-color: rgb(255 87 34 / 50%);
    }
}
.toggle-btn:hover {
     transform: rotate(360deg);
}
.toggle-btn:active {
     background-color: rgb(0 0 0 / 25%);
}
.more-text {
     display: block;
     max-height: 0;
    /* Initially collapsed */
     overflow: hidden;
     transition: max-height 0.5s ease-out;
    /* Smooth transition */
     font-size: 17px;
}
.more-text.expanded {
     max-height: 10000px;
    /* Large enough to expand all content */
}
.toggle-btn img {
     width: 40px;
    /* Adjust the icon size */
     height: 40px;
    /* Adjust the icon size */
}
/* EXPAND DESCRIPTIONS END*/
.time_frame_cp {
     color: rgb(12 12 12);
     text-align: center;
     margin: 30px;
     font-size: 20px;
     border-style: none;
     border-width: 3px;
     border-color: rgb(217 217 217);
     overflow: hidden;
     justify-content: center;
     align-items: center;
     margin-top: 20px;
     margin-bottom: 20px;
     border-radius: 20px;
     flex-wrap: wrap;
     margin-right: auto;
     margin-left: auto;
     width: 90%;
     padding-bottom: 30px;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 30px;
}

.table_header {
     font-size: 19px;
     color: rgb(0 0 0);
     font-weight: 500;
     text-align: left;
     /* width: 100%; */
}
.chatbotimg {
     width: 40px;
}

    .table-container {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;
    }

    table {
      border-collapse: collapse;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
    }

    th, td {
      border: 3px solid #cdcdcd;
      padding: 2px;
      font-weight: 400;
      background-color: #ffffff;
      text-align: left;
      font-size: 16px;
      color: #000000;
    }

    @media (max-width: 600px) {
      table, th, td {
        font-size: 16px;
      }
    }
.contacttable{
	     border-collapse: collapse;
     width: 100%;
     overflow: hidden;
     background-color: #000000;
}

.contacttr{
	 display: table-row;
     vertical-align: inherit;
     unicode-bidi: isolate;
     border-color: #ffffff;
}

.contactth{
	 background-color: #ffffff;
	 color: #000000;
	 font-size: 16px;
	 font-weight: normal;
	 font-family: system-ui, sans-serif;
}

.abouttable{
	     border-collapse: collapse;
	     width: 90%!important;
	     overflow: hidden;
	     background-color: #ffffff;
	     margin-bottom: 10px;
}

.abouttr{
	 display: table-row;
     vertical-align: inherit;
     unicode-bidi: isolate;
     border-color: #ffffff;
}

.abouttd{
	 background-color: #ffffff;
	 color: #000000;
	 font-size: 16px;
	 font-weight: normal;
	 font-family: system-ui, sans-serif;
}


.designtable{
	     border-collapse: collapse;
	     width: 90%;
	     overflow: hidden;
	     background-color: #000000;
	     margin-bottom: 20px;
}

.designtr{
	 display: table-row;
     vertical-align: inherit;
     unicode-bidi: isolate;
     border-color: #ffffff;
}

.designth{
	 background-color: #ffffff;
	 color: #000000;
	 font-size: 16px;
	 font-weight: 400;
	 font-family: system-ui, sans-serif;
}
.designtd{
	 background-color: #ffffff;
	 color: #000000;
	 font-size: 16px;
	 font-weight: 400;
	 font-family: system-ui, sans-serif;
}

/* -----------------------------------------SLIDE SHOW---------------------------------------START */
.main_image {
    position: relative;
    top: 0;
    z-index: -300;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
     filter: brightness(90%);
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-height: 500px;
}

.main_image img {
    width: 100%;
     top:-120px;
    height: auto;
     min-height:600px;/*ADJUST WHEN PAGE SMALL */
    display: block;
    object-fit: cover;
}
.main_image {
  position: relative;
  width: 100%;

}

.slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;      /* fills the container */
  object-fit: cover; /* maintain aspect ratio, crop if needed */
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.slideshow.active {
  opacity: 1;
  z-index: 2;
}
/* -----------------------------------------SLIDE SHOW---------------------------------------END */
/* --------------------------------------GAME PAGE BUTTONS----------------------------------START */
.buttoniconsgames {
       height: 110px;/* -----IMPORTANT-----*/
       width: 173px;/* -----IMPORTANT-----*/
       padding: 0px;/* -----IMPORTANT-----*/
       margin: 0px;/* -----IMPORTANT-----*/
       font-size: 20px;
       border-radius: 0px;
       margin-bottom: 5px;
       border-bottom: 3px solid #b6b6b6;
       border-top: 3px solid #b6b6b6;
}
.bodybtngames {
    color: #000000; /* Initial text color */
    border-radius: 20px;
    cursor: pointer;
    background-color: #ffffff;
    margin: 5px;
    height: 230px;/* -----IMPORTANT-----*/
    width: 173px;/* -----IMPORTANT-----*/
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    border: 0px solid #c4c4c4;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
}
.bodybtngames:active {
    transform: scale(0.95); /* Slightly shrink the button when clicked */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); /* Stronger shadow when active */
    background-color: rgb(255 255 255 / 90%); /* Slightly darken background */
    transition: transform 0.1s ease, box-shadow 0.1s ease; /* Smooth active transition */
}
@media (hover: hover) {
  .bodybtngames:hover {
    transform: translateY(-6px);
    transition: transform 0.3s ease-in-out;
  }
}
/* --------------------------------------GAME PAGE BUTTONS----------------------------------END */
/* --------------------------------------HOME PAGE BUTTONS----------------------------------START */
.buttoniconshome {
       height: 110px;/* -----IMPORTANT-----*/
       width: 173px;/* -----IMPORTANT-----*/
       padding: 0px;/* -----IMPORTANT-----*/
       margin: 0px;/* -----IMPORTANT-----*/
       font-size: 20px;
       border-radius: 0px;
       margin-bottom: 5px;
       border-bottom: 3px solid #b6b6b6;
       border-top: 3px solid #b6b6b6;
}
.bodybtnhome {
    color: #000000; /* Initial text color */
    border-radius: 20px;
    cursor: pointer;
    background-color: #ffffff80;
    margin: 5px;
    height: 170px;/* -----IMPORTANT-----*/
    width: 173px;/* -----IMPORTANT-----*/
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    border: 0px solid #c4c4c4;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
}
.bodybtnhome:active {
    transform: scale(0.95); /* Slightly shrink the button when clicked */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); /* Stronger shadow when active */
    background-color: rgb(255 255 255 / 90%); /* Slightly darken background */
    transition: transform 0.1s ease, box-shadow 0.1s ease; /* Smooth active transition */
}
@media (hover: hover) {
  .bodybtnhome:hover {
    transform: translateY(-6px);
    transition: transform 0.3s ease-in-out;
  }
}
/* --------------------------------------HOME PAGE BUTTONS----------------------------------END */
/* --------------------------------------HOME PAGE BOXES----------------------------------START */
.buttoniconsboxes {
       height: 120px;/* -----IMPORTANT-----*/
       width: 183px;/* -----IMPORTANT-----*/
       padding: 0px;/* -----IMPORTANT-----*/
       margin: 0px;/* -----IMPORTANT-----*/
       font-size: 20px;
       border-radius: 0px;
       margin-bottom: 5px;
       border-bottom: 3px solid #b6b6b6;
       border-top: 3px solid #b6b6b6;
}
.bodybtnboxes {
    color: #000000; /* Initial text color */
    border-radius: 20px;
    cursor: pointer;
    background-color: #ffffffd4;
    margin: 5px;
    height: 240px;/* -----IMPORTANT-----*/
    width: 183px;/* -----IMPORTANT-----*/
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    border: 0px solid #c4c4c4;
    border-radius: 10px;
    margin-bottom: 25px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
}
.bodybtnboxes:active {
    transform: scale(0.95); /* Slightly shrink the button when clicked */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); /* Stronger shadow when active */
    background-color: #008eff; /* Slightly darken background */
    color:#fff;
    transition: transform 0.1s ease, box-shadow 0.1s ease; /* Smooth active transition */
}
@media (hover: hover) {
  .bodybtnboxes:hover {
    transform: translateY(-6px);
    transition: transform 0.3s ease-in-out;
  }
}
.bodybtnboxes {
  display: flex;
  flex-direction: column;
   /* aligns everything left */
}

.bodybtnboxes span {
  text-align: center;
}
/* --------------------------------------HOME PAGE BOXES----------------------------------END */
/* --------------------------------------HOME PAGE BOXES CONTACT PAGE----------------------------------START */
.buttoniconsboxes_contact {
       height: 120px;/* -----IMPORTANT-----*/
       width: 183px;/* -----IMPORTANT-----*/
       padding: 0px;/* -----IMPORTANT-----*/
       margin: 0px;/* -----IMPORTANT-----*/
       font-size: 20px;
       border-radius: 0px;
       margin-bottom: 5px;
       border-bottom: 3px solid #b6b6b6;
       border-top: 3px solid #b6b6b6;
}
.bodybtnboxes_contact {
    color: #000000; /* Initial text color */
    border-radius: 20px;
    cursor: pointer;
    background-color: #ffffff;
    margin: 5px;
    height: 155px;/* -----IMPORTANT-----*/
    width: 183px;/* -----IMPORTANT-----*/
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    border: 0px solid #c4c4c4;
    border-radius: 10px;
    margin-bottom: 25px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
}
.bodybtnboxes_contact:active {
    transform: scale(0.95); /* Slightly shrink the button when clicked */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); /* Stronger shadow when active */
    background-color: #008eff; /* Slightly darken background */
    color:#fff;
    transition: transform 0.1s ease, box-shadow 0.1s ease; /* Smooth active transition */
}
@media (hover: hover) {
  .bodybtnboxes_contact:hover {
    transform: translateY(-6px);
    transition: transform 0.3s ease-in-out;
  }
}
.bodybtnboxes_contact {
  display: flex;
  flex-direction: column;
   /* aligns everything left */
}

.bodybtnboxes_contact span {
  text-align: center;
}
/* --------------------------------------HOME PAGE BOXES CONTACT PAGE----------------------------------END */
/* --------------------------------------KIDS CORNER PAGE BUTTONS----------------------------------START */
.buttoniconskidscorner {
       height: 110px;/* -----IMPORTANT-----*/
       width: 173px;/* -----IMPORTANT-----*/
       padding: 0px;/* -----IMPORTANT-----*/
       margin: 0px;/* -----IMPORTANT-----*/
       font-size: 20px;
       border-radius: 0px;
       margin-bottom: 5px;
       border-bottom: 3px solid #b6b6b6;
       border-top: 3px solid #b6b6b6;
}
.bodybtnkidscorner {
    color: #000000; /* Initial text color */
    border-radius: 20px;
    cursor: pointer;
    background-color: #ffffff;
    margin: 5px;
    height: 240px;/* -----IMPORTANT-----*/
    width: 173px;/* -----IMPORTANT-----*/
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    border: 0px solid #c4c4c4;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
}
.bodybtnkidscorner:active {
    transform: scale(0.95); /* Slightly shrink the button when clicked */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); /* Stronger shadow when active */
    background-color: rgb(255 255 255 / 90%); /* Slightly darken background */
    transition: transform 0.1s ease, box-shadow 0.1s ease; /* Smooth active transition */
}
@media (hover: hover) {
  .bodybtnkidscorner:hover {
    transform: translateY(-6px);
    transition: transform 0.3s ease-in-out;
  }
}
/* --------------------------------------KIDS CORNER PAGE BUTTONS----------------------------------END */
/* --------------------------------------CANVAS PAGE BUTTONS----------------------------------START */
.buttoniconscanvas {
       height: 110px;/* -----IMPORTANT-----*/
       width: 173px;/* -----IMPORTANT-----*/
       padding: 0px;/* -----IMPORTANT-----*/
       margin: 0px;/* -----IMPORTANT-----*/
       font-size: 20px;
       border-radius: 0px;
       margin-bottom: 5px;
       border-bottom: 3px solid #b6b6b6;
       border-top: 3px solid #b6b6b6;
}
.bodybtncanvas {
    color: #000000; /* Initial text color */
    border-radius: 20px;
    cursor: pointer;
    background-color: #ffffff;
    margin: 5px;
    height: 250px;/* -----IMPORTANT-----*/
    width: 173px;/* -----IMPORTANT-----*/
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    border: 0px solid #c4c4c4;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
}
.bodybtncanvas:active {
    transform: scale(0.95); /* Slightly shrink the button when clicked */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); /* Stronger shadow when active */
    background-color: rgb(255 255 255 / 90%); /* Slightly darken background */
    transition: transform 0.1s ease, box-shadow 0.1s ease; /* Smooth active transition */
}
@media (hover: hover) {
  .bodybtncanvas:hover {
    transform: translateY(-6px);
    transition: transform 0.3s ease-in-out;
  }
}
/* --------------------------------------CANVAS PAGE BUTTONS----------------------------------END */
/* --------------------------------------PUZZLES PAGE BUTTONS----------------------------------START */
.buttoniconspuzzles {
       height: 110px;/* -----IMPORTANT-----*/
       width: 173px;/* -----IMPORTANT-----*/
       padding: 0px;/* -----IMPORTANT-----*/
       margin: 0px;/* -----IMPORTANT-----*/
       font-size: 20px;
       border-radius: 0px;
       margin-bottom: 5px;
       border-bottom: 3px solid #b6b6b6;
       border-top: 3px solid #b6b6b6;
}
.bodybtnpuzzles {
    color: #000000; /* Initial text color */
    border-radius: 20px;
    cursor: pointer;
    background-color: #ffffff;
    margin: 5px;
    height: 250px;/* -----IMPORTANT-----*/
    width: 173px;/* -----IMPORTANT-----*/
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    border: 0px solid #c4c4c4;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
}
.bodybtnpuzzles:active {
    transform: scale(0.95); /* Slightly shrink the button when clicked */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); /* Stronger shadow when active */
    background-color: rgb(255 255 255 / 90%); /* Slightly darken background */
    transition: transform 0.1s ease, box-shadow 0.1s ease; /* Smooth active transition */
}
@media (hover: hover) {
  .bodybtnpuzzles:hover {
    transform: translateY(-6px);
    transition: transform 0.3s ease-in-out;
  }
}
/* --------------------------------------PUZZLES PAGE BUTTONS----------------------------------END */
/* --------------------------------------CODESCHOOL PAGE BUTTONS----------------------------------START */
.buttoniconscodeschool {
       height: 110px;/* -----IMPORTANT-----*/
       width: 173px;/* -----IMPORTANT-----*/
       padding: 0px;/* -----IMPORTANT-----*/
       margin: 0px;/* -----IMPORTANT-----*/
       font-size: 20px;
       border-radius: 0px;
       margin-bottom: 5px;
       border-bottom: 3px solid #b6b6b6;
       border-top: 3px solid #b6b6b6;
}
.bodybtncodeschool {
    color: #000000; /* Initial text color */
    border-radius: 20px;
    cursor: pointer;
    background-color: #ffffff;
    margin: 5px;
    height: 250px;/* -----IMPORTANT-----*/
    width: 173px;/* -----IMPORTANT-----*/
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    border: 0px solid #c4c4c4;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
}
.bodybtncodeschool:active {
    transform: scale(0.95); /* Slightly shrink the button when clicked */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); /* Stronger shadow when active */
    background-color: rgb(255 255 255 / 90%); /* Slightly darken background */
    transition: transform 0.1s ease, box-shadow 0.1s ease; /* Smooth active transition */
}
@media (hover: hover) {
  .bodybtncodeschool:hover {
    transform: translateY(-6px);
    transition: transform 0.3s ease-in-out;
  }
}
/* --------------------------------------CODESCHOOL PAGE BUTTONS----------------------------------END */
/* --------------------------------------FOOD RECIPES PAGE BUTTONS----------------------------------START */
.buttoniconsfoodrecipes {
       height: 110px;/* -----IMPORTANT-----*/
       width: 173px;/* -----IMPORTANT-----*/
       padding: 0px;/* -----IMPORTANT-----*/
       margin: 0px;/* -----IMPORTANT-----*/
       font-size: 20px;
       border-radius: 0px;
       margin-bottom: 5px;
       border-bottom: 3px solid #b6b6b6;
       border-top: 3px solid #b6b6b6;
}
.bodybtnfoodrecipes {
    color: #000000; /* Initial text color */
    border-radius: 20px;
    cursor: pointer;
    background-color: #ffffff;
    margin: 5px;
    height: 160px;/* -----IMPORTANT-----*/
    width: 173px;/* -----IMPORTANT-----*/
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    border: 0px solid #c4c4c4;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
}
.bodybtnfoodrecipes:active {
    transform: scale(0.95); /* Slightly shrink the button when clicked */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); /* Stronger shadow when active */
    background-color: rgb(255 255 255 / 90%); /* Slightly darken background */
    transition: transform 0.1s ease, box-shadow 0.1s ease; /* Smooth active transition */
}
@media (hover: hover) {
  .bodybtnfoodrecipes:hover {
    transform: translateY(-6px);
    transition: transform 0.3s ease-in-out;
  }
}
/* --------------------------------------FOOD RECIPES PAGE BUTTONS----------------------------------END */
/* --------------------------------------TOOLS PAGE BUTTONS----------------------------------START */
.buttoniconstools {
       height: 110px;/* -----IMPORTANT-----*/
       width: 173px;/* -----IMPORTANT-----*/
       padding: 0px;/* -----IMPORTANT-----*/
       margin: 0px;/* -----IMPORTANT-----*/
       font-size: 20px;
       border-radius: 0px;
       margin-bottom: 5px;
       border-bottom: 3px solid #b6b6b6;
       border-top: 3px solid #b6b6b6;
}
.bodybtntools {
    color: #000000; /* Initial text color */
    border-radius: 20px;
    cursor: pointer;
    background-color: #ffffff;
    margin: 5px;
    height: 250px;/* -----IMPORTANT-----*/
    width: 173px;/* -----IMPORTANT-----*/
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    border: 0px solid #c4c4c4;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
}
.bodybtntools:active {
    transform: scale(0.95); /* Slightly shrink the button when clicked */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); /* Stronger shadow when active */
    background-color: rgb(255 255 255 / 90%); /* Slightly darken background */
    transition: transform 0.1s ease, box-shadow 0.1s ease; /* Smooth active transition */
}
@media (hover: hover) {
  .bodybtntools:hover {
    transform: translateY(-6px);
    transition: transform 0.3s ease-in-out;
  }
}
/* --------------------------------------TOOLS PAGE BUTTONS----------------------------------END */
/*Glowing top bar Start---------------------------------------------*/
.topbar {
    height: 56px;
    width: 100%;
    background: linear-gradient(
        45deg,
        #ff0000,
        #ff7300,
        #005ba4,
        #89ff00,
        #673AB7,
        #002bff,
        #ffe500,
        #ff00c8,
        #ff0000
    );
    background-size: 500%;
    animation: glowing 40s linear infinite;
}
@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
/*Glowing top bar End---------------------------------------------*/
/*Contact Page QR Code Start---------------------------------------------*/
.boxes_contactpg {
     height: 430px;
     width: 319px;
     padding: 20px;
     margin: 10px;
     border-radius: 20px;
     background-color: #ffffff;
     color: #b1b1b1;
     font-size: 23px;
     font-weight: 300;
     font-family: system-ui, sans-serif;
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     cursor: pointer;
     overflow: hidden;
     border: 3px solid #c8ad5b;
     border-style: solid;
     border-width: 10px;
     border-right: none;
     border-left: none;
}
/* Hover effect */
.boxes_contactpg:hover {
     box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
     background-color: #e4e4e4;
}
.boxes_contactpg_title {
     color: rgb(199 172 87);
     border-style: none;
     padding: 0px;
     justify-content: center;
     align-items: center;
     text-align: center;
     font-size: 25px;
     width: 100%;
     margin: 0px;
     font-weight: 400;
}
.boxes_contactpg_p {
     color: rgb(199 172 87);
     border-style: none;
     padding: 0px;
     justify-content: center;
     align-items: center;
     text-align: center;
     font-size: 16px;
     width: 100%;
     margin: 0px;
     font-weight: 400;
}
.boxes_contactpg_image {
     transition: 1s;
     /* margin-bottom: 20px; */
     width: 132px;
}
/*Contact Page QR Code End---------------------------------------------*/