body {
    padding: 0;
    margin: 0;
  }
  
  * {
    padding: 0;
    margin: 0;
  }
  .buttons {
    background-color: white;
    color: #1f1b2d;
    border: 1px solid #1f1b2d;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 800px;
  }
  .button11 {
    background-color: #d90600;
    color: white;
    border: 1px solid #d90600;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700px;
  }
  .button111 {
    background-color: #d90600;
    color: white;
    border: 1px solid #d90600;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 700px;
  }
  .sixteen {
    color: #281f48;
    font-weight: 500;
    font-size: 16px;
  }
  .twentyfour {
    color: #281f48;
    font-weight: 700;
    font-size: 24px;
  }
  .twentyfourgrey {
    color: #bfbec3;
    font-weight: 600;
    font-size: 24px;
  }
  
  .twentyfourlabel {
    color: #281f48;
    font-weight: 500;
    font-size: 18px;
  }
  .eighteen {
    color: #281f48;
    font-size: 18px;
    font-weight: 600;
  }
  .twentyeight {
    color: #281f48;
    font-weight: 700;
    font-size: 28px;
  }
  .fourteen {
    color: #281f48;
    font-weight: 600;
    font-size: 14px;
  }
  .twelve {
    color: #281f48;
    font-weight: 600;
    font-size: 11px;
  }
  .twelvebold {
    color: #281f48;
    font-weight: 700;
    font-size: 11px;
  }
  .fourtyeight {
    color: #281f48;
    font-weight: 700;
    font-size: 48px;
  }
  .sixteen {
    color: #281f48;
    font-weight: 600;
    font-size: 16px;
  }
  .imagewidth {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .imagediv {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 20px 0px 0px 20px;
  }
  .breadcrumb-item a {
    color: #0000004d;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }
  
  .breadcrumb-item.active {
    color: #281f48;
    font-size: 18px;
    font-weight: 600;
  }
  .wishlist-card {
    background-color: #f0f3f6;
  }
  .backcolor {
    background-color: #f0f3f6;
  }
  .backblueclr {
    background-color: #281f48;
  }
  .whitebtn {
    background-color: white;
    border: 1px solid #281f48;
    color: #281f48;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
  }
  .bluebtn {
    background-color: #281f48;
    border: 1px solid #281f48;
    color: white;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
  }
  .mapbutton {
    background-color: transparent;
    border: 1px solid #281f48;
    padding: 5px 10px;
    border-radius: 5px;
  }
  
  .rating-container {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .stars {
    display: flex;
    gap: 5px;
    cursor: pointer;
  }
  
  .star-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    background-color: #d6d6d6; /* default inactive bg */
  }
  
  .star-circle.active {
    background-color: #281f48; /* active purple bg */
  }
  
  .star {
    font-size: 14px;
    color: #ffffff88; /* faint white by default */
    transition: color 0.2s;
  }
  
  .star.filled {
    color: #ffffff; /* bright white */
  }
  
  .star.clicked {
    color: #f1c40f; /* yellow on click */
  }
  
  .review-text {
    font-size: 14px;
    color: #333;
  }
  .borderleft {
    border-left: 1px solid #1f1b2d;
  }
  .borderbottom {
    border-bottom: 1px solid #66666680;
  }
  
  .rating-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .star-group {
    display: flex;
    gap: 5px;
    cursor: pointer;
  }
  
  .star-wrapper {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    background-color: #d6d6d6; /* default inactive */
  }
  
  .star-wrapper.active-star {
    background-color: #281f48; /* active purple */
  }
  
  .star-icon {
    font-size: 14px;
    color: #ffffff88; /* faint white */
    transition: color 0.2s;
  }
  
  .star-icon.filled-star {
    color: #ffffff; /* bright white */
  }
  
  .star-icon.clicked-star {
    color: #f1c40f; /* yellow after click */
  }
  
  .rating-label {
    font-size: 14px;
    color: #333;
  }
  
  /* Optional extra classes */
  .border-left {
    border-left: 1px solid #1f1b2d;
  }
  
  .border-bottom {
    border-bottom: 1px solid #66666680;
  }
  
  /* home page */
  .bakgimg {
    /* background-image: url("./images/Frame\ 1618873199.svg"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
    width: 99%;
  }
  .input-group {
    width: 100%;
    padding: 10px;
  }
  
  .form-control,
  .form-selects {
    border-right: 0;
    border-left: 0;
    padding: 10px;
    font-size: 16px;
    color: #281f48 !important;
  }
  
  .form-selects {
    --bs-form-select-bg-img: url(
      data:image/svg + xml,
      %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="m2 5 6 6 6-6"/%3e%3c/svg%3e
    );
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #281f48;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),
      var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 200px !important;
    text-align: start;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .form-control::placeholder {
    color: #281f48;
  }
  
  .btn {
    border-left: 0;
    font-size: 16px;
  }
  .bbrder {
    position: relative;
    height: 90%;
    margin: auto;
  }
  
  .bbrder::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 2px;
    background-color: #281f48;
  }
  
  .imgbak {
    background-image: url("./images/Frame\ 1171275423.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .colors {
    color: #281f48;
  }
  .crouserheading1 {
    color: #281f48;
    font-size: 35px;
    padding-left: 100px;
    padding-top: 60px;
    font-weight: 700;
  }
  .crouserheading11 {
    color: #281f48;
    font-size: 34px;
    padding-left: 100px;
    padding-top: 100px;
    font-weight: 700;
  }
  .imgcrs {
    height: 400px;
    width: 570px;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 15px;
    /* Adjust arrow size */
    height: 15px;
    filter: brightness(0) invert(1);
    /* Make arrows white */
  }
  .img-bg-home-2 {
    width: 100%;
  
    overflow: hidden;
    border-radius: 20px 0px 0px 20px;
  }
  .img-adj-card {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .crouserheading {
    color: #281f48;
    font-size: 35px;
    padding-left: 100px;
    padding-top: 70px;
    font-weight: 800;
  }
  .carousel-indicators .active {
    opacity: 1;
  
    background-color: #d90600 !important;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    /* Adjust size */
    height: 40px;
    background-color: #281f48;
    /* Dark background */
    border-radius: 50%;
    /* Circular shape */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    /* Full visibility */
    position: absolute;
    top: 50%;
    /* Center vertically */
    transform: translateY(-50%);
    /* Adjust vertical alignment */
    z-index: 10;
  }
  
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 3px;
    margin-left: 9px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d6d6d6;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    border-radius: 50%;
  }
  #customCarousel {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
  }
  .paddingthis {
    padding-left: 100px;
    padding-top: 30px;
  }
  .search-box {
    display: flex;
    align-items: center;
    background-color: red;
    border-radius: 50px;
    padding: 10px 20px;
    width: 300px;
  }
  
  .search-box input {
    border: none;
    outline: none;
    background: none;
    color: white;
    font-size: 16px;
    flex: 1;
  }
  
  .search-box input::placeholder {
    color: white;
  }
  
  .search-box i {
    color: white;
    font-size: 18px;
  }
  a {
    text-decoration: none;
  }
  .form-controles {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #281f48;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f0f3f6;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #f0f3f6;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .form-select {
    --bs-form-select-bg-img: url(
      data:image/svg + xml,
      %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="m2 5 6 6 6-6"/%3e%3c/svg%3e
    );
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #281f48;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f0f3f6;
    background-image: var(--bs-form-select-bg-img),
      var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid #f0f3f6;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .feature_ad {
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 2px solid #00000080;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .feature_ad:checked {
    background-color: #281f48;
    border-color: #281f48;
  }
  .custom-modal-width {
    width: 80%;
    max-width: 80%;
  }
  