@font-face {
  font-family: 'MintGroteskTrial-ThinDisplay';
  src: url('fonts/MintGroteskTrial-ThinDisplay') format('woff2'),
    url('fonts/MintGroteskTrial-ThinDisplay.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

*,
html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  /* font-family: "MintGroteskTrial-ThinDisplay", sans-serif; */
}

*,
::before,
::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #b6b6b6;
}

:root {
  --moments-primary: #edc350;
  --moments-secondary: #df6148;
  --color-background-primary: light-dark(rgba(255, 255, 255, 1), rgba(48, 48, 46, 1));
  --color-border-tertiary: light-dark(rgba(31, 30, 29, 0.15), rgba(222, 220, 209, 0.15));
  --color-border-secondary: light-dark(rgba(31, 30, 29, 0.3), rgba(222, 220, 209, 0.3));
  --color-text-primary: light-dark(rgba(20, 20, 19, 1), rgba(250, 249, 245, 1));
  --border-radius-md: 8px;
}

/* ========= header ========== */

.header {
  transition: transform 0.4s ease, background-color 0.3s ease;
  background-color: var(--color-background-primary);
}

/* initial hidden position for slide-down */
#menuHeader:not(.sticky-active) {
  transform: translateY(0);
  /* visible normally */
}

/* when scrolling and sticky is applied -> slide down */
.scrolled #menuHeader.sticky-active {
  transform: translateY(-100%);
  /* start hidden above */
}

/* then slide down */
.scrolled.slide #menuHeader.sticky-active {
  transform: translateY(0);
}

.header-menu {
  background-color: #020800;
  padding: 8px 0;
}

.header-menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sticky-active {
  position: fixed;
  animation-name: stickyTransition;
  -webkit-animation-name: stickyTransition;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #ffffff;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .2);
  width: 100%;
  transform: translateY(0);
}

.navbar-brand img {
  width: 180px;
}

.mobile_primary {
  position: relative;
  transition: all .6s;
  padding: 0;
  z-index: 9999;
}

.mobile_primary ul {
  margin: 0;
  padding: 0;
}

.mobile_primary ul li {
  cursor: pointer;
  display: inline-block;
}

.mobile_primary ul li a {
  color: #fff;
  margin: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 99;
  display: block;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
  transition: all .6s;
  font-family: "Inter", sans-serif;
}

.menu-button {
  display: none;
}

@-webkit-keyframes stickyTransition {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes stickyTransition {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

/* Sticky cloned header hidden initially */
/* .sticky-clone {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transform: translateY(-100%);
  transition: transform 0.4s ease, background-color 0.3s ease;
  background-color: #ffffff;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .2);
} */

/* Slide down when active */
/* .sticky-clone.sticky-active {
  transform: translateY(0);
} */


/* ========== navigation =========== */

.btn-outline-bound {
  border: 1px solid var(--moments-primary);
  color: #ffffff;
}

.btn-outline-bound:hover {
  background-color: var(--moments-primary);
  color: #000;
}

.btn-outline-bound:firstchild:active {
  border-color: var(--moments-primary);
  background-color: var(--moments-primary);
  color: #000;
}

.btn-moments {
  background-color: var(--moments-primary);
  color: #000;
}

.btn-moments:hover {
  border: 1px solid var(--moments-primary);
}

.btn-inverse:hover {
  color: #ffffff;
  background-color: transparent;
}

section.section {
  padding: 60px 0;
  position: relative;
}

.banner-content-box h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 3rem;
}

.banner-content-box h1 span {
  color: var(--moments-secondary);
}

.banner-content-box p {
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  font-family: "Inter", sans-serif;
}

.content_box h1 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.content_box p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 25px;
  font-family: "Inter", sans-serif;
}

.image-box img {
  width: 100%;
}

.sec--title h1 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-family: "MintGroteskTrial-ThinDisplay", sans-serif;
}

.sec--title__light h1 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-family: "MintGroteskTrial-ThinDisplay", sans-serif;
  color: #ffffff;
}

.sub--title p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #000000;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.sub--title__light p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.section_bg {
  background-color: #e9e9e9;
}

.editorial-expert_section {}

.author-image img {
  width: 100%;
}

.author-content h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}

.author-content p {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-bottom: 6px;
  font-weight: 500;
}

.author-content h5 {
  font-size: 15px;
  color: var(--moments-secondary);
  text-align: center;
  font-weight: 400;
  line-height: 22px;
}

.home-logo-box {
  padding: 10px;
  border-top-width: 0.5px;
  border-right-width: 0.5px;
  border-bottom-width: 0.5px;
  border-left-width: 0;
  border-style: solid;
  border-color: #2A2A2A;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logoBox-wrap:nth-child(4n) .home-logo-box {
  border-right-width: 0;
}

.logoBox-wrap:nth-child(n+5):nth-child(-n+8) .home-logo-box {
  border-top-width: 0;
}

.logoBox-wrap:nth-child(n+9):nth-child(-n+12) .home-logo-box {
  border-top-width: 0;
}

.logoBox-wrap:nth-child(n+13):nth-child(-n+16) .home-logo-box {
  border-top-width: 0;
}

.creative-outline-card {
  padding: 16px;
  border-top-width: 0.5px;
  border-right-width: 0.5px;
  border-bottom-width: 0.5px;
  border-left-width: 0.5px;
  border-style: solid;
  border-color: #2A2A2A;
}

.creative-contentbox h2 {
  font-size: 25px;
  font-weight: 500;
  color: #020800;
  line-height: normal;
  margin-top: 15px;
  text-align: center;
}

.creative-wrap:nth-child(3n + 2) .creative-outline-card {
  border-left-width: 0;
  border-right-width: 0;
}

.creative-box img {
  width: 395px;
}

.creative-wrap:nth-child(n+4):nth-child(-n+6) .creative-outline-card {
  border-top-width: 0;
}

.owl-carousel .owl-item .clientItem img {
  width: 155px;
}

.clientItem {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial .testimonial-author {
  display: flex;
  margin: 12px 0 0 0;
  margin-left: 30px;
  align-items: center;
}

.testimonial .testimonial-author img {
  max-width: 145px;
  border: 1px solid #ccc;
  height: 140px;
  object-fit: cover;
  width: 140px
}

.testimonial-author-content h5 {
  font-size: 16px;
  margin-bottom: 2px;
  margin-left: 0.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: var(--moments-secondary);
}

.testimonial-author-content p {
  margin-bottom: 0;
  font-size: 15px;
  margin-left: 0.6rem;
  font-family: "Inter", sans-serif;
}

.testimonial-content p {
  font-size: 16px;
  color: #000;
  font-family: "Inter", sans-serif;
}

.testimonial-card .card {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  min-height: 430px;
  border-radius: 0;
}

.testimonial-card {
  padding: 10px;
}

.section__bg__dark {
  background-color: #020800;
}

.footer-copyright {
  background-color: var(--moments-secondary);
}

.footer-copyright p {
  color: #ffffff;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}

.footer-content p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}

.footer-area {
  background-color: #e9e9e9;
}

.footer-menu h5 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: var(--moments-secondary);
  font-family: "Inter", sans-serif;
}

.list.list-widget {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 16px;
}

.list.list-widget li {
  padding-left: 0;
  margin-bottom: 5px;
}

/* .list-widget li {
    position: relative;
    line-height: 24px;
} */
.list.list-widget li a {
  color: #020800;
}

.font-family_inter {
  font-family: "Inter", sans-serif;
}

.modal-content {
  background: var(--moments-primary);
}

.modal-header .btn-close {
  display: none;
}

.modalClose-btn {
  position: absolute;
  top: 10px;
  right: 14px;
  padding: 9px 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #000;
  border: 0;
  color: #fff;
  border-radius: 30px;
  z-index: 9999;
}

.modal-header {
  padding: 0;
  border: none;
}

.modal-body {
  padding: 55px 25px;
}

.modal-body form .form-control,
.modal-body form .form-select {
  padding: 10px;
  border-radius: 0;
  font-family: "Inter", sans-serif;
}

.modal-body form .form-control:focus,
.modal-body form .form-select:focus {
  box-shadow: none;
}

.submitbtn {
  background: #2a2828;
  color: #fff;
  padding: 15px 25px;
  border: 0;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 11px;
  border: 1px solid #2a2828;
}

.submitbtn:hover {
  border: 1px solid #000;
  background: none;
  color: #000;
}

.accordion-body .banner-content-box p {
  margin-bottom: 15px;
}

.accordion-body .banner-content-box ol li {
  list-style: lower-alpha;
  font-size: 16px;
  margin-bottom: 5px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.accordion-body .banner-content-box ul li {
  list-style: circle;
  font-size: 16px;
  margin-bottom: 5px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.accordion-body .banner-content-box ul li a {
  color: #000;
  font-family: "Inter", sans-serif;
}

.accordion-body .banner-content-box ol li a {
  color: #000;
  font-family: "Inter", sans-serif;
}

.accordion-button {
  color: #000;
  background-color: transparent !important;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  box-shadow: none !important;
  border-top: 1px solid #000;
  border-radius: 0 !important;
}

.accordion-item {
  border-radius: 0 !important;
  background: transparent !important;
}

.accordion-button:not(.collapsed) {
  color: #000000;
}

.accordion {
  --bs-accordion-border-color: transparent !important;
}

.main-btn {
  background: var(--moments-primary);
  color: #000000;
  padding: 13px 25px;
  border: 1px solid #000;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 1px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  display: inline-block;
  transition: .5s;
}

.main-btn:hover {
  background: #000;
  color: #fff;
}

.books-img img {
  width: 100px;
  margin-bottom: 10px;
}

.book-card-content p {
  font-size: 16px;
  margin-bottom: 5px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.timeline {
  padding: 50px 0;
  position: relative;
}

.timeline ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.timeline .default-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  background: #ffffff;
  height: 100%;
  transform: translateX(-50%);
}

.timeline .draw-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 0;
  background: #000000;
  transform: translateX(-50%);
}

.timeline ul li {
  list-style: none;
  position: relative;
  height: 150px;
}

.timeline ul li::before {
  content: attr(data-step);
  position: absolute;
  left: 50%;
  top: 0;
  width: 35px;
  height: 35px;
  background: #df6148;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.timeline ul li.in-view::before {
  background: #df6148;
  color: #000000;
  width: 42px;
  height: 42px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
}


/* Content Blocks */
.timeline .content {
  position: absolute;
  top: -15px;
  width: 40%;
  padding: 0px;
  background: transparent;
  border-radius: 10px;
  box-shadow: none;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.4s ease;
}

/* LEFT SIDE */
.timeline .content.left {
  left: 0;
  text-align: right;
}

/* RIGHT SIDE */
.timeline .content.right {
  right: 4%;
}

/* Fade + Slide when visible */
.timeline ul li.in-view .content {
  opacity: 1;
  transform: translateY(0);
}

.timeline .content h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-family: "Inter", sans-serif;
}

.timeline .content p {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

.my-table table thead th {
  font-size: 16px;
  font-weight: 500;
  color: var(--moments-secondary);
  font-family: "Inter", sans-serif;
  border: 1px solid #000;
  padding: 20px 20px;
}

.my-table table tr td {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Inter", sans-serif;
  border-left: 1px solid #000;
  border-bottom: 0px solid #000;
  padding: 20px 10px;
}

.my-table table tr td:last-child {
  border-right: 1px solid #000;
}

.table-bordered>:not(caption)>*>* {
  border-width: 0;
}

.my-table table tbody {
  border-bottom: 1px solid #000;
}

.banner-content-box ul li {
  font-size: 16px;
  color: #000;
  list-style: none;
  position: relative;
}

.banner-content-box ul li::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 30px;
  background: #000;
  top: 35%;
  left: -4%;
}

.banner-content-box ul {
  padding-left: 1.5rem;
}

.team-card {
  border-top: 2px solid #1E4794;
  border-left: 2px solid #1E4794;
  border-right: 2px solid #1E4794;
}

.team-card .col-md-4 img {
  padding: 20px;
}

.team-card .col-md-8 .team-card-content {
  padding: 20px 0;
}

.team-card .col-md-8 .team-card-content h3 {
  font-size: 25px;
  color: #000;
  margin-bottom: 3px;
  font-family: "Inter", sans-serif;
}

.team-card .col-md-8 .team-card-content h6 {
  color: var(--moments-secondary);
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
}

.team-card .col-md-8 .team-card-content p {
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
  text-align: justify;
  font-weight: 500;
}

.team-card .col-md-8 .team-card-content a.team-anchor {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  position: relative;
  margin-bottom: 23px;
  transition: .5s;
}

.team-card .col-md-8 .team-card-content a.team-anchor:hover {
  color: var(--moments-secondary);
}

.team-card .col-md-8 .team-card-content a.team-anchor:hover::before {
  background: var(--moments-secondary);
}

.team-card .col-md-8 .team-card-content a.team-anchor::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
  transition: .5s;
}

.team-card .col-md-8 .team-card-content .social-icons i {
  font-size: 25px;
  margin-right: 15px;
  color: #000;
  transition: .5s;

}

.team-card .col-md-8 .team-card-content .social-icons i:hover {
  color: var(--moments-secondary);
  transform: scale(1.4);
}

.teamSlider .author-content p {
  font-size: 15px;
}

.section-bg_blue {
  background-color: #1E4794;
}

.section-bg_gray {
  background-color: #E9E9E9;
}

.accordion-body p a {
  color: var(--moments-secondary);
}

.more-text {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease;
}

.more-text.open {
  max-height: 500px;
  /* large enough to fit content */
  opacity: 1;
}

.card-image {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: .5s all;
}

.grid-card:hover .card-image img {
  transform: scale(1.1);
}

.grid-card-content h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.grid-card-content p {
  font-size: 15px;
  font-weight: 400;
  color: #828282;
  line-height: 22px;
  margin-bottom: 8px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.grid-card-content {
  padding: 15px 10px;
  border-left: 1px solid #dad6d5;
  border-bottom: 1px solid #dad6d5;
  border-right: 1px solid #dad6d5;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 210px;
}

.grid-card-content a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #828282;
  transition: 0.5s;
  /* border-bottom: 1px solid var(--moments-secondary); */
}

.grid-card-content a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: var(--moments-secondary);
  width: 0%;
  height: 0.6px;
  transition: .5s;
}

.grid-card:hover .grid-card-content a::after {
  width: 100%;
  right: 0;
}

.author-details span {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
}

.author-details span img {
  width: 20px;
  margin-right: 6px;
}

.card-badge .badge {
  display: inline-block;
  color: var(--moments-secondary);
  font-size: 15px;
  font-weight: 500;
  padding: 6px 10px;
  background-color: rgba(223, 97, 72, .1);
  border-radius: 9999px;
}

.blog-post-image {
  aspect-ratio: 16 / 9;
  margin-bottom: 25px;
}

.blog-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-post-large h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.single-blog-post p {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  line-height: 26px;
}

.single-blog-post p strong,
.single-blog-post p a {
  font-weight: 600;
}

.single-blog-post a {
  display: inline-block;
  text-decoration: underline;
  color: var(--moments-secondary);
}

.single-blog-post h2 {
  font-size: 25px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
  line-height: 30px;
}

.single-blog-post h3 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
  line-height: 25px;
}

.asidebar {
  padding: 20px 15px;
  background-color: rgba(223, 97, 72, .1);
  border-radius: 0;
}

.sidebar-text h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.blog-post-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
}

.blog-post-list ul li {
  padding: 8px 0;
}

.simple-post-list li .post-image {
  float: left;
  margin-right: 12px;
}

.blog-post-list ul li .post-image img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  object-position: top;
}

.img-thumbnail.img-thumbnail-no-borders {
  border: none;
  padding: 0;
  border-radius: 0;
}

.post-info p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-meta span {
  color: #5c5c5c;
  font-size: 14px;
}

.main-list ul {
  list-style: none;
  padding: 0;
  position: relative;
  margin-bottom: 20px;
}

.main-list ul li {
  position: relative;
  padding-left: 22px;
  font-size: 18px;
  margin-bottom: 8px;
  color: #000000;
  padding-top: 3px;
  line-height: 25px;
}

.main-list ul li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #000000;
  border-radius: 100%;
  top: 12px;
  left: 5px;
}

.main-list ul li strong {
  font-weight: 600;
}

.sticky-sidebar {
  position: sticky;
  top: 75px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}

.owl-carousel .owl-nav {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: 0;
  transform: translate3d(0, -50%, 0);
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  outline: 0;
  margin: 0;
  transform: translate3d(0, -50%, 0);
}

.owl-carousel .owl-nav button.owl-prev img,
.owl-carousel .owl-nav button.owl-next img {
  width: 50px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -50px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -50px;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--moments-secondary);
  width: 30px;
  height: 8px;
}

.owl-carousel.dots-morphing .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  transition: ease width 300ms;
  background-color: var(--moments-secondary);
}

/* ========= Share widget ========= */

.share-card {
  color-scheme: light dark;
  background: var(--color-background-primary);
  border-radius: 0;
  border: 0.5px solid var(--color-border-tertiary);
  padding: 16px 20px;
  max-width: 320px;
  margin: 2rem auto;
}

.share-title {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color-scheme: light dark;
  color: var(--color-text-primary);
  margin: 0 0 16px;
}

.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 13px;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
  transition: opacity 0.15s, transform 0.1s;
  text-decoration: none;
  border: none;
  appearance: none;
  -webkit-appearance: none;
}

.share-btn:hover {
  opacity: 0.88;
}

.share-btn:active {
  transform: scale(0.97);
}

.btn-twitter {
  background: #000000;
}

.btn-facebook {
  background: #1877F2;
}

.btn-linkedin {
  background: #0A66C2;
}

.btn-whatsapp {
  background: #25D366;
}

.btn-copy {
  color-scheme: light dark;
  background: var(--color-background-secondary);
  color: var(--color-text-primary);
  border: 0.5px solid var(--color-border-secondary);
}

.btn-copy:hover {
  color-scheme: light dark;
  background: var(--color-background-tertiary);
  opacity: 1;
}

.icon {
  width: 20px;
  height: 20px;
  fill: white;
  flex-shrink: 0;
}

.icon-copy {
  color-scheme: light dark;
  fill: var(--color-text-primary);
}

.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(60px);
  background: #222;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 99;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

button.btn-tab.treat-tab {
  border: 1px solid #fff5db;
  padding: 5px 20px;
  border-radius: 25px;
  background: #fff5db;
}

button.btn-tab.treat-tab.active {
  background: #edc350;
  border: 1px solid #edc350;
}

.magazine-card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 5px;
  border-radius: 15px;
  overflow: hidden;
  transition: .5s;
}

.magazine-card:hover .magazine-card-box-image::before {
  height: 100%;
}

.magazine-card-box-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
  transition: .5s;
}

.magazine-card-box-image {
  position: relative;
  overflow: hidden;
}

.magazine-card-box-image::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2%, rgba(0, 0, 0, 0.59) 60%);
  width: 100%;
  height: 0;
  z-index: 1;
  transition: .5s;
}

.magazine-card-box-content {
  padding: 10px;
}

.magazine-card-box-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
  line-height: normal;
  text-align: left;
  /* margin-top: 10px; */
}

.magazine-card-box-content .author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.magazine-card-box-content .author img {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid #df6148;
  transition: .5s;
}

.magazine-card-box-content .author p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.know-more-btn {
  padding: 7px 20px;
  background: #edc350;
  font-size: 15px;
  margin-bottom: 0;
  line-height: normal;
  color: #000;
  position: absolute;
  top: 45%;
  left: 27%;
  transition: .6s;
  opacity: 0;
  z-index: 3;
}

.magazine-card:hover .know-more-btn {
  opacity: 1;
}

.magazine-card:hover .magazine-card-box-image img {
  transform: scale(1.1);
}

.case-study-right-content-box h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000000;
  line-height: normal;
}

.case-study-right-content-box h2 {
  font-size: 25px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
  line-height: normal;

}

.case-study-right-content-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #6c6c6c;
  margin-bottom: 6px;
  line-height: normal;
}

.case-study-right-content-box p {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  line-height: 28px;
}

.case-study-left-content-box img {
  height: 460px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}

.share-box p {
  margin-bottom: 0;
}

.share-box-social-icon {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  font-size: 25px;
}

.share-box-social-icon a i {
  color: #333333;
  transition: .5s;
}

.share-box-social-icon a i:hover {
  color: #df6148;
}

/* .casestudy-logo {
  width: 100%;
  height: auto;
}

.casestudy-logo img {
  width: 50%;
  object-fit: contain;
}

.casestudy-logo p {
  width: 50%;
  font-size: 14px;
  color: #000;
}

.casestudy-logo p i {
  font-size: 10px;
}

.casestudy-logo-row {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;

}

.casestudy-logo-col {
  width: 28%;
} */

.share-box h6 {
  margin-bottom: 15px;
}

.share-box-pills ul {
  list-style: none;
  padding: 0;
}

.share-box-pills ul li {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: normal;
  color: #000000;
  background-color: #df614821;
  border: none;
  border-radius: 6px;
  margin-bottom: 6px;
}

.case-study-left-content-box .main-list ul li::before {
  display: none;
}

.case-study-left-content-box .main-list ul li {
  padding-left: 0;
  font-size: 13px;
  margin-bottom: 2px;
  color: #858585;
  padding-top: 3px;
  line-height: normal;
  font-weight: 600;
}

.founder-box {
  padding: 18px 20px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.prodcust-box {
  background: #df614821;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 25px;
  border-radius: 65px;
}

.prodcust-box img {
  width: 50px;
  height: 35px;
}

.prodcust-box p {
  font-size: 15px;
  color: #000;
}

.main-heading h1 {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
  position: relative;
}

.main-heading p {
  font-size: 16px;
  margin-bottom: 12px;
  color: #000;
  margin-bottom: 8px;
}

.main-heading h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  position: relative;
  display: inline-block;
  line-height: 26px;
}

.main-heading h3::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #df6148;
  width: 100%;
  height: 1px;
}

.card-message-wrap,
.card-message-box {
  position: relative;
  z-index: 1;
}

.card-message-box {
  /* padding: 70px 50px; */
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  z-index: 1;
}

.card-content-box p {
  font-size: 17px;
  line-height: 26px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 10px;
  color: #333333;
}

/* blockquote.card-content-box::before {
  content: '\ec51';
  font-family: 'remixicon' !important;
  color: #000;
  font-size: 50px;
  position: absolute;
  left: 50%;
  top: -16%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: .3;
  line-height: normal;
} */
/* .main-bg-card {
  padding: 15px;
    background: #ffffff75;
    border-radius: 10px;
} */

.testimonial-logo-img {
  /* width: 100px;
  height: 100px;
  position: absolute;
  top: -115px;
  left: 45%; */
  /* border-radius: 100%; */
  overflow: hidden;
}

.testimonial-logo-img::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 2px;
  width: 267px;
  height: 363px;
  background: linear-gradient(191deg, rgb(223 97 72 / 52%) -12%, rgb(250 250 250) 100%);
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
}

.card-message-wrap::before {
  content: '';
  position: absolute;
  top: -10px;
  right: 2px;
  width: 100px;
  height: 100px;
  background: url(../image/quote.svg);
  background-size: cover;
  background-position: center;
  /* border-top-left-radius: 100%; */
  /* border-bottom-right-radius: 100%;*/
}

.testimonial-logo-img::after {
  content: '';
  position: absolute;
  top: 118px;
  left: 64px;
  width: 267px;
  height: 363px;
  background: linear-gradient(191deg, rgb(223 97 72 / 52%) -12%, rgb(250 250 250) 100%);
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  z-index: -1;
}

.testimonial-logo-img img {
  width: 100%;
  filter: grayscale(100%);
}

.author-title h5 {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0;
  text-align: center;
}

.blur-box-custom {
  background: radial-gradient(circle, rgb(223 97 72 / 17%) 0%, rgb(255 255 255 / 56%) 40%);
  padding: 25px;
  border-radius: 25px;
  backdrop-filter: blur(10px);
  border: 1px solid #fff;
  position: relative;
  height: 100%;
  box-shadow: rgb(255 255 255 / 20%) 0px 7px 29px 0px;
}

.blur-box-custom .ic {
  position: absolute;
  right: -10px;
  top: -5px;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 100%;
  border: 8px solid #e9e9e9;
}

.linkedin-box span {
  padding: 7px 20px;
  background: #df6148;
  color: #fff;
  border-radius: 30px;
  font-size: 13px;
}

.linkedin-box i {
  font-size: 17px;
  background: #df6148;
  color: #fff;
  height: 34px;
  width: 34px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -5px;
  transition: .5s;
}

.linkedin-box:hover i {
  margin-left: 5px;
}

.magazine-card.upcoming-book {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  padding: 10px;
  background: #fff;
  min-height: 135px;
}

.magazine-card.upcoming-book .magazine-card-box-image::before {
  display: none;
}

.magazine-card.upcoming-book .magazine-card-box-image {
  border-right: 1px dashed #ccc;
  width: 50%;
  padding-right: 10px;
}

.magazine-card.upcoming-book .magazine-card-box-image img {
  width: 100%;
  height: 110px;
  object-fit: contain;
  object-position: center;
  transition: .5s;
  border-radius: 10px;
}

.magazine-card.upcoming-book .magazine-card-box-content {
  padding: 10px;
  width: 90%;
}
.magazine-card.upcoming-book .magazine-card-box-content h3{
      font-size: 17px;
}
.magazine-card.upcoming-book:hover .magazine-card-box-image img {
  transform: inherit;
}

/* .blur-box-custom::before{
  content: '';
  position: absolute;
  top: 40%;
  left: 10%;
  background: #df6148;
  width: 80%;
  height: 80%;
  z-index: 1;
} */
.main-heading.new-top-heading h1 {
  font-size: 35px;
}

.main-heading.new-top-heading p {
  font-size: 18px;
}

.case-study-main-page .main-heading h1 {
  font-weight: 600;
}

.case-study-page-testimonial .testimonial-author-thumbnail {
  width: 20%;
  height: 76px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #fff;
}

.case-study-page-testimonial .testimonial-author-content {
  width: 75%;
}

.case-study-page-testimonial .testimonial .testimonial-author-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.case-study-page-testimonial .testimonial {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 5px;
  background: linear-gradient(37deg, rgb(223 97 72 / 32%) 17%, rgba(250, 250, 250, 1) 100%);
  border-radius: 56px;
  border: 1px solid #ffe2dc;
}

.case-study-page-testimonial .testimonial-author-content h5 {
  margin-left: 0;
}

.case-study-page-testimonial .testimonial-author-content p {
  margin-left: 0;
  color: #000;
}

.case-study-page-testimonial .testimonial-card {
  background: #fff;
  padding: 10px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin: 10px 10px;
  min-height: 327px;
}

.case-study-press-section .press-item {
  position: relative;
}

.case-study-press-section .press-item .press-content-case {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  background: #fff;
  opacity: 0;
  transition: .5s;
}

.case-study-press-section .press-item:hover .press-content-case {
  bottom: 0;
  opacity: 1;
}

p>a {
  color: #df6148;
}

.press-item img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: top;
}