.border_left_cust {
    border-left: thick solid #FF0000 !important;
    text-align: justify;
    background-color: #d9fcd3;
  }
.toc_container {
    background: #2a3642;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%;
}
.acm-features.style-1.bg-secondary {
    background-color: #240e4f !important;
}

.img_right img {
  float:right;
  height: 40%;
  width: 40%;
  padding: 5px;
  border: 1px solid black;
  margin:20px 20px;
}

.img_middle img {
  display: block; margin-left: auto; margin-right: auto;
  border: 4px dotted red;
}

.img_left img {
  float:left;
  height: 40%;
  width: 40%;
  padding: 5px;
  border: 1px solid black;
  margin:20px 20px;
}

.thimage img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 300px;
}

.thimage img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

div.cust_justify {
  text-align: justify;
}

hr {
  border-top: 1px solid red;
}

#publisher_container{display:none;}

/*All custom css*/

/*All buttons*/

.button3d {
	display: inline-block;
	padding: 12px 24px;
	background-color: #4CAF50;
	color: white !important;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.674);
}

.button3d:hover {
	background-color: #245927;
}

.button3d:active {
	box-shadow: none;
	transform: translateY(4px);
}

.button3dbl {
	display: inline-block;
	padding: 12px 24px;
	background-color: #2a2e89;
	color: white !important;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.674);
}

.button3dbl:hover {
	background-color: #060825;
}

.button3dbl:active {
	box-shadow: none;
	transform: translateY(4px);
}

.button3dye {
	display: inline-block;
	padding: 12px 24px;
	background-color: #eace1d;
	color: rgb(0, 0, 0) !important;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.674);
}

.button3dye:hover {
	background-color: #5a4f08;
}

.button3dye:active {
	box-shadow: none;
	transform: translateY(4px);
}

.button3dor {
	display: inline-block;
	padding: 12px 24px;
	background-color: #ef7f23;
	color: white !important;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.674);
}

.button3dor:hover {
	background-color: #75430a;
}

.button3dor:active {
	box-shadow: none;
	transform: translateY(4px);
}

.button3dpu {
	display: inline-block;
	padding: 12px 24px;
	background-color: #4b038b;
	color: white !important;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.674);
}

.button3dpu:hover {
	background-color: #150127;
}

.button3dpu:active {
	box-shadow: none;
	transform: translateY(4px);
}

.button3dre {
	display: inline-block;
	padding: 12px 24px;
	background-color: #ef2a23;
	color: white !important;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.674);
}

.button3dre:hover {
	background-color: #610f0c;
}

.button3dre:active {
	box-shadow: none;
	transform: translateY(4px);
}

/*no buttons*/

.nobutton3dye {
	display: inline-block;
	padding: 12px 24px;
	background-color: #eace1d;
	color: rgb(0, 0, 0) !important;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.674);
}

.nobutton3dre {
	display: inline-block;
	padding: 12px 24px;
	background-color: #ef2a23;
	color: white !important;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.674);
}

/*Text Highlighter*/

.highlight-red {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(
    -100deg,
    rgba(255, 20, 0, 0.2),
    rgba(255, 20, 0, 0.7) 95%,
    rgba(255, 20, 0, 0.1)
  );
}
.highlight-yellow {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(
    -100deg,
    rgba(255, 224, 0, 0.2),
    rgba(255, 224, 0, 0.7) 95%,
    rgba(255, 224, 0, 0.1)
  );
}
.highlight-green {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(
    -100deg,
    rgba(0, 255, 20, 0.2),
    rgba(174, 211, 255, 0.854) 95%,
    rgba(0, 255, 20, 0.1)
  );
}
  .highlight-blue {
    border-radius: 1em 0 1em 0;
    background-image: linear-gradient(
      -100deg,
      rgba(130, 140, 255, 0.2),
      rgba(130, 140, 255, 0.7) 95%,
      rgba(130, 140, 255, 0.1)
    );
  }

/*table decoration*/

.styled-table {
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 0.9em;
	font-family: sans-serif;
	min-width: 360px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
	background-color: #009879;
	color: #ffffff;
	text-align: left;
}

.styled-table th, .styled-table td {
	padding: 12px 15px;
}

.styled-table tbody tr {
	border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
	background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
	border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
	font-weight: bold;
	color: #009879;
}

/*list decoration*/

ul.circle-checkmark {
	line-height: 1.5em;
	margin: 5px 0 15px;
	padding: 0;
}

li.circle-checkmark {
	list-style: none;
	position: relative;
	padding: 0 0 0 20px;
}

li.circle-checkmark::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	border: solid 8px #f9dd94;
	border-radius: 8px;
}

li.circle-checkmark::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	width: 3px;
	height: 6px;
	border: solid #7eb4e2;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/*form decoration*/

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 177.77%; /* This creates a 9:16 aspect ratio */
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobilemenuck-togglericon::after {
    background: none !important;
    width: 100% !important;
    text-align: right !important;
    margin-right: 5px;
}

.button-82-pushable {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-82-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

.button-82-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    to left,
    hsl(340deg 100% 16%) 0%,
    hsl(340deg 100% 32%) 8%,
    hsl(340deg 100% 32%) 92%,
    hsl(340deg 100% 16%) 100%
  );
}

.button-82-front {
  display: block;
  position: relative;
  padding: 12px 27px;
  border-radius: 12px;
  font-size: 1.1rem;
  color: white;
  background: hsl(345deg 100% 47%);
  will-change: transform;
  transform: translateY(-4px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
  .button-82-front {
    font-size: 1.25rem;
    padding: 12px 42px;
  }
}

.button-82-pushable:hover {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
}

.button-82-pushable:hover .button-82-front {
  transform: translateY(-6px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
  transform: translateY(4px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
  outline: none;
}
/* CSS Class for Decorative Handwritten List */
.handwritten-list {
    list-style-type: none; /* Remove default list markers */
    padding: 0;
    margin: 0;
    font-family: "Patrick Hand", "Homemade Apple", cursive; /* Choose a handwriting font */
    font-size: 1.2rem;
    line-height: 1.5;
    color: #2b2b2b; /* Ink-like dark gray color */
}

.handwritten-list li {
    position: relative;
    padding-left: 1.5rem; /* Space for the custom marker */
    margin-bottom: 0.8rem; /* Spacing between list items */
}

.handwritten-list li::before {
    content: "✎"; /* Custom marker resembling an ink pen doodle */
    position: absolute;
    left: 0;
    color: #2b2b2b;
    font-size: 1.5rem; /* Slightly larger than text for emphasis */
    transform: rotate(-15deg); /* Slight rotation for a casual feel */
}

/* Optional: Add slight randomness to spacing for a more authentic look */
.handwritten-list li:nth-child(even) {
    margin-bottom: 1rem;
}

.handwritten-list li:nth-child(odd) {
    margin-bottom: 0.6rem;
}
.responsive-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px; /* Adjust spacing between items */
    padding: 16px; /* Add padding around the gallery */
    box-sizing: border-box;
}

.responsive-gallery figure {
    margin: 0;
    overflow: hidden;
    border-radius: 8px; /* Optional: Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Shadow for better visuals */
}

.responsive-gallery figure img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Ensures the image covers the figure area */
}

  .responsive-iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* Aspect ratio: 16:9 */
    overflow: hidden;
    background-color: #f9f9f9; /* Decorative background */
    border: 2px solid #ccc; /* Add a border for style */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  }

  .responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300%;
    border: none; /* Remove the default border */
  }

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* Center container to align the product card in the center */
.center-container {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;    /* Centers vertically */
  background-color: #f9f9f9; /* Optional: Adds a background color for better visibility */
  margin: 0;
}

/* Style the product card container */
.product-card {
  width: 350px; /* Adjust width as needed */
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 20px;
  background-color: #fff;
}

/* Style the product image */
.product-image {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* Style the button */
.buy-button {
  display: inline-block;
  width: 90%;
  margin: 10px auto;
  padding: 10px 0;
  text-align: center;
  background-color: #007BFF; /* Button color */
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

/* Button hover effect */
.buy-button:hover {
  background-color: #0056b3; /* Darker shade of the button color */
}


