.page-title-section {
    margin-top: 72px;
    background-image: url(../../assets/hero/hero.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    padding-right: 2%;
    height: 182px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-title-section h1 {
    font-size: 32px;
    font-weight: 700;
    color: white;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb li {
    list-style: none;
}

.breadcrumb li a {
    text-decoration: none;
    color: white !important;
}

.breadcrumb li a:hover {
    color: rgba(177, 151, 95, 1);
}

.breadcrumb li a:after {
    content: "\ea64";
    font-family: "remixicon";
    padding-right: 10px;
    color: white;
}

.breadcrumb li:last-child a:after {
    content: none;
}

.section-block {
    padding-left: 2%;
    padding-right: 2%;
}

.main-layout img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.main-layout h1 {
    font-size: 28px;
    font-weight: 700;
}

.page_actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.counter-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #1F2A37;
    padding: 10px;
    border-radius: 25px;
    font-size: 18px;
    color: white;
}

.share-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #1F2A37;
    padding: 10px;
    border-radius: 100%;
    font-size: 24px;
    cursor: pointer;
    color: white;
}

.rate-page-first {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 30px;
}
.pointer {
    cursor: pointer;
}
#positiveFeedbackForm .form-check, #negativeFeedbackForm .form-check {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 0.5em;
  }
  
  /* Style the checkbox itself */
  #positiveFeedbackForm .form-check-input, #negativeFeedbackForm .form-check-input {
    width: 1.2em;
    height: 1.2em;
    accent-color: #B1975F; /* Modern browsers */
    border: 2px solid #B1975F;
    margin-left: 0.5em;
    margin-right: 0;
    cursor: pointer;
  }
  
  /* For browsers that don't support accent-color, fallback */
  #positiveFeedbackForm .form-check-input:checked, #negativeFeedbackForm .form-check-input:checked {
    background-color: #B1975F;
    border-color: #B1975F;
  }
  
  /* Optional: style the label for better spacing and color */
  #positiveFeedbackForm .form-check-label, #negativeFeedbackForm .form-check-label  {
    cursor: pointer;
    color: var(--main-color);
  }
  .form-group-radio-gender {
    display: flex;
    align-items: center;
    gap: 5px;
  }


  .btn-primary {
    background-color: var(--btn-primary);
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary:hover {
    background-color: var(--btn-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px var(--btn-secondary);
}

.nusuk-services-carosuall .flickity-page-dots .dot {
    display: inline-block;
    height: 10px;
    margin: 8px;
    background: #3f3e3e;
    border-radius: 18px;
    opacity: 0.55;
    cursor: pointer;
  }
  
  .nusuk-services-carosuall .flickity-page-dots .is-selected {
    background: rgba(177, 151, 95, 1);
  }
  
  .nusuk-services-carosuall .flickity-prev-next-button {
   top: unset;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform:none;
    z-index: 1000;
  }
  
  .nusuk-services-carosuall .flickity-button {
    position: absolute;
    background: none;
    border: none;
    color: rgba(177, 151, 95, 1);
  }
  
  .nusuk-services-carosuall .flickity-button:hover {
    background:none;
    cursor: pointer;
    border: none;
  }
  .nusuk-services-carosuall .flickity-page-dots {
    bottom: -35px;
  }


  .nusuk-text img {
    width: 100px !important;
    border-radius: 0 !important;
  }

  .nusuk-text {
    text-align: center;
  }

  @media (max-width: 768px) { 
    .nusuk-services-carosuall .carousel-cell {
      height: 600px;
   }
   }

   .search-input-wrapper {
    position: relative;
  }
  
  .clear-search-btn {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 3px;
    color: #666;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  

  
  .clear-search-btn i {
    font-size: 14px;
  }
  
  .search-input {
    padding-right: 5px !important;
  }

  .woot-widget-bubble.woot-elements--right {
    right: 10px !important;
    bottom: 80px !important;
  }

  
  .login-box-long {
    position: relative;
    text-align: center;
    border:none;
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    margin: 15px 0px;
    padding: 30px 40px 35px 40px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    min-height: 200px;
  }

  
  .page-login-section {
    /* Full viewport width */

    display: flex; /* Optional: Use flexbox for centering content */
    justify-content: center; /* Optional: Center content horizontally */
    align-items: start; /* Optional: Center content vertically */
    margin: 0; /* Remove any default margins */
    padding: 0; /* Remove any default padding */
    box-sizing: border-box; /* Ensure padding doesn't affect dimensions */
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10%;
  }