 * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      body {
        font-family:
          "Poppins",
          -apple-system,
          Roboto,
          Helvetica,
          sans-serif;
        background-color: #f9fbfc;
        color: #101041;
      }
     :root {
        --kebs-primary: #225ca7;
        --kebs-dark: #101041;
        --kebs-gray: #d9d9d9;
        --kebs-lightgray: #f9fbfc;
        --kebs-button-gray: #949293;
        --kebs-orange: #e44d0b;
        --kebs-orange-light: #e56045;
      }
      .mcontainer {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 16px;
      }
      /* Mobile Menu */
      .mobile-menu-toggle {
        display: none;
        background: none;
        border: none;
        font-size: 24px;
        color: #101041;
        cursor: pointer;
      }

      .mobile-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 20px;
        z-index: 20;
      }

      .mobile-menu.active {
        display: block;
      }

      .mobile-nav-item {
        display: block;
        padding: 10px 0;
        color: #101041;
        text-decoration: none;
        font-size: 16px;
        border-bottom: 1px solid #f0f0f0;
      }

      .mobile-nav-item:last-child {
        border-bottom: none;
      }

      .mobile-nav-item.active {
        color: #225ca7;
        font-weight: 700;
      }

      /* Header Styles */
      .header {
        background: white;
      }

      .header-border {
        height: 29px;
        background-image: url("https://cdn.builder.io/api/v1/image/assets/TEMP/b0cf43061fc1e692431fccc8a095dfaffa0f2773");
        background-repeat: repeat-x;
      }

      .header-content {
        position: relative;
        padding:0;
		height:0px;
		
      }

      .header-curve {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        fill: #225ca7;
      }

      .header-inner {
        position: relative;
        z-index: 10;
        padding-top: 20px;
      }

      .logo {
        height: 32px;
        margin-bottom: 20px;
      }

      .nav-container {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        margin-bottom: 30px;
        position: relative;
		margin-top:-4%;
      }

      .nav-menu {
        display: flex;
        gap: 70px!important;
		margin-top:5%;
      }

.logo-container {
left:15%;
top:125%;
}
.logo-image{
margin-top:0%;
}
      .my-account-btn {
        position: absolute;
        right: 0;
      }

      .nav-item {
	    display: flex;
        font-size: 16px;
        font-weight: 400;
        color:#FFFFFF;
		gap: 70px!important;
        text-decoration: none;
      }

      .nav-item a {
        font-weight: 400;
        color: #FFFFFF!important;
      }

      .btn {
        border: none;
        border-radius: 50px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s;
		background-color:#225ca7;
		
      }

      .btn-secondary {
        background: #dfe2e7;
        color: #101041;
        padding: 12px 20px;
        font-size: 16px;
      }

      .btn-primary {
        background: #225ca7;
        color: white;
        padding: 12px 20px;
        font-size: 16px;
      }

      .btn-primary:hover {
        background: #1a4a8a;
      }

      .cart-btn {
        display: flex;
        align-items: center;
        gap: 12px;
        justify-self: end;
      }

      .cart-icon {
        width: 24px;
        height: 24px;
        stroke: white;
        fill: none;
      }

      /* Main Content */
      .main {
        padding: 40px 0;
      }

      /* Hero Section */
      .hero {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
        align-items: center;
        margin-top:20%;
        text-align: center;
      }

      .hero-content h1 {
        font-size: 32px;
        font-weight: 700;
        color: #101041;
        margin-bottom: 20px;
      }

      .hero-content h2 {
        font-size: 24px;
        font-weight: 800;
        color: #101041;
        line-height: 1.23;
        margin-bottom: 20px;
      }

      .hero-content p {
        font-size: 16px;
        color: #949293;
        line-height: 1.75;
        margin-bottom: 30px;
        max-width: 100%;
      }

      .hero-image {
        justify-self: center;
      }

      .hero-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
      }

      /* Categories Section */
      .categories {
        text-align: center;
        margin-top:-4%;
      }

      .categories h3 {
        font-size: 20px;
        font-weight: 800;
        color: #101041;
        margin-bottom: 30px;
      }

      .categories-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 12px;
      }

      .category-btn {
        background: #225ca7;
        color: white;
        border: none;
        border-radius: 16px;
        height: 60px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.2s;
        width: 100%;
      }
.categories-grid a{
color:#FFFFFF!important;
}
      .category-btn:hover {
        background: #1a4a8a;
      }

      /* Webstore Title */
      .webstore-title {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        color: #101041;
        margin-top:-4%;
      }

      /* Search Bar */
      .search-container {
        max-width: 100%;
        margin-top:-7%!important;
      }

      .search-bar {
        display: flex;
        align-items: center;
        background: rgba(255, 255, 255, 0.75);
        backdrop-filter: blur(25px);
        border: 0.33px solid rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        padding: 12px 16px;
        gap: 8px;
      }

      .search-bar input {
        flex: 1;
        border: none;
        background: transparent;
        outline: none;
        font-size: 16px;
        color: rgba(60, 60, 67, 0.6);
      }

      .search-bar input::placeholder {
        color: rgba(60, 60, 67, 0.6);
      }

      /* Standards Table - Desktop View (Hidden on Mobile) */
      .table-container {
        background: white;
        border-radius: 16px;
        overflow: hidden;
        margin-bottom: 40px;
        display:block;
		width: 100%;
  height: 100vh; /* Or adjust as needed */
  padding: 20px; /* Optional spacing inside */
  box-sizing: border-box;
      }

      .table-header {
        background: #dfe2e7;
        padding: 15px 30px;
      }

      .table-row {
        display: grid;
        grid-template-columns: 190px 330px 73px 115px 140px;
        gap: 30px;
        align-items: start;
      }

      .table-header .table-row {
        font-size: 20px;
        font-weight: 700;
        color: #101041;
        align-items: center;
      }

      .table-data-row {
        padding: 25px 30px;
        border-bottom: 1px solid #dfe2e7;
      }

      .table-data-row:last-child {
        border-bottom: none;
      }

      .code-cell {
        font-size: 15px;
        font-weight: 400;
      }

      .title-cell {
        font-size: 15px;
        line-height: 1.2;
      }

      .group-cell {
        font-size: 15px;
      }

      .classification-cell {
        font-size: 15px;
        line-height: 1.2;
      }

      .price-cell {
        font-size: 15px;
        text-align: center;
      }

      .actions-cell {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
      }

      .description-link {
        color: #225ca7;
        font-size: 15px;
        font-weight: 700;
        text-decoration: underline;
      }

      .add-to-cart-btn {
        background: #949293;
        color: white;
        border: none;
        border-radius: 8px;
        padding: 12px;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        white-space: nowrap;
      }

      /* Mobile Cards Layout */
      .mobile-cards-container {
        display: block;
        gap: 16px;
      }

      .mobile-card {
        background: white;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 16px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }

      .mobile-card-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
      }

      .mobile-card-title {
        font-size: 18px;
        font-weight: 700;
        color: #101041;
      }

      .mobile-card-price {
        font-size: 18px;
        font-weight: 700;
        color: #225ca7;
      }

      .mobile-card-details {
        font-size: 14px;
        line-height: 1.4;
        color: #101041;
        margin-bottom: 16px;
      }

      .mobile-card-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
      }

      .mobile-card-actions .add-to-cart-btn {
        flex: 1;
        text-align: center;
        padding: 10px;
        font-size: 14px;
      }

      /* Pagination */
      .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        margin-bottom: 60px;
        flex-wrap: wrap;
      }

      .pagination-nav {
        font-size: 14px;
        color: #101041;
        text-decoration: none;
        padding: 8px 12px;
      }

      .pagination-numbers {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
      }

      .pagination-number {
        font-size: 14px;
        color: #101041;
        text-decoration: none;
        padding: 8px 12px;
        border-radius: 4px;
      }

      .pagination-number.active {
        font-weight: 700;
        background: #225ca7;
        color: white;
      }

      /* Footer */
      .footer {
        position: relative;
      }

      .footer-border {
        height: 29px;
        background-image: url("https://cdn.builder.io/api/v1/image/assets/TEMP/b0cf43061fc1e692431fccc8a095dfaffa0f2773");
        background-repeat: repeat-x;
      }
.custom-footer {
  
/* Compensates for centered containers */
  background: #222;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  
}
.footer-content {
left: 0;
width: 100vw; /* Full viewport width */
margin-left: calc(-50vw + 50%); 
position: relative;
background: #225ca7;
padding: 20px 0;
display: grid;
grid-template-columns: 1fr;

}
.footer-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
      }

      .footer-section h4 {
        font-size: 18px;
        font-weight: 700;
        color: #1e1e1e;
        margin-bottom: 16px;
      }

      .footer-section.account h4 {
        color: #101041;
      }

      .footer-links {
        display: flex;
        flex-direction: column;
        gap: 8px;
      }

      .footer-link {
        font-size: 16px;
        font-weight: 400;
        color: white;
        text-decoration: none;
      }

      /* Tablet Styles */
      @media (min-width: 768px) {
        .mcontainer {
          padding: 0 32px;
        }

        .main {
          padding: 60px 0;
        }

        .hero {
          grid-template-columns: 1fr 1fr;
          gap: 40px;
          margin-bottom: 80px;
          text-align: left;
        }

        .hero-content h1 {
          font-size: 40px;
        }

        .hero-content h2 {
          font-size: 32px;
        }

        .hero-image {
          justify-self: end;
        }

        .hero-image img {
          max-width: 500px;
        }

        .categories h3 {
          font-size: 24px;
          margin-bottom: 40px;
        }

        .categories-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 16px;
        }

        .category-btn {
          height: 65px;
          font-size: 20px;
        }

        .webstore-title {
          font-size: 28px;
          margin-bottom: 40px;
        }

        .search-container {
          max-width: 925px;
          margin: 0 auto 40px;
        }

        .search-bar {
          padding: 7px 16px;
        }

        .search-bar input {
          font-size: 17px;
        }

        .pagination {
          gap: 20px;
          margin-bottom: 80px;
        }

        .pagination-nav {
          font-size: 15px;
        }

        .pagination-number {
          font-size: 15px;
        }

        .footer-content {
          padding: 50px 0;
        }

        .footer-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 40px;
        }

        .footer-section h4 {
          font-size: 20px;
          margin-bottom: 20px;
        }

        .footer-link {
          font-size: 18px;
        }
      }

      /* Desktop Styles */
      @media (min-width: 1024px) {
        .mcontainer {
          padding: 0 20px;
        }

        .mobile-menu-toggle {
          display: none;
        }

        .nav-menu {
          display: flex;
        }

        .my-account-btn {
          display: block;
        }

        .hero-content h1 {
          font-size: 48px;
        }

        .hero-content h2 {
          font-size: 36px;
        }

        .hero-image img {
          max-width: 615px;
        }

        .categories {
          margin-bottom: 80px;
        }

        .categories-grid {
          grid-template-columns: repeat(4, 1fr);
          max-width: 960px;
          margin: 0 auto 12px;
        }

        .category-btn {
          height: 71px;
          font-size: 22px;
        }

        /* Show table on desktop, hide mobile cards */
        .table-container {
          display: block;
        }

        .mobile-cards-container {
          display: none;
        }

        .footer-grid {
          grid-template-columns: repeat(3, 1fr);
        }
      }

      /* Mobile-specific styles */
      @media (max-width: 1023px) {
        .mobile-menu-toggle {
          display: block;
        }

        .nav-menu {
          display: none;
        }

        .my-account-btn {
          display: none;
        }

        .nav-container {
          justify-content: space-between;
        }

        .cart-btn span {
          font-size: 14px;
        }

        .cart-btn {
          gap: 8px;
        }

        .cart-icon {
          width: 20px;
          height: 20px;
        }

        .header-curve {
          height: 60px;
        }
      }

      @media (max-width: 767px) {
        .mcontainer {
          padding: 0 16px;
        }

        .btn {
          padding: 10px 16px;
          font-size: 14px;
        }

        .cart-btn {
          padding: 8px 12px;
        }
      }
	  
<!-- REGISTRATION PAGE CSS
 


	  .main-content {
        padding: 32px 0;
      }

.content-grid {
display: flex;
flex-direction: column;
gap: 32px;
margin-top:20%;
}

      .form-section {
        flex: 1;
        max-width: 655px;
      }

      .page-title {
        font-size: 28px;
        font-weight: 700;
        color: var(--kebs-dark);
        margin-bottom: 24px;
      }

      .login-link {
        font-size: 16px;
        color: var(--kebs-dark);
        margin-bottom: 64px;
      }

      .login-anchor {
        font-weight: 700;
        color: var(--kebs-primary);
        text-decoration: underline;
      }

      .form-container {
        margin-bottom: 32px;
      }

      .section-title {
        font-size: 20px;
        font-weight: 700;
        color: var(--kebs-dark);
        margin-bottom: 24px;
      }

      .form-group {
        margin-bottom: 24px;
      }

      .form-group.relative {
        position: relative;
      }

      .input-cfield {
        width: 100%;
        height: 49px;
        background-color: var(--kebs-gray);
        border-radius: 50px;
        display: flex;
        align-items: center;
        padding: 0 20px;
      }
    .input-field {
        width: 100%;
        height: 49px;
        background-color:#FFFFFF;
        border-radius: 50px;
        display: flex;
        align-items: center;
        padding: 0 20px;
      }
      .input-text {
        font-size: 16px;
        color: var(--kebs-dark);
      }

      .input-text.faded {
        opacity: 0.3;
      }

      .required-orange {
        color: var(--kebs-orange);
      }

      .required-orange-light {
        color: var(--kebs-orange-light);
      }

      .customer-type-section {
        margin-bottom: 32px;
      }

      .customer-type-label {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 16px;
      }

      .label-text {
        font-size: 16px;
        color: var(--kebs-dark);
        width: 128px;
      }

      .radio-group {
        display: flex;
        flex-direction: column;
        gap: 24px;
      }

.radio-item {
  display: inline-block;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}
.radio-item.active {
  border-color: #007bff;
  background-color: #e6f0ff;
}

      .radio-button {
        position: relative;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 2px solid var(--kebs-dark);
        background: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
      }

    .radio-inner {
  width: 12px;
  height: 12px;
  background: #007bff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
}
.radio-item.active .radio-inner {
  display: block;
}

      .radio-label {
        font-size: 16px;
        color: var(--kebs-dark);
      }

      .form-fields {
        display: flex;
        flex-direction: column;
        gap: 16px;
      }

      .validate-button {
        position: absolute;
        right: 16px;
        top: 37%;
        transform: translateY(-50%);
        background-color: var(--kebs-button-gray);
        color: white;
        padding: 12px 24px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 700;
        border: none;
        cursor: pointer;
        transition: background-color 0.2s;
      }

      .validate-button:hover {
        background-color: #6b6a6b;
      }

      .button-container {
        display: flex;
        justify-content: flex-end;
        margin-top: 32px;
      }

      .next-button {
        background-color: var(--kebs-button-gray);
        color: white;
        padding: 12px 32px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 700;
        border: none;
        cursor: pointer;
        transition: background-color 0.2s;
      }

      .next-button:hover {
        background-color: #6b6a6b;
      }

      /* Illustration styles */
      .illustration-section {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .illustration-image {
        width: 100%;
        max-width: 428px;
        height: auto;
      }

      /* Decorative border styles */
      .decorative-border {
        width: 100%;
        overflow: hidden;
      }

      .border-images {
        display: flex;
      }

      .border-image {
        width: 392px;
        height: 29px;
        object-fit: cover;
        flex-shrink: 0;
      }

      /* Footer styles */
      .footer {
        background-color: var(--kebs-primary);
      }

    

      .footer-column {
        color: white;
      }

      .footer-title {
        font-size: 20px;
        font-weight: 700;
        color: #1e1e1e;
        margin-bottom: 32px;
      }

      .footer-title-dark {
        font-size: 20px;
        font-weight: 700;
        color: var(--kebs-dark);
        margin-bottom: 32px;
      }

      .footer-links {
        display: flex;
        flex-direction: column;
        gap: 8px;
      }

      .footer-link {
        font-size: 20px;
        color: white;
      }

      /* Responsive design */
      @media (min-width: 768px) {
        .mcontainer {
          padding: 0 2rem;
        }

        .footer-content {
          grid-template-columns: repeat(3, 1fr);
          gap: 64px;
        }
      }

      @media (min-width: 1024px) {
        .content-grid {
          flex-direction: row;
          gap: 64px;
        }

        .nav-links {
          gap: 50px;
        }

        .navigation {
          gap: 50px;
        }

        .illustration-section {
          max-width: 428px;
        }
      }

      @media (max-width: 768px) {
        .nav-container {
          flex-direction: column;
          gap: 16px;
          padding: 16px;
          height: auto;
        }

        .header-content {
          height: auto;
          padding: 16px 0;
        }



        .brand-name {
          font-size: 24px;
          text-align: center;
        }

        .navigation {
          flex-direction: column;
          gap: 16px;
        }

        .nav-links {
          flex-wrap: wrap;
          justify-content: center;
          gap: 24px;
        }

        .form-section {
          max-width: 100%;
        }

        .page-title {
          font-size: 24px;
        }

        .section-title {
          font-size: 18px;
        }

        .customer-type-label {
          flex-direction: column;
          align-items: flex-start;
          gap: 8px;
        }

        .label-text {
          width: auto;
        }

        .validate-button {
          position: static;
          transform: none;
          margin-top: 16px;
          width: 100%;
        }

        .form-group.relative {
          display: flex;
          flex-direction: column;
        }

        .border-images {
          flex-wrap: wrap;
        }

        .border-image {
          width: 100%;
          max-width: 392px;
        }
      }

      @media (max-width: 480px) {
        .mcontainer {
          padding: 0 1rem;
        }

        .input-field {
          padding: 0 16px;
        }

        .input-text {
          font-size: 14px;
        }

        .nav-link {
          font-size: 14px;
        }

        .account-button {
          font-size: 14px;
          padding: 10px 16px;
        }

        .footer-title,
        .footer-title-dark,
        .footer-link {
          font-size: 18px;
        }
      } 
	  
<!--LOGING CSS

.login-content {
padding: 32px 16px;
display: flex;
flex-direction: column;
gap: 32px;
align-items: center;
}	
.content-wrapper {
display: flex;
flex-direction: column;
gap: 32px;
width: 100%;
max-width: 1200px;
}  
.login-section {
width: 50%;
max-width: 527px;
padding-top: 30px;
margin: 0;
}
.login-title {
font-size: 28px;
font-weight: 700;
color: #101041;
margin-bottom: 32px;
text-align: center;
}
.form-input {
width: 100%;
height: 49px;
background-color: #d9d9d9;
border: none;
border-radius: 50px;
padding: 12px 20px;
font-size: 16px;
color: #101041;
font-family: "Poppins", sans-serif;
outline: none;
transition: box-shadow 0.15s ease;
}
.form-input:focus {
box-shadow: 0 0 0 2px #225ca7;
}
.form-input::placeholder {
color: #101041;
}

.forgot-password:hover {
text-decoration: none;
}

.button-group {
display: flex;
flex-direction: column;
gap: 16px;
}
.sorted{
display: flex;
flex-direction: row;
gap: 60%;
margin-top:2%;

}
.sorted a{
color: #225ca7;
text-decoration: underline;
font-size: 16px;
font-weight: 700;
margin-bottom: 32px;
transition: text-decoration 0.15s ease;
}
.login-btn {
background-color: #225ca7;
color: white;
border: none;
border-radius: 50px;
padding: 12px 20px;
font-size: 16px;
font-weight: 600;
font-family: "Poppins", sans-serif;
cursor: pointer;
transition: background-color 0.15s ease;
min-width: 157px;
height: 48px;
}

.login-btn:hover {
background-color: rgba(34, 92, 167, 0.9);
}
@media (min-width: 640px) {
.header-content {
padding: 0 32px;
}
.login-content {
padding: 32px 32px;
}
.button-group {
flex-direction: row;
}
.login-btn {
flex: 1;
}
.login-title {
text-align: left;
}
}
@media (min-width: 768px) {
.header-content {
padding: 0 64px;
}
.login-content {
padding: 32px 64px;
}
.logo {
width: 80px;
height: 100px;
}
.logo-text {
font-size: 24px;
}
}

@media (min-width: 1024px) {
.navigation {
display: flex;
}
.header-content {
padding: 0 100px;
}
.login-content {
padding: 32px 100px;
}
.content-wrapper {
flex-direction: row;
align-items: flex-start;
gap: 64px;
}

.login-section {
width: 100%;
max-width: 527px;
margin: 0 auto;
}
.illustration-section {
width: 50%;
justify-content: flex-end;
padding-top: 72px;
margin: 0;
}
.logo {
width: 103px;
height: 132px;
}
.logo-text {
font-size: 28px;
}
}
@media (min-width: 1280px) {
.navigation {
gap: 50px;
}

.content-wrapper {
gap: 96px;
}
}


<!--  description css

.desmain {
padding: 2rem 1rem;
}
.category-header {
background-color: #dfe2e7;
border-radius: 1rem;
padding: 1rem 1.5rem;
margin-bottom: 1.5rem;
text-align: center;
}
.category-title {
font-size: 1.5rem;
font-weight: 700;
color: #101041;
}
@media (min-width: 1024px) {
.category-title {
font-size: 2rem;
}
}
.product-grid {
display: grid;
gap: 2rem;
}
@media (min-width: 1024px) {
.product-grid {
grid-template-columns: 1fr 1fr;
}
}
.product-info {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.product-title {
font-size: 1.25rem;
font-weight: 700;
color: #101041;
margin-bottom: 1rem;
}

@media (min-width: 1024px) {
.product-title {
font-size: 1.5rem;
}
}
.product-subtitle {
font-size: 1.25rem;
font-weight: 700;
color: #101041;
margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
.product-subtitle {
font-size: 1.5rem;
}
}
.product-description {
font-size: 1.125rem;
color: #101041;
line-height: 1.6;
}

@media (min-width: 1024px) {
.product-description {
font-size: 1.25rem;
}
}
.divider {
border-top: 1px solid #dfe2e7;
padding-top: 1.5rem;
}

.dropdown {
background-color: #d9d9d9;
border-radius: 9999px;
padding: 0.75rem 10.5rem;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom:0.5rem;
cursor: pointer;
}
.dropdown-text {
font-size: 1.125rem;
color: #101041;
}
@media (min-width: 1024px) {
.dropdown-text {
font-size: 1.25rem;
}
}
.purpose-list {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.purpose-item {
font-size: 1.125rem;
color: #101041;
}
@media (min-width: 1024px) {
.purpose-item {
font-size: 1.25rem;
}
}

.product-details {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.details-section {
text-align: left;
display: flex;
flex-direction: column;
gap: 1rem;
}
.detail-text {
font-size: 1.125rem;
color: #101041;
}
@media (min-width: 1024px) {
.detail-text {
font-size: 1.25rem;
}
}
.price {
font-weight: 600;
}
.actions-section {
display: flex;
justify-content: flex-end;
}
.btn-add-cart {
background-color: #949293;
color: white;
border: none;
border-radius: 0.5rem;
padding: 1rem 1.5rem;
font-size: 1rem;
font-weight: 700;
font-family: inherit;
cursor: pointer;
transition: opacity 0.2s;
}
.btn-add-cart:hover {
opacity: 0.9;
}
.mobile-nav {
display: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
background: white;
border-top: 1px solid #dfe2e7;
z-index: 20;
}

.mobile-nav.active {
display: block;
}

.mobile-nav a {
display: block;
padding: 1rem;
text-decoration: none;
color: #101041;
border-bottom: 1px solid #dfe2e7;
}

.mobile-nav a:hover {
background-color: #f9fbfc;
}

.mobile-nav a.active {
color: #225ca7;
font-weight: 700;
}

<!-- floating cart
.floating-cart {
  position: fixed !important;
  right: 20px !important;
  bottom: 30px !important;
  width: 280px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  z-index: 9999;
  border-radius: 8px;
  font-size: 14px;
}

#floating-cart-toggle {
  background: #007bff;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
}

.floating-cart-content {
  display: none;
  max-height: 400px;
  overflow-y: auto;
  padding: 10px;
}

.grey-box {
background-color: #ccc; /* light grey */
width:80%;
color: #000;
font-family: Arial, sans-serif;
border-radius: 8px;
}


/* search box css*/
.autocomplete-results {
  position: absolute;
  background:#fff;
  border: 1px solid #ccc;
  width: 100%;
  z-index: 1000;
  top: 100%;
  left: 0;
}

.autocomplete-results ul {
  margin: 0;
  padding: 10px;
}

.autocomplete-results li {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.autocomplete-results li:last-child {
  border-bottom: 0;
}

.autocomplete-results li a {
  display: block;
  padding: 5px 10px;
}
.highlight-box {
background-color:#CCCCCC; /* Light yellow */
border: 1px solid #ccc;
padding: 12px;
border-radius:50px;
}
.autocomplete-results .no-results {
  margin: 10px;
  color: #999;
  font-style: italic;
}

/*pagination */
<style>
/* Pagination Container */
.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 25px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Individual Page Items */
.pagination a, 
.pagination span {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 3px;
    padding: 0 5px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ddd;
}

/* Page Links */
.pagination a {
    color: #333;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

.pagination a:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.pagination .ellipsis {
    pointer-events: none;
    border: none;
    min-width: auto;
}
.pagination a:active {
    transform: translateY(0);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}
/* Current Page */
.pagination span.current {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
    font-weight: 600;
    z-index: 1;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .pagination {
        margin: 15px 0;
    }
    .pagination a, 
    .pagination span {
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        margin: 2px;
    }
}
</style>