/*
@File: Moovi Template Style

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Home One CSS
** - Home Two CSS
** - Home Three CSS
** - About CSS
** - About Me CSS
** - Work Details CSS
** - Video Details CSS
** - Blog Details CSS
** - Partner CSS
** - Pricing CSS
** - FAQ CSS
** - Error CSS
** - Coming Soon CSS
** - Privacy Policy CSS
** - Contact CSS
** - Preloader CSS
** - Back to Top CSS
*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap");

/*-- Home One --*/
/*-- Default CSS --*/
body {
  font-family: "Playfair Display", serif;
  color: #d5d7d7;
  background-color: #0c0c0c;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-family: "Josefin Sans", sans-serif;
}

p {
  line-height: 1.8;
}

a {
  transition: 0.5s all ease;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

button:focus {
  outline: 0;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

/*-- End Default CSS --*/
/*----- Home One CSS -----*/
/*-- Navbar --*/
.main-nav {
  background: rgba(0, 0, 0, 0.7215686275);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.5s all ease;
}

.main-nav .container {
  max-width: 1620px;
}

.main-nav.menu-shrink {
  background-color: #000000;
  padding-top: 5px;
  padding-bottom: 5px;
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.main-nav nav .navbar-nav.active>.nav-link,
.main-nav nav .navbar-nav .nav-link.active,
.main-nav nav .navbar-nav .nav-link.show,
.main-nav nav .navbar-nav.show>.nav-link {
  color: #c1ab65;
}

.main-nav nav .navbar-nav .nav-item i {
  display: inline-block;
  font-size: 20px;
  top: 4px;
  right: 2px;
  position: relative;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: #c1ab65;
}

.main-nav nav .navbar-nav .nav-item a {
  font-weight: 600;
  font-size: 17px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: capitalize;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active {
  color: #c1ab65;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background: #ffffff;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px dashed #b8b5b5;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 16px;
  color: #01091e;
  position: relative;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  top: 19px;
  left: 0;
  background-color: #c1ab65;
  opacity: 0;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #c1ab65;
  padding-left: 30px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover:before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus:before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active:before {
  opacity: 1;
  width: 25px;
}

.main-nav .dropdown-toggle::after {
  display: none;
}

.side-nav .modal-btn {
  padding: 0;
  transform: rotate(180deg);
  position: relative;
  top: -6px;
}

.side-nav .modal-btn:hover span:nth-child(2) {
  width: 25px;
}

.side-nav .modal-btn:hover span:nth-child(3) {
  width: 15px;
}

.side-nav .modal-btn span {
  display: block;
  width: 35px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 5px;
  transition: 0.5s all ease;
}

.side-nav-two a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background-color: #c1ab65;
  padding: 12px 28px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(193, 171, 101, 0.25);
}

.side-nav-two a:hover {
  background-color: #050505;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.modal-body {
  padding: 40px 30px 50px;
}

.modal-body h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}

.modal-body p {
  color: #545555;
  font-size: 14px;
  margin-bottom: 20px;
}

.modal-body .image-area {
  margin-bottom: 10px;
}

.modal-body .image-area .col-lg-4 {
  padding-right: 5px;
  margin-right: -5px;
}

.modal-body .image-area a {
  display: block;
  margin-bottom: 15px;
}

.modal-body .image-area a img {
  width: 100%;
}

.modal-body .modal-item {
  margin-bottom: 30px;
}

.modal-body .social-area {
  text-align: center;
}

.modal-body .social-area h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #000;
}

.modal-body .social-area ul {
  margin: 0;
  padding: 0;
}

.modal-body .social-area ul li {
  list-style-type: none;
  display: inline-block;
}

.modal-body .social-area ul li a {
  display: block;
  color: #c1ab65;
  border: 1px solid #c1ab65;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 16px;
  text-align: center;
}

.modal-body .social-area ul li a:hover {
  color: #ffffff;
  background-color: #c1ab65;
}

#myModalRight {
  z-index: 99999;
  padding-right: 0 !important;
}

#myModalRight .modal-header .btn-close {
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 15px;
}

#myModalRight .modal-header .btn-close:focus {
  box-shadow: none;
  border: 0;
}

.modal.modal-right .modal-dialog {
  max-width: 380px;
  min-height: 100vh;
}

.modal.modal-right.show .modal-dialog {
  transform: translate(0, 0);
}

.modal.modal-right .modal-content {
  height: 100vh;
  overflow-y: auto;
  border-radius: 0;
}

.modal.modal-left .modal-dialog {
  transform: translate(-100%, 0);
  margin: 0 auto 0 0;
}

.modal.modal-right .modal-dialog {
  transform: translate(100%, 0);
  margin: 0 0 0 auto;
}

.search-icon {
  font-size: 22px;
  position: relative;
  top: 1px;
  color: #ffffff;
  border: 0;
  outline: none;
  transition: 0.5s all ease;
  background-color: transparent;
}

.search-icon:hover {
  color: #c1ab65;
}

.search-toggle .search-icon.icon-close {
  display: none;
}

.search-toggle.opened .search-icon.icon-search {
  display: none;
}

.search-toggle.opened .search-icon.icon-close {
  display: block;
}

.icon-box {
  margin-bottom: 20px;
}

.history-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.nav-srh {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.nav-srh .search-area {
  position: absolute;
  right: 8px;
  bottom: -105px;
  z-index: 5;
  transition: 0.5s all ease;
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
}

.nav-srh .search-area .search-icon {
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 28px;
  background-color: transparent;
  font-size: 20px;
  color: #515151;
  transition: 0.5s all ease;
}

.nav-srh .search-area .search-icon:hover {
  color: #c1ab65;
}

.nav-srh .search-area .src-input {
  outline: none;
  padding-left: 20px;
  margin: 0;
  width: 300px;
  background-color: rgba(221, 221, 221, 0.5019607843);
  border: 1px solid #ddd;
  font-size: 16px;
  height: 45px;
  border-radius: 0;
}

.nav-srh .search-area.opened {
  max-height: 100px;
  padding: 20px 25px;
  box-shadow: 0px 0px 15px rgba(221, 221, 221, 0.5019607843);
}

/*-- End Navbar --*/
/*-- Banner --*/
.banner-img-one {
  background-image: url("../img/home-one/banner-main1.jpg");
}

.banner-img-two {
  background-image: url("../img/home-one/banner-main2.jpg");
}

.banner-img-three {
  background-image: url("../img/home-one/banner-main3.jpg");
}

.banner-wrap {
  position: relative;
}

.banner-social {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: rotate(-90deg);
}

.banner-social span {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
}

.banner-social ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.banner-social ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}

.banner-social ul li:last-child {
  margin-right: 0;
}

.banner-social ul li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
}

.banner-social ul li a:hover {
  color: #c1ab65;
}

/* related resource: style.css:1794:1 */
.banner-area-three.three-video {
  /* the element was .banner-area-two.banner-area-three.three-video */
  height: 730px;
}

.banner-area {
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}

.banner-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}

.banner-content {
  position: relative;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}

.banner-content h1 {
  font-weight: 700;
  font-size: 100px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.banner-content p {
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 40px;
}

.banner-content .banner-btn {
  font-weight: 600;
  color: #01091e;
  background-color: #ffffff;
  border-radius: 5px;
  display: inline-block;
  padding: 12px 25px 9px;
  position: relative;
  z-index: 1;
  font-family: "Josefin Sans", sans-serif;
}

.banner-content .banner-btn:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0;
  top: 0;
  left: 0;
  background-color: #01091e;
  opacity: 0;
  z-index: -1;
  transition: 0.5s all ease;
  border-radius: 5px;
}

.banner-content .banner-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  background-color: #01091e;
  opacity: 0;
  z-index: -1;
  transition: 0.5s all ease;
  border-radius: 5px;
}

.banner-content .banner-btn:hover {
  color: #ffffff;
}

.banner-content .banner-btn:hover:before {
  height: 100%;
  width: 100%;
  opacity: 1;
}

.banner-content .banner-btn:hover:after {
  height: 100%;
  width: 100%;
  opacity: 1;
}

.banner-slider.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}

.banner-slider.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: #b8b7b7;
}

.banner-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #869791;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  background: transparent;
  position: relative;
  margin: 1px;
}

.banner-slider.owl-theme .owl-dots .owl-dot.active span:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  right: 0;
  bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.lines {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 90vw;
}

.lines .line {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  left: 50%;
  background: hsla(0, 0%, 100%, 0.1);
  overflow: hidden;
  z-index: 1;
}

.lines .line:nth-child(1) {
  margin-left: -12.5%;
}

.lines .line:nth-child(2) {
  margin-left: -25%;
}

.lines .line:nth-child(3) {
  margin-left: -37.5%;
}

.lines .line:nth-child(4) {
  margin-left: -49%;
}

.lines .line:nth-child(5) {
  margin-left: 0%;
}

.lines .line:nth-child(6) {
  margin-left: 12.5%;
}

.lines .line:nth-child(7) {
  margin-left: 25%;
}

.lines .line:nth-child(8) {
  margin-left: 37.5%;
}

.lines .line:nth-child(9) {
  margin-left: 49.5%;
}

.lines .line:after {
  content: "";
  display: block;
  position: absolute;
  height: 10vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 75%, #fff);
  animation: run 7s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

@keyframes run {
  0% {
    top: -50%;
  }

  to {
    top: 110%;
  }
}

/*-- End Banner --*/
/*-- Trust --*/
.trust-area {
  background-color: #080808;
}

.trust-area .section-title {
  margin-bottom: 25px;
}

.trust-area .trust-content {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.trust-area .trust-content p {
  margin-bottom: 40px;
}

.trust-area .trust-content .trust-img {
  margin-bottom: 30px;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  margin-top: -8px;
}

.section-title .sub-title {
  font-weight: 700;
  font-size: 17px;
  display: block;
  font-weight: 600;
  color: #e0aa3e;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-title h2 {
  font-weight: 600;
  font-size: 45px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}

/*-- End Trust --*/
/*-- Week --*/
.week-video-btn a {
  top: 35% !important;
}

.week-video-btn-two a {
  top: 32% !important;
}

.week-area .week-item {
  position: relative;
  margin-bottom: 30px;
}

.week-area .week-item:hover a {
  opacity: 1;
}

.week-area .week-item img {
  width: 100%;
}

.week-area .week-item a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: 43%;
  left: 0;
  right: 0;
  font-size: 40px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background-color: #c1ab65;
  opacity: 0;
}

.week-area .week-item a i {
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.week-area .week-item a:hover {
  background-color: #01091e;
}

.week-area .owl-theme .owl-nav {
  margin-top: 0;
}

.week-area .owl-prev {
  position: absolute;
  top: 43%;
  left: 15px;
  width: 60px;
  height: 60px;
  font-size: 45px !important;
  line-height: 65px !important;
  border-radius: 50% !important;
  color: #b9b9b5 !important;
  background-color: #111111 !important;
  transition: 0.5s all ease;
}

.week-area .owl-prev:hover {
  color: #111111 !important;
  background-color: #ffffff !important;
}

.week-area .owl-next {
  position: absolute;
  top: 43%;
  right: 15px;
  width: 60px;
  height: 60px;
  font-size: 45px !important;
  line-height: 65px !important;
  border-radius: 50% !important;
  color: #b9b9b5 !important;
  background-color: #111111 !important;
  transition: 0.5s all ease;
}

.week-area .owl-next:hover {
  color: #111111 !important;
  background-color: #ffffff !important;
}

/*-- End Week --*/
/*-- Work --*/
.work-area a {
  display: block;
}

.work-item {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.work-item:hover img {
  transform: scale(1.1);
}

.work-item:hover .work-content h3 {
  color: #c1ab65;
}

.work-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8057328985) 32%, rgba(0, 0, 0, 0) 75%);
  transition: 0.5s all ease;
  z-index: 1;
}

.work-item img {
  width: 100%;
  transition: 0.5s all ease;
  object-fit: cover;
  height: 650px;
}

.work-item .work-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 1;
}

.work-item .work-content h3 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #d4d0d0;
  transition: 0.5s all ease;
}

.work-item .work-content span {
  display: block;
  color: #d4d0d0;
  font-weight: 600;
  font-size: 24px;
  font-family: "Josefin Sans", sans-serif;
}

.about-snapshot {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  min-height: 90vh;
}

.about-left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-left,
.about-right {
  flex: 1;
  padding: 60px;
}

.btn-gold {
  display: inline-block;
  padding: 12px 28px;
  border: 1px solid #d4af37;
  color: #d4af37;
  text-decoration: none;
  transition: 0.3s;
}

.btn-gold:hover {
  background: #d4af37;
  color: #000;
}

.services-grid {
  background-color: #0b0b0b;
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  letter-spacing: 1px;
  color: #d4af37;
  text-transform: uppercase;
}

.gold-divider {
  border: none;
  height: 2px;
  width: 120px;
  background-color: #d4af37;
  /* gold */
  margin: 50px auto;
  /* centers it with space above/below */
  border-radius: 2px;
}




.services-grid {
  background-color: #000000;
  /* dark background */
  color: #5d5959;
  /* white text */
  padding: 100px 0;
  text-align: center;
}

/* Title */

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  letter-spacing: 1px;
  color: #d4af37;
  /* cinematic gold */
  text-transform: uppercase;
}

.about-area,
.work-area {
  padding-top: 120px;
  padding-bottom: px;
}

@media (max-width: 768px) {

  .about-area,
  .work-area {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

/* Grid Layout */
.services-grid .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

/* Service Cards */
.service {
  background-color: #585858;
  /* slightly lighter dark card */
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 16px;
  overflow: hidden;
  padding: 20px;
  transition: all 0.4s ease;
  cursor: pointer;
}

.service:hover {
  transform: translateY(-8px);
  border-color: #d4af37;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.2);
}

/* Media Block */
.service-media {
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}

.service-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85);
  transition: 0.4s ease;
}

.service:hover video {
  filter: brightness(1);
  transform: scale(1.05);
}

/* Text Content */
.service h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

.service p {
  font-size: 15px;
  color: #ccc;
  margin: 0;
}

/* Button (Gold Accent) */
.btn-gold {
  display: inline-block;
  margin-top: 50px;
  padding: 12px 28px;
  border: 1px solid #d4af37;
  color: #d4af37;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 30px;
  letter-spacing: 0.5px;
  background-color: transparent;
}

.btn-gold:hover {
  background: #d4af37;
  color: #000;
}

.client-area {
  position: relative;
}

.clientSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.4;
  transition: 0.5s;
}

.clientSwiper .swiper-slide img {
  height: 65px;
  width: auto;
  filter: grayscale(1);
  transition: 0.3s;
}

.clientSwiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1.15);
}

.clientSwiper .swiper-slide-active img {
  filter: grayscale(0);
}

.pt-60 {
  padding-top: 60px;
}

.banner-area-two .banner-content h1 {
  font-size: 50px;
}

/*-- End Work --*/
/*-- History --*/
.history-area {
  /* background-image: url("../img/home-one/history-bg.jpg"); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0;
}

.history-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.9;
  display: block;
}

.history-area .cd-horizontal-timeline {
  margin: 0;
}

.history-area .container-fluid {
  max-width: 1450px;
}

.history-area .section-title {
  position: relative;
}

.history-area .history-img {
  position: relative;
  margin-bottom: 30px;
}

.history-area .history-img img {
  width: 100%;
}

.history-area .history-content {
  position: relative;
}

.history-area .history-content h2 {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 400;
}

.history-area .history-content p {
  color: #d5d7d7;
  font-size: 17px;
  max-width: 715px;
  margin-bottom: 15px;
}

.history-area .history-content .history-inner {
  margin-bottom: 30px;
}

.history-area .history-content .history-inner i {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 10px;
  color: #ffffff;
}

.history-area .history-content .history-inner h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.history-area .history-content .history-inner span {
  display: block;
  color: #d5d7d7;
}

.history-area .timeline {
  width: unset;
  max-width: 100%;
  margin-bottom: 25px;
}

.history-area .timeline .filling-line {
  display: none;
}

.history-area .timeline .events-wrapper:before {
  display: none;
}

.history-area .timeline .events-wrapper:after {
  display: none;
}

.history-area .timeline .events-wrapper .events {
  background: #a5a5a5;
  width: 100% !important;
}

.history-area .timeline .events-wrapper .events ul {
  margin: 0;
  padding: 0;
}

.history-area .timeline .events-wrapper .events ul li {
  list-style-type: none;
  display: inline-block;
}

.history-area .timeline .events-wrapper .events ul li a {
  font-size: 24px;
  color: #ffffff;
}

.history-area .timeline .events-wrapper .events ul li a:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 0;
  right: 0;
  bottom: -2px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  z-index: 1;
}

.history-area .timeline .events-wrapper .events ul li a:after {
  background-color: #000;
  border: 1px solid #fff;
  width: 18px;
  height: 18px;
  bottom: -7px;
}

.history-area .timeline .events-wrapper .events ul li:nth-child(1) a {
  left: 17% !important;
}

.history-area .timeline .events-wrapper .events ul li:nth-child(2) a {
  left: 32% !important;
}

.history-area .timeline .events-wrapper .events ul li:nth-child(3) a {
  left: 50% !important;
}

.history-area .timeline .events-wrapper .events ul li:nth-child(4) a {
  left: 65% !important;
}

.history-area .timeline .events-wrapper .events ul li:nth-child(5) a {
  left: 80% !important;
}

.history-area .timeline .cd-timeline-navigation {
  margin: 0;
  padding: 0;
}

.history-area .timeline .cd-timeline-navigation li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
}

.history-area .timeline .cd-timeline-navigation li:first-child i {
  position: absolute;
  top: 35px;
  left: 27px;
  display: inline-block;
}

.history-area .timeline .cd-timeline-navigation li:last-child i {
  position: absolute;
  top: 35px;
  right: 27px;
  display: inline-block;
}

.history-area .events-content {
  margin: 0;
}

.history-area .events-content ul {
  margin: 0;
  padding: 0;
}

.history-area .events-content ul li {
  list-style-type: none;
  display: block;
  padding: 0;
}

/*-- End History --*/
/*-- Video --*/

.video-area {
  position: relative;
}

.video-area .video-two:hover a {
  opacity: 1;
}

.video-area .video-two a {
  opacity: 0;
  top: 32%;
}

.video-item {
  position: relative;
}

.video-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
}

.video-item a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  width: 100px;
  height: 100px;
  line-height: 90px;
  top: 41%;
  left: 0;
  right: 0;
  font-size: 65px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  border: 5px solid #ffffff;
}

.video-item a i {
  width: 100px;
  height: 100px;
  line-height: 90px;
  display: inline-block;
}

.video-item a:hover {
  color: #01091e;
  background-color: #fff;
}

/*-- End Video --*/
/*-- Team --*/
.team-item {
  margin-bottom: 30px;
  text-align: center;
  transition: 0.5s all ease;
}

.team-item:hover {
  transform: translate(0, -10px);
}

.team-item:hover .team-top ul li:nth-child(1) {
  opacity: 1;
  top: -15px;
}

.team-item:hover .team-top ul li:nth-child(2) {
  opacity: 1;
  top: -15px;
}

.team-item:hover .team-top ul li:nth-child(3) {
  opacity: 1;
  top: -15px;
}

.team-item:hover .team-top ul li:nth-child(4) {
  opacity: 1;
  top: -15px;
}

.team-item .team-top {
  position: relative;
  margin-bottom: 15px;
}

.team-item .team-top ul {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-item .team-top ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
}

.team-item .team-top ul li:nth-child(1) {
  position: relative;
  opacity: 0;
  top: 0;
  transition: 0.3s;
}

.team-item .team-top ul li:nth-child(2) {
  position: relative;
  opacity: 0;
  top: 0;
  transition: 0.4s;
}

.team-item .team-top ul li:nth-child(3) {
  position: relative;
  opacity: 0;
  top: 0;
  transition: 0.5s;
}

.team-item .team-top ul li:nth-child(4) {
  position: relative;
  opacity: 0;
  top: 0;
  transition: 0.6s;
}

.team-item .team-top ul li a {
  display: inline-block;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
}

.team-item .team-top ul li a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.team-item .team-top ul li a:hover {
  background-color: #c1ab65;
}

.team-item .team-bottom h3 {
  color: #d8d6d6;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 5px;
}

.team-item .team-bottom span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #a4a2a2;
}

/*-- End Team --*/
/*-- Testimonial --*/
.testimonial-area {
  background-image: url("../img/home-one/testimonial.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.testimonial-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.9;
}

.testimonial-area .section-title {
  position: relative;
}

.testimonial-area .testimonial-item {
  position: relative;
  text-align: center;
}

.testimonial-area .testimonial-item i {
  display: block;
  color: #a7a7a0;
  font-size: 50px;
  margin-bottom: 15px;
}

.testimonial-area .testimonial-item p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 25px;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-area .testimonial-item h3 {
  font-size: 18px;
  color: #ffffff;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 8px;
}

.testimonial-area .testimonial-item h3:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #6c6b6b;
}

/*-- End Testimonial --*/

/*-- Blog --*/
.blog-item {
  background-color: #080808;
  transition: 0.5s all ease;
  margin-bottom: 30px;
}

.blog-item:hover {
  transform: translate(0, -10px);
}

.blog-item a {
  display: block;
}

.blog-item .blog-bottom {
  padding: 25px 25px 30px 25px;
}

.blog-item .blog-bottom span {
  display: block;
  color: #c4c2c2;
  font-size: 14px;
  margin-bottom: 18px;
}

.blog-item .blog-bottom h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.blog-item .blog-bottom h3 a {
  color: #ffffff;
}

.blog-item .blog-bottom h3 a:hover {
  color: #c1ab65;
}

.blog-item .blog-bottom .blog-btn {
  font-weight: 700;
  color: #c7c5c5;
}

.blog-item .blog-bottom .blog-btn:hover {
  color: #c1ab65;
}

/*-- End Blog --*/
/*-- Footer --*/
footer {
  background-color: #020407;
}

footer .footer-item {
  margin-bottom: 30px;
}

footer .footer-item h3 {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 25px;
}

footer .footer-item .footer-logo .footer-logo-img {
  display: block;
  margin-bottom: 25px;
}

footer .footer-item .footer-logo p {
  width: fit-content;
  margin: 0px auto;
}

footer .footer-item .footer-logo p {
  font-size: 14px;
  color: #989797;
  margin-bottom: 28px;
}

footer .footer-item .footer-logo ul {
  margin: 0;
  padding: 0;
}

footer .footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}

footer .footer-item .footer-logo ul li:last-child {
  margin-right: 0;
}

footer .footer-item .footer-logo ul li a {
  display: block;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  font-size: 18px;
  background-color: #ffffff;
}

footer .footer-item .footer-logo ul li a:hover {
  color: #ffffff;
  background-color: #c1ab65;
}

footer .footer-item .footer-logo ul li a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

footer .footer-item .footer-instagram ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

footer .footer-item .footer-instagram ul li {
  list-style-type: none;
  display: inline-block;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 10px;
  margin-bottom: 10px;
}

footer .footer-item .footer-instagram ul li a {
  display: block;
}

footer .footer-item .footer-instagram ul li a img {
  width: 100%;
}

footer .footer-item .footer-link ul {
  margin: 0;
  padding: 0;
}

footer .footer-item .footer-link ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}

footer .footer-item .footer-link ul li:last-child {
  margin-bottom: 0;
}

footer .footer-item .footer-link ul li a {
  display: block;
  color: #cdcccc;
  font-size: 15px;
}

footer .footer-item .footer-link ul li a:hover {
  color: #c1ab65;
}

footer .footer-item .footer-touch ul {
  margin: 0;
  padding: 0;
}

footer .footer-item .footer-touch ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
}

footer .footer-item .footer-touch ul li:last-child {
  margin-bottom: 0;
}

footer .footer-item .footer-touch ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 20px;
}

footer .footer-item .footer-touch ul li h4 {
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 2px;
}

footer .footer-item .footer-touch ul li a {
  display: block;
  color: #cdcccc;
  font-size: 15px;
}

footer .footer-item .footer-touch ul li a:hover {
  color: #c1ab65;
}

.footer-social {
  display: flex;
  gap: 15px;
  /* spacing between icons */
  justify-content: start;
  /* align left; use center if you want centered */
  align-items: center;
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.footer-social li a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
}

.footer-social li a:hover {
  background-color: #d4af37;
  /* gold accent for cinematic theme */
  border-color: #d4af37;
  color: #000;
  transform: translateY(-3px);
}


/*-- End Footer --*/
/*-- Copyright --*/
.copyright-area {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #06080b;
}

.copyright-area .copyright-item p {
  margin-bottom: 0;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}

.copyright-area .copyright-item p a {
  display: inline-block;
  font-weight: 700;
  color: #c1ab65;
}

.copyright-area .copyright-item p a:hover {
  color: #ffffff;
}

/*-- End Copyright --*/
/*----- End Home One CSS -----*/

/*----- Home Two CSS -----*/
/*-- Navbar --*/
.bottom-nav-btn a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background-color: #c1ab65;
  padding: 12px 22px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bottom-nav-btn a:hover {
  background-color: #050505;
  color: #ffffff;
}


/*-- End Navbar --*/
/*-- Banner --*/
.banner-area-two {
  /* background-image: url("../img/home-two/banner-main.jpg"); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 1000px;
  position: relative;
}


.banner-area-two:before {
  /* position: absolute;
  content: "";
  width: 100%;
  height: 102%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6; */
}

.banner-area-two .banner-content {
  position: relative;
  z-index: 1;
  max-width: 795px;
  margin-top: 30px;
}

.banner-area-two .banner-content h1 {
  font-weight: 700;
  font-size: 80px;
  margin-bottom: 0;
}

.banner-area-two .banner-content p {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
}

/*-- End Banner --*/
/*-- Service --*/
.section-title-two .sub-title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.service-item {
  margin-bottom: 30px;
  position: relative;
}

.service-item i {
  display: inline-block;
  color: #ffffff;
  font-size: 40px;
  position: absolute;
  top: -10px;
  left: 0;
}

.service-item .service-inner {
  padding-left: 60px;
}

.service-item .service-inner h3 {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.service-item .service-inner p {
  margin-bottom: 0;
  color: #a9a9a9;
}

/*-- End Service --*/
/*-- Team --*/
.team-area-two {
  padding-top: 100px;
}

/*-- End Team --*/
/*-- Product --*/
.product-item {
  text-align: center;
  margin-bottom: 30px;
}

.product-item img {
  margin-bottom: 22px;
}

.product-item h3 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

.product-item ul {
  margin: 0;
  padding: 0;
}

.product-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 12px;
}

.product-item ul li:last-child {
  margin-bottom: 0;
}

.product-item ul li a {
  display: block;
  color: #ffffff;
  font-size: 18px;
}

.product-item ul li a:hover {
  color: #c1ab65;
}

.product-item p {
  padding-left: 25px;
  padding-right: 25px;
}

/*-- End Product --*/
/*----- End Home Two CSS -----*/
/*----- Home Three CSS -----*/
/*-- Banner --*/

.banner-area-three {
  /* background-image: url("../img/home-three/banner-main.jpg"); */
}

.banner-area-three p {
  margin-bottom: 20px;
}

.banner-area-three h1 {
  margin-bottom: 15px;
}

.banner-area-three.three-video {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-area-three.three-video .banner-content {
  position: relative;
  z-index: 3;
}



/* Make video always adapt full width & cover vertically */
.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Keeps video covering area */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


@media (max-width: 1024px) {
  .banner-area-two.banner-area-three.three-video {
    height: 83vh;
  }

  .lines {
    width: 95vw;
  }
}

/* Tablet Responsive */
@media (max-width: 768px) {
  .banner-area-two.banner-area-three.three-video {
    height: 83vh;
  }

  .lines {
    width: 95vw;
  }
}

/* Mobile Responsive */
@media (max-width: 375px) {
  .banner-area-two.banner-area-three.three-video {
    height: 33vh;
  }

  .lines {
    width: 100vw;
  }
}

@media (max-width: 320px) {
  .banner-area-two.banner-area-three.three-video {
    height: 26vh;
  }

  .lines {
    width: 100vw;
  }
}

@media (max-width: 175px) {
  .banner-area-two.banner-area-three.three-video {
    height: 26vh;
  }

  .lines {
    width: 100vw;
  }
}

/* related resource: style.css:1809:1 */
.banner-area-three.three-video .background-video {
  /* the element was video.background-video */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  z-index: -2;
}

/*-- Service --*/
.service-area-two {
  background-color: #ffffff;
}

.service-area-two .section-title h2 {
  color: #000000;
}

.service-area-two .service-item i {
  color: #000000;
}

.service-area-two .service-item .service-inner h3 {
  color: #212121;
}

.service-area-two .service-item .service-inner p {
  color: #212121;
}

/*-- End Service --*/
/*-- Product --*/
.product-area-two {
  background-color: #ffffff;
}

.product-area-two .section-title h2 {
  color: #000000;
}

.product-area-two .product-item h3 {
  color: #212121;
  margin-bottom: 10px;
}

.product-area-two .product-item p {
  color: #4e4e4e;
}

/*-- End Product --*/
/*-- Work --*/
.work-area-two {
  background-color: #ffffff;
}

.work-area-two .section-title h2 {
  color: #000000;
}

.work-area-two {
  background-color: #ffffff;
  padding-top: 100px;
}

/*-- End Work --*/
/*-- Team --*/
.team-area-three {
  background-color: #ffffff;
}

.team-area-three .section-title h2 {
  color: #000000;
}

.team-area-three .team-item .team-bottom h3 {
  color: #212121;
}

.team-area-three .team-item .team-bottom span {
  color: #a4a2a2;
}

/*-- End Team --*/
/*-- Blog --*/
.blog-area-two {
  background-color: #ffffff;
}

.blog-area-two .section-title h2 {
  color: #000000;
}

.blog-area-two .blog-item {
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.3019607843);
}

.blog-area-two .blog-item .blog-bottom {
  padding: 25px 20px 30px;
}

.blog-area-two .blog-item .blog-bottom span {
  color: #a3a3a3;
}

.blog-area-two .blog-item .blog-bottom h3 {
  font-size: 25px;
}

.blog-area-two .blog-item .blog-bottom h3 a {
  color: #212121;
}

.blog-area-two .blog-item .blog-bottom h3 a:hover {
  color: #c1ab65;
}

.blog-area-two .blog-item .blog-bottom p {
  color: #4e4e4e;
}

.blog-area-two .blog-item .blog-bottom .blog-btn {
  color: #212121;
}

.blog-area-two .blog-item .blog-bottom .blog-btn:hover {
  color: #c1ab65;
}

/*-- End Blog --*/
/*----- End Home Three CSS -----*/
/*----- About CSS -----*/
/*-- Page Title --*/
.page-title-area {
  background-color: #020407;
}

.page-title-area .page-title-item {
  text-align: center;
  padding-top: 230px;
  padding-bottom: 145px;
}

.page-title-area .page-title-item h2 {
  font-size: 30px;
  margin-bottom: 8px;
  color: #ffffff;
  font-weight: 600;
}

.page-title-area .page-title-item ul {
  margin: 0;
  padding: 0;
}

.page-title-area .page-title-item ul li {
  list-style-type: none;
  display: inline-block;
  color: #d4d4d4;
  font-weight: 500;
}

.page-title-area .page-title-item ul li span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #c1ab65;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  margin-left: 8px;
  margin-right: 8px;
}

.page-title-area .page-title-item ul li a {
  display: inline-block;
  color: #d4d4d4;
}

.page-title-area .page-title-item ul li a:hover {
  color: #c1ab65;
}

/*-- End Page Title --*/
/*----- End About CSS -----*/
/*----- About Me CSS -----*/
/*-- Page Title --*/
.page-title-area-two {
  background-image: url("../img/about-me-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.page-title-area-two:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8057328985) 33%, rgba(0, 0, 0, 0) 60%);
}

.page-title-area-two .page-title-item {
  position: relative;
}

/*-- End Page Title --*/
/*-- About Me --*/
.about-me-area {
  background-color: #ffffff;
}

.about-me-area .about-me-img {
  margin-bottom: 30px;
}

.about-me-area .about-me-content h2 {
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 10px;
  color: #000000;
}

.about-me-area .about-me-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.about-me-area .about-me-content ul li {
  list-style-type: none;
  display: block;
  color: #5b5b5b;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}

.about-me-area .about-me-content ul li:hover:before {
  transform: rotate(0deg);
}

.about-me-area .about-me-content ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 11px;
  transform: rotate(45deg);
  background-color: #c1ab65;
  transition: 0.5s all ease;
}

.about-me-area .about-me-content ul li:last-child {
  margin-bottom: 0;
}

.about-me-area .about-me-content p {
  margin-bottom: 20px;
  color: #5b5b5b;
}

.about-me-area .about-me-content .about-me-inner {
  margin-bottom: 30px;
}

.about-me-area .about-me-content .about-me-inner i {
  display: inline-block;
  color: #000000;
  font-size: 40px;
  margin-bottom: 12px;
}

.about-me-area .about-me-content .about-me-inner h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 4px;
}

.about-me-area .about-me-content .about-me-inner p {
  margin-bottom: 0;
  color: #5b5b5b;
}

/*-- End About Me --*/
/*-- Work --*/
.work-area-three {
  padding-right: 15px;
  padding-left: 15px;
}

.work-area-three .work-item {
  margin-bottom: 30px;
}

/*-- End Work --*/
/*----- End About Me CSS -----*/
/*----- Work Details CSS -----*/
.work-details-item {
  margin-bottom: 30px;
}

.work-details-item .work-details-img {
  position: relative;
  margin-bottom: 25px;
}

.work-details-item .work-details-img a {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: #c1ab65;
  color: #ffffff;
  text-align: center;
  font-size: 45px;
  width: 80px;
  height: 80px;
}

.work-details-item .work-details-img a i {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.work-details-item .work-details-img a:hover {
  background-color: #000000;
}

.work-details-item .work-details-content {
  margin-bottom: 50px;
}

.work-details-item .work-details-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

.work-details-item .work-details-content ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 15px;
}

.work-details-item .work-details-content ul li span {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.work-details-item .work-details-content ul li a {
  display: inline-block;
  color: #d5d7d7;
  margin-left: 3px;
}

.work-details-item .work-details-content ul li a:hover {
  color: #c1ab65;
}

.work-details-item .work-details-content h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
}

.work-details-item .work-details-content p {
  margin-bottom: 15px;
}

/* Premium Work Section */
.premium-work-showcase {
  background-color: #050505;
  /* Dark section background */
  padding: 60px 0 70px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.premium-work-showcase .section-title h2 {
  color: #fff;
  /* White heading on dark background */
}

.premium-work-showcase .sub-title {
  color: #c1ab65;
}

/* ============================================
   Mosaic Grid — contained, professional layout
   ============================================ */
.mosaic-grid {
  display: grid;
  grid-template-columns: 1.2fr 2fr 1.2fr;
  grid-template-areas:
    "top-left  center   top-right"
    "bot-left  center   mid-right"
    "bot-left  bot-cen  bot-right";
  gap: 4px;
  padding: 0;
  max-width: 1100px;
  margin: 0 auto;
  background: linear-gradient(135deg, #1a1208 0%, #0a0a0a 50%, #1a1208 100%);
  /* Premium dark gold gap */
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.8),
    0 0 0 1px rgba(193, 171, 101, 0.15);
  /* Subtle gold outer border */
}

.mosaic-item {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none !important;
  height: 210px;
  /* Tall enough for title + subtitle */
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mosaic-item::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  transition: border-color 0.4s ease;
  pointer-events: none;
  z-index: 2;
}

.mosaic-item:hover::after {
  border-color: rgba(193, 171, 101, 0.5);
  /* Gold border glow on hover */
}

.mosaic-item .work-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    filter 0.5s ease;
  filter: brightness(1) saturate(1);
  /* Full original colour — no dark overlay */
  transform-origin: center center;
}

.mosaic-item:hover .work-card-img {
  transform: scale(1.07);
  filter: brightness(1.05) saturate(1.1);
}

/* Staggered load animation — cards reveal one by one */
@keyframes mosaicReveal {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(14px);
    filter: blur(5px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0);
  }
}

.mosaic-item {
  animation: mosaicReveal 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.mosaic-top-left {
  animation-delay: 0.1s;
}

.mosaic-center {
  animation-delay: 0.2s;
}

.mosaic-top-right {
  animation-delay: 0.3s;
}

.mosaic-mid-right {
  animation-delay: 0.45s;
}

.mosaic-bottom-left {
  animation-delay: 0.35s;
}

.mosaic-bottom-center {
  animation-delay: 0.55s;
}

.mosaic-bottom-right {
  animation-delay: 0.65s;
}

/* Named grid areas */
.mosaic-top-left {
  grid-area: top-left;
}

.mosaic-center {
  grid-area: center;
  grid-row: 1 / 3;
  height: auto;
  /* Override the 185px set on .mosaic-item */
  min-height: 375px;
  /* Must be at least 2x side height */
}

.mosaic-top-right {
  grid-area: top-right;
}

.mosaic-mid-right {
  grid-area: mid-right;
}

.mosaic-bottom-left {
  grid-area: bot-left;
  grid-row: 2 / 4;
  height: auto;
  /* Fills the 2-row span */
}


.mosaic-bottom-center {
  grid-area: bot-cen;
}

.mosaic-bottom-right {
  grid-area: bot-right;
}

/* === Overlay: always visible at the bottom of each card === */
.mosaic-item .work-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 35px 12px 10px 12px;
  /* tall top = room for gradient fade */
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 1;
  z-index: 1;
  border-left: 2px solid rgba(193, 171, 101, 0.55);
}

.mosaic-item:hover .work-card-overlay {
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.92) 0%,
      rgba(0, 0, 0, 0.0) 100%);
}

/* === Title === */
.mosaic-item .work-card-title {
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif;
  font-size: 13px !important;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin: 0 0 4px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  /* override any inherited reveal transform */
  visibility: visible !important;
}

/* === Category subtitle === */
.mosaic-item .work-card-category {
  color: #c1ab65 !important;
  font-family: 'Outfit', sans-serif;
  font-size: 10px !important;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  /* override any inherited reveal transform */
  visibility: visible !important;
}

/* Responsive */
@media (max-width: 991px) {
  .mosaic-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "center     center"
      "top-left   top-right"
      "bot-left   mid-right"
      "bot-cen    bot-right";
    max-width: 100%;
    border-radius: 0;
  }

  .mosaic-center {
    min-height: 300px;
    grid-row: auto;
  }

  .mosaic-bottom-left {
    grid-row: auto;
  }

  .mosaic-item {
    min-height: 160px;
  }
}

@media (max-width: 576px) {
  .mosaic-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "center"
      "top-left"
      "top-right"
      "bot-left"
      "mid-right"
      "bot-cen"
      "bot-right";
  }

  .mosaic-center {
    min-height: 280px;
    grid-row: auto;
  }

  .mosaic-bottom-left {
    grid-row: auto;
  }

  .mosaic-item {
    min-height: 200px;
  }
}

@media (max-width: 991px) {
  .premium-work-card {
    height: 280px;
  }
}

@media (max-width: 768px) {
  .premium-work-card {
    flex: 1 1 100%;
    max-width: 100%;
    height: 300px;
  }

  .premium-work-grid {
    padding: 20px 20px 50px 20px;
    gap: 20px;
  }
}

.premium-work-card:hover {
  transform: translateY(-10px) scale(1.02);
}

.work-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
  filter: brightness(0.6);
}

.premium-work-card:hover .work-card-img {
  transform: scale(1.1);
  filter: brightness(0.9);
}

.work-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  flex-direction: column;
}

.work-card-title {
  color: #fff;
  font-size: 14px;
  /* Much smaller font to fit narrow columns */
  font-weight: 500;
  margin-bottom: 5px;
  font-family: 'Outfit', sans-serif;
  transform: translateY(20px);
  opacity: 0.9;
  transition: all 0.4s ease;
  line-height: 1.2;
}

.work-card-category {
  color: #c1ab65;
  font-size: 9px;
  /* Very small category font */
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease;
  transition-delay: 0.1s;
}

.work-card-arrow {
  position: absolute;
  right: 15px;
  /* Closer to edge */
  bottom: 15px;
  /* Closer to edge */
  width: 30px;
  /* Smaller arrow button */
  height: 30px;
  background: #c1ab65;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  opacity: 0;
  transform: translateX(-20px) scale(0.8);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.premium-work-card:hover .work-card-title {
  transform: translateY(-5px);
  /* Slide up a bit more on hover */
  opacity: 1;
}

.premium-work-card:hover .work-card-category {
  transform: translateY(-5px);
  /* Slide up a bit more on hover */
  opacity: 1;
}

.premium-work-card:hover .work-card-arrow {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.work-details-item .work-details-quote {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 30px 25px 30px 25px;
  position: relative;
  margin-bottom: 60px;
}

.work-details-item .work-details-quote i {
  display: inline-block;
  font-size: 40px;
  color: #000000;
  margin-bottom: 10px;
}

.work-details-item .work-details-quote p {
  color: #000000;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
}

.work-details-item .work-details-quote .link {
  text-align: right;
}

.work-details-item .work-details-quote .link a {
  display: inline-block;
  color: #000000;
}

.work-details-item .work-details-quote .link a:hover {
  color: #c1ab65;
}

.work-details-item .work-details-search {
  margin-bottom: 50px;
}

.work-details-item .work-details-search form {
  position: relative;
}

.work-details-item .work-details-search form .form-control {
  height: 50px;
  border-radius: 3px;
  padding-left: 25px;
  font-size: 15px;
  color: #000000;
  border: 0;
}

.work-details-item .work-details-search form .form-control:focus {
  box-shadow: none;
  border: 0;
}

.work-details-item .work-details-search form .search-btn {
  position: absolute;
  top: 2px;
  right: 0;
  color: #000000;
  font-size: 24px;
  transition: 0.5s all ease;
}

.work-details-item .work-details-search form .search-btn:hover {
  color: #c1ab65;
}

.work-details-item .work-details-work {
  margin-bottom: 50px;
}

.work-details-item .work-details-work h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 45px;
  color: #ffffff;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3490196078);
  padding-bottom: 12px;
  position: relative;
}

.work-details-item .work-details-work h3:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #ffffff;
  left: 0;
  bottom: -2px;
}

.work-details-item .work-details-work .work-inner {
  margin-bottom: 30px;
}

.work-details-item .work-details-work .work-inner:last-child {
  margin-bottom: 0;
}

.work-details-item .work-details-work .work-inner ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.work-details-item .work-details-work .work-inner ul li {
  list-style-type: none;
  display: inline-block;
  flex: 0 0 30%;
  max-width: 30%;
}

.work-details-item .work-details-work .work-inner ul li:last-child {
  flex: 0 0 60%;
  max-width: 60%;
  margin-left: 10px;
}

.work-details-item .work-details-work .work-inner h4 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.work-details-item .work-details-work .work-inner h4 a {
  display: inline-block;
  color: #ffffff;
}

.work-details-item .work-details-work .work-inner h4 a:hover {
  color: #c1ab65;
}

.work-details-item .work-details-work .work-inner span {
  display: inline-block;
}

.work-details-item .work-details-cate h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
  color: #ffffff;
}

.work-details-item .work-details-cate ul {
  margin: 0;
  padding: 0;
}

.work-details-item .work-details-cate ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.work-details-item .work-details-cate ul li:hover:before {
  transform: rotate(0deg);
}

.work-details-item .work-details-cate ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 9px;
  transform: rotate(45deg);
  background-color: #c1ab65;
  transition: 0.5s all ease;
}

.work-details-item .work-details-cate ul li:last-child {
  margin-bottom: 0;
}

.work-details-item .work-details-cate ul li a {
  display: block;
  color: #d5d7d7;
}

.work-details-item .work-details-cate ul li a:hover {
  color: #c1ab65;
}

/*----- End Work Details CSS -----*/
/*----- Video Details CSS -----*/
.video-details-area {
  background-color: #ffffff;
}

.video-details-area .video-details-item {
  margin-bottom: 30px;
}

.video-details-area .video-details-item:last-child {
  border-right: 0;
}

.video-details-area .video-details-item .video-details-video {
  position: relative;
  margin-bottom: 20px;
}

.video-details-area .video-details-item .video-details-video a {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: #c1ab65;
  color: #ffffff;
  text-align: center;
  font-size: 45px;
  width: 80px;
  height: 80px;
}

.video-details-area .video-details-item .video-details-video a i {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.video-details-area .video-details-item .video-details-video a:hover {
  background-color: #000000;
}

.video-details-area .video-details-item .video-content {
  margin-bottom: 30px;
}

.video-details-area .video-details-item .video-content .video-link {
  display: inline-block;
  color: #888888;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}

.video-details-area .video-details-item .video-content .video-link:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 9px;
  background-color: #c1ab65;
  transform: rotate(45deg);
}

.video-details-area .video-details-item .video-content .video-link:hover {
  color: #c1ab65;
}

.video-details-area .video-details-item .video-content h2 {
  font-weight: 700;
  font-size: 45px;
  color: #000000;
  margin-bottom: 10px;
}

.video-details-area .video-details-item .video-content ul {
  margin: 0;
  padding: 0;
}

.video-details-area .video-details-item .video-content ul li {
  list-style-type: none;
  display: inline-block;
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
  margin-right: 20px;
}

.video-details-area .video-details-item .video-content ul li:last-child {
  margin-right: 0;
}

.video-details-area .video-details-item .video-content ul li i {
  display: inline-block;
  color: #c1ab65;
  font-size: 20px;
  margin-right: 3px;
  position: relative;
  top: 4px;
}

.video-details-area .video-details-item .video-content ul li a {
  display: inline-block;
  color: #000000;
}

.video-details-area .video-details-item .video-content ul li a:hover {
  color: #c1ab65;
}

.video-details-area .video-details-item .video-flim h3 {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 10px;
  color: #000000;
}

.video-details-area .video-details-item .video-flim p {
  margin-bottom: 12px;
  color: #888888;
}

.video-details-area .video-details-item .video-social {
  margin-top: 25px;
}

.video-details-area .video-details-item .video-social span {
  display: inline-block;
  color: #c1ab65;
  margin-right: 10px;
}

.video-details-area .video-details-item .video-social ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.video-details-area .video-details-item .video-social ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}

.video-details-area .video-details-item .video-social ul li:last-child {
  margin-right: 0;
}

.video-details-area .video-details-item .video-social ul li a {
  display: block;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}

.video-details-area .video-details-item .video-social ul li a:hover {
  background-color: #c1ab65;
}

.video-details-area .video-details-item .video-social ul li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.video-details-area .video-details-item .video-introduce {
  padding: 45px 35px 40px;
}

.video-details-area .video-details-item .video-introduce ul {
  margin: 0;
  padding: 0;
}

.video-details-area .video-details-item .video-introduce ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 25px;
}

.video-details-area .video-details-item .video-introduce ul li:last-child {
  margin-bottom: 0;
}

.video-details-area .video-details-item .video-introduce ul li h4 {
  color: #000000;
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 20px;
}

.video-details-area .video-details-item .video-introduce ul li span {
  display: block;
  color: #888888;
  font-size: 15px;
  font-weight: 500;
}

.video-details-area .video-details-item .video-introduce.video-details-bg {
  background-color: #f9f9f9;
}

.video-details-area .video-details-item .work-details-quote {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 30px 25px 30px 25px;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.5019607843);
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.video-details-area .video-details-item .work-details-quote i {
  display: inline-block;
  font-size: 40px;
  color: #000000;
  margin-bottom: 10px;
}

.video-details-area .video-details-item .work-details-quote p {
  color: #000000;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
}

.video-details-area .video-details-item .work-details-quote .link {
  text-align: right;
}

.video-details-area .video-details-item .work-details-quote .link a {
  display: inline-block;
  color: #000000;
}

.video-details-area .video-details-item .work-details-quote .link a:hover {
  color: #c1ab65;
}

.week-area-two {
  background-color: #ffffff;
}

.week-area-two .section-title h2 {
  color: #000000;
}

/*----- End Video Details CSS -----*/
/*----- Blog Details CSS -----*/
.blog-details-form {
  margin-top: 50px;
}

.blog-details-form h2 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 25px;
}

.blog-details-form .form-group {
  margin-bottom: 30px;
}

.blog-details-form .form-group label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}

.blog-details-form .form-group .form-control {
  height: 50px;
  border-radius: 2px;
  padding-left: 20px;
  font-size: 15px;
  border: 1px solid #1d1c1c;
  color: #ffffff;
  background-color: #1d1c1c;
}

.blog-details-form .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #f6f6f6;
}

.blog-details-form .form-group textarea {
  height: auto !important;
}

.blog-details-form .blog-details-btn {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 12px 22px;
  transition: 0.5s all ease;
  background-color: #ffffff;
}

.blog-details-form .blog-details-btn:hover {
  color: #ffffff;
  background-color: #c1ab65;
}

/*----- End Blog Details CSS -----*/
/*----- Partner CSS -----*/
.partner-area {
  background-color: #ffffff;
}

.partner-area .partner-item {
  margin-bottom: 30px;
  text-align: center;
}

.partner-area .partner-item:hover img {
  opacity: 1;
}

.partner-area .partner-item img {
  opacity: 0.8;
  transition: 0.5s all ease;
}

/*----- End Partner CSS -----*/
/*----- Pricing CSS -----*/
.pricing-area {
  background-color: #ffffff;
}

.pricing-item {
  background-color: #ffffff;
  margin-bottom: 30px;
  box-shadow: 0px 0px 25px 0px rgba(221, 221, 221, 0.5098039216);
  border-radius: 50px 0px 50px 0px;
}

.pricing-item .pricing-top {
  background-color: #c1ab65;
  position: relative;
  text-align: center;
  border-radius: 50px 0;
  padding-top: 25px;
  padding-bottom: 35px;
}

.pricing-item .pricing-top h3 {
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  position: relative;
  margin-bottom: 0;
  display: inline-block;
}

.pricing-item .pricing-top span {
  display: inline-block;
  font-size: 30px;
  color: #fff;
}

.pricing-item .pricing-top p {
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: -8px;
}

.pricing-item .pricing-bottom {
  text-align: center;
  padding: 0 60px;
  padding-bottom: 40px;
}

.pricing-item .pricing-bottom ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.pricing-item .pricing-bottom ul li {
  list-style-type: none;
  display: block;
}

.pricing-item .pricing-bottom ul li a {
  color: #000000;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
  font-weight: 600;
}

.pricing-item .pricing-bottom ul li a:hover {
  color: #c1ab65;
}

.pricing-item .price-btn a {
  color: #c1ab65;
  padding: 10px 30px;
  border: 1px solid #c1ab65;
  border-radius: 30px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 700;
}

.pricing-item .price-btn a:hover {
  color: #ffffff;
  background-color: #c1ab65;
}

/*----- End Pricing CSS -----*/
/*----- FAQ CSS -----*/
.faq-area .faq-head h2 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 30px;
  margin-top: -7px;
  color: #ffffff;
}

.faq-area .faq-wrap {
  margin-bottom: 50px;
}

.faq-area .faq-wrap:last-child {
  margin-bottom: 30px;
}

.faq-area .accordion {
  padding-left: 0;
  margin: 0;
  padding: 0;
}

.faq-area .accordion p {
  font-size: 16px;
  display: none;
  padding: 20px 45px 15px 20px;
  margin-bottom: 0;
}

.faq-area .accordion a {
  color: #ffffff;
  font-size: 17px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  padding: 15px 0 15px 18px;
  border: 1px solid #232323;
  border-radius: 8px 8px 0 0;
}

.faq-area .accordion a:hover {
  color: #c1ab65;
}

.faq-area .accordion a:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 10px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.faq-area .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
}

.faq-area .accordion li:first-child {
  border-top: 0;
}

.faq-area .accordion li:last-child {
  margin-bottom: 0;
}

.faq-area .accordion li a.active {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}

.faq-area .accordion li a.active:after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}

/*----- End FAQ CSS -----*/
/*----- Error CSS -----*/
.error-item {
  height: 800px;
  text-align: center;
  margin-top: 30px;
}

.error-item h1 {
  font-size: 130px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff;
}

.error-item p {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 35px;
  color: #ffffff;
}

.error-item p i {
  display: inline-block;
}

.error-item span {
  display: block;
  color: #646464;
}

.error-item a {
  display: inline-block;
  color: #ffffff;
  background-color: #c1ab65;
  padding: 20px 45px;
  margin-top: 70px;
  font-size: 18px;
}

.error-item a:hover {
  background-color: #000000;
}

/*----- End Error CSS -----*/
/*----- Coming Soon CSS -----*/
.coming-item {
  height: 100vh;
  text-align: center;
}

.coming-item h1 {
  font-size: 75px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 20px;
  color: #ffffff;
}

.coming-item p {
  margin-bottom: 40px;
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
}

.coming-item .coming-wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.coming-item .coming-wrap .coming-inner {
  text-align: center;
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.coming-item .coming-wrap .coming-inner h3 {
  font-size: 45px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5px;
}

.coming-item .coming-wrap .coming-inner p {
  font-size: 16px;
  margin-bottom: 0;
  color: #383838;
}

.coming-item ul {
  margin: 0;
  padding: 0;
}

.coming-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
}

.coming-item ul li a {
  display: block;
  color: #ffffff;
  background-color: #c1ab65;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 16px;
}

.coming-item ul li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.coming-item ul li a:hover {
  background-color: #000000;
}

/*----- End Coming Soon CSS -----*/
/*----- Privacy Policy CSS -----*/
.privacy-area {
  padding-bottom: 50px;
}

.privacy-item {
  margin-bottom: 50px;
}

.privacy-item h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.design-bottom-text p span {
  font-weight: 600;
  color: #e0aa3e;
}

.privacy-item p {
  margin-bottom: 0;
  color: #c0c0c0;
}

.privacy-item ul {
  margin: 0;
  padding: 0;
}

.privacy-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 18px;
  color: #c0c0c0;
}

.privacy-item ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  bottom: -2px;
}

.privacy-item ul li:last-child {
  margin-bottom: 0;
}

/*----- End Privacy Policy CSS -----*/
/*----- Contact CSS -----*/
.contact-area {
  background-color: #ffffff;
}

.contact-area .contact-item {
  margin-bottom: 30px;
}

.contact-area .contact-item h2 {
  font-weight: 700;
  font-size: 45px;
  color: #000000;
  margin-bottom: 20px;
}

.contact-area .contact-item .form-group {
  margin-bottom: 30px;
}

.contact-area .contact-item .form-group .form-control {
  height: 50px;
  padding-left: 20px;
  font-size: 15px;
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: rgba(241, 241, 241, 0.568627451);
}

.contact-area .contact-item .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #000000;
}

.contact-area .contact-item .form-group ::-moz-placeholder {
  color: #000;
}

.contact-area .contact-item .form-group ::placeholder {
  color: #000;
}

.contact-area .contact-item .form-group textarea {
  height: auto !important;
  padding-top: 15px;
}

.contact-area .contact-item .contact-btn {
  background-color: #000000;
  color: #ffffff;
  transition: 0.5s all ease;
  opacity: 1;
  border-radius: 0;
  padding: 12px 25px;
}

.contact-area .contact-item .contact-btn:hover {
  background-color: #c1ab65;
}

.contact-area .contact-item .list-unstyled {
  margin-top: 10px;
  font-size: 14px;
  color: #dc3545;
}

.contact-area .contact-item .text-danger {
  margin-top: 10px;
  font-size: 20px;
}

.contact-area .contact-item .text-success {
  margin-top: 10px;
  font-size: 20px;
}

.contact-area .contact-item .contact-address .contact-inner {
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
}

.contact-area .contact-item .contact-address .contact-inner:last-child {
  margin-bottom: 0;
}

.contact-area .contact-item .contact-address .contact-inner .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #c1ab65;
  font-size: 30px;
}

.contact-area .contact-item .contact-address .contact-inner h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 2px;
  color: #000000;
}

.contact-area .contact-item .contact-address .contact-inner span {
  display: block;
  color: #5f5f5f;
}

.contact-area .contact-item .contact-address .contact-inner a {
  display: block;
  color: #5f5f5f;
}

.contact-area .contact-item .contact-address .contact-inner a:hover {
  color: #c1ab65;
}

.contact-area .contact-item .contact-address .contact-inner ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.contact-area .contact-item .contact-address .contact-inner ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.contact-area .contact-item .contact-address .contact-inner ul li:last-child {
  margin-right: 0;
}

.contact-area .contact-item .contact-address .contact-inner ul li a {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #c1ab65;
  border-radius: 50%;
  font-size: 20px;
}

.contact-area .contact-item .contact-address .contact-inner ul li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.contact-area .contact-item .contact-address .contact-inner ul li a:hover {
  color: #ffffff;
  background-color: #000000;
}

.map-area #map {
  display: block;
  width: 100%;
  border: 0;
  height: 450px;
}

/*----- End Contact CSS -----*/
/*----- Preloader CSS -----*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #000;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

/*----- End Preloader CSS -----*/
/*----- Back to Top CSS ------*/
#toTop {
  position: fixed;
  bottom: 30px;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.back-to-top-btn i {
  background: #c1ab65;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  transition: 0.5s all ease;
  margin-right: 28px;
  box-shadow: 0px 0px 14px 0px #c1ab65;
}

.back-to-top-btn i:hover {
  background: #000;
  color: #ffffff;
  box-shadow: 0px 0px 14px 0px #000;
}

.floating-contact {
  position: fixed;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.fc-button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 8px 24px rgba(2, 6, 23, 0.12);
}

.fc-button:hover {
  transform: translateY(-6px);
}

.fc-button .label {
  position: absolute;
  right: 72px;
  background: rgba(10, 10, 10, 0.95);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.16s, transform 0.16s;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(2, 6, 23, 0.12);
}

.fc-button:hover .label {
  opacity: 1;
  transform: translateX(0);
}

/* Instagram Button */
.instagram-btn {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

/* Facebook Button */
.facebook-btn {
  background: linear-gradient(135deg, #1877f2, #145dbf);
}

/* WhatsApp Button */
.whatsapp-btn {
  background: linear-gradient(135deg, #25d366, #128c7e);
}

.fc-button i {
  font-size: 22px;
}

.fc-button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.04);
  pointer-events: none;
}

@media (max-width: 480px) {
  .floating-contact {
    right: 12px;
    bottom: 18px;
  }

  .fc-button .label {
    display: none;
  }
}

/* Client Area */
.client-area .swiper-horizontal {
  height: 100px;
}

/* ===============================
   GLOBAL STYLES
=============================== */



/* ===============================
   VIDEO GALLERY SECTION
=============================== */
.video-gallery-section {
  padding: 100px 0 70px;
  background-color: #f5f7f8;
}

.video-gallery-container {
  padding: 2rem 1rem;
  margin: 0 auto;
  max-width: 68rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.video-gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}

.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  transition: transform 0.4s ease;
}

.video-card i.bx-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-card:hover img {
  transform: scale(1.05);
}

.video-card:hover i.bx-play {
  opacity: 1;
}


/* ===============================
   VIDEO CARD
=============================== */
.video-card {
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 3px rgba(0, 0, 0, 0.24);
  transition: all 0.3s ease;
}

.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.18);
}

/* ===============================
   THUMBNAIL IMAGE
=============================== */
.video-thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video-card:hover .video-thumb img {
  transform: scale(1.05);
}

/* ===============================
   PLAY ICON OVERLAY
=============================== */
.video-thumb::after {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: #ffffff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-card:hover .video-thumb::after {
  opacity: 1;
}

/* ===============================
   ADVANCED VIDEO GALLERY STYLES
=============================== */

.video-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 50px;
}

.filter-btn {
  padding: 10px 24px;
  border: 2px solid #e3e3e3;
  background-color: #fff;
  color: #333;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  border-radius: 25px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.filter-btn:hover {
  border-color: #ea6e2e;
  color: #ea6e2e;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(234, 110, 46, 0.2);
}

.filter-btn.active {
  background-color: #ea6e2e;
  color: #fff;
  border-color: #ea6e2e;
  box-shadow: 0 8px 25px rgba(234, 110, 46, 0.3);
}

.advanced-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.video-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  background: #fff;
  display: block;
  opacity: 1;
  animation: slideUp 0.5s ease;
}

.video-card.show {
  animation: slideUp 0.5s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.video-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.video-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  background: #000;
}

.video-thumb img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
  display: block;
}

.video-card:hover .video-thumb img {
  transform: scale(1.1);
  opacity: 0.7;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  background-color: rgba(234, 110, 46, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 10;
  border: 3px solid #fff;
}

.video-play-btn:hover {
  background-color: #ea6e2e;
  transform: translate(-50%, -50%) scale(1.15);
  box-shadow: 0 0 25px rgba(234, 110, 46, 0.5);
}

.video-info {
  padding: 20px 15px;
  background: #fff;
  text-align: left;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-info h3 {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-tag {
  margin: 0;
  font-size: 12px;
  color: #ea6e2e;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* ===============================
   RESPONSIVE
=============================== */
@media (max-width: 1200px) {
  .advanced-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .advanced-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .video-filter-buttons {
    gap: 8px;
  }

  .filter-btn {
    padding: 8px 16px;
    font-size: 12px;
  }

  .video-thumb {
    height: 250px;
  }
}

@media (max-width: 600px) {
  .advanced-gallery {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .video-filter-buttons {
    gap: 6px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .filter-btn {
    padding: 6px 12px;
    font-size: 11px;
  }

  .video-play-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .video-info {
    padding: 15px 12px;
    min-height: 70px;
  }

  .video-info h3 {
    font-size: 14px;
  }

  .video-thumb {
    height: 200px;
  }
}

/* ================================================================
   MODERN VIDEO GALLERY - NEW DESIGN
   ================================================================ */

.modern-video-gallery {
  background: #f8f9fb;
}

/* Gallery Header */
.gallery-header {
  margin-bottom: 60px;
}

.gallery-title {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.gallery-subtitle {
  font-size: 16px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Filter Tabs Wrapper */
.filter-tabs-wrapper {
  display: flex;
  justify-content: center;
}

.filter-tabs {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

/* Tab Button Styles (Redesigned as Text Links) */
.tab-btn {
  padding: 5px 0;
  border: none;
  background: transparent;
  color: #666;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  outline: none;
}

.tab-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ea6e2e;
  transition: width 0.3s ease;
}

.tab-btn:hover {
  color: #ea6e2e;
}

.tab-btn.active {
  color: #ea6e2e;
}

.tab-btn:hover::after,
.tab-btn.active::after {
  width: 100%;
}

/* Video Grid */
.video-grid-wrapper {
  animation: fadeIn 0.5s ease;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0;
}

/* Video Item */
.video-item {
  /* display: none;
  opacity: 0; */
  transition: all 0.3s ease;
}

.video-item.show {
  display: block;
  animation: slideUp 0.5s ease forwards;
}

/* =========================================================================
   ISOLATED PORTFOLIO STYLES (Gallery & Videos Pages)
   ========================================================================= */

/* Tab Buttons */
.portfolio-tab-btn {
  padding: 5px 0;
  border: none;
  background: transparent;
  color: #666;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  outline: none;
}

.portfolio-tab-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ea6e2e;
  transition: width 0.3s ease;
}

.portfolio-tab-btn:hover,
.portfolio-tab-btn.active {
  color: #ea6e2e;
}

.portfolio-tab-btn:hover::after,
.portfolio-tab-btn.active::after {
  width: 100%;
}

@media (max-width: 900px) {
  .portfolio-tab-btn {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .portfolio-tab-btn {
    width: auto;
    font-size: 13px;
    padding: 2px 0;
  }
}

/* Portfolio List Items (Filtering) */
.portfolio-list-item {
  transition: all 0.3s ease;
  display: none;
}

.portfolio-list-item.show {
  display: block;
  animation: slideUp 0.5s ease forwards;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Video Card Wrapper */
.video-card-wrapper {
  height: 100%;
  display: flex;
}

/* Video Card */
.video-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.video-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

/* Image Container */
.video-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  /* Ensures all images have the same aspect ratio */
  overflow: hidden;
}

.video-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.video-card:hover .video-image {
  transform: scale(1.08);
}

/* Video Overlay */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5;
}

.video-card:hover .video-overlay {
  opacity: 1;
}

/* Play Button */
.gallery-link {
  display: block;
  width: 100%;
  height: 100%;
}

.play-button {
  width: 70px;
  height: 70px;
  background: #ea6e2e;
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  transition: all 0.3s ease;
  text-decoration: none;
  transform: scale(0.8);
  box-shadow: 0 4px 16px rgba(234, 110, 46, 0.3);
}

.gallery-link:hover .play-button,
.video-card:hover .play-button {
  transform: scale(1.1);
  background: #ff7e3e;
  box-shadow: 0 6px 24px rgba(234, 110, 46, 0.4);
}

/* Video Content */
.video-content {
  padding: 24px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.video-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-category {
  font-size: 12px;
  font-weight: 600;
  color: #ea6e2e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .video-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

  .gallery-title {
    font-size: 36px;
  }
}

@media (max-width: 900px) {
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .filter-tabs {
    gap: 15px;
  }

  .tab-btn {
    font-size: 14px;
  }

  .play-button {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .gallery-title {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .video-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .filter-tabs {
    flex-direction: row;
    gap: 15px;
  }

  .tab-btn {
    width: auto;
    font-size: 13px;
    padding: 2px 0;
  }

  .video-content {
    padding: 16px 15px;
  }

  .video-title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .play-button {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .gallery-title {
    font-size: 28px;
  }

  .gallery-subtitle {
    font-size: 14px;
  }

  .filter-tabs-wrapper {
    margin-bottom: 40px;
  }
}

/*----- End Back to Top CSS -----*/

/*----- Gallery & Video Internal CSS -----*/
/* GRID */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
}

/* CARD */
.video-card {
  border-radius: 14px;
  overflow: hidden;
}

/* IMAGE CONTAINER */
.video-image-container {
  position: relative;
  width: 100%;
  height: 300px;
  /* 🔥 Fixed height (removes white gaps) */
  overflow: hidden;
  border-radius: 14px;
  background: #000;
  /* prevents white flash */
}

/* IMAGE */
.video-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Fills fully */
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}

/* HOVER ZOOM */
.video-card:hover .video-image {
  transform: scale(1.08);
}

/* OVERLAY */
.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease;
}

.video-card:hover .video-overlay {
  opacity: 1;
}

/* ICON */
.play-button {
  color: #fff;
  font-size: 28px;
  background: rgba(255, 255, 255, 0.15);
  padding: 12px;
  border-radius: 50%;
  transition: 0.3s ease;
}

.play-button:hover {
  background: #fff;
  color: #000;
}

/* Bold Premium Filter Tabs - Removed */

/* FILTER ANIMATION */
/* .video-item {
  display: none;
} */

.video-item.show {
  display: block;
  animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*----- End Gallery & Video Internal CSS -----*/

/*----- Clients Internal CSS -----*/
/* Base visuals */
.bg-light {
  background-color: #f7f8fa !important;
}

.client-sec.section-title h2 {
  color: #111;
  font-weight: 700;
}

.client-sec.section-title .sub-title {
  color: #555;
  font-weight: 500;
}

/* Side Heading Layout Container */
.client-category-block {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  margin-bottom: 50px !important;
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: box-shadow 0.4s ease;
}

.client-category-block:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

.client-category-block:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
}

/* The Sticky Premium Title Box */
.category-side-heading {
  background: linear-gradient(145deg, #0f0f0f 0%, #1e1e1e 100%);
  border-radius: 20px;
  padding: 35px 25px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(193, 171, 101, 0.25);
  /* position: relative; */
  overflow: hidden;
}

.category-side-heading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #c1ab65, transparent);
}

.category-side-heading h3 {
  font-size: 26px;
  letter-spacing: 0.5px;
  color: #ffffff;
  line-height: 1.4;
  font-family: 'Outfit', sans-serif;
  margin-bottom: 0;
}

.heading-line {
  height: 3px;
  width: 50px;
  background-color: #c1ab65;
  margin-top: 25px !important;
  border-radius: 50px;
}

/* Images - Premium White Cards */
.blog-img {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid #f0f0f0;
  width: 100%;
  object-fit: contain;
  padding: 22px;
  background-color: #ffffff;
  border-radius: 12px;
}

.blog-img:hover {
  transform: translateY(-8px) scale(1.03);
  border-color: #c1ab65;
  box-shadow: 0 15px 30px rgba(193, 171, 101, 0.15);
}

/* Bottom CTA */
.bottom-nav-btn a {
  font-size: 16px;
  color: #fff;
  background-color: #c1ab65;
  padding: 12px 28px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bottom-nav-btn a:hover {
  background-color: #000;
}

/* Mobile Tweaks */
@media (max-width: 991px) {
  .category-side-heading {
    margin-bottom: 30px;
    padding: 25px 20px;
  }

  .category-side-heading h3 {
    font-size: 22px;
  }

  .client-category-block {
    padding: 25px 15px;
  }

  .heading-line {
    margin-top: 15px !important;
  }
}

/*----- End Clients Internal CSS -----*/

/*----- End Clients Internal CSS -----*/

/*----- Index Internal CSS -----*/
.bottom-nav-btn a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background-color: #c1ab65;
  padding: 12px 28px;
  border-radius: revert-layer;
  /* subtle corners, keeps it rectangular */
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(193, 171, 101, 0.25);
}

.bottom-nav-btn a:hover {
  background-color: #050505;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Premium Counter Styles */
.premium-counter-wrapper {
  background: linear-gradient(145deg, #111111 0%, #1e1e1e 100%);
  border-radius: 20px;
  padding: 30px 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(193, 171, 101, 0.15);
  position: relative;
  overflow: hidden;
}

.premium-counter-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #c1ab65, transparent);
}

.premium-counter-item {
  padding: 15px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.premium-counter-item:hover {
  transform: translateY(-8px);
}

.premium-counter-icon {
  font-size: 46px;
  line-height: 1;
  color: #c1ab65;
  margin-bottom: 15px;
  display: inline-block;
  filter: drop-shadow(0 4px 8px rgba(193, 171, 101, 0.4));
}

/* Ultra Premium Stats & Clients Hover Over (Restored Original Redesign) */
.ultra-premium-stats-area {
  position: relative;
  background: linear-gradient(135deg, #050505 0%, #151515 100%);
  padding: 60px 0 100px 0;
  /* Reduced padding to tighten section */
  /* Extra bottom padding to overlap the client slider */
  border-top: 2px solid rgba(193, 171, 101, 0.1);
  overflow: hidden;
}

.ultra-premium-stats-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 15% 50%, rgba(193, 171, 101, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 85% 30%, rgba(193, 171, 101, 0.02) 0%, transparent 50%);
  pointer-events: none;
}

.stat-item-premium {
  padding: 10px 20px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 15px;
  cursor: default;
}

.stat-item-premium:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.stat-icon-hero {
  font-size: 44px;
  /* Slightly smaller icon */
  color: #c1ab65;
  margin-bottom: 15px;
  display: block;
  opacity: 1;
  filter: drop-shadow(0 0 10px rgba(193, 171, 101, 0.2));
  transition: transform 0.5s ease;
}

.stat-item-premium:hover .stat-icon-hero {
  transform: scale(1.1);
  filter: drop-shadow(0 0 20px rgba(193, 171, 101, 0.6));
}

.stat-number-hero {
  font-size: 46px;
  /* Reduced from 56px */
  font-weight: 300;
  /* Extremely sleek weight */
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  line-height: 1.1;
  margin-bottom: 5px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.stat-text-hero {
  font-size: 11px;
  color: #c1ab65;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 600;
  display: block;
}

/* Override stat colors when inside white design-area section */
.design-area .stat-number-hero {
  color: #111111;
  text-shadow: none;
}

.design-area .stat-text-hero {
  color: #555555;
}

.stat-divider {
  border-right: 1px solid rgba(193, 171, 101, 0.15);
}

@media (max-width: 991px) {
  .stat-divider {
    border-right: none;
    border-bottom: 1px solid rgba(193, 171, 101, 0.15);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.premium-counter-number {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 1px;
  line-height: 1.2;
}

.premium-counter-text {
  font-size: 12px;
  color: #a8a8a8;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  display: block;
  line-height: 1.4;
}

.premium-counter-col:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 767px) {
  .premium-counter-col:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(193, 171, 101, 0.15);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

/* Glassmorphism Attached Client Slider */
/* Pulls it up over the dark area */
.glass-client-container {
  margin-top: -80px;
  position: relative;
  z-index: 10;
  padding: 0 15px;
}

.glass-client-area {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.4s ease;
}

.glass-client-area:hover {
  box-shadow: 0 40px 70px rgba(0, 0, 0, 0.15);
}

.glass-client-area .section-title h2 {
  font-size: 26px;
  margin-bottom: 30px;
  color: #0f0f0f;
}

.client-logo-premium {
  transition: all 0.4s ease;
  filter: grayscale(100%) opacity(0.7);
  cursor: pointer;
  padding: 10px;
}

.client-logo-premium:hover {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.08);
}

/*----- End Index Internal CSS -----*/

/*---/*-- Premium Theme Button --*/


.premium-load-more-btn:hover {
  background-color: #000000;
  color: #c1ab65;
  border-color: #000000;
}

.premium-load-more-btn i {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.premium-load-more-btn:hover i {
  transform: rotate(180deg);
}

/*----- Design Section CSS -----*/
.design-area {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.design-area .section-title h2 {
  color: #000000;
}

.design-intro-text {
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto 20px;
  color: #444444;
  line-height: 1.8;
}

.premium-design-card {
  padding: 40px 30px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.premium-design-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #c1ab65, transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.premium-design-card:hover {
  background: #ffffff;
  border-color: rgba(193, 171, 101, 0.4);
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.premium-design-card:hover::before {
  opacity: 1;
}

.premium-design-card .icon-box {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premium-design-card .design-icon {
  height: 60px;
  width: auto;
  object-fit: contain;
  transition: all 0.4s ease;
  filter: invert(1) brightness(0.2) drop-shadow(0 4px 8px rgba(193, 171, 101, 0.2));
}

.premium-design-card:hover .design-icon {
  transform: scale(1.1);
  filter: invert(1) brightness(0);
}

.premium-design-card h3 {
  color: #000000;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.premium-design-card p {
  color: #555555;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.7;
}

.design-bottom-text {
  padding: 30px;
  background: #fcfcfc;
  border-left: 3px solid #c1ab65;
  border-radius: 0 8px 8px 0;
  display: inline-block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.design-bottom-text p {
  font-size: 18px;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.8;
  color: #444444;
  font-style: italic;
}

.design-bottom-text span {
  color: #c1ab65;
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
}

/* =========================================================================
   PREMIUM CARD TABS (Gallery & Videos Pages)
   ========================================================================= */

.modern-video-gallery {
  background-color: #0f0f0f;
  color: #ffffff;
}

.modern-video-gallery .gallery-title {
  color: #ffffff;
}

.modern-video-gallery .gallery-subtitle {
  color: #cccccc;
}

.premium-tabs-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}

.premium-tabs-grid>* {
  flex: 0 0 calc(25% - 23px);
  /* 4 items per row */
  max-width: calc(25% - 23px);
}

@media (max-width: 991px) {
  .premium-tabs-grid>* {
    flex: 0 0 calc(33.333% - 20px);
    /* 3 items per row on medium screens */
    max-width: calc(33.333% - 20px);
  }
}

@media (max-width: 767px) {
  .premium-tabs-grid>* {
    flex: 0 0 calc(50% - 15px);
    /* 2 items per row on small screens */
    max-width: calc(50% - 15px);
  }
}

@media (max-width: 480px) {
  .premium-tabs-grid>* {
    flex: 0 0 100%;
    /* 1 item per row on extra small screens */
    max-width: 100%;
  }
}

.premium-tab-card {
  text-align: center;
  padding: 10px 10px;
  background: transparent;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
  width: 100%;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.premium-tab-card:hover {
  transform: translateY(-3px);
}

.premium-tab-card .premium-tab-icon {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}

.premium-tab-card .premium-tab-icon img {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
  transition: transform 0.4s ease, opacity 0.4s;
  opacity: 0.7;
}

.premium-tab-card:hover .premium-tab-icon img,
.premium-tab-card.active .premium-tab-icon img {
  transform: translateY(-3px);
  opacity: 1;
}

.premium-tab-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.5px;
  transition: color 0.3s;
  text-transform: uppercase;
}

.premium-tab-card:hover h3,
.premium-tab-card.active h3 {
  color: #ea6e2e;
}

/*# sourceMappingURL=style.css.map */

/*-- Premium Theme Button --*/
.premium-load-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #111111;
  background-color: #c1ab65;
  padding: 15px 40px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #c1ab65;
  transition: all 0.4s ease;
  font-family: 'Josefin Sans', sans-serif;
  cursor: pointer;
  outline: none;
  gap: 10px;
}

.premium-load-more-btn:hover {
  background-color: #000000;
  color: #c1ab65;
  border-color: #000000;
}

.premium-load-more-btn i {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.premium-load-more-btn:hover i {
  transform: rotate(180deg);
}

/* ============================================================
   Full-Width Showreel Section
   ============================================================ */
.showreel-section {
  background: #000;
  padding-bottom: 0;
}

.showreel-section .section-title {
  padding-bottom: 30px;
}

.showreel-section .section-title h2 {
  color: #fff;
}

.showreel-wrap {
  position: relative;
  width: 100%;
  height: 520px;
  /* Cinematic height */
  overflow: hidden;
}

.showreel-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 10s ease;
}

.showreel-wrap:hover .showreel-thumb {
  transform: scale(1.04);
}

/* Dark gradient overlay */
.showreel-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0.55) 100%); */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgb(153 153 153 / 55%) 100%);
  z-index: 1;
}

/* Centered play button */
.showreel-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.play-circle {
  width: 90px;
  height: 90px;
  background: rgba(193, 171, 101, 0.15);
  border: 2px solid #c1ab65;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backdrop-filter: blur(4px);
  position: relative;
}

/* Pulsing ring animation */
.play-circle::before {
  content: '';
  position: absolute;
  inset: -8px;
  border: 2px solid rgba(193, 171, 101, 0.3);
  border-radius: 50%;
  animation: playPulse 2s ease-in-out infinite;
}

@keyframes playPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.6;
  }

  50% {
    transform: scale(1.15);
    opacity: 0;
  }
}

.play-circle i {
  font-size: 42px;
  color: #c1ab65;
  margin-left: 5px;
  /* visual centering of the play triangle */
  transition: color 0.3s ease, transform 0.3s ease;
}

.showreel-play:hover .play-circle {
  background: #c1ab65;
  transform: scale(1.08);
  box-shadow: 0 0 40px rgba(193, 171, 101, 0.5);
}

.showreel-play:hover .play-circle i {
  color: #fff;
  transform: scale(1.1);
}

.play-label {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.showreel-play:hover .play-label {
  opacity: 1;
}

/* === Responsive === */
@media (max-width: 991px) {
  .showreel-wrap {
    height: 380px;
  }

  .play-circle {
    width: 74px;
    height: 74px;
  }

  .play-circle i {
    font-size: 34px;
  }
}

@media (max-width: 576px) {
  .showreel-wrap {
    height: 260px;
  }

  .play-circle {
    width: 60px;
    height: 60px;
  }

  .play-circle i {
    font-size: 26px;
  }

  .play-label {
    font-size: 10px;
    letter-spacing: 2px;
  }
}

/* White logo fix — invert to make visible on white background */
.logo-dark {
  filter: invert(1) brightness(0.15);
}