html {
  scroll-behavior: smooth;
}

main {
  background-color: #ffffff;
}

.innerhero h1 {
  padding: 0 50px;
}

.blog-details-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.container {
  padding: 50px 80px;
  display: flex;
  justify-content: center;
  gap: 43px;
  align-items: flex-start;
}

.details {
  width: 57.6%;
}

.side-panel {
  width: 36%;
  position: sticky;
  top: 20px;
  /* z-index: 9999; */
}

.relocation-services {
  max-width: unset !important;
  width: 100%;
  position: unset !important;
}

.details p {
  color: #00000099;
}

p .cd {
  color: #000000;
}

.details h2 {
  margin-top: 24px;
}

.mt-12 {
  margin-top: 12px;
}

.blog-detail-img {
  margin-top: 24px;
  margin-bottom: 24px;
  height: 340px;
  width: 100%;
  background: url(../../assets/images/blog-detail-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-light {
  background-color: #f8f5f0;
  padding: 14px 15px;
}

.mb-18 {
  margin-bottom: 18px;
}

.notice-section {
  background: linear-gradient(to top, #ffffff, #fee823);
  border: 2px solid #fee823;
  border-radius: 12px;
  position: relative;
  margin-top: 90px;
  box-shadow: 0 4px 4px 0 #00000046;
}

.notice-section p {
  color: #000000 !important;
  max-width: 530px;
  text-align: center;
  margin: auto;
  padding: 18px 0;
}

.notice-section img {
  position: absolute;
}

.loud-speaker {
  width: 108px;
  height: 101px;
  left: -8px;
  transform: translateY(-50%);
}

.notice-icon {
  right: 25px;
  top: 8px;
}

.variations-section {
  background-color: #fee823;
  border-radius: 12px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin-top: 36px;
  display: flex;
  flex-direction: column;
}

.variations-section h2 {
  margin-bottom: 8px;
  max-width: 498px;
  font-size: 42px !important;
  line-height: 60px !important;
}

.variations-section p {
  color: #000000;
  max-width: 498px;
  width: clamp(312px, calc(62vw - 382.4px), 498px);
}

.variations-section button {
  margin-top: 36px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 37px;
  width: 234px;
  height: 48px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.variations-section button:hover {
  background-color: #fee823;
  border: 1.5px solid #000000;
  color: #000000;
}

.variations-section img {
  position: absolute;
  right: -65px;
  bottom: 0px;
}


/*---TOC---*/
.toc {
  width: 100%;
  background: #ffffff;
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  padding: 24px 18px;
  font-family: Inter, sans-serif;
  margin-top: 36px;
}

.toc-title {
  margin-bottom: 24px;
  position: relative;
}

.toc-title::after {
  content: "";
  width: 67px;
  height: 4px;
  background: #0b4b89;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.toc-list {
  overflow-y: auto;
  padding-right: 35px;
}

.toc-item {
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: #000;
  padding-bottom: 18px;
  align-items: flex-start;
}

.toc-num {
  min-width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-top: 9px;
}

/* H3 indentation */
.toc-item.sub {
  padding-left: 24px;
}


/*---Hidden-TOC---*/
body.no-scroll {
  overflow: hidden;
}

.service-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.836);
  display: none;
  z-index: 9999;
}

.service-overlay.active {
  display: block;
}

.service-box {
  background: #fff;
  height: 74vh;
  width: 90%;
  margin: 10vh auto;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.service-header {
  display: flex;
  justify-content: space-between;
  /* padding: 14px; */
  margin-bottom: 4px;
  align-items: flex-start;
}

.service-header img {
  width: 50px;
  height: 50px;
}

.service-content {
  overflow-y: auto;
  flex: 1;
}

.toc.desktop {
  display: none;
}

@media (min-width: 1025px) {
  .service-overlay {
    display: none !important;
  }

  .toc {
    display: block !important;
  }

  .navbar-container.bg-black {
    display: none;
  }

  .toc-list {
    max-height: 650px;
  }
}

.navbar-container.bg-black {
  background-color: #000000;
}

/*--custom scrollbar--*/
.toc-list::-webkit-scrollbar {
  width: 8px;
}

/* track */
.toc-list::-webkit-scrollbar-track {
  background: #f0f0f0;
}

/* thumb */
.toc-list::-webkit-scrollbar-thumb {
  background: #979797;
}


/*---TOC/GetQuote btns*/
.toc-quote-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 9999;
}

.toc-quote-buttons a {
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toc-btn {
  background-color: #000000;
}

.free-quote-btn {
  background-color: #fee823;
  color: #000000 !important;
}







/*-------------------
    Tablet view
-------------------*/
@media(max-width: 1024px) {

  /*-fixed TOP-*/
  .navbar-section {
    margin-top: 76px;
  }

  .navbar-container.bg-black {
    position: fixed;
    top: 0;
    z-index: 99999;
  }

  .innerhero h1 {
    padding: 0 50px;
  }

  .container {
    padding: 50px 40px;
    flex-direction: column;
  }

  .details {
    width: 100%;
  }

  .side-panel {
    width: 100%;
  }

  .notice-section p {
    margin-top: 0 !important;
  }

  .variations-section p {
    width: 100% !important;
  }

  .relocation-services .inner .service {
    max-width: 400px;
    border-radius: 4px !important;
    padding: 10px 10px 10px 18px !important;
  }

  .relocation-services .inner {
    padding: 24px 32px !important;
  }

  .toc-list {
    padding-right: 58px !important;
  }

  .toc-title {
    margin-bottom: 18px;
  }

  .toc-item {
    padding-bottom: 24px;
  }

  .toc-item.sub {
    padding-bottom: 18px;
    padding-left: 0;
  }

  .toc-num {
    font-size: 17px;
    line-height: 34px;
    font-weight: 500;
  }

  .toc-quote-buttons {
    display: flex;
  }

  .navbar-container.tab-mb-hide {
    display: none;
  }

  footer {
    margin-bottom: 70px;
  }

  .innerhero {
    margin: auto !important;
  }
}






/*-------------------
    Mobile view
-------------------*/
@media(max-width: 767px) {
  .navbar-section {
    margin-top: 46px;
  }

  .innerhero h1 {
    padding: 0 22px;
  }

  .container {
    padding: 36px 24px;
  }

  .variations-section p {
    width: clamp(312px, calc(85.32vw - 157.26px), 498px) !important;
  }

  .variations-section {
    padding: 24px 15px;
  }

  .relocation-services .inner {
    padding: 12px 9px !important;
  }

  .circular-arrow {
    width: 28px !important;
    height: 28px !important;
    flex-shrink: 0;
  }

  .faq-questions details summary {
    gap: 10px;
  }

  .toc-list {
    padding-right: 15px !important;
  }

  .toc-title {
    margin-bottom: 12px;
  }

  .service-header img {
    width: 30px;
    height: 30px;
  }

  .toc-quote-buttons {
    height: 66px;
  }

  .service-box {
    height: 79vh;
    margin: 8vh auto;
  }

  footer {
    margin-bottom: 66px;
  }
}






/*------------------------*/
@media(min-width: 1025px) and (max-width: 1119px) {
  .variations-section {
    text-align: center;
    padding-bottom: 0;
  }

  .variations-section button {
    margin: 0 auto;
    margin-top: 36px;
  }

  .variations-section h2 {
    margin-bottom: 8px;
  }

  .variations-section p {
    margin: 0 auto;
  }

  .variations-section img {
    position: unset;
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
}

@media(max-width: 1380px) {
  .notice-section {
    padding: 0 10px;
  }

  .notice-section p {
    margin-top: 35px;
  }
}

@media(min-width: 1025px) {
  .relocation-services .inner .service {
    border-radius: 0px !important;
  }
}

@media(max-width: 549px) {
  .variations-section {
    padding-bottom: 0 !important;
    text-align: center;
  }

  .variations-section button {
    margin: 0 auto;
    margin-top: 36px;
  }

  .variations-section h2 {
    margin: 0 auto;
    margin-bottom: 8px;
  }

  .variations-section p {
    margin: 0 auto;
  }

  .variations-section img {
    position: unset;
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
}

@media(max-width: 415px) {
  .variations-section p {
    width: unset !important;
  }
}

@media(max-width: 680px) {
  .notice-section p {
    margin-top: 35px !important;
  }
}

@media(max-width: 1280px) {
  .container {
    padding: 50px 60px !important;
  }
}

@media(max-width: 450px) {
  .blog-detail-img {
    background: url(../../assets/images/blog-detail-small-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media(min-width: 1025px) {
  h1 {
    font-size: 45px !important;
    line-height: 64px !important;
    font-weight: 600 !important;
  }

  h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}