:root {
  --primary-color: #0f1116;
  --secondary-color: #989898;
  --secondary2-color: #f0dbda;
  --bs-white: #fff;
  --bodyFont: "Poppins";
  --headingFont: "BAGISKO";
  --inner-text-one-color: #676767;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #99252ba8;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #99252be8;
}

.cursor-dot {
  width: 20px;
  height: 20px;
  background-color: #7e7e7e00;
  transition: 0.15s;
}

.cursor-outline {
  width: 70px;
  height: 70px;
  border: 1px solid #494a6900;
  transition: 0.1s;
}

.cursor-dot,
.cursor-outline {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 99;
  pointer-events: none;
}

.row {
  --bs-gutter-x: 1.75rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-weight: normal;
  line-height: 1.6 !important;
  font-size: 15px;
  font-family: var(--bodyFont);
  color: var(--secondary-color);
  background: var(--primary-color);
  position: relative;
  z-index: 0;
  /* overflow-x: hidden;
  overflow-y: hidden; */
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btns,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btns,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btns {
  max-width: 210px;
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: var(--bs-white);
  font-size: 17px;
  color: var(--primary-color);
  font-weight: 500;
  border: var(--bs-white) 1px solid;
}

.btns:hover {
  background: transparent;
  color: var(--bs-white);
}

.btnsm {
  font-size: 13px;
  max-width: 196px;
}

p {
  margin: 0;
}

.btn:hover {
  color: var(--bs-white);
  background-color: #981f28;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: var(--headingFont);
  color: var(--bs-white);
}

.p-v-60 {
  padding: 60px 0;
}

h1 {
  font-size: 77px;
  font-weight: normal;
}

h2 {
  font-size: 77px;
  font-weight: normal;
}

h3.heads {
  font-size: 85px;
  font-weight: normal;
}

h4 {
  font-size: 13px;
  font-family: var(--bodyFont);
  font-weight: 500;
}

h5 {
  font-size: 13px;
  font-family: var(--bodyFont);
  font-weight: 500;
}

h6 {
  font-size: 20px;
  font-family: var(--bodyFont);
}

.p-v-100 {
  padding: 100px 0;
}

header {
  position: absolute;
  top: 0px;
  padding: 0;
  z-index: 8;
  font-size: 20px;
  left: 0;
  width: 100%;
  font-size: 16px;
  padding-top: 20px;
}

.stellarnav.right.desktop {
  z-index: 9;
}

header .dropdown ul {
  right: 60px;
}

.logo {
  position: absolute;
  left: -25px;
  right: 0;
  margin: 0 auto;
  max-width: 98px;
  width: 100%;
  z-index: 99;
}

.logo a img {
  mix-blend-mode: screen;
}

.stellarnav {
  padding-left: 40px;
}

.stellarnav ul {
  display: flex;
  align-items: center;
  min-height: 91px;
  justify-content: center;
}

.stellarnav>ul>li>a {
  color: var(--bs-white);
  padding: 0 1.7rem;
}

.stellarnav>ul>li:nth-child(4) {
  padding-right: 80px;
}


.stellarnav>ul>li:nth-child(5) {
  padding-left: 80px;
}

.stellarnav>ul>li>a:hover,
.stellarnav>ul>li.active>a {
  font-weight: 700;
}

.hero {
  padding-top: 180px;
  padding-bottom: 100px;
}

.hero p {
  color: #676767;
  font-size: 15px;
}

.hero .thumbs {
  width: 197px;
  height: 197px;
  object-fit: cover;
}

.explore {
  max-width: 306px;
}

.man {
  position: absolute;
  left: 20%;
  bottom: 0;
  width: 52%;
}

.hero.relative.one1.home-banner .man img {
  width: 94%;
}

.hero.relative.one1.home-banner .banner-lefl-line .banner-t {
  width: 411px;
}

.hero h2 {
  max-width: 86%;
}

.heads {
  display: inline-block;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.heads::after {
  content: "";
  position: absolute;
  left: 103%;
  bottom: 2rem;
  width: 214px;
  height: 1px;
  background: #fff;
}

.heads.noEffect::after {
  display: none;
}

.gallerylist a {
  display: block;
}

.gallerylist a img {
  height: 232px;
  object-fit: cover;
}

.category .mySwiper2 {
  width: 100%;
}

.category .mySwiper {
  box-sizing: border-box;
  width: 100%;
}

.category .mySwiper img {
  width: 100%;
  height: 163px;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.category .mySwiper .swiper-slide-thumb-active img {
  height: 261px;
}

.category .thumbslide .swiper-wrapper {
  padding-bottom: 50px;
}

.category .thumbslide {
  min-height: 350px;
}

.category .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 1;
}

.category .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.category .thumbslide p {
  font-size: 12px;
  color: #555;
  font-weight: 300;
  margin-top: 10px;
}

.category .mySwiper .swiper-slide-thumb-active p {
  color: var(--bs-white);
}

.users {
  width: 33px;
  flex: 0 0 33px;
  margin-right: 10px;
}

.users img {
  width: 33px;
  height: 33px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;

  border: #5f5f5f 3px solid;
}

.category .box a p {
  color: var(--bs-white);
  font-size: 14px;
  font-weight: 500;
}

.btns2 {
  background: transparent;
  color: var(--bs-white);
  max-width: 169px;
  height: 43px;
  line-height: 43px;
  font-size: 13px;
  border: var(--bs-white) 1px solid;
  width: 100%;
  text-align: center;
}

.btns2:hover {
  background: var(--bs-white);
  color: var(--primary-color);
}

.whatWhere .box {
  position: relative;
  margin-top: -10%;
}

.whatWhere h3 {
  position: relative;
  z-index: 2;
}

.whatWhere .box img {
  width: 365px;
  height: 378px;
  flex: 0 0 365px;
  object-fit: cover;
}

.featurs .swiper {
    position: relative;
    margin-top: -5%;
}
.featurs .swiper::before {
    position: absolute;
    left: 0;
    width: 10px;
    height: 100%;
    background: #0F1116;
    content: "";
    z-index: 2;
    top:0;
}
.featurs .swiper::after {
    position: absolute;
    right: 0;
    top:0;
    width: 10px;
    height: 100%;
    background: #0F1116;
    content: "";
    z-index: 2;
}

.featurs .swiper-wrapper {
  padding: 15% 0 0;
}

.featurs .swiper-wrapper .swiper-slide {
  background: var(--primary-color);
}

.featurs .swiper-button-next,
.featurs .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 85%);
}

.featurs .swiper-button-prev,
.featurs .swiper-rtl .swiper-button-next {
  right: 34%;
  left: auto;
}

.featurs .swiper-button-next,
.featurs .swiper-rtl .swiper-button-prev {
  left: 34%;
  right: auto;
}

.contents {
  position: relative;
  margin-top: -25%;
}

.contents img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: var(--primary-color) 5px solid;
}

.contents h5 {
  color: #8b8b8b;
  margin: 6px 0;
}

.contents p {
  font-size: 12px;
  font-weight: 300;
  color: #696969;
}

.contents .btns2 {
  opacity: 0;
}

.featurs .swiper-wrapper .swiper-slide.swiper-slide-active .contents .btns2 {
  opacity: 1;
}

.user2 {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: #777 2px solid;
}

.memories .swiper-wrapper {
  padding: 5% 0;
  min-height: 340px;
}

.lenseBox {
  padding: 1.5rem;
  background: transparent;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.lenseBox p {
  color: #9e9e9e;
  font-size: 14px;
  margin: 15px 0;
}

.lenseBox h6 {
  color: var(--bs-white);
  font-size: 11px;
  font-weight: 600;
}

.swiper-slide-active .lenseBox {
  background: url(../images/frame.webp) #0f1116 no-repeat top left;
  background-size: cover;
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  filter: blur(0px);
  -webkit-filter: blur(0px);
  padding: 3.35rem 3.4rem;
}

.swiper-slide-active .lenseBox .user2 {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: #777 2px solid;
}

.swiper-slide-active .lenseBox p {
  font-size: 10px;
  margin: 8px 0;
}

.swiper-slide-active .lenseBox h6 {
  font-size: 10px;
}

.quotes {
  position: absolute;
  width: 20px;
  display: inline-block;
}

.q1 {
  top: 20%;
  left: 17%;
}

.q2 {
  bottom: 20%;
  right: 17%;
}

.btmHead {
  margin: -11% 0 2%;
}

.contact h4 {
  font-weight: 600;
  font-size: 18px;
}

.contact p {
  color: var(--bs-white);
  margin: 6px 0 18px;
}

.contact p a {
  color: var(--bs-white);
  font-weight: 600;
}

.contact p a:hover {
  color: var(--secondary-color);
}

.form-control {
  background: #323232 !important;
  height: 49px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-color: #4e4e4e;
  font-size: 12.5px;
  padding: 0 25px;
  color: var(--bs-white) !important;
}

input::placeholder {
  color: #7e7e7e !important;
}

textarea {
  resize: none !important;
  height: 147px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: var(--bodyFont);
  text-transform: capitalize !important;
  font-size: 13.99px;
  color: var(--bs-white);
  font-weight: normal;
}

.swiper-button-next,
.swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 60%);
}

footer {
  background: #181818;
  padding: 40px 0 15px;
  font-size: 15px;
  color: var(--bs-white);
}

.f-menu a {
  color: var(--bs-white);
  margin-bottom: 8px;
}

.f-menu a:hover,
.f-menu a:hover {
  color: var(--secondary-color);
}

footer h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
}

.slinks {
  border-radius: 0.58rem 0 0 0.58rem;
  -webkit-border-radius: 0.58rem 0 0 0.58rem;
  -moz-border-radius: 0.58rem 0 0 0.58rem;
  -ms-border-radius: 0.58rem 0 0 0.58rem;
  -o-border-radius: 0.58rem 0 0 0.58rem;
  border: var(--secondary-color) 1px solid;
  padding-left: 5rem;
}

.slinks a {
  padding: 1rem 0.7rem;
}

.slinks a:hover {
  filter: brightness(0) invert(1);
}

footer .logo {
  position: static;
}

.min-h100 {
  min-height: 12.5rem;
}

.newsLetter {
  color: var(--bs-white);
}

.newsLetter label {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 0.88rem;
}

.newsLetter .form-control {
  background: transparent !important;
  color: var(--bs-white);
  font-size: 0.88rem;
  border-bottom-color: #b5b5b5;
}

.newsLetter .btn {
  height: 1.88rem;
  line-height: 1.88rem;
  min-width: 5.38rem;
  display: inline-block !important;
  font-size: 0.69rem;
}

.newsLetter .btn::before {
  height: 1.75rem;
  width: 5.38rem;
  left: 0.8rem;
  top: 0.5rem;
}

.fdog {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 12.5rem;
  width: 100%;
  text-align: center;
  background: #190607;
}

.newsLetter .btns {
  height: 49px;
  line-height: 49px;
  font-weight: 600;
  font-size: 13px;
  max-width: 100%;
}

.socials li a {
  color: var(--bs-white);
  font-size: 18px;
  padding-right: 15px;
}

.socials li a:hover {
  color: var(--secondary-color);
}

.memories .swiper-button-next,
.memories .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 75%);
}

.memories .swiper-button-prev,
.memories .swiper-rtl .swiper-button-next {
  right: 22%;
  left: auto;
}

.memories .swiper-button-next,
.memories .swiper-rtl .swiper-button-prev {
  left: 22%;
  right: auto;
}

/* inner page */
.inner-banner .heading-text h1 {
  font-size: 70px;
  font-style: var(--headingFont);
  padding-bottom: 23px;
  padding-top: 5px;
}

/* .inner-banner .image img{
  width: 100%;
} */
.inner-banner {
  position: relative;
}

.sms-5 {
  padding-top: 30px;
}

.inner-banner .image img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1160px;
}

.inner-banner {
  padding: 285px 0 130px 0;
}

.inner-banner .heading-text p {
  font-size: 15px;
  color: var(--inner-text-one-color);
}

/* .tab-1 */
.tab-1 {
  padding: 60px 0 80px 0;
}

.tab-1 .nav-pills .nav-item .nav-link {
  color: var(--bs-white) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

.tab-1 .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent !important;
  color: #99252d !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  border-bottom: 5px solid #fff;
  border-radius: 0 !important;
  padding-bottom: 20px !important;
}

.tab-1 .nav {
  gap: 30px !important;
  /* justify-content: center; */
}

.tab-1 .tab-content .tab-pane .inner-box .image {
  padding-bottom: 260px;
}

.tab-1 .tab-content .tab-pane .inner-box .image img {
  width: 100%;
}

.tab-1 .tab-content .tab-pane .inner-box {
  position: relative;
}

.tab-1 .tab-content .tab-pane .inner-box .inner-content {
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%; */
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 60px;
}

.tab-1 .tab-content .tab-pane .inner-box .inner-content h5 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.tab-1 .tab-content .tab-pane .inner-box .inner-content .designation {
  color: #8b8b8b;
  padding-top: 12px;
}

.tab-1 .tab-content .tab-pane .inner-box .inner-content p {
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 4px;
  color: #696969;
}

.tab-1 .tab-content .tab-pane .inner-box .inner-content img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}

#pills-tab {
  padding-bottom: 50px;
}

.tab-1 .d-block.mb-4 {
  text-align: center;
  margin-top: 25px;
}

/* member */
.member {
  padding: 85px 0 75px 0;
}

.member .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
}

.member .wrapper .left-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.member .wrapper .left-content .text h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--bs-white);
  padding-bottom: 10px;
}

.member .wrapper .left-content .text p {
  color: var(--bs-white);
  padding-bottom: 10px;
}

.member .wrapper .left-content .text p span {
  font-size: 16px;
  font-weight: 700;
  color: var(--bs-white);
}

.member .wrapper .left-content .text .icon-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.member .wrapper .left-content .image img {
  width: 160px;
}

.member .wrapper .right-content h6 {
  font-size: 16px;
  color: var(--bs-white);
  padding: 0 15px;
}

.member .wrapper .right-content h6 span {
  font-weight: 700;
}

.member .wrapper .right-content .inner-text-wrapper {
  display: flex;
  align-items: center;
  padding-top: 5px;
}

.member .wrapper .right-content .inner-text-wrapper p {
  padding: 1px 15px;
  margin: 12px 0;
  color: var(--bs-white);
}

.member .wrapper .right-content .inner-text-wrapper p span {
  font-weight: 600;
}

.member .wrapper .right-content .inner-text-wrapper p.one {
  border-right: 1px solid #4c5159;
}

.member .wrapper .right-content {
  padding: 33px 15px 25px 15px;
  background-color: #191c21;
}

.member .messages h5 {
  font-size: 18px;
  color: var(--bs-white);
  font-weight: 700;
}

.member .messages {
  padding: 40px 40px 50px 40px;
  background-color: #191c21;
}

.member .messages p {
  font-style: 16px;
  color: var(--bs-white);
  padding-top: 25px;
  font-weight: 300;
}

/* portfolio-2 */
.portfolio-2 {
  padding-bottom: 90px 0;
}

.portfolio-2 h2 {
  font-size: 50px;
  padding-bottom: 60px;
}

.portfolio-2 .image .one {
  width: 100%;
}

.portfolio-2 .image {
  position: relative;
}

.portfolio-2 .image .position-image .icon-1 {
  position: absolute;
  top: 20px;
  right: 20px;
}

.portfolio-2 .image .position-image .text p {
  font-size: 14px;
  font-weight: 800;
  color: #99252b;
  line-height: 0px;
}

.portfolio-2 .image .position-image .text {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.portfolio-2 h6 {
  padding-top: 20px;
  padding-bottom: 35px;
  font-size: 13px;
  font-weight: 600;
}

.portfolio-2 .button {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 5px;
}

.inner-banner .image.two img {
  width: 1015px;
  right: 0;
}

.inner-banner {
  background-color: #28292e;
}

/* about-william */
.about-william {
  padding: 90px 0 100px 0;
}

.about-william .image img {
  /* width: 95%; */
  animation: rotate-1 45s linear 2s infinite;
}

@keyframes rotate-1 {
  100% {
    transform: rotate(360deg);
  }
}

.about-william .row {
  align-items: center;
}

.about-william .content-wrapper h6 {
  font-size: 18px;
  font-weight: 700;
  color: var(--bs-white);
  padding-bottom: 23px;
}

.about-william .content-wrapper p {
  font-size: 16px;
  font-weight: 300;
  color: var(--bs-white);
  line-height: 28px;
}

.about-william .content-wrapper p.one {
  padding-bottom: 30px;
}

.about-william .content-wrapper {
  padding: 40px 60px 100px 60px;
  position: relative;
}

.about-william .content-wrapper .position-img-wrap .image-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.about-william .content-wrapper .position-img-wrap .image-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-william .content-wrapper .position-img-wrap .image-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-william .content-wrapper .position-img-wrap .image-4 {
  position: absolute;
  top: 0;
  right: 0;
}

/* mission */
.mission {
  background-image: url(../images/bg-image-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 110px 0;
}

.mission .row {
  align-items: end;
}

.mission .image-wrapper img {
  width: 100%;
}

.mission .left-content .inner-text-wrap h2 {
  font-size: 50px;
  font-family: var(--headingFont);
  color: var(--primary-color);
  padding-bottom: 30px;
}

.mission .left-content .inner-text-wrap p {
  font-size: 16px;
  color: var(--primary-color);
  line-height: 32px;
  font-weight: 400;
}

.mission .left-content .inner-text-wrap h5 {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 600;
  padding-top: 35px;
  padding-bottom: 65px;
}

.mission .left-content .box-wrapper {
  display: flex;
  gap: 20px;
}

.mission .left-content .box-wrapper .inner-box-wrapper {
  background-color: #222222;
  padding: 22px 23px 20px 20px;
  height: fit-content;
}

.mission .left-content .box-wrapper .inner-box-wrapper .icon-box {
  display: flex;
  gap: 15px;
}

.mission .left-content .box-wrapper .inner-box-wrapper.one .icon-box:nth-child(2) .text {
  padding: 12px 0;
}

.mission .left-content .box-wrapper .inner-box-wrapper.one .icon-box:nth-child(2) img {
  margin-top: 12px;
}

.mission .left-content .box-wrapper .inner-box-wrapper.one .icon-box:nth-child(1) .text {
  padding-bottom: 12px;
  border-bottom: 1px dashed #474747;
}

.mission .left-content .box-wrapper .inner-box-wrapper.one .icon-box:nth-child(3) .text {
  padding-top: 12px;
  border-top: 1px dashed #474747;
}

.mission .left-content .box-wrapper .inner-box-wrapper.one .icon-box:nth-child(3) img {
  margin-top: 12px;
}

.mission .left-content .box-wrapper .inner-box-wrapper .icon-box .text p {
  font-size: 14px;
  color: var(--bs-white);
  font-weight: 200;
}

.mission .left-content .box-wrapper .inner-box-wrapper:nth-child(2) {
  margin-top: 34px;
}

.case1-section-area .cs_case_study_1_list {
  display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .case1-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}

.case1-section-area .cs_case_study_1_list>.cs_case_study.cs_style_1 {
  flex: 1.3;
}

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
  transition: all 0.8s;
}

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
  transition: all 0.8s ease;
  left: 80px;
  opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
    transition: all 0.5s;
  }
}

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 4;
  transition: all 0.9s;
}

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_in {
  opacity: 1;
  left: 0;
  transition: all 0.6s ease;
  transition-delay: 0.3s;
}

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_icon {
  transform: scale(0) rotate(360deg);
  transition-delay: 0.1s;
}

.case1-section-area .cs_case_study.cs_style_1 {
  height: 700px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .case1-section-area .cs_case_study.cs_style_1 {
    height: 600px;
  }
}

.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_title a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 3px;
  transition: all 0.8s;
}

.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
  left: 70px;
  top: 70px;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
    transition: all 0.4s;
  }
}

.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}

.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 88px 72px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}

.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
  left: 70px;
  bottom: 86px;
  z-index: 1;
  height: 55px;
  width: 55px;
  transition: all 0.6s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 40px;
    bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}

.case1-section-area .cs_case_study_thumb {
  background-image: url("../images/journey-image-1.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb2 {
  background-image: url("../images/ourney-image-2.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb3 {
  background-image: url("../images/ourney-image-3.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb4 {
  background-image: url("../images/ourney-image-4.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
  height: 410px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}

@media (max-width: 767px) {
  .case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}

/* .case1-section-area .cs_case_study.cs_style_1.cs_hover_active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 1;
  transition: all 0.4s;
} */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study.cs_style_1.cs_hover_active .content-area1 {
    opacity: 0;
    transition: all 0.4s;
  }

  .case1-section-area .cs_case_study.cs_style_1.cs_hover_active .content-area {
    left: 0;
    transition: all 0.4s;
    opacity: 1;
  }

  .case1-section-area .cs_case_study.cs_style_1.cs_hover_active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0;
    transition: all 0.4s;
  }
}

@media (max-width: 767px) {
  .case1-section-area .cs_case_study.cs_style_1.cs_hover_active .content-area1 {
    opacity: 0;
    transition: all 0.4s;
  }

  .case1-section-area .cs_case_study.cs_style_1.cs_hover_active .content-area {
    left: 0;
    transition: all 0.4s;
    opacity: 1;
  }

  .case1-section-area .cs_case_study.cs_style_1.cs_hover_active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0;
    transition: all 0.4s;
  }
}

.case1-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area1 {
  opacity: 0;
  transition: all 0.4s;
}

.case1-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area {
  left: 17px;
  transition: all 0.4s;
  opacity: 1;
}

/* .case1-section-area .cs_case_study.cs_style_1.cs_hover_active.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.4s;
} */
.case1-section-area .content-area1 {
  position: absolute;
  height: auto;
  left: 30%;
  bottom: 220px;
  transition: all 0.4s;
  opacity: 1;
  z-index: 99;
  top: 25%;
}

.case1-section-area .content-area1 a {
  color: var(--03-home-text-colors, #001518);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 100% */
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
}

.case1-section-area .content-area1 .cirle-arrow {
  position: absolute;
  top: 0px;
  left: 404px;
  height: 40px;
  width: 40px;
  transform: rotate(45deg);
  background: #edf6f8;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}

.case1-section-area .content-area {
  position: absolute;
  z-index: 1;
  transition: all 0.4s;
  padding: 0 24px 24px 24px;
  bottom: 0;
  left: -100%;
  opacity: 0;
}

.case1-section-area .content-area a {
  color: var(--White-colors, #fff);
  font-size: 27px;
  font-style: normal;
  font-weight: 200;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
  margin-bottom: 41px;
  margin-left: -10px;
  font-family: var(--headingFont);
}

.case1-section-area .content-area .learn {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 630px;
  height: 40px;
  width: 40px;
  transform: rotate(-45deg);
  background: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: var(--vtc-bg-main-1);
}

.case1-section-area .cs_case_study_1_list .cs_case_study .content-area1 h2 {
  font-size: 215px;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
}

.case1-section-area .heading h2 {
  font-size: 50px;
  font-family: var(--headingFont);
  color: var(--bs-white);
  padding-bottom: 45px;
}

.case1-section-area {
  padding: 90px 0 25px 0;
}

.case1-section-area .content-area h2 {
  font-size: 215px;
  font-weight: 200;
  color: var(--bs-white);
}

.case1-section-area .content-area {
  display: flex;
  align-items: end;
}

.brand .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  opacity: 0;
  visibility: hidden;
}

.brand {
  padding: 50px 0 70px 0;
}

/* .swiper-wrapper {
  gap: 8px;
} */

.brand .swiper-wrapper img {
  width: 100%;
}

/* .brand .wrapper{
  padding: 0 86px;
} */
/* .swiper-notification{
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
} */

.brand .heading h2 {
  font-size: 50px;
  font-family: var(--headingFont);
  color: var(--bs-white);
  text-align: center;
  padding-bottom: 38px;
}

/* .form-wrapper */
.form-wrapper {
  padding: 90px 0 10px 0;
}

.form-wrapper .image-wrapper img {
  width: 100%;
}

.form-wrapper .heading h2 {
  font-size: 50px;
  font-family: var(--headingFont);
  color: var(--bs-white);
  padding-bottom: 55px;
}

.form-wrapper form .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}

/* .form-wrapper form .wrap:nth-child(1){
  padding-bottom: 5px;
} */
.form-wrapper form .wrap .one {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form-wrapper form .wrap .one label {
  font-size: 14px;
  font-weight: 600;
  color: var(--bs-white);
}

.form-wrapper form .wrap .one input {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #c3c3c3;
  outline: 0;
  color: #919191;
  font-size: 13px;
  width: 100%;
  height: 40px;
}

.form-wrapper form .one {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 35px;
  position: relative;
}

.form-wrapper form .one input {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #c3c3c3;
  outline: 0;
  color: #919191;
  font-size: 13px;
  height: 44px;
}

.form-wrapper form .one textarea {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #c3c3c3;
  outline: 0;
  color: #919191;
  font-size: 13px;
}

.form-wrapper form .one label {
  font-size: 14px;
  font-weight: 600;
  color: var(--bs-white);
}

.form-wrapper form .one textarea {
  height: 60px !important;
}

.form-wrapper form {
  background-color: #222222;
  width: 100%;
  height: 100%;
  padding: 5px 40px;
}

.form-wrapper form .position-image {
  position: absolute;
  right: 0;
  bottom: 12px;
  padding: 0 0 5px 10px;
  background-color: #222222;
}

.pt-5.two .heads {
  font-size: 50px !important;
}

.pt-5.two {
  padding-bottom: 50px;
}

#pills-tab {
  position: relative;
}

.tab-1 .line {
  display: flex;
  /* align-items: center;
  justify-content: center; */
  position: absolute;
  bottom: 52px;
  /* text-align: center; */
  width: 100%;
}

.tab-1 .line p {
  width: 100%;
  height: 1px;
  background-color: #41444b;
}

.tab-1 .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  position: relative;
  z-index: 999;
}

.mt-5 {
  padding-bottom: 20px;
  padding-top: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  /* font-family: var(--bodyFont); */
  /* text-transform: capitalize !important; */
  font-size: 14px;
  color: var(--bs-white);
  font-weight: normal;
}

.swiper-button-next,
.swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 60%);
  /* right: -50px; */
  z-index: 9;
}

/* .stellarnav .icon-close {
    margin-top: 20px;
} */
.brand .swiper-button-next:after,
.brand .swiper-button-prev:after {
  font-family: swiper-icons !important;
  font-size: 12px;
  text-transform: none !important;
}

.portfolio-2 .image {
  overflow: hidden;
}

.portfolio-2 .image img {
  transition: 0.4s;
}

.portfolio-2 .image:hover img {
  scale: 1.1;
}

.gallerylist .albums {
  overflow: hidden;
}

.gallerylist .albums img {
  transition: 0.4s;
}

.gallerylist .albums:hover img {
  scale: 1.1;
}

.mission .left-content .box-wrapper .inner-box-wrapper.one .icon-box .text {
  width: 100%;
}

/* ==================================photography-services========================== */

.photography-services {
  background-image: url(../images/bg-image-4.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0 115px 0;
}

.photography-services .left-content h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #0f1116;
  margin-bottom: 20px;
}

.photography-services .left-content p {
  font-size: 16px;
  color: #0f1116;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 28px;
}

.photography-services .left-content .button-wrapper {
  margin-top: 43px;
  display: flex;
  gap: 25px;
}

.photography-services .left-content .button-wrapper .btns-1 {
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: var(--bs-white);
  font-size: 13px;
  color: var(--primary-color);
  font-weight: 400;
  border: var(--bs-white) 1px solid;
  padding: 0 35px;
  text-transform: capitalize !important;
}

.photography-services .left-content .button-wrapper .btns-2 {
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: var(--bs-white);
  font-size: 13px;
  color: var(--primary-color);
  font-weight: 400;
  border: var(--bs-white) 1px solid;
  padding: 0 13px;
  text-transform: capitalize !important;
}

.photography-services .left-content .button-wrapper {
  display: flex;
  gap: 25px;
}

.photography-services .image-wrapper {
  padding-left: 28px;
  margin-top: 90px;
}

.photography-services .image-wrapper img {
  height: 580px;
  object-fit: cover;
}

.inner-banner.one .heading-text p {
  max-width: 421px;
  width: 100%;
  /* margin: 0 auto; */
}

.btns {
  text-transform: capitalize !important;
}

/* ==========================================image-section========================== */
.image-section .imge {
  margin-bottom: 25px;
}

.image-section .col-md-6:nth-child(5) .imge {
  padding-bottom: 0px;
}

.image-section {
  padding: 52px 0 37px 0;
}

.inner-banner.one .btns {
  font-size: 15px;
  margin-top: 35px;
}

.inner-banner.one {
  padding-top: 238px;
}

/* image upload */

.custom-file-upload,
.addMore {
  border: 2px dashed #575757d3;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  margin: 0 auto;
  height: 131px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.addMore a {
  color: #555;
}

.file-text {
  font-weight: 500;
  color: #495057;
  font-size: 12px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.custom-file-upload i {
  transition: transform 0.3s ease;
  font-size: 20px;
  color: #b1b1b1;
  font-weight: 600;
  margin-bottom: 10px;
}

.text-1 {
  font-size: 14px;
  font-weight: 400;
  color: #9d9d9d;
}

.text-2 {
  font-size: 12px;
  font-weight: 400;
  color: #0f1116;
  padding-top: 5px;
}

.text-2 span {
  color: #99252b;
}

.custom-file-upload:hover i {
  /* transform: scale(1.1); */
  color: #99252b;
  /* -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1); */
}

button.remove-image {
  position: absolute;
  right: 20px;
  top: 25px;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  background: #99252b;
}

.file-selected {
  /* border-color: #28a745;
  background: #e7f1ff; */
}

.file-selected i {
  color: #28a745;
}

/* Hide the default input */
.file-upload {
  display: none;
}

.custom-file-upload.singleUpload {
  width: 287px;
  margin: 0 auto;
  height: 214px;
}

.preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.preview-wrapper {
  height: 100%;
  width: 100%;
}

.brand .swiper-button-next,
.brand .swiper-button-prev {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #fff solid 1px;
  border-radius: 50%;
}

#exampleModal-1 .form-wrap .form-control.datepicker::placeholder {
  color: #000 !important;
  opacity: 1;
}















/* ==================================sourav======================= */
.portfolio-home-1 {
  padding-top: 110px !important;
}

.portfolio-home-1 h2 {
  position: relative;
  font-size: 85px;
}

.portfolio-home-1 h2::after {
  width: 214px;
  height: 1px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 70px;
  left: 730px;
  right: 0;
  bottom: 0;
}

.member-artist-details .messages .messages-box:nth-child(2) {
  padding-top: 25px;
}

.member-artist-details .messages .messages-box:nth-child(2) p {
  padding-top: 9px;
}

.artist-details .modal-body {
  padding: 40px 55px;
}

.about-banner {
  padding-top: 244px;
}

.contact-home textarea {
  padding-top: 13px;
}

.contact-home textarea::placeholder {
  color: #7E7E7E !important;
}

.whatWhere-homepage .col-lg-7 .box img {
  -webkit-filter: grayscale(100%);
}

.whatWhere-homepage .box-2 {
  position: relative;
}

.whatWhere-homepage .box-2::after {
  width: 99px;
  height: 1px;
  background-color: #3C3C3C;
  position: absolute;
  content: "";
  top: 215px;
  left: 30px;
  right: 0;
  bottom: 0;
}

.category .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'Previous';
}

.category .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'Next';
}

.category .swiper-button-prev {
  left: 35%;
}

.swiper-button-next,
.swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 63%);
  z-index: 9;
}

.category .swiper-button-next {
  left: 64%;
}

.hero.relative.one1.home-banner {
  padding-top: 253px;
  padding-bottom: 142px;
}

.hero.relative.one1.home-banner h2 {
  font-size: 70px;
  max-width: 88%;
}

.member .wrapper .left-content .text .icon-wrapper {
  display: none;
}

#exampleModal-1 .form-control {
  background-color: transparent !important;
  padding-left: 0;
  outline: none;
}

.contact-form-section .image-wrapper img {
  height: 100%;
  object-fit: cover;
}

.contact-form-section .image-wrapper {
  height: 100%;
}

.inner-banner.one-contact-banner {
  padding-top: 240px;
}



.portfolio-2.portfolio-home-1.home-prorfolio-section .image .one {
  height: 244px;
  object-fit: cover;
}

.inner-banner.one.contact-banner .image.two img {
  width: 800px;
}

.inner-banner.one.contact-banner {
  padding-bottom: 120px;
}

.cintect-form-sec .heads::after {
  bottom: 19px;
}

.form-wrapper .image-wrapper {
  height: 100%;
}

.form-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
}

.inner-banner.senior-banner {
  padding-top: 220px;
  padding-bottom: 80px;
}

.inner-banner.senior-banner .heading-text p {
  margin: 0 0; color: #fff;
}

.photography-services .left-content .button-wrapper .btns-1 {
  font-weight: 500;
}

.photography-services .left-content .button-wrapper .btns-2 {
  font-weight: 500;
}

.photography-services .left-content .button-wrapper .btns-1:hover {
  background-color: transparent;
  color: #fff;

}

.photography-services .left-content .button-wrapper .btns-2:hover {
  background-color: transparent;
  color: #fff;
}

header .dropdown ul {
  background-color: #FFF;
  min-height: auto;
  width: 250px;
}

header .dropdown ul li a {
  padding: 10px 10px;
  margin: 0;
  color: #000;
  width: 100%;
  border-bottom: 1px solid #99252d;

}

header .dropdown ul li a:hover {
  background-color: #99252d;
  color: #fff;
}

.inner-banner.contact-banner .heading-text p {
  margin: 0;
}

.portfolio-2.portfolio-section {
  padding-top: 100px;
}




.portfolio-2.portfolio-section .image .one {
  height: 240px;
}


/*============================== condition-banner =============================*/
.inner-banner.condition-banner {
  padding-bottom: 90px;
}

.condition-content .wrapper h4 {
  font-size: 33px;
  padding-bottom: 20px;
}

.condition-content .wrapper p {
  font-size: 16px;
}

.condition-border .line {
  width: 100%;
  height: 2px;
  background-color: #99252d;
}

.condition-content {
  padding: 60px 0 100px 0;
}

.condition-content .text-wrap {
  padding-bottom: 25px;
}

.inner-banner.login_section sup {
  font-size: 14px;
  line-height: 4px;
}










.password-box {
  position: relative;
}

.password-box input {
  padding-right: 40px;
}

.toggle-password {
  position: absolute;
  right: 12px;
  top: 45px;
  cursor: pointer;
  font-size: 19px;
  color: #777777;
  user-select: none;
}

.toggle-password:hover {
  color: #777777;
}

.portfolio-2.portfolio-home-1 {
  padding-bottom: 0px;
}

.contact.contact-home .location {
  max-width: 375px;
  width: 100%;
}


.toggle-password-confirm {
  position: absolute;
  right: 15px;
  top: 73%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #777777;
  font-size: 19px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.inner-banner.login_section .form-control:valid {
  background-color: transparent;
}




.image-section.sinior-portrait-image .imge {
  border: none;
}

.image-section.sinior-portrait-image .imge {
  position: relative;
}

.image-section.sinior-portrait-image .imge img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}










/* banner */
.update-hero-banner .swiper-slide img {
  width: 100% !important;
  object-fit: cover;
  height: 620px;
}

.update-hero-banner .swiper-slide {
  position: relative;
}

.update-hero-banner .swiper-slide::after {
  position: absolute;
  background-color: #0000006e;
  width: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.update-hero-banner .swiper-pagination-bullet {
  width: 40px;
  border-radius: 5px;
  height: 5px;
  background-color: #fff;
  opacity: 0.5;
}

.update-hero-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #99252b;
  opacity: 1;
  z-index: 8;
}

.update-hero-banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 20px;
  z-index: 8;
}


.update-hero-banner .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active .text-wrapper {
  position: absolute;
  bottom: 20%;
  opacity: 1;
}

.update-hero-banner .text-wrapper {
  position: absolute;
  bottom: 5%;
  left: 15%;
  width: 100%;
  z-index: 4;
  opacity: 0;
  transition: 0.8s;

}

.update-hero-banner .text-wrapper p {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 40px;
  max-width: 500px;
  width: 100%;
}

.update-hero-banner .text-wrapper .btns {
  font-size: 14px;
}

.image-section.sinior-portrait-image.home-page {
  padding-bottom: 0;
}

.portfolio-2.portfolio-home-1.home-prorfolio-section {
  padding-top: 70px !important;
}

/* .update-hero-banner .banner-two-button {
  position: absolute;
  right: 16%;
  top: 29%;
  z-index: 9;
  gap: 15px;
} */

.update-hero-banner .banner-two-button .btns-1 {
  background-color: #fff;
  padding: 12px 24px;
  color: #000;
  border: 1px solid #fff;
}

.update-hero-banner .banner-two-button .btns-1:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}


header .navbar-collapse {
  flex-grow: 0;
  gap: 80px;
}

header .navbar .collapse.navbar-collapse .navbar-text i {
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
}

/* 
header .navbar-collapse ul {
  display: flex;
  gap: 40px;
} */

header .navbar-collapse ul li a {
  font-size: 16px;
  color: #fff;
}

header .navbar-collapse ul li a:hover {
  font-weight: 600;
  color: #fff;
}

header .navbar-collapse ul li .nav-link.active {
  color: #fff;
  font-weight: 600;


}

header .nav-link.dropdown-toggle.show {
  color: #fff;
}

header .nav-link.dropdown-toggle {
  color: #fff;
}

header .nav-link.dropdown-toggle.show .dropdown-menu li .dropdown-item {
  color: #000 !important;
}

header .navbar-collapse ul li {
  padding: 0 10px;
}

header .navbar-collapse ul li ul li a {
  color: #000 !important;
}

header .navbar-collapse ul li ul li a:hover {
  color: #fff !important;
}

header .navbar-collapse ul li ul li {
  padding: 0;
}

header .navbar-collapse ul li ul {
  padding: 0;
  border-radius: 0;
}

header .navbar-brand img {
  width: 130px;
}

header .navbar-text ul {
  position: absolute;
  top: 40px;
  right: 0;
  width: 200px;
  background-color: #fff;
  padding: 0;

}

header .navbar-text ul li a {
  padding: 10px 15px;
  border-bottom: 1px solid #000;
  color: #000;
  width: 100%;
}

header #login ul {
  height: 0;
  overflow: hidden;
  transition: 0.4s;
}

header #login.show ul {
  height: auto;
}

header .navbar-text ul li a:hover {
  background-color: #99252B;
}

header .navbar-text ul li {
  padding: 0;
}

header .container-fluid {
  padding: 0 100px;
}




/* video */
.video {
  padding: 40px 0 70px 0;
}

.video h2 {
  padding-bottom: 30px;
}

.form-check-input:checked {
    background-color: #99252d ;
    border-color: #99252d ;
}
.sticky {position: sticky; top: 0; height: fit-content;}
.video .box {background:#222; padding: 15px;}


/* indranil */
.affiliate .tab-content .tab-pane .inner-box .image{
  padding-bottom: 230px;
}
.affiliate .tab-content .tab-pane .inner-box .image img{
  max-height: 250px;
  height: 250px;
  object-fit: cover;
  object-position: top;
}

/* 11-3-2026 */
.member-artist-details.tab-1 .nav-pills .nav-item .nav-link {
    font-size: 18px !important;
    font-weight: 500 !important;
}
.member-artist-details.tab-1 .nav-pills {border-bottom: #41444b 1px solid; padding-bottom: 0 !important;}
.member-artist-details.tab-1 .nav-pills {border-bottom: #41444b 1px solid; padding-bottom: 0 !important;}
.member-artist-details.tab-1 .tab-content .tab-pane .inner-box .image {
    padding-bottom: 0;
}

/* ── Subscription pricing cards: equal height + aligned content ──────────── */
/* Higher specificity (.subscription.relative ...) so these win over main.css. */
.subscription.relative .pricing-row {
    display: flex;
    flex-wrap: wrap;
    /* Room above the row so the recommended card's banner can poke up. */
    margin-top: 40px;
}
.subscription.relative .pricing-row > [class*="col-"] {
    display: flex;
    margin-bottom: 30px;
}
.subscription.relative .pricing-row .pricing-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
/* Don't float the recommended card up — keep every card the same height and
   aligned. The "Recommended" banner still pokes above via its own position. */
.subscription.relative .pricing-row .premium {
    transform: none;
}
/* Keep the description from shifting the price/button line between cards. */
.subscription.relative .pricing-box > p {
    min-height: 48px;
}
/* Reserve a fixed action area so the "Cancel Subscription" link never pushes
   the feature list down or breaks the alignment of the cards in a row. */
.subscription.relative .pricing-box .plan-action {
    min-height: 86px;
}
.subscription.relative .pricing-box .plan-action .cancel-subscription-btn {
    font-size: 14px;
}
/* Push the feature list to the bottom so all card bottoms line up. */
.subscription.relative .pricing-box .pricing-list {
    margin-top: 10px;
}

/* ── Subscription pricing slider (Swiper) ───────────────────────────────── */
.subscription.relative .pricing-swiper {
    padding: 40px 6px 10px;   /* top room for the recommended banner */
    overflow: hidden;
}
.subscription.relative .pricing-swiper .swiper-slide {
    height: auto;             /* let flex stretch every card to equal height */
    display: flex;
}
.subscription.relative .pricing-swiper .swiper-slide .pricing-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
/* The recommended card normally floats up 85px (main.css). In the slider that
   pushes it out of the equal-height row and its ribbon gets clipped by the
   swiper's overflow, so keep it level — the ribbon still pokes up via the
   slider's top padding. */
.subscription.relative .pricing-swiper .premium {
    transform: none;
}
/* Keep the description + action area a consistent height so every card's
   price/button line up across slides. */
.subscription.relative .pricing-swiper .pricing-box > p {
    min-height: 48px;
}
.subscription.relative .pricing-swiper .pricing-box .plan-action {
    min-height: 86px;
}
.subscription.relative .pricing-swiper .pricing-box .pricing-list {
    margin-top: 10px;
}

/* Controls row: prev · dots · next, centered under the slider */
.subscription.relative .pricing-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 26px;
}
.subscription.relative .ps-nav {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #3a3a3a;
    background: #1b1b1b;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
.subscription.relative .ps-nav:hover {
    background: #981f28;
    border-color: #981f28;
}
.subscription.relative .ps-nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    background: #1b1b1b;
    border-color: #3a3a3a;
}
.subscription.relative .pricing-pagination {
    position: relative;
    width: auto;
    display: inline-flex;
    gap: 8px;
}
.subscription.relative .pricing-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #777;
    opacity: 1;
    transition: 0.2s;
}
.subscription.relative .pricing-pagination .swiper-pagination-bullet-active {
    background: #981f28;
    width: 24px;
    border-radius: 5px;
}

/* Hover slider for "What I offer" album cards on the artist details page */
.album-slider {
    position: relative;
    height: 280px;
    overflow: hidden;
    border-radius: 8px;
}
.album-slider .album-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 280px;
    object-fit: cover;
    opacity: 0;
    transition: opacity .6s ease;
}
.album-slider .album-slide.active {
    opacity: 1;
}
.album-slider .album-slide-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 20px;
    opacity: 0;
    transition: opacity .3s ease;
}
.album-slider:hover .album-slide-badge {
    opacity: 1;
}

/* Album lightbox popup slideshow */
.album-lightbox-stage {
    position: relative;
    width: 100%;
    height: 70vh;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.album-lightbox-stage img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: opacity .4s ease;
}
.album-lightbox-counter {
    position: absolute;
    bottom: 14px;
    right: 18px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 20px;
}
.album-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: background .2s ease;
}
.album-lightbox-nav:hover {
    background: rgba(0, 0, 0, .8);
}
.album-lightbox-nav.prev {
    left: 14px;
}
.album-lightbox-nav.next {
    right: 14px;
}

/* ---------- Dark-theme pagination ---------- */
.dark-pagination nav {
    margin-top: 10px;
}
/* "Showing X to Y of Z results" summary text + its bold numbers */
.dark-pagination .text-muted,
.dark-pagination p,
.dark-pagination .small {
    color: #9a9da2 !important;
}
.dark-pagination .fw-semibold,
.dark-pagination strong,
.dark-pagination b {
    color: #fff !important;
}
.pagination {
    margin-bottom: 0;
    gap: 6px;
}
.pagination .page-link {
    background-color: transparent;
    border: 1px solid #2d3035;
    color: #cfd2d6;
    border-radius: 6px;
    min-width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all .2s ease;
    box-shadow: none;
}
.pagination .page-link:hover {
    background-color: #1f2125;
    border-color: #3a3d42;
    color: #fff;
}
.pagination .page-item.active .page-link {
    background-color: #b0641e;
    border-color: #b0641e;
    color: #fff;
}
.pagination .page-item.disabled .page-link {
    background-color: transparent;
    border-color: #24272c;
    color: #50535a;
    opacity: 1;
}
.pagination .page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(176, 100, 30, .25);
}

/* ---------- Shared vendor/album listing cards ---------- */
.vp-toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; margin-bottom: 25px; }
.vp-toolbar h4 { color: #fff; }
.vp-usage { color: #8a8d92; font-size: 14px; }
.vp-usage strong { color: #fff; }
.vp-btn { display: inline-flex; align-items: center; gap: 7px; padding: 9px 16px; border-radius: 6px; border: 1px solid transparent; font-size: 14px; font-weight: 600; cursor: pointer; text-decoration: none; }
.vp-btn-primary { background: #b0641e; color: #fff; }
.vp-btn-primary:hover { background: #c9772a; }
.vp-btn-light { background: transparent; color: #fff; border-color: #3a3d42; }
.vp-btn-light:hover { background: #1f2125; color: #fff; }

.vp-card { background: #15171a; border: 1px solid #24272c; border-radius: 8px; overflow: hidden; height: 100%; display: flex; flex-direction: column; }
.vp-card-img { position: relative; height: 200px; background: #1a1c1e; display: block; }
.vp-card-img img { width: 100%; height: 100%; object-fit: cover; }
.vp-noimg { height: 100%; display: flex; align-items: center; justify-content: center; color: #4a4d52; font-size: 38px; }
.vp-card-body { padding: 14px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.vp-title { color: #fff; margin: 0; font-size: 16px; }
.vp-title a { color: #fff; text-decoration: none; }
.vp-title a:hover { color: #e0902f; }
.vp-desc { color: #9a9da2; font-size: 13px; margin: 0; flex: 1; }
.vp-meta { color: #6f7378; font-size: 12px; }
.vp-link { color: #e0902f; font-size: 13px; text-decoration: none; }
.vp-actions { display: flex; gap: 8px; margin-top: 8px; }
.vp-btn-sm { background: transparent; border: 1px solid #3a3d42; color: #fff; border-radius: 5px; padding: 5px 10px; font-size: 12px; cursor: pointer; display: inline-flex; align-items: center; gap: 5px; text-decoration: none; }
.vp-btn-sm:hover { background: #1f2125; color: #fff; }
.vp-btn-sm.vp-danger { color: #e05a5a; border-color: #5a2d2d; }
.vp-btn-sm.vp-danger:hover { background: rgba(220,53,69,.15); }

.vp-preview { margin-top: 10px; width: 100px; height: 100px; border-radius: 6px; overflow: hidden; }
.vp-preview img { width: 100%; height: 100%; object-fit: cover; }

/* Album-specific extras on top of the shared card */
.vp-card-img .vp-count-badge {
    position: absolute; top: 10px; right: 10px; z-index: 2;
    background: rgba(0,0,0,.65); color: #fff; font-size: 12px;
    padding: 3px 9px; border-radius: 20px; display: inline-flex; align-items: center; gap: 5px;
}
.vp-card-overlay {
    position: absolute; inset: 0; z-index: 1;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 8px; background: rgba(0,0,0,.55); color: #fff;
    opacity: 0; transition: opacity .25s ease;
}
.vp-card-overlay i { font-size: 28px; }
.vp-card-overlay span { font-size: 13px; }
.vp-card-img:hover .vp-card-overlay { opacity: 1; }

/* Create-album modal: selected image previews */
.preview-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 5px; }
.preview-item { position: relative; width: 80px; height: 80px; border-radius: 6px; overflow: hidden; }
.preview-item img { width: 100%; height: 100%; object-fit: cover; }
.preview-remove {
    position: absolute; top: 2px; right: 2px; width: 20px; height: 20px; line-height: 18px;
    padding: 0; border: none; border-radius: 50%; background: rgba(0,0,0,0.7); color: #fff;
    font-size: 14px; cursor: pointer;
}

/* Artist/Vendor listing card → clickable profile (image + name) link */
.card-profile-link {
    display: block;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.card-profile-link:hover { color: inherit; }
.card-profile-link:hover h5 { color: #b0641e; transition: color .2s ease; }

/* ---------- Album detail page toolbar ---------- */
.album-toolbar {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 15px; margin-bottom: 25px;
}
.album-toolbar-title { display: flex; align-items: center; gap: 14px; min-width: 0; }
.album-toolbar-title h4 {
    color: #fff; word-break: break-word; max-width: 420px; line-height: 1.3;
}
.album-back { flex: 0 0 auto; text-decoration: none; }
.album-toolbar-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.album-btn {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 9px 16px; border-radius: 6px; border: 1px solid transparent;
    font-size: 14px; font-weight: 600; cursor: pointer; transition: all .2s ease; white-space: nowrap;
}
.album-btn-primary { background: #b0641e; color: #fff; }
.album-btn-primary:hover { background: #c9772a; }
.album-btn-light { background: transparent; color: #fff; border-color: #3a3d42; }
.album-btn-light:hover { background: #1f2125; }
.album-btn-danger { background: transparent; color: #e05a5a; border-color: #5a2d2d; }
.album-btn-danger:hover { background: rgba(220,53,69,.15); }
.album-btn:disabled { opacity: .55; cursor: not-allowed; }
.album-usage { color: #8a8d92; font-size: 13px; margin-right: 4px; align-self: center; }

/* ============================================================
   Album images — restrict download only (no drag-to-save / long-press save)
   ============================================================ */
[data-album-card] img,
[data-album-slider] img,
.album-slide,
.album-lightbox-stage img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    -webkit-touch-callout: none;
}

/* ============================================================
   Register page — international phone input (intl-tel-input)
   ============================================================ */
.iti { width: 100%; display: block; }
.iti .js-iti-phone { padding-left: 52px; }
.iti--separate-dial-code .js-iti-phone { padding-left: 96px; }

/* Load the flag sprite explicitly from the CDN. */
.iti__flag { background-image: url("https://cdn.jsdelivr.net/npm/intl-tel-input@18.2.1/build/img/flags.png"); }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag { background-image: url("https://cdn.jsdelivr.net/npm/intl-tel-input@18.2.1/build/img/flags@2x.png"); }
}

/* Override the site's global ul/li styles so the country dropdown renders as a floating white list. */
.iti__country-list {
    position: absolute !important;
    z-index: 3000 !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    max-height: 240px;
    overflow-y: auto;
    background-color: #fff !important;
    border: 1px solid #ccc;
    box-shadow: 0 3px 10px rgba(0,0,0,.25);
    width: max-content;
    text-align: left;
}
.iti__country { padding: 8px 12px !important; margin: 0 !important; background: transparent !important; }
.iti__country.iti__highlight, .iti__country:hover { background-color: #f3f3f3 !important; }
.iti__country-name, .iti__dial-code { color: #333 !important; }
.iti__divider { border-bottom: 1px solid #ccc; }

/* ============================================================
   Register page — specialization multi-select
   ============================================================ */
[x-cloak] { display: none !important; }
.pm-multiselect-container {
    position: relative;
    width: 100%;
}
.pm-multiselect-trigger {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 8px 12px;
    min-height: 45px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    cursor: pointer;
    align-items: center;
    transition: border-color .2s, box-shadow .2s;
}
.pm-multiselect-trigger:focus-within {
    border-color: #99252B;
    box-shadow: 0 0 0 0.2rem rgba(153, 37, 43, 0.25);
}
.pm-tag {
    background: #99252B;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.pm-tag-remove {
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
}
.pm-tag-remove:hover { opacity: 1; }
.pm-multiselect-input {
    background: transparent;
    border: none;
    color: #333;
    flex: 1;
    min-width: 80px;
    font-size: 14px;
    outline: none;
}
.pm-multiselect-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-top: 5px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.pm-multiselect-option {
    padding: 10px 15px;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s;
}
.pm-multiselect-option:hover {
    background: #f8f9fa;
    color: #99252B;
}
/* Auth pages (login / register / reset / forgot) — 15px left padding on all fields */
.input_box .form-control:not(.js-iti-phone),
.input_box .form-select,
.input_box input:not(.js-iti-phone),
.input_box select {
    padding-left: 15px;
}

/* Phone field (intl-tel-input): shift the flag 15px from the left and keep the
   number starting after the flag, so it lines up with the other fields. */
.input_box .iti__flag-container { left: 15px; }
.input_box .iti .js-iti-phone { padding-left: 67px; }               /* 52 (flag) + 15 */
.input_box .iti--separate-dial-code .js-iti-phone { padding-left: 111px; } /* 96 (flag+dial) + 15 */

.pm-multiselect-empty {
    padding: 10px 15px;
    color: #888;
    font-size: 14px;
    text-align: center;
}

/* ============================================================
   Artist / Vendor details (portfolio-details) page
   ============================================================ */

/* Get a Quote modal — force every field's typed text to black (the native
   date field otherwise inherits a white theme colour), placeholders stay grey. */
#exampleModal-1 .form-wrap input,
#exampleModal-1 .form-wrap textarea {
    color: #000 !important;
}
#exampleModal-1 .form-wrap input::placeholder,
#exampleModal-1 .form-wrap textarea::placeholder {
    color: #6b6b6b !important;
    opacity: 1;
}
/* Native date input segments (dd / mm / yyyy) + picker icon */
#exampleModal-1 .form-wrap input[type="date"],
#exampleModal-1 .form-wrap input[type="date"]::-webkit-datetime-edit,
#exampleModal-1 .form-wrap input[type="date"]::-webkit-datetime-edit-fields-wrapper {
    color: #000 !important;
}
/* Empty-state text ("No products listed yet", etc.) — .text-muted is too dark
   on the section's near-black background, so lift it to a readable grey. */
.what-i-offer .text-muted,
.artish-dashboard .text-muted {
    color: #b8bcc2 !important;
}

/* Vendor product cards */
.vendor-product-noimg {
    height: 280px; width: 100%;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 8px; background: #1a1c1e; border: 1px dashed #3a3d42; color: #8a8d92; border-radius: 6px;
}
.vendor-product-noimg i { font-size: 34px; }
.vendor-product-badge {
    position: absolute; top: 12px; left: 12px; z-index: 5;
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 12px; font-weight: 700; color: #fff;
    padding: 5px 12px; border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.35);
}
.vendor-product-badge.vpb-partner { background: linear-gradient(135deg, #2e7dd1, #1f5fa8); }
.vendor-product-badge.vpb-staff_pick { background: linear-gradient(135deg, #d4af37, #b8860b); }
.vendor-product-btn {
    display: inline-flex; align-items: center; gap: 7px; margin-top: 12px;
    padding: 9px 18px; border-radius: 6px; text-decoration: none;
    background: linear-gradient(135deg, #c9772a, #b0641e); color: #fff !important;
    font-size: 14px; font-weight: 600; transition: transform .15s ease, box-shadow .2s ease;
    box-shadow: 0 3px 10px rgba(176, 100, 30, 0.35);
}
.vendor-product-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 16px rgba(176, 100, 30, 0.5);
    color: #fff !important;
}
.vendor-product-btn i { font-size: 13px; }

/* Highlight banner */
.artist-highlight-banner { margin: 25px 0; }
.highlight-banner-img {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

/* Premium listing card */
.inner-box.premium-listing {
    position: relative;
    border: 2px solid #d4af37;
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 0 18px rgba(212, 175, 55, 0.35);
}
.inner-box.premium-listing .premium-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 5;
    background: linear-gradient(135deg, #d4af37, #b8860b);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.inner-box.premium-listing .premium-badge i { margin-right: 4px; }