/* Template Name: linexon - Responsive Bootstrap 5 Landing Page Template
   Author: Pichforest
   File Description: Main Css file of the template
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400&family=Poppins:wght@400;500;600&display=swap");

@font-face {
  font-family: 'quincy';
  src: url('../fonts/quincy/connary_fagen_-_quincy_cf_regular-webfont.woff2') format('woff2'),
  url('../fonts/quincy/connary_fagen_-_quincy_cf_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden !important;
  color: #3f3a64;
}
body.modal-open {
  padding-right: 0px !important;
}
body.modal-open .navbar {
  padding-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'quincy black', sans-serif !important;
  font-weight: 500;
  line-height: 1.4;
}

.btn,
.btn:focus,
button,
button:focus {
  outline: none !important;
}

a {
  display: inline-block;
  text-decoration: none !important;
  outline: none;
  color: #7F4F2E;

}

a:hover{
  color: #333
}

p {
  font-size: 15px;
  line-height: 25px;
}

html {
  scroll-padding-top: 110; /* height of sticky header */
  scroll-behavior: smooth;
}

.row > * {
  position: relative;
}

@media (max-width: 768px) {
  .align-items-center {
    display: inherit;
  }
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #3f3a64 !important;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
    color: #ffffff !important;
  }
  .navbar-toggler i {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #3f3a64;
  }
  .bg-home {
    height: auto;
  }
  .nav-sticky.navbar-custom .navbar-nav li a {
    color: #ffffff !important;
  }
  .nav-sticky .logo {
    color: #ffffff !important;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .clients-img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .clients-img {
    top: 76px;
  }
}
@media (max-height: 767px) {
  .clients-img {
    top: 7px;
  }
}
.text-primary {
  color: #9E663D !important;
}

.bg-primary {
  background-color: #9E663D !important;
}

.text-success {
  color: #0fbd1b !important;
}

.bg-success {
  background-color: #0fbd1b !important;
}

.text-info {
  color: #229bee !important;
}

.bg-info {
  background-color: #229bee !important;
}

.text-warning {
  color: #e7bc2f !important;
}

.bg-warning {
  background-color: #e7bc2f !important;
}

.text-danger {
  color: #f72b2b !important;
}

.bg-danger {
  background-color: #f72b2b !important;
}

.text-light {
  color: #f5f7fa !important;
}

.bg-light {
  background-color: #f5f7fa !important;
}

.text-dark {
  color: #3f3a64 !important;
}

.bg-dark {
  background-color: #3f3a64 !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative !important;
}

.para-p {
  max-width: 650px;
}

/*** ani-bg ***/
@keyframes ani-bg {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(200px);
  }
}
.box-shadow {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
}

hr {
  border-top: 1px solid #9d9d9d;
  margin: 0;
}

.lh-1 {
  letter-spacing: 1px;
}

.f-14 {
  font-size: 14px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.f-21 {
  font-size: 21px;
}

.f-22 {
  font-size: 22px;
}

.f-23 {
  font-size: 23px;
}

.f-24 {
  font-size: 23px;
}

.f-30 {
  font-size: 30px;
}

.f-36 {
  font-size: 36px;
}

.avatar-xs {
  height: 2rem;
  width: 2rem;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 3.5rem;
  width: 3.5rem;
}

.avatar-lg {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-xl {
  height: 6rem;
  width: 6rem;
}

.avatar-xxl {
  height: 8rem;
  width: 8rem;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.border-radius {
  border-radius: 6px !important;
}

.title-border {
  width: 90px;
  height: 1px;
  background: linear-gradient(to right, transparent, #9E663D, transparent);
  margin: 0 auto;
}

.hero-sub {
  animation-name: moveInleft;
  animation-duration: 3s;
}

.hero-heading {
  animation-name: moveInRight;
  animation-duration: 3s;
}

@keyframes moveInleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
#scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  background: transparent;
  border-radius: 50%;
  border-color: rgba(0, 0, 0, 0.125);
  padding: 0px 5px;
  color: #adb5bd;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}
.bg-overlay {
  background-color: rgba(74, 74, 74, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

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

.btn-rounded {
  border-radius: 5px;
}

.btn {
  padding: 11px 28px;
  font-size: 13px;
  letter-spacing: 0.9px;
  font-weight: 600;
  text-transform: uppercase;
}

/**********************NAVBAR***********************/
.navbar {
  transition: all 0.5s ease;
  background-color: transparent;
  padding: 16px 0; /* same as sticky to avoid jumping */
}

/* Default nav links (over dark hero background) */
.navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  background-color: transparent;
  padding: 28px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 600;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:active,
.navbar .navbar-nav .nav-link.active {
  color: #9E663D;
}

.navbar .navbar-toggler {
  padding: 0px;
  border: none;
  font-size: 24px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .header-menu .header-item i,
.navbar .header-menu .Account i {
  color: #000000;
}

/* Logo swap: default = light logo, sticky = dark logo */
.navbar .logo .logo-light {
  display: inline-block;
}
.navbar .logo .logo-dark {
  display: none;
}
#navbar.nav-sticky .logo .logo-light {
  display: none;
}
#navbar.nav-sticky .logo .logo-dark {
  display: inline-block;
}

.nav-white .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.nav-white .navbar-nav .nav-link:hover,
.nav-white .navbar-nav .nav-link:active,
.nav-white .navbar-nav .nav-link.active {
  color: #9E663D;
}
.nav-white .header-menu .header-item i,
.nav-white .header-menu .Account i {
  color: #ffffff;
}

.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  color: #9E663D;
  background-color: #ffffff;
}

.dropdown-menu-end[data-bs-popper] {
  right: -100px;
}

/* Sticky state (white background) */
.nav-sticky.navbar {
  background: #ffffff;
  margin-top: 0px;
  box-shadow: 0px 3px 10px 0px rgba(63, 58, 100, 0.08);
  padding: 16px 0; /* same as default */
}

/* Sticky nav links on white bg */
#navbar.nav-sticky .navbar-nav .nav-link {
  color: rgba(63, 58, 100, 0.8) !important;
}
#navbar.nav-sticky .navbar-nav .nav-link:hover,
#navbar.nav-sticky .navbar-nav .nav-link:active,
#navbar.nav-sticky .navbar-nav .nav-link.active {
  color: #9E663D !important;
}

.nav-sticky .header-item {
  color: #3f3a64;
}
.nav-sticky .header-menu .header-item i,
.nav-sticky .header-menu .Account i {
  color: #000000;
}

.arrow-down {
  display: inline-block;
}
.arrow-down:after {
  border-color: initial;
  border-style: solid;
  border-width: 0 0 1px 1px;
  content: "";
  height: 0.4em;
  display: inline-block;
  right: 5px;
  top: 50%;
  margin-left: 10px;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: top;
  transition: all 0.3s ease-out;
  width: 0.4em;
}
@media (max-width: 992px) {
  .arrow-down::after {
    right: 30px;
    position: absolute;
  }
}

@media (max-width: 768px) {
  .navbar {
    margin-top: 0px;
  }
  .top-bar {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .container-fluid {
    padding-right: 150px;
    padding-left: 150px;
  }
}
@media (max-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 12px 15px;
  }
  .navbar-collapse {
    max-height: 400px;
    padding: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 70px;
    background: #ffffff;
    box-shadow: 0px 8px 8px -6px rgba(63, 58, 100, 0.08);
  }
  .navbar {
    background-color: #ffffff !important;
    padding: 16px 0;
  }
  .nav-sticky.navbar {
    padding: 16px 0;
  }
  .language {
    display: block;
  }
  .nav-white .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.8);
  }
  .nav-white .header-menu .header-item i,
  .nav-white .header-menu .Account i {
    color: #000000;
  }
}
textarea.form-control {
  min-height: calc(3.5em + 1.75rem + 5px);
}

@media (min-width: 200px) and (max-width: 1024px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    color: #ffffff !important;
    background: #ffffff;
  }
  .navbar-custom .navbar-nav {
    margin-left: 0px;
  }
  .navbar-custom .navbar-nav li.active {
    border-color: transparent;
  }
  .navbar-custom .navbar-nav li a {
    transition: all 0.4s;
    margin: 6px;
    color: #3f3a64 !important;
    padding: 6px 0;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .home-title {
    font-size: 36px;
  }
  .navbar-white .navbar-toggler {
    color: #3f3a64 !important;
  }
  .navbar-custom .navbar-nav li.active a,
  .navbar-custom .navbar-nav li a:hover,
  .navbar-custom .navbar-nav li a:active {
    color: #9E663D !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .carousel-indicators {
    right: 0;
  }
  .logo .logo-light {
    display: none;
  }
  .logo .logo-dark {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
@media (max-width: 768px) {
  .PageBackToWork-heading-itText {
    display: inline-block;
    font-size: 50px;
  }
}
.home {
  position: relative;
  padding: 140px 0 50px 0;
  display: flex;
  align-items: center;
  /*============================================================
       * animation image
       *============================================================*/
}
.home .home-content .title {
  font-size: 45px;
  font-weight: 900;
  line-height: 45px;
  margin: 30px 0;
  color: #9E663D !important;
}
.home #home-animation {
  position: relative;
  width: 100%;
  background-image: url(../images/home/home-animation.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
  padding: 20px;
}
.home #ani-round {
  position: relative;
  width: 100%;
  background-image: url(../images/home/round-h1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 60% 50%;
}

.get-link a {
  padding: 3px 0;
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}

.get-link a:before,
.get-link a:after {
  position: absolute;
  transition: all 0.35s ease;
}

.get-link a:before {
  bottom: 0;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background-color: #9E663D;
}

.get-link a:after {
  left: 0;
  top: 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}

.get-link a:hover:before,
.get-link .current a:before {
  opacity: 1;
  width: 100%;
}

.get-link a:hover:after,
.get-link .current a:after {
  max-width: 100%;
}

.modal .modal-content .form-control {
  padding: 0.7rem 0.75rem;
}

@media (max-width: 1200px) {
  .home #imgcontainer {
    left: -20px;
  }
  .home .demo-overlay {
    padding: 13em 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .home #imgcontainer {
    left: 0px !important;
  }
  .home .demo-overlay {
    padding: 20em 0 !important;
  }
}
.typewrite > .wrap {
  border-right: 0.08em solid #000000 !important;
}

.home-2 .card {
  position: relative;
  bottom: -50px;
}

.registration-form .form-control {
  padding: 0.5rem 0.75rem;
}

.gradient-bg {
  background: linear-gradient(to left, #bbe1dc 42%, #f5f5f7 42%);
}

.bg-home-4 {
  height: 100vh;
  background-image: url(../images/home/home-3.png);
  background-position: center;
  background-size: cover;
  display: flex;
}

.bg-home-4 .home-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
}

.serch-form {
  position: relative;
}
.serch-form input {
  font-size: 17px;
  width: 100%;
  padding: 14px 30px;
  border: 1px solid #f8f9fa;
  outline: none !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 35px;
  padding-left: 35px;
  padding-right: 160px;
}
.serch-form button {
  position: absolute;
  top: 5px;
  right: 6px;
  font-size: 15px;
  border-radius: 35px;
  padding: 10px 30px;
}

.bg-overlay-image {
  background-image: url(../images/bg-1.png);
  opacity: 0.2;
  background-position: center;
  animation: ani-bg 3s infinite alternate;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

/*** ani-bg ***/
@keyframes ani-bg {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(200px);
  }
}
.per-content h2 {
  font-style: italic;
}

.bg-home5 .home-content {
  z-index: 9999;
  position: relative;
}
.bg-home5 .carousel-box {
  height: 100vh;
  width: 100%;
  padding: 0;
}
.bg-home5 .home-center {
  display: table;
  width: 100%;
  height: 100%;
}
.bg-home5 .home-desc-center {
  display: table-cell;
  vertical-align: middle;
}
.bg-home5 .carousel-control-next-icon,
.bg-home5 .carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #9E663D;
  background-size: 100% 40%;
  border-radius: 10%;
}
.bg-home5 .slidero {
  position: relative;
  z-index: 1;
}
.bg-home5 .play-icon .watch-video .video-play-icon {
  line-height: 3.5rem;
}

.bg-home6 {
  min-height: 100vh;
  align-items: center;
  display: flex;
  background-color: rgba(32, 173, 150, 0.5);
}

#ani-home {
  position: relative;
  width: 100%;
  background-image: url(../images/home/home-6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
}

@media (max-width: 992px) {
  .home {
    padding: 80px 0;
  }
  .gradient-bg {
    background: linear-gradient(to left, #bbe1dc 0%, #f5f5f7 50%);
  }
}
.bg-home-7 {
  min-height: 100vh;
  background-image: url(../images/home/index-7.png);
  background-position: center;
  background-size: cover;
  display: flex;
}
.bg-home-7 .carousel-indicators {
  bottom: -50px;
  left: 0;
  justify-content: left;
  margin-left: 0;
}
.bg-home-7 .carousel-indicators [data-bs-target] {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 6px;
  border: 2px solid #000000;
}
.bg-home-7 .carousel-indicators .active {
  background-color: #9E663D;
  border: 2px solid #9E663D;
}
.bg-home-7 .carousel-inner .carousel-item h1 {
  font-size: 80px;
}

.clients .tiny-slide {
  opacity: 0.3;
  transition: all 0.5s;
}
.clients .tiny-slide img {
  width: 140px;
}
.clients .tiny-slide:hover {
  opacity: 1;
}

.service-box .button-link a {
  color: #9d9d9d;
}
.service-box .button-link :hover {
  color: #9E663D;
}

#imgcontainer-1 {
  position: absolute;
  width: 100%;
  top: -100px;
  perspective: 30px;
  left: -50px;
}

#inner-2 {
  transition: transform 0.5s;
}

.demo-img {
  background-image: url(../images/features/home-animation.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
}

.sec-image img {
  position: relative;
  z-index: 999;
}

#sec-image:hover {
  cursor: pointer;
}

.demo-overlay {
  width: 100%;
  padding: 16em 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.4s;
}

.youtube-icon {
  position: absolute;
  top: 40%;
  left: 45%;
}

.sec-image .bg-img img {
  max-width: 100%;
  height: auto;
  transition: all 2s;
}
.sec-image .bg-img img:hover {
  transform: scale(1.1);
}

.features-2 {
  padding: 150px 0 50px 0;
}

#imgcontainer-2 {
  position: absolute;
  width: 100%;
  top: -100px;
  perspective: 30px;
  left: -50px;
}

#inner-3 {
  transition: transform 0.5s;
}

.demo-img-2 {
  background-image: url(../images/features/home-animation-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
}

.sec-image-2 img {
  position: relative;
  z-index: 999;
}

#sec-image-2:hover {
  cursor: pointer;
}

.demo-overlay {
  width: 100%;
  padding: 16em 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.4s;
}

.youtube-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-20px, -40px);
  z-index: 999;
}

.sec-image .bg-img img {
  max-width: 100%;
  height: auto;
  transition: all 2s;
}
.sec-image .bg-img img:hover {
  transform: scale(1.1);
}

.modal .modal-dialog .btn-close {
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.modal .modal-dialog:hover .btn-close {
  opacity: 0.5;
}

@media (max-width: 992px) {
  #imgcontainer, #imgcontainer-2 {
    left: 0;
  }
  .features-2 {
    padding: 80px 0 0px 0;
  }
  .demo-img, .demo-img-2 {
    display: block;
  }
}
.testi-slider {
  background-color: rgb(248, 248, 248);
}
.testi-slider .swiper-slide {
  text-align: start;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  opacity: 0.6;
  background-color: #ffffff;
}
.testi-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.testi-slider .swiper-pagination-custom,
.testi-slider .swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
}
.testi-slider .swiper-slide-active {
  background-color: #ffffff;
  opacity: 1;
}
.testi-slider .section-bottom-shape-two {
  position: absolute;
  top: -45%;
  right: 0;
}
.testi-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.testi-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000000 !important;
  width: 12px;
  height: 12px;
  vertical-align: middle !important;
}

@media (max-width: 1320px) {
  .testi-slider .section-bottom-shape-two {
    top: -40%;
  }
}
@media (max-width: 992px) {
  .testi-slider .section-bottom-shape-two {
    display: none;
  }
}
.cta {
  background-color: rgb(244, 244, 244);
}

#cta-ani {
  position: relative;
  width: 100%;
  background-image: url(../images/cta/animation-image.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
}

.cta-image .bg-img img {
  max-width: 100%;
  height: auto;
  transition: all 2s;
}
.cta-image .bg-img img:hover {
  transform: scale(1.1);
}

.cta-2 .cta-title {
  color: rgba(63, 58, 100, 0.6);
  font-weight: 700;
}
.cta-2 .subscribe-form .input-group input {
  padding: 20px 30px;
  background-color: #f5f7fa;
}
.cta-2 .subscribe-form .input-group input:focus {
  border: 1px solid #9E663D;
}
.cta-2 .subscribe-form .input-group .form-control {
  border: none;
}
.cta-2 .subscribe-form .input-group ::-moz-placeholder {
  font-size: 15px;
}
.cta-2 .subscribe-form .input-group ::placeholder {
  font-size: 15px;
}
.cta-2 .subscribe-form .input-group button {
  padding: 20px 50px;
}
.cta-2 #cta-footer {
  position: relative;
  width: 100%;
  background-image: url(../images/cta/animation-image-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
}
.cta-2 .dot {
  background-image: url(../images/cta/dot.png);
  background-repeat: no-repeat;
}
.cta-2 .cta-image .bg-img img {
  max-width: 100%;
  height: auto;
  transition: all 2s;
}
.cta-2 .cta-image .bg-img img:hover {
  transform: scale(1.1);
}

@media (max-width: 992px) {
  #imgcontainer-4, #imgcontainer-3 {
    left: 0;
  }
  .demo-overlay {
    padding: 17em 0 !important;
  }
  .demo-img-3, .demo-img-4 {
    display: none;
  }
}
@media (max-width: 768px) {
  .demo-overlay {
    padding: 12em 0 !important;
  }
}
@media (max-width: 425px) {
  .demo-overlay {
    padding: 10em 0 !important;
  }
}
.counter .side-border-left::after {
  content: "";
  position: absolute;
  border-left: 1px dashed rgba(157, 157, 157, 0.2);
  height: 400px;
  top: 0;
  left: 0;
}
.counter .side-border-right::before {
  content: "";
  position: absolute;
  border-right: 1px dashed rgba(157, 157, 157, 0.2);
  height: 400px;
  top: 0;
  right: 0;
}
.counter .counter_value {
  font-size: 60px;
}

@media (max-width: 992px) {
  .side-border-left, .side-border-right {
    display: none;
  }
}
.pricing-box .price-title {
  background: #d1d1d1;
  padding: 6px 30px;
  display: inline-block;
  border-radius: 20px;
  position: relative;
  z-index: 999;
}
.pricing-box .price-title .tag {
  transform: rotate(135deg) !important;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  left: 44%;
  margin-top: -19px;
  background: #d1d1d1;
}
.pricing-box .price-tag h2 span {
  font-size: 60px;
}
.pricing-box .price-tag sup {
  top: -1.5em;
  color: rgba(63, 58, 100, 0.6);
}

.faq {
  position: relative;
}

.faq-collaps {
  background-color: #ffffff;
}
.faq-collaps .card {
  border: 1px solid #f5f7fa;
  border-radius: 0px;
  background-color: transparent;
}

.accordion-item .accordion-header .accordion-button {
  background-color: rgba(0, 176, 116, 0.1);
}

.faq-collaps-2 .card {
  border-color: rgba(157, 157, 157, 0.2);
  border-radius: 6px;
}

.card-header {
  background-color: transparent;
  border-bottom: none;
  margin-left: 30px;
}

a.faq[data-bs-toggle=collapse].collapsed:before {
  content: "\f415";
}

a.faq[data-bs-toggle=collapse]:before {
  content: "\f374";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  background: #9E663D;
  line-height: 22px;
  display: block;
  float: right;
  font-family: "Material Design Icons";
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}

.custom-form-faq {
  position: relative;
}
.custom-form-faq .form-control {
  height: 44px;
  font-size: 14px;
  padding-left: 25px;
  border-color: #e2e4e8;
  color: #9d9d9d;
}
.custom-form-faq .form-control:focus {
  border-color: #e2e4e8;
  outline: 0;
  box-shadow: none;
}
.custom-form-faq .faq-icon {
  position: absolute;
  font-size: 18px;
  right: 10px;
  color: #9d9d9d;
  margin-top: 40px;
}

.card-body {

  opacity: 100;
  padding-left: 25px;
  margin-bottom: 15px;
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }
  100% {
    opacity: 1;
    margin-left: 55px;
  }
}
.blog-image {
  border-radius: 10px;
}
.blog-image img {
  transition: all 1.5s;
}
.blog-image img:hover {
  transform: scale(1.1);
}

.blog-content a h6 {
  color: rgba(157, 157, 157, 0.9);
  transition: all 0.5s;
}
.blog-content a h6:hover {
  color: #9E663D;
}
.blog-content a h4 {
  color: #3f3a64;
  transition: all 0.5s;
}
.blog-content a h4:hover {
  color: #9E663D;
}

.blog-link a {
  color: #9E663D;
  transition: all 0.3s;
}
.blog-link a:hover {
  color: #3f3a64;
}

.footer .address-content p {
  color: rgba(0, 0, 0, 0.6) !important;
}
.footer .address-content a {
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s;
}
.footer .address-content a:hover {
  color: #9E663D;
}
.footer .social-icon i {
  color: rgba(157, 157, 157, 0.7);
  transition: all 0.5s;
}
.footer .social-icon i:hover {
  color: #9E663D;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu .menu-item {
  flex: 1 0 40%;
  margin-bottom: 12px;
  font-weight: 600;
}
.menu .menu-item a {
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s;
  font-size: 14px !important;
}
.menu .menu-item a:hover {
  color: #9E663D;
}
.menu .info-item {
  margin-bottom: 12px;
  font-weight: 600;
}
.menu .info-item a {
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s;
  font-size: 14px !important;
}
.menu .info-item a:hover {
  color: #9E663D;
}

.log-in {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.log-in .log-content {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.log-in .log-content input {
  padding: 12px 45px !important;
}
.log-in .log-content ::-moz-placeholder {
  font-size: 13px;
}
.log-in .log-content ::placeholder {
  font-size: 13px;
}

.sign-in {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.sign-in .log-content {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.sign-in .log-content input {
  padding: 12px 45px !important;
}
.sign-in .log-content ::-moz-placeholder {
  font-size: 13px;
}
.sign-in .log-content ::placeholder {
  font-size: 13px;
}

@media (min-width: 992px) and (max-width: 1440px) {
  .sign-in {
    max-width: 220% !important;
  }
}

/* HERO BACKGROUND AND OVERLAY */
#home {
  background-image: url("../images/home_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

/* Dark overlay over hero */
#home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

/* Lift content above overlay */
#home .home-content,
#home .home-content * {
  position: relative;
  z-index: 2;
}

/* Softer hero text color */
.header-text {
  color: #dce2e8 !important;
}
.text-dim{
  opacity: .5 !important;
}

/* Main image container with overlay logo */
.main-image {
  position: relative;
  display: inline-block; /* keeps overlay tied to image bounds */
}

/* Badge positioned over the image, bottom-right */
.image-logo-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 5;
  padding: 0;
  background: transparent;
}

/* Base logo style */
.overlay-logo {
  height: 150px;       /* more reasonable size */
  width: auto;
     /* hidden until we toggle it on */
}

/* Light or dark modes (if you still want them later) */
.use-light-logo .overlay-logo-light {
  display: block;
}

.use-dark-logo .overlay-logo-dark {
  display: block;
}

/* Make sure the hero image sits beneath the logo */
.main-image img.main-image-photo {
  display: block;
  position: relative;
  z-index: 1;
}

.btn-primary {
  background-color: rgb(158, 102, 61) !important;
  border-color: #9E663D !important;
  color: #ffffff !important;
}

/* Hover / focus / active states */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus-visible {
  background-color: #7F4F2E !important;  /* slightly darker shade */
  border-color: #7F4F2E !important;
  color: #ffffff !important;
}

hr.light-hr, hr {
  border: none;
  border-top: 1px solid rgba(153, 153, 153, 0.8); /* light line */
  margin: 15px 0;  /* top + bottom spacing */
}

/* Container */
#slideshow-images {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-bottom: 25px;
}

/* Image style */
#slideshow-images img {
  display: block;
  border-radius: 12px;
  width: 100%;
  height: auto;
}

/* Optional hover */
#slideshow-images:hover img {
  transform: translateY(-4px);
  transition: 0.25s ease-out;
}
#slideshow-images:hover::before {
  transform: translateY(2px);
  transition: 0.25s ease-out;
}

/* --- Force video modal to display correctly --- */
#watchvideomodal .modal-content {
  background: rgba(0, 0, 0, 0.85);  /* dark overlay behind video */
  border: none;
  border-radius: 8px;
}

#watchvideomodal .ratio {
  width: 100%;
}

#watchvideomodal iframe {
  width: 100%;
  height: 100%;
  display: block;
}

#callmaker-desc {
  margin-top: 1.5rem;  /* smaller than Bootstrap’s default spacing */
}
@media (min-width: 992px) {
  #callmaker-desc {
    margin-top: 0.5rem;
  }
}

/* --- Special "Bid now" attention shake --- */
.btn-bid {
  position: relative;
  animation: bidShake 3s ease-in-out infinite;
}

/* Quick shake */
@keyframes bidShake {
  0% { transform: translateX(0); }
  92% { transform: translateX(0); }   /* stays still most of the time */
  93% { transform: translateX(-3px); }
  94% { transform: translateX(3px); }
  95% { transform: translateX(-3px); }
  96% { transform: translateX(3px); }
  97% { transform: translateX(0); }   /* returns to neutral */
  100% { transform: translateX(0); }
}

/* Stronger hover feedback */
.btn-bid:hover {
  transform: scale(1.05);
}

.btn-lg {
  padding: 16px 40px !important;   /* bigger click area */
  font-size: 16px !important;      /* slightly larger text */
  letter-spacing: 1px;
  border-radius: 6px !important;   /* smooth corners */
}

/* Optional: bigger animation target for your shake button */
.btn-bid.btn-lg {
  animation: bidShake 6s ease-in-out infinite;
}

.faq-container {
  padding: 10px 0;
}

.faq-category {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.faq-container p {
  font-size: 15px;
  line-height: 1.7;
}
.mt-10{
  margin-top: 10px
}
.mt-20{
  margin-top: 20px
}
.mt-30{
  margin-top: 30px
}
.mt-40{
  margin-top: 40px
}
.font-weight-bold{
  font-weight: bold
}

/* Aspect-ratio box for the slideshow (if you use it later) */
.bid-card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem 0 0 0.5rem;
}

.bid-card-img::before {
  content: "";
  display: block;
  padding-top: 75%; /* 4:3 ratio – change for 16:9 if needed */
}

.card {
  padding: 20px;
}

/* Auction image fill */
.auction-img {
  object-fit: cover;
}

/* Mobile: make image full width on top, if using bid-card-img layout */
@media (max-width: 767.98px) {
  .bid-card-img {
    border-radius: 0.5rem 0.5rem 0 0;
  }
}

/* Pulsing bid button */
.pulse-btn {
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(158, 102, 61, 0.4);
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 0 12px rgba(158, 102, 61, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(158, 102, 61, 0.4);
  }
}

/* jQuery Validate + Bootstrap integration for bid form */
#bidNumberForm .is-invalid {
  border-color: #E77F24 !important; /* NWTF Dark Orange */
}

#bidNumberForm .is-valid {
  border-color: #9AB7B5 !important; /* NWTF Green */
  box-shadow: 0 0 0 0.08rem rgba(154, 183, 181, 0.5);
}

#bidNumberForm .invalid-feedback,
#bidNumberForm label.error {
  color: #E77F24; /* NWTF Dark Orange */
  font-size: 0.85rem;
}
/* Small heading line above callmaker card */
.callmaker-heading .border-light-brown {
  border-color: #A39382; /* NWTF Light Brown */
  opacity: 0.6;
}

/* Feature card on left side */
.callmaker-card {
  background-color: #FDFDFD; /* NWTF Light Background */
  border-radius: 0.75rem;
}

/* Smaller, framed image */
.callmaker-photo-wrap {
  max-width: 220px;
}

.callmaker-photo {
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Name styling */
.callmaker-name {
  font-size: 1.4rem;
}

/* Story text narrower & more readable */
.callmaker-story {
  max-width: 100%;
}

@media (min-width: 992px) {
  .callmaker-story {
    max-width: 90%;
  }
  .callmaker-photo-wrap {
    margin-left: 0;
  }
}

/* Layout feel similar to Stories single-4 */
.callmaker-article {
  background-color: #FDFDFD; /* NWTF Light Background */
  border-radius: 0.75rem;
}

/* Category pill */
.callmaker-category-badge {
  background-color: #ecddbd; /* NWTF Tan */
  color: #38342F; /* NWTF Onyx */
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.75rem;
}

/* Title style */
.callmaker-title {
  font-size: 2rem;
  line-height: 1.2;
}

/* Hero image */
.callmaker-hero {
  width: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
}

/* Story text spacing */
.callmaker-story h3 {
  font-size: 1.2rem;
}

.callmaker-story p {
  font-size: 0.96rem;
  line-height: 1.7;
}

/* Sidebar */
.callmaker-sidebar {
  position: relative;
}

@media (min-width: 992px) {
  .callmaker-sidebar {
    position: sticky;
    top: 100px; /* adjusts how far from top the bid card sticks */
  }
}

/* Auction card fine-tuning */
.auction-card {
  border-radius: 0.75rem;
}

/* Slightly smaller image than before */
.auction-img {
  object-fit: cover;
}

/* --- Legacy hero refresh --- */

#home {
  background-image: url("../images/home_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

/* Dark overlay over hero (you already had this, just keeping it) */
#home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  z-index: 1;
}

/* Lift hero content above overlay */
#home .home-content,
#home .home-content * {
  position: relative;
  z-index: 2;
}

/* Left column copy block */
.legacy-hero-copy {
  max-width: 560px;
  color: #dce2e8;
}

.legacy-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  color: #ecddbd; /* NWTF Tan */
  opacity: 0.9;
}

.legacy-hero-eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: #ecddbd;
  opacity: 0.6;
}

.legacy-hero-title {
  font-size: 2.9rem;
  line-height: 1.1;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  color: #FDFDFD; /* Light background tone */
}

@media (max-width: 768px) {
  .legacy-hero-title {
    font-size: 2.2rem;
  }
}

.legacy-hero-lead {
  font-size: 0.98rem;
  line-height: 1.9;
  color: #e3e8ef;
  margin-bottom: 0.8rem;
}

.legacy-hero-body {
  font-size: 0.94rem;
  line-height: 1.8;
  color: #d0d7e0;
}

/* Thin gradient divider under text */
.legacy-hero-divider {
  border: none;
  height: 1px;
  width: 110px;
  background: linear-gradient(to right, transparent, #ecddbd, transparent);
  opacity: 0.9;
}

/* Featured callmaker strip */
.legacy-callmaker-highlight {
  margin-top: 0.75rem;
}

.legacy-callmaker-month .legacy-callmaker-pill {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background-color: rgba(236, 221, 189, 0.18); /* NWTF Tan soft */
  border: 1px solid rgba(236, 221, 189, 0.7);
  color: #ecddbd;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.legacy-callmaker-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.legacy-callmaker-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #FDFDFD;
}

.legacy-callmaker-location {
  font-size: 0.9rem;
}

/* Right column image card */
.legacy-hero-image-wrapper {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.legacy-hero-image-frame {
  position: relative;
  display: inline-block;
}

.legacy-hero-image-frame::before {
  content: "";
  position: absolute;
  inset: -18px -18px -26px 18px;
  background: linear-gradient(135deg, rgba(154, 183, 181, 0.85), rgba(158, 102, 61, 0.9));
  border-radius: 1.25rem;
  opacity: 0.9;
  z-index: -1;
  box-shadow: 0 26px 45px rgba(0, 0, 0, 0.45);
}

.legacy-hero-image {
  border-radius: 1.1rem;
  border: 3px solid rgba(236, 221, 189, 0.85); /* NWTF Tan frame */
  display: block;
}

/* Logo badge bottom-right over the image */
.image-logo-badge {
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 0;
  background: transparent;
  z-index: 5;
}

.overlay-logo {
  height: 110px;
  width: auto;
}

/* “Now featuring” tag on the image */
.legacy-hero-tag {
  position: absolute;
  left: 18px;
  top: 18px;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(56, 52, 47, 0.9); /* NWTF Onyx */
  color: #fdfdfd;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* CTA button spacing */
.legacy-hero-cta {
  margin-top: 1.75rem;
}

/* Slight tweak for mobile spacing */
@media (max-width: 991.98px) {
  .legacy-hero-copy {
    text-align: center;
  }
  .legacy-callmaker-highlight {
    justify-content: center;
  }
  .legacy-hero-image-wrapper {
    margin-top: 2.25rem;
  }
}

/* === Legacy Hero (light version) === */

/* Kill the old background image + overlay on #home */
#home {
  background: #f5f7fa; /* soft light gray, same tone as .bg-light */
  position: relative;
}

#home::before {
  content: none; /* remove dark overlay */
}

/* Left column copy block on light background */
.legacy-hero-copy {
  max-width: 560px;
  color: #38342F; /* NWTF Onyx-ish */
}

.legacy-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  color: #8A6846; /* NWTF Brown */
  opacity: 1;
}

.legacy-hero-eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: #A39382; /* NWTF Light Brown */
  opacity: 0.7;
}

.legacy-hero-title {
  font-size: 2.7rem;
  line-height: 1.1;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  color: #38342F; /* Onyx */
}

@media (max-width: 768px) {
  .legacy-hero-title {
    font-size: 2.1rem;
  }
}

.legacy-hero-lead {
  font-size: 0.98rem;
  line-height: 1.8;
  color: #4b4b4b;
  margin-bottom: 0.8rem;
}

.legacy-hero-body {
  font-size: 0.94rem;
  line-height: 1.8;
  color: #666666;
}

/* Override the old "dim" opacity so it isn't washed out on white */
.legacy-hero-copy .text-dim {
  opacity: 1 !important;
  color: #777777;
}

/* Thin gradient divider under text */
.legacy-hero-divider {
  border: none;
  height: 1px;
  width: 110px;
  background: linear-gradient(to right, transparent, #A39382, transparent);
  opacity: 0.9;
}

/* Featured callmaker strip */
.legacy-callmaker-highlight {
  align-items: center;
}

.legacy-callmaker-month .legacy-callmaker-pill {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background-color: #ecddbd; /* NWTF Tan */
  border: 1px solid rgba(138, 104, 70, 0.4); /* Brown-ish */
  color: #38342F;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.legacy-callmaker-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #888;
}

.legacy-callmaker-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #38342F;
}

.legacy-callmaker-location {
  font-size: 0.9rem;
  color: #777;
}

/* Make the whole hero feel like a discrete band */
.home {
  padding: 110px 0 70px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
/* === Callmaker slideshow (right side) === */

.callmaker-slideshow {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-bottom: 25px;
  max-width: 100%;
  overflow: visible;
}

/* Keep your existing quadrilateral “plate” background */
#slideshow-images::before {
  content: "";
  position: absolute;
  inset: -30px -25px -35px -25px; /* adjust size around image */
  background: rgba(158, 102, 61, .7);
  z-index: -1;

  clip-path: polygon(
          5% 0%,
          100% 10%,
          95% 100%,
          0% 90%
  );

  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.35);
}

/* Slide container */
.callmaker-slides {
  position: relative;
  width: 100%;
  min-height: 260px; /* keeps a nice area even while images load */
}

/* Individual slides */
.callmaker-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(14px) scale(0.97);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
}

.callmaker-slide.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  z-index: 2;
}

/* The actual image */
.callmaker-slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;          /* <– show full portrait or landscape */
  object-position: center;      /* center the image in the frame */
  background-color: #fdfdfd;    /* nice neutral backing behind letterbox areas */
  border-radius: 14px;
}

/* “Stacked photos” shadows behind the active slide */
.callmaker-slide-shadow {
  position: absolute;
  inset: 18px 10px -18px 10px;
  border-radius: 14px;
  background: rgba(56, 52, 47, 0.68);
  z-index: 0;
  box-shadow: 0 16px 35px rgba(0,0,0,0.45);
}

.callmaker-slide-shadow--one {
  transform: rotate(-3deg);
  opacity: 0.5;
}

.callmaker-slide-shadow--two {
  transform: rotate(4deg);
  opacity: 0.35;
}

/* Navigation arrows */
.callmaker-slide-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(253, 253, 253, 0.94);
  color: #38342F;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  z-index: 3;
}

.callmaker-slide-nav--prev {
  left: 8px;
}

.callmaker-slide-nav--next {
  right: 8px;
}

.callmaker-slide-nav:hover {
  background: #ecddbd; /* NWTF Tan */
  transform: translateY(-50%) translateY(-1px) scale(1.03);
  box-shadow: 0 6px 16px rgba(0,0,0,0.3);
}

/* Dots */
.callmaker-slide-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}

.callmaker-slide-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: rgba(253,253,253,0.7);
  box-shadow: 0 0 0 1px rgba(56,52,47,0.3);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease, width 0.2s ease;
}

.callmaker-slide-dot.is-active {
  width: 18px;
  background: #9E663D; /* your primary */
}

/* Placeholder when no images */
.callmaker-slide-placeholder {
  min-height: 220px;
  border-radius: 12px;
  border: 2px dashed rgba(158, 102, 61, 0.55);
  color: #38342F;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(253, 253, 253, 0.96);
  font-size: 0.95rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* === Callmaker slideshow (fixed aspect, nice card) === */

.callmaker-slideshow {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

/* Aspect ratio box: 4:3 */
.callmaker-slides {
  position: relative;
  width: 100%;
  padding-top: 75%; /* 4:3 ratio */
  border-radius: 14px;
  overflow: hidden;
  background: #ecddbd; /* NWTF Tan as a loading bg */
  box-shadow: 0 16px 35px rgba(0,0,0,0.18);
}

/* Individual slides fill the box */
.callmaker-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.callmaker-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 2;
}

.callmaker-slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

/* Subtle “stacked card” behind the slideshow */
.callmaker-slide-shadow {
  position: absolute;
  inset: 10px 14px -10px 14px;
  border-radius: 18px;
  background: rgba(138, 104, 70, 0.35); /* NWTF Brown */
  z-index: -1;
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
}

.callmaker-slide-shadow--one {
  transform: rotate(-2.5deg);
}

.callmaker-slide-shadow--two {
  transform: rotate(3deg);
  opacity: 0.7;
}

/* Navigation arrows */
.callmaker-slide-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(253, 253, 253, 0.96);
  color: #38342F;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  z-index: 3;
}

.callmaker-slide-nav--prev {
  left: 12px;
}

.callmaker-slide-nav--next {
  right: 12px;
}

.callmaker-slide-nav:hover {
  background: #ecddbd; /* NWTF Tan */
  transform: translateY(-50%) translateY(-1px) scale(1.05);
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
}

/* Dots */
.callmaker-slide-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}

.callmaker-slide-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: rgba(230,230,230,0.9);
  box-shadow: 0 0 0 1px rgba(56,52,47,0.3);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease, width 0.2s ease;
}

.callmaker-slide-dot.is-active {
  width: 18px;
  background: #9E663D; /* your primary */
}

/* Placeholder when no images */
.callmaker-slide-placeholder {
  min-height: 260px;
  border-radius: 14px;
  border: 2px dashed rgba(158, 102, 61, 0.55);
  color: #38342F;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(253, 253, 253, 0.96);
  font-size: 0.95rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
/* === Interview panel (right side of #interview) === */



/* Card around the whole right panel */
.interview-panel {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px 28px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

/* Title spacing + size (slightly smaller than hero title) */
.interview-title {
  font-size: 1.8rem;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}

/* Keep paragraph text comfortable */
.interview-panel p {
  font-size: 0.96rem;
  line-height: 1.7;
}

/* Video thumbnail: smaller, not full column */
.interview-video-thumb {
  max-width: 320px;
  flex-shrink: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

/* Make sure the thumbnail itself fills that frame */
.interview-video-thumb .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Space for the text next to the thumbnail */
.interview-text {
  max-width: 100%;
}

/* On larger screens, gently limit text width so it doesn't sprawl */
@media (min-width: 992px) {
  .interview-text {
    max-width: 360px;
  }
}

/* Adjust quote to feel more like a pull-quote */
.quote-class {
  font-style: italic;
  color: #7f4f2e;
}

/* === Interview section (lighter layout) === */
/* Title on the right side */
.interview-title-simple {
  font-size: 1.9rem;
  margin-top: 0.15rem;
  margin-bottom: 0.9rem;
}

/* Video thumbnail: wide but not overpowering */
.interview-video-wrap {
  max-width: 520px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

/* Make sure thumbnail fills the frame nicely */
.interview-video-wrap .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Copy below video – full width, with a subtle accent */
.interview-copy {
  margin-top: 1.5rem;
  font-size: 0.96rem;
  line-height: 1.8;
  color: #4b4b4b;
  border-left: 3px solid #ecddbd; /* NWTF Tan */
  padding-left: 1rem;
}

/* Pull-quote styling */
.interview-copy .quote-class {
  font-style: italic;
  color: #7F4F2E;
}

/* On small screens, remove the left border and center it a bit more */
@media (max-width: 767.98px) {
  .interview-video-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .interview-copy {
    border-left: none;
    border-top: 3px solid #ecddbd;
    padding-left: 0;
    padding-top: 1rem;
    text-align: left;
  }
}

.div-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;   /* image left, button right */
  gap: 20px;
  margin-top: 30px;
}

/* Optional: make sure the logo doesn't shrink too small */
.div-footer img {
  flex-shrink: 0;
}

/* Mobile stacking */
@media (max-width: 575.98px) {
  .div-footer {
    flex-direction: column;
    text-align: center;
  }

  .div-footer a {
    width: 100%;
    max-width: 320px;
  }
}

.legacy-watch-btn {
  border-radius: 999px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border: 1px solid #ddd
}

.legacy-watch-icon {
  width: 18px;
  height: 18px;
}

/* Ensure Bootstrap modals stack correctly */
.modal-backdrop {
  z-index: 1040 !important;
}

.modal {
  z-index: 1050 !important;
}

/* === Video modal sizing, independent of Bootstrap .ratio === */

.video-modal-dialog {
  max-width: 960px;                /* bump bigger if you want */
  margin: 1.75rem auto;
}

.video-modal-content {
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 12px;
  border: none;
  padding: 0;
}

/* 16:9 responsive wrapper */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;          /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}

/* Make the iframe fill the wrapper */
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* === OVERRIDES: allow portrait or landscape images in callmaker slideshow === */

.callmaker-slideshow {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

/* Remove forced aspect ratio */
.callmaker-slides {
  position: relative;
  width: 100%;
  padding-top: 0;             /* override the 75% aspect ratio */
  border-radius: 14px;
  overflow: hidden;
  background: #ecddbd;        /* keep your tan background */
  box-shadow: 0 16px 35px rgba(0,0,0,0.18);
}

/* Use display to switch slides, not absolute + padding hack */
.callmaker-slide {
  position: relative;
  display: none;
  opacity: 1;                 /* no fade needed if you don't want it */
  transform: none;
  pointer-events: auto;
}

.callmaker-slide.is-active {
  display: block;
}

/* Image respects its own aspect ratio */
.callmaker-slide-img {
  position: relative;
  width: 100%;
  height: auto;               /* let the image decide height */
  object-fit: contain;        /* show entire portrait/landscape */
  object-position: center;
  border-radius: 14px;
  background-color: #fdfdfd;  /* behind letterboxing areas */
}

/* Optional: keep the stacked “shadow” look, but behind the slides */
.callmaker-slide-shadow {
  position: absolute;
  inset: 10px 14px -10px 14px;
  border-radius: 18px;
  background: rgba(138, 104, 70, 0.35);
  z-index: -1;
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
}

/* === OVERRIDES: allow portrait or landscape images on bid cards === */

/* Keep the container, but don't force a fake 4:3 box */
.bid-card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem 0 0 0.5rem;
}

/* Kill the aspect-ratio pseudo-element */
.bid-card-img::before {
  content: none;
  display: none;
  padding-top: 0;
}

/* Let the image decide the height */
.bid-card-img img.auction-img,
.bid-card-img .auction-img {
  position: static;       /* no absolute positioning */
  display: block;
  width: 100%;
  height: auto;           /* keep natural aspect ratio */
  object-fit: contain;    /* show full portrait/landscape */
  object-position: center;
  background-color: #fdfdfd; /* behind any letterboxing */
}
/* === Force image lightbox above everything === */

/* Keep backdrop below the modal */
.modal-backdrop {
  z-index: 1040 !important;
}

/* Generic modals */
.modal {
  z-index: 1050 !important;
}

/* Image lightbox: even higher */
.image-lightbox.modal {
  z-index: 2000 !important;
}

.image-lightbox .modal-dialog,
.image-lightbox .modal-content {
  position: relative;
  z-index: 2001 !important;
}














