/* @import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Satisfy&display=swap");


#homebody{
 padding-top: 96px;
}

#homebanner{
  z-index: 1060; 
  height: 33px; 
  font-size: 1.1rem;
  background-color: rgb(44, 44, 76);
  font-family: 'Times New Roman', Times, serif;
}




/* Custom Toast Styles */
.custom-toast-popup {
  display: flex !important;           
  align-items: center !important;       
  justify-content: center !important;  
  font-size: 14px !important;
  max-width: 100% !important; 
  text-align: left;       
}

.custom-toast-title {
  margin: 0 !important;  
  color: black !important;
  font-size: 1rem !important;
  font-weight: bold !important;  
}

.custom-toast-icon {
  margin-right: 0.2rem !important;
  vertical-align: middle; 
}






.nav-item {
  margin-bottom: 0.4rem !important; 
}

.nav-link {
  padding-top: 0.4rem !important;   
  padding-bottom: 0.4rem !important;
}


#salesenq{
  font-size: 1rem !important;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold !important;
  margin-top: 0.9rem !important;
  text-transform:capitalize !important;
}



/* Styling for the print preview */
.preview-box {
  border: 1px solid #ccc;
  padding: 5px;
  width: 50.8mm;  /* 2-inch width */
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  background-color: #fff;
  text-align: left;
  line-height: 1.2;
  font-size: 10px;  /* Smaller font size for fitting content */
}

/* Supermarket Bill specific styling */
.supermarket-bill {
  width: 100%;
  padding: 5px;
}

/* Header */
.supermarket-bill .header {
  text-align: center;
  font-size: 12px;  /* Slightly larger for header */
  font-weight: bold;
  margin-bottom: 8px;
}

.supermarket-bill .header p {
  font-size: 10px;
  margin: 0;
  color: #666;
}

/* Line separator */
.divider {
  border-top: 1px solid #ddd;
  margin: 5px 0;
}

/* Invoice Details */
.supermarket-bill .invoice-details {
  font-size: 10px;
  margin-bottom: 10px;
}

/* Table Headers for Products */
.supermarket-bill .items table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
  font-size: 10px;
}

.supermarket-bill .items th,
.supermarket-bill .items td {
  padding: 2px;
  text-align: left;
}

.supermarket-bill .items th {
  font-weight: bold;
}

.supermarket-bill .item-name {
  text-align: left;
}

.supermarket-bill .item-price {
  text-align: right;
}

/* Total Section */
.supermarket-bill .total {
  font-size: 10px;
  margin-top: 5px;
  text-align: right;
}

/* Payment Type */
.supermarket-bill .payment-type {
  font-size: 10px;
  text-align: left;
}

/* GST Summary */
.supermarket-bill .gst-summary {
  font-size: 10px;
  text-align: left;
}

/* Footer */
.supermarket-bill .footer {
  text-align: center;
  font-size: 9px;
  margin-top: 8px;
  color: #888;
}






/* Custom size for the popup */
.swal2-popup.small-popup {
  width: 300px; /* Adjust this for desired size */
  font-size: 14px; /* Adjust the font size */
  font-weight: bold;
}

/* Custom size for the title */
.swal2-title.small-title {
  font-size: 14px; /* Adjust the title size */
  font-weight: bold;
}

/* Custom size for the content (message) */
.swal2-content.small-content {
  font-size: 14px; /* Adjust content size */
  font-weight: bold;
}

/* Custom size for the button */
.swal2-confirm.small-button {
  padding: 8px 16px; /* Adjust padding for the button */
  font-size: 10px; /* Adjust button font size */
  font-weight: bold;
}

/* navbar design  */

.navbar ul li a {
  font-size: 1.1rem;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

/* .navbar ul li a:hover {
  color: white !important;
  background-color: rgb(235, 168, 75);
} */

#formcontainer {
  margin-top: 8rem;
}

#formcontainerreg {
  margin-top: 2.1rem;
}

.custom-toast-popup {
  text-align: center; /* Center aligns the entire popup content */
  padding: 0.8rem !important;
}

.custom-toast-title {
  margin-top: 0.5rem !important; /* Adjust top margin if needed */
  font-weight: bold !important;
  color: green !important;
  font-size: 1rem !important;
}

.custom-toast-icon {
  margin-right: 0.8rem !important; /* Adjust right margin if needed */
  vertical-align: middle; /* Align icon vertically with text */
}



/* Custom class for smaller SweetAlert2 popup */
.small-swal-popup {
  margin-top: -5rem !important;
  width: 250px !important;
  font-size: 11px !important;
  font-weight: bold !important;
}

.denomination-btn {
  width: 120px; /* Button width */
  height: 60px; /* Button height */
  background-size: contain; /* Ensures the full image fits inside the button */
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent; /* Remove grey background */
  border: none;
  cursor: pointer;
  /* display: flex;
    align-items: center;
    justify-content: center; */
}

.dataTables_length select {
  width: 70px; /* Adjust this value as needed */
  min-width: 70px; /* Set a minimum width */
}

.container {
  display: flex;
  flex-direction: column;
  height: 100%; /* Full height for container */
}

.row {
  flex: 1; /* Allow rows to expand and contract */
  overflow: hidden; /* Hide overflow to manage scroll */
}

.sidebar-brand-text {
  color: #f19c1a;
  font-size: 0.9rem !important;
  width: 100%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-toast-popup {
  text-align: center; /* Center aligns the entire popup content */
  padding: 0.8rem !important;
}

.custom-toast-title {
  margin-top: 0.5rem !important; /* Adjust top margin if needed */
  font-weight: bold !important;
  color: green !important;
  font-size: 1rem !important;
}

.custom-toast-icon {
  margin-right: 0.8rem !important; /* Adjust right margin if needed */
  vertical-align: middle; /* Align icon vertically with text */
}

.taxmaster h1 {
  font-family: "Times New Roman", Times, serif !important;
  color: #40534c;
  font-weight: bold;
}

#error-message {
  margin-bottom: 15px;
}

/* pos screen */

/* .possection {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    background-color: #fff;
    height: 90vh; 
    margin-top: 1rem;
  }
  
  .left-grid,
  .right-grid {
    padding: 10px;
    box-sizing: border-box;
  }
  

  .left-grid {
    width: 66.67%;
    border-right: 1px solid #ccc;
    height: calc(100vh - 2rem); 
    overflow-y: auto;
    padding-bottom: 90px;
    margin-bottom: 90px;
  }


  /* Left Grid */
.left-grid {
  width: 66.67%;
  border-right: 1px solid #ccc;
  height: calc(100vh - 2rem); /* This limits the height */
  overflow: hidden; /* Prevents full-page scroll */
  padding-bottom: 150px; /* Adds space at the bottom for other content */
  margin-bottom: 250px; /* Ensures space at the bottom */
  display: flex;
  flex-direction: column;
}

/* Product Grid (Card List) */
.product-grid {
  flex-grow: 1;
  overflow-y: auto; /* Scrolls when content overflows */
  max-height: calc(100vh - 2rem - 90px); /* Adjust this height */
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 items per row */
}

/* Right Grid - Keeps layout fixed */
.right-grid {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden; /* No full page scroll */
  min-height: 0;
}

/* Table Container - Keeps rows visible, adds scroll only when necessary */
.item-table-container {
  flex-grow: 1;
  overflow-y: auto; /* Enables scrolling when too many rows */
  max-height: 60vh; /* Adjust as needed */
  position: relative; /* Required for sticky positioning of the header */
  scrollbar-width: thin; /* Makes the scrollbar thinner */
}

/* Make the table header sticky */
.item-table thead {
  position: sticky;
  top: 0;
  background-color: #343a40; /* Keeps the header background fixed */
  z-index: 10; /* Ensures the header stays on top */
}

/* Reduce font size dynamically for the table rows */
.item-table td,
.item-table th {
  font-size: 14px; /* Default font size */
}

/* When the table has a lot of rows, shrink font size */
.item-table-container:has(.item-table tr) {
  font-size: calc(12px + 1vw); /* Decreases font size if needed */
}

/* Category container adjustments */
.category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #007bff; /* Blue background for category */
  color: white;
  font-weight: bold;
  border-radius: 10px;
  overflow: hidden; /* Prevent scrolling or overflow */
}

#categoryNameContainer {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  overflow: hidden; /* Hide any overflow */
}

#categoryName {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

#categoryName span {
  margin: 0 10px;
  white-space: nowrap; /* Prevent wrapping of category names */
  text-overflow: ellipsis;
}

/* Add styling for the left and right arrows */
.arrow {
  cursor: pointer;
  font-size: 20px;
}

#categoryContainer {
  background-color: white;
  color: black;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
}

/* .category-item {
    font-weight: bold;
    padding: 5px;
    margin: 5px;
    background-color: white;
    color: red;
    border-radius: 5px;
    text-align: center;
    flex: 1; 
    max-width: 25%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  } */

.category-item {
  font-weight: bold;
  padding: 8px;
  margin: 2px;
  background-color: white;
  color: red;
  border: 1px solid #ddd; /* Light border */
  border-radius: 5px;
  cursor: pointer !important; /* Pointer cursor */
  transition: box-shadow 0.1s ease, transform 0.1s ease;
  text-align: center;
  flex: 1;
  max-width: 25%;
}

.category-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Hover shadow effect */
  transform: scale(1.05); /* Slightly enlarge on hover */
}

.category-item:active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Click shadow effect */
  transform: scale(0.95); /* Slightly shrink on click */
}

/* Product grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* gap: 5px; */
  padding: 5px;
  padding-bottom: 2rem;
  /* max-height: calc(100vh - 200px);  */
  overflow-y: auto; /* Enables scrolling */
}

/* Card Container */
.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100px; /* Fixed height for all cards */
  border-radius: 10px;
  overflow: hidden;

  color: white;
  /* padding: 5px; */
  box-sizing: border-box;
  cursor: pointer;
}

/* Card Image */
.product-card img {
  max-height: 70px; /* Fixed height for images */
  object-fit: contain; /* Ensures images fit nicely */
  width: 100%; /* Ensures the image spans the card width */
}

/* Card Body */
.product-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100%;
  flex-grow: 1;
  background-color: #f19c1a;
  color: white;
  font-weight: bold;
  padding: 3%;
}

.product-card .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* Allow wrapping within the 2-line limit */
}

.product-card .card-text {
  font-size: 14px;
  margin-bottom: 0;
}

/* Long product names */
.product-item.long-name img {
  max-height: 40%;
}

.product-item.long-name .product-info {
  flex-grow: 1;
}

/* Top bar */
.top-bar {
  display: flex;
  align-items: center;
}

#scanSearchProduct,
#searchCustomer {
  flex: 1;
}

#addCustomerBtn {
  padding: 5px 10px; /* Reduced padding for smaller button size */
  font-size: 12px; /* Adjusted font size for smaller button */
}

/* Button Row */
.button-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.button-row div {
  display: flex;
  justify-content: space-between;
}

.button-row input[type="text"],
.button-row input[type="number"] {
  width: 100px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}

.button-row p {
  margin-bottom: 5px;
  margin-right: 3px;
  margin-top: 5px;
}

/* Item Table */
.item-table-container {
  overflow-y: auto; /* Enables scrolling */
  flex-grow: 1;
  margin-top: 10px;
}

.item-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.item-table th,
.item-table td {
  border: 1px solid #ccc;
  padding: 4px;
  text-align: center;
}

.item-table th {
  background-color: #007bff;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.item-table button {
  background-color: red;
  color: #fff;
  border: none;
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
}

.discount-container #discount {
  width: 70px;
}

.bill-container #totalBill {
  width: 100px;
}

/* Button Container */
.button-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: fixed; /* Sticks to bottom */
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  padding: 10px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.button-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.button-container button {
  padding: 9px;

  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
}

/* Discount and Bill Containers */
.discount-container,
.bill-container {
  display: flex;
  align-items: center;
  gap: 5px; /* Space between label and input */
  white-space: nowrap;
}

.discount-container input,
.bill-container input {
  width: 120px;
  height: 38px;
  background-color: transparent;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
}

.d2 p {
  margin: 0;
  color: #007bff;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}


/* staff permission design */

/* Set max height for modal body */
#manage-permissions .modal-body {
    max-height: 500px; /* You can adjust this height as per your design */
    overflow-y: auto; /* Add vertical scrollbar */
}


header {
  font-family: "Lora", serif;
  font-size: 1.2rem;
  font-weight: bold;
}

/* contact us page design */

.contactsection1 {
  padding-top: 10rem;
  text-align: center;
}

.contactsection1 h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #e99904;
}

.contactsection1 h1 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

.contactsection1,
.contactform {
  padding-left: 11rem;
  padding-right: 11rem;
  padding-bottom: 1rem;
}

/* Chrome, Safari, Edge, Opera */
input.no-arrow::-webkit-outer-spin-button,
input.no-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.no-arrow {
  -moz-appearance: textfield;
}

.contactsection2 {
  padding: 4rem;
  text-align: center;
}

.contactsection2,
.contactinfo {
  padding-left: 9rem;
  padding-right: 9rem;
}

.contactsection2,
.contactinfo h4 {
  font-family: "Lora", serif;
  font-size: 1.3rem;
  font-weight: bold;
}

.contactsection2,
.contactinfo p {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.1rem;
  font-weight: bold;
}

.contactsection3 {
  padding: 2rem;
}

.contactsection3 #iframe {
  padding-left: 11rem;
  padding-right: 11rem;
}

/* footer design  */

.first-footer {
  color: black;
  padding: 4rem;
  padding-left: 8rem;
  padding-right: 8rem;
  padding-bottom: 0.7rem;
  font-family: "Times New Roman", Times, serif;
  line-height: 2rem;
}

.first-footer .footercontent {
  justify-content: space-evenly !important;
}

.first-footer .footercontent h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: rgb(233, 153, 4);
  content: " ";
  width: 50px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.first-footer .footercontent ul li a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.first-footer .footercontent ul li a:hover {
  color: rgb(233, 153, 4);
}

#social {
  display: flex !important;
  flex-direction: row !important;
  margin: 0.5rem;
}

#social ul li i {
  margin: 0.5rem;
}

.first-footer .footercontent1 h5 {
  text-align: center;
  font-size: 1.1rem;
}

/* home page design */

.homesection1 {
  padding: 4rem;
  padding-left: 9rem !important;
  padding-right: 9rem !important;
  background-color: rgb(250, 250, 250);
}

.homesection1 h5,
h4 {
  font-family: "Lora", serif;
  font-weight: bold;
  text-align: center;
  color: rgb(44, 44, 76);
}

.homesection1 .card-box {
  width: 180px;
  padding: 1.5rem;
  text-align: center;
  background-color: white;
}

.homesection1 .card-box h5 {
  font-size: 1rem;
  padding-top: 0.7rem;
  font-weight: bold;
}

.homesection2 {
  padding: 4rem !important;
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.homesection2 h4 {
  color: rgb(44, 44, 76);
  font-weight: bold;
  font-family: "Lora", serif;
  text-align: left;
}

.homesection2 p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.report-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.report-item {
  flex: 0 0 48%; /* Two items per row with a little gap */
  background: #f9f9f9;
  padding: 8px;
  border-radius: 4px;
  font-size: 16px;
}

.homesection3 .homesection3info {
  padding: 6rem;
  padding-top: 12rem;
  padding-left: 6rem;
  padding-right: 6rem;
  text-align: center;
  background-color: #f5f7fa;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.homesection3 .homesection3info h1 {
  font-size: 36px;
  margin-bottom: 16px;
  color: #333;
}

.homesection3 .homesection3info h6 {
  font-size: 18px;
  font-weight: 400;
  color: #555;
  margin-bottom: 8px;
}

.homesection3 .homesection3info p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

/* about us page design */

.aboutussection1 {
  padding: 4rem;
  padding-left: 7rem !important;
  padding-right: 7rem !important;
  background-color: rgb(250, 250, 250);
}

.aboutussection1 .card-box {
  width: 260px;
  padding: 1.3rem;
  text-align: center;
  background-color: white;
}

.aboutussection1 .card-box h5 {
  font-size: 1rem;
  padding-top: 0.7rem;
  font-weight: bold;
}

.aboutussection2 {
  padding: 6rem;
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.aboutussection2 h2 {
  text-align: center;
  color: rgb(44, 44, 76);
  font-weight: bold;
  font-family: "Lora", serif;
}

.aboutussection2 .accordion-item h2,
button {
  font-size: 1rem !important;
}

.aboutussection3 {
  padding-top: 11rem !important;
  padding: 4rem;
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.aboutussection3 h1 {
  font-family: "Dancing Script", cursive;
  font-weight: bold;
  color: rgb(44, 44, 76);
}

.aboutussection3 p {
  line-height: 2.3;
}

/* plan design */

.plansection1 {
  padding-top: 14rem;
  padding-left: 15rem !important;
  padding-right: 15rem !important;
  padding: 8rem;
  padding-bottom: 3rem !important;
}

.plansection1 h4 {
  font-size: 1.9rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  color: #e99904;
  padding-bottom: 1.2rem;
}

.plansection1 .pricing-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.plansection1 .pricing-card1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 320px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, #e5dfff, hsla(35, 68%, 75%, 0));
  box-sizing: border-box;
}

.plansection1 .pricing-card1 h5 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  color: rgb(44, 44, 76);
  font-size: 1.1rem;
}

.plansection1 .pricing-card1 h4 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  color: rgb(44, 44, 76);
  font-size: 1.4rem;
  text-align: left;
  padding-bottom: 0rem;
}

.plansection1 .pricing-card1 .pricingcontent1 {
  margin-top: 1rem;
  background-color: white;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 12px;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.plansection1 .pricing-card1 .pricingcontent1 p {
  /* margin: 0.4rem 0; */
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.9rem;
}

.plan-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.plan-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.plan-price {
  font-size: 1.2rem;
  font-weight: bold;
  color: red;
}

.plansection2 {
  padding: 4rem !important;
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.plansection2 h4 {
  color: rgb(44, 44, 76);
  font-weight: bold;
  font-family: "Lora", serif;
  text-align: left;
}

.plansection2 p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.plansection3 {
  padding: 4rem;
  padding-left: 9rem !important;
  padding-right: 9rem !important;
  background-color: rgb(250, 250, 250);
}

.plansection3 h5,
h4 {
  font-family: "Lora", serif;
  font-weight: bold;
  text-align: center;
  color: rgb(44, 44, 76);
}

.plansection3 .card-box {
  width: 300px;
  padding: 1.5rem;
  text-align: center;
  background-color: white;
}

.plansection3 .card-box h5 {
  font-size: 1rem;
  padding-top: 0.7rem;
  font-weight: bold;
}

/* blog section */

.blogsection1 {
  background-image: url("image/blogbg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.blogsection1 h3 {
  color: white;
  padding: 0.8rem;
  border-radius: 10px;
  background-color: rgb(44, 44, 76);
  font-weight: bold;
  font-family: "Lora", serif;
  font-size: 1.5rem;
  margin-top: 5.5rem !important;
  display: flex;
  align-items: center;
}

.blogsection2 {
  padding: 1rem !important;
  padding-top: 3rem !important;
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.blogsection3 {
  padding: 1rem !important;
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.blogsection3 .card h5 {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.blogsection3 .card p {
  font-size: 0.9rem;
  color: #666;
}

.blogsection3 .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blogsection3 .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(173, 172, 172, 0.15);
}

.blogsection4 {
  padding: 1rem !important;
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.blogsection4 h2 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

.blogsection4 p {
  line-height: 2rem;
}

/* policy design */

.privacypolicy {
  padding-top: 8.3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 2rem;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.privacypolicy h4 {
  font-weight: bold;
  color: rgb(44, 44, 76);
  text-align: left;
}

.privacypolicy ul li {
  font-weight: bold;
  color: black;
  font-size: 1rem;
}

.refundpolicy {
  padding-top: 8.3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 2rem;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.refundpolicy h4 {
  font-weight: bold;
  color: rgb(44, 44, 76);
  text-align: left;
}

.refundpolicy ul li {
  font-weight: bold;
  color: black;
  font-size: 1rem;
}

.shippingpolicy {
  padding-top: 8.3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 18rem;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.shippingpolicy h4 {
  font-weight: bold;
  color: rgb(44, 44, 76);
  text-align: left;
}

.shippingpolicy ul li {
  font-weight: bold;
  color: black;
  font-size: 1rem;
}

.termsofservice {
  padding-top: 8.3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.termsofservice h4 {
  font-weight: bold;
  color: rgb(44, 44, 76);
  text-align: left;
}

.termsofservice ul li {
  font-weight: bold;
  color: black;
  font-size: 1rem;
}

/* policy design end */





