  :root {
    --bs-primary: #f79722 !important;
    --bs-primary-rgb: 247, 151, 34;
  }
/* ✅ Override button colors */
.btn-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background-color: #f79722 !important;
  border-color: #f79722 !important;
}

/* ✅ Outline Primary Styling */
.btn-outline-primary {
  border-color: #f79722 !important;
  border-width: 2px !important;
  color: #f79722 !important;
  transition: all 0.3s ease;
}
.btn-outline-primary:hover {
  background-color: #f79722 !important;
  color: #fff !important;
  border-color: #f79722 !important;
}


  .btn-primary:hover {
    background-color: #f79722 !important;
    border-color: #f79722 !important;
  }

  .dotted-separator {
  border: none;
  border-top: 2px dotted #bbb;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.6;
}
.google-badge {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Google Color Line Under Each Card */
.google-color-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #4285f4 25%, #ea4335 25% 50%, #fbbc05 50% 75%, #34a853 75% 100%);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* Hover Elevation Effect */
.google-review-carousel .review-card {
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.google-review-carousel .review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.service-card img {
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card:hover img {
  transform: scale(1.1);
  filter: brightness(0.4);
}
.service-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.service-card:hover .service-overlay {
  opacity: 1;
}
.service-title {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in-out;
}
.service-card:hover .service-title {
  opacity: 0;
}

.owl-carousel-blog .card {
  transition: all 0.3s ease-in-out;
}
.owl-carousel-blog .card:hover {
  transform: translateY(-5px);
}
.owl-carousel-blog .card img {
  height: 220px;
  object-fit: cover;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb-item a:hover {
  color: #ffffff !important;
}
.icon-circle {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
}
.card:hover .icon-circle {
  transform: scale(1.1);
}
.card:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}

section .fw-bold.text-uppercase {
  letter-spacing: 0.5px;
}
section ul {
  list-style-type: disc;
}
section li {
  margin-bottom: 0.3rem;
}
.icon-box i {
  transition: transform 0.3s ease;
}
.icon-box i:hover {
  transform: scale(1.15);
}
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050; /* Above content, below modals */
}
 .course-detail-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  /* Keep content above the background */
  section[aria-label="Registration banner"] > .container {
    z-index: 1;
  }
.nav-pills .nav-link.active {
  background-color: #f79722;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
}
#course-detail .nav-link {
  color: #f79722;
}
#course-detail .nav-link.active {
  color: #fefefe;
}
.why-diss-section {
    background: #111;
    min-height: 350px;
}

.why-diss-bg {
    position: absolute;
    inset: 0;
    background: url('{{ asset("assets/images/site/hse-exam.jpg") }}') center/cover no-repeat;
    filter: blur(5px) brightness(60%);
    z-index: -1;
}

.feature-box p {
    margin: 0;
}
.examination-venue-section img {
    max-height: 400px;
    object-fit: cover;
    width: 100%;
}

.exam-venue-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.7) !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #333 !important;
    font-size: 18px;
}

.exam-venue-slider .owl-nav .owl-prev { left: -20px; }
.exam-venue-slider .owl-nav .owl-next { right: -20px; }

.student-benefits-section {
    min-height: 350px;
}

.student-benefits-section .benefits-bg {
    position: absolute;
    inset: 0;
    background: url('/assets/images/site/hse-exam/bg-bottom.jpg') center/cover no-repeat;
    filter: brightness(45%);
    z-index: -1;
}


.benefit-box p {
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.4;
}
.consultancy-benefits-section .benefit-item i {
    min-width: 32px;
}

.object-fit-cover {
    object-fit: cover;
}
.services-include-section {
    min-height: 300px;
}

.services-include-section .services-bg {
    position: absolute;
    inset: 0;
    background-color: rgb(63, 59, 54);
    background: url('/assets/images/site/consulatancy/bg.jpg') center/cover no-repeat;
    filter: brightness(40%);
    z-index: -1;
}

.service-box i {
    color: #ffffff;
    opacity: 0.9;
}

.online-training-icons .icon-wrap {
  width: 130px;
  height: 130px;
  background: #ff9800; /* DISS Orange */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.online-training-icons p {
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.online-certification-section p {
    font-size: 15px;
    line-height: 1.6;
}
.student-benefits-section .benefit-icon i {
    transition: 0.3s ease-in-out;
}

.student-benefits-section .benefit-icon i:hover {
    transform: scale(1.15);
}
* Remove default blue focus/outline */
.accordion-button:focus {
  box-shadow: none !important;
}

.accordion {
    background-color: transparent !important;
    --bs-accordion-bg : transparent !important;
}
/* Remove blue border/active background */
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}

/* Add a premium top border accent on active FAQ item */
.accordion-item {
  border: none;
  border-top: 3px solid transparent;
  transition: border-color 0.3s ease-in-out;
  border-bottom:1px solid #f79722 !important;
}

.accordion-item .accordion-collapse.show {
  border-top-color: var(--bs-primary); /* Uses your overridden primary theme color */
}

/* Optionally make the header clean without borders */
.accordion-button {
  border: none !important;
  padding-top: 14px;
  padding-bottom: 14px;
}
/* Make sure the slider images are responsive and fit nicely */
.exam-schedule-section .schedule-img {
    width: 100%;
    height: auto;
    max-height: 60vh;
    object-fit: contain; /* Keeps the entire image visible */
    border-radius: 12px;
}

/* Add some margin space around the image */
.exam-schedule-section .item {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* On large screens, center image and add visible side space */
@media (min-width: 992px) {
    .exam-schedule-section .col-md-8 {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Reduce height for small screens */
@media (max-width: 768px) {
    .exam-schedule-section .schedule-img {
        max-height: 40vh;
    }
}
.feature-card {
    transition: 0.3s ease;
    border: 1px solid #f1f1f1;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.icon-wrap i {
    transition: 0.3s ease;
}

.feature-card:hover .icon-wrap i {
    transform: scale(1.1);
}

.form-floating > .form-control, 
.form-floating > .form-select {
    border-radius: 10px;
    background-color: #f8f9fa;
}

.modal-content {
    border-radius: 20px !important;
}

.form-floating label {
    padding-left: 1rem;
}

.form-control:focus, 
.form-select:focus {
    box-shadow: 0 0 0 .15rem rgba(0,123,255,0.15);
    border-color: #80bdff;
}
