/*--------------------------------------------------------------
# Brand Colors
--------------------------------------------------------------*/
:root {
  --black: #0a0a0a;
  --gold: #d9b149;
  --white: #ffffff;
  --grey: #b5b5b5;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: "hattonBold";
  src: url("../font/Hatton-Bold-700.otf");
}

body {
  background-color: #f5f5f5;
  color: #4e4e4e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-size: 2.5rem;
  font-weight: 600;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

h4 {
  font-size: 1rem;
  font-weight: 600;
}

h5 {
  font-size: 1rem;
  font-weight: 600;
}

h6 {
  font-size: 0.75rem;
  font-weight: 600;
}

/* Responsive Typography */
@media (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.35rem;
  }
  h5 {
    font-size: 1.15rem;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  h6 {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.15rem;
  }
  h5 {
    font-size: 1.05rem;
  }
  h6 {
    font-size: 0.9rem;
  }
}

a {
  color: #1e1e1e;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: var(--gold);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  text-decoration: none;
  color: var(--gold);
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  text-decoration: none;
  color: #4e4e4e;
}

.box-shadow, .card-blog, .work-box, .service-box, .paralax-mf {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a, .button:hover {
  text-decoration: none;
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}

.overlay-mf {
  background-color: var(--black);
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

.paralax-mf {
  position: relative;
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .paralax-mf {
    padding: 4rem 0;
  }
}
@media (max-width: 480px) {
  .paralax-mf {
    padding: 3rem 0;
  }
}

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

.table-cell {
  display: table-cell;
  vertical-align: bottom;
}

/*--/ Sections /--*/
.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .sect-pt4 {
    padding-top: 3rem;
  }
}
@media (max-width: 480px) {
  .sect-pt4 {
    padding-top: 2rem;
  }
}

.sect-mt4 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .sect-mt4 {
    margin-top: 3rem;
  }
}
@media (max-width: 480px) {
  .sect-mt4 {
    margin-top: 2rem;
  }
}

/*--/ Title s /--*/
.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

/*--/ Title A /--*/
.title-box {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .title-box {
    margin-bottom: 2.5rem;
  }
}

.title-a {
  text-decoration: none;
  font-size: 3rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .title-a {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .title-a {
    font-size: 1.75rem;
  }
}

.subtitle-a {
  text-decoration: none;
  color: #4e4e4e;
}
@media (max-width: 768px) {
  .subtitle-a {
    font-size: 0.95rem;
    padding: 0 1rem;
  }
}
@media (max-width: 480px) {
  .subtitle-a {
    font-size: 0.9rem;
  }
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: var(--gold);
  margin: 0 auto;
}

/*--/ Title Left /--*/
.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}
.title-left:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: var(--gold);
  width: 100px;
  bottom: -12px;
}
@media (max-width: 768px) {
  .title-left {
    font-size: 1.5rem;
  }
  .title-left:before {
    width: 60px;
  }
}

/*------/ Box /------*/
.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }
}
@media (max-width: 480px) {
  .box-shadow-full {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
  }
}

/*------/ Socials /------*/
.socials {
  padding: 1.5rem 0;
}
.socials ul li {
  display: inline-block;
}
.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.2rem;
  border-radius: 50%;
  line-height: 2.2;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px var(--gold);
  transition: all 500ms ease;
}
@media (max-width: 480px) {
  .socials .ico-circle {
    height: 35px;
    width: 35px;
    font-size: 1rem;
    margin: 0 10px 0 0;
    box-shadow: 0 0 0 2px var(--gold);
  }
}
.socials .ico-circle:hover {
  background-color: var(--gold);
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/
.ul-resect, .widget-tags ul, .widget-sidebar .list-sidebar, .box-comments .list-comments, .blog-wrapper .post-meta ul, .list-ico, .socials ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}
@media (max-width: 480px) {
  .list-ico {
    line-height: 1.8;
    font-size: 0.9rem;
  }
}
.list-ico span {
  color: var(--gold);
  margin-right: 10px;
}
.list-ico li > span:not([class*="bi-"]) {
  color: #1e1e1e;
}
.list-ico li a {
  color: #1e1e1e;
}
@media (max-width: 480px) {
  .list-ico span {
    margin-right: 8px;
  }
}

/*------/ Ico Circle /------*/
.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px var(--gold);
  display: block;
}
@media (max-width: 768px) {
  .ico-circle {
    height: 80px;
    width: 80px;
    font-size: 1.6rem;
    box-shadow: 0 0 0 8px var(--gold);
  }
}
@media (max-width: 480px) {
  .ico-circle {
    height: 70px;
    width: 70px;
    font-size: 1.4rem;
    box-shadow: 0 0 0 6px var(--gold);
  }
}

/*------/ Owl Carousel /------*/
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/
.scrolltop-mf {
  position: relative;
  display: none;
}
.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: var(--gold);
  opacity: 0.7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--gold);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
@media (max-width: 480px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    right: 10px;
    bottom: 10px;
  }
  .back-to-top i {
    font-size: 24px;
  }
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #298eff;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*------/ Prelaoder /------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}

.preloader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.golden-spinner {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: spin 1.2s linear infinite;
}

.spinner-ring:nth-child(1) {
  width: 120px;
  height: 120px;
  border-width: 4px;
  animation-duration: 1.2s;
}

.spinner-ring:nth-child(2) {
  width: 90px;
  height: 90px;
  border-width: 3px;
  border-top-color: rgba(217, 177, 73, 0.7);
  animation-duration: 1s;
  animation-direction: reverse;
}

.spinner-ring:nth-child(3) {
  width: 60px;
  height: 60px;
  border-width: 2px;
  border-top-color: rgba(217, 177, 73, 0.5);
  animation-duration: 0.8s;
}

.spinner-logo {
  position: relative;
  z-index: 10;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  padding: 8px;
  animation: pulse-logo 2s ease-in-out infinite;
}

.preloader-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(1.2);
}

.preloader-text {
  text-align: center;
}

.preloader-text h2 {
  color: var(--gold);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "hattonBold", sans-serif;
  animation: fade-in-out 2s ease-in-out infinite;
  margin: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse-logo {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(217, 177, 73, 0.7);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 20px 5px rgba(217, 177, 73, 0.3);
  }
}

@keyframes fade-in-out {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .golden-spinner {
    width: 100px;
    height: 100px;
  }
  
  .spinner-ring:nth-child(1) {
    width: 100px;
    height: 100px;
  }
  
  .spinner-ring:nth-child(2) {
    width: 75px;
    height: 75px;
  }
  
  .spinner-ring:nth-child(3) {
    width: 50px;
    height: 50px;
  }
  
  .spinner-logo {
    width: 40px;
    height: 40px;
  }
  
  .preloader-text h2 {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .golden-spinner {
    width: 80px;
    height: 80px;
  }
  
  .spinner-ring:nth-child(1) {
    width: 80px;
    height: 80px;
  }
  
  .spinner-ring:nth-child(2) {
    width: 60px;
    height: 60px;
  }
  
  .spinner-ring:nth-child(3) {
    width: 40px;
    height: 40px;
  }
  
  .spinner-logo {
    width: 35px;
    height: 35px;
  }
  
  .preloader-text h2 {
    font-size: 1rem;
    letter-spacing: 1px;
  }
}

/*
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid var(--gold);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
*/


/*------/ Button /------*/
.button {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: 0.3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}
.button:focus {
  outline: 0;
}
.button:hover {
  background-color: #0062d3;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  text-decoration: none;
  background-color: var(--gold);
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: 0.9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 1px;
}
#header .logo a {
  color: #fff;
  float: left;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
}
#header .logo img {
  max-height: 70px;
}
@media (max-width: 768px) {
  #header {
    padding: 15px 0;
  }
  #header .logo img {
    max-height: 55px;
  }
}
#header .logo-heading {
  padding: 0;
  line-height: 0px;
  margin: 16px 0px 0px 5px;
  float: left;
  font-family: hattonBold;
}
#header.header-scrolled {
  background: #000000;
  padding: 2px 0;
}


/* Hero container */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Mobile-safe background video */
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
}

/* Overlay */
.overlay-itro {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* Content above video */
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

/* Audio button */
.audio-btn {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  border: none;
  padding: 12px 14px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

/* Hover effect */
.audio-btn:hover {
  background: rgba(0, 0, 0, 0.85);
}

/* Tablet optimizations */
@media (max-width: 1024px) and (min-width: 769px) {
  .hero {
    height: 100vh;
  }
  .hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* Mobile height optimization */
@media (max-width: 768px) {
  .hero {
    height: 100vh;
    min-height: 100vh;
  }
  .hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .audio-btn {
    bottom: 16px;
    right: 16px;
    padding: 10px 12px;
    font-size: 16px;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 30px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.4px;
  position: relative;
  text-transform: uppercase;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  width: 0;
  background-color: var(--gold);
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #4e4e4e;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: var(--gold);
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  background: transparent;
  border: none;
  padding: 0;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(78, 78, 78, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #4e4e4e;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: var(--gold);
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: var(--gold);
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  height: 100vh;
  position: relative;
  color: #fff;
}
.hero .hero-content {
  text-align: center;
  position: absolute;
}
.hero .overlay-itro {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}
.hero .hero-title {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .hero .hero-title {
    font-size: 2rem;
  }

  .partner-item-separator {
    border-right: none;
  }
}
.hero .hero-subtitle {
  font-size: 1.2rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .hero .hero-subtitle {
    font-size: 1.2rem;
  }

  .partner-item-separator {
    border-right: none;
  }
}
.hero .text-slider-items {
  display: none;
}

.hero-single {
  height: 350px;
}
.hero-single .hero-content {
  margin-top: 30px;
}
.hero-single .hero-title {
  text-transform: uppercase;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .hero-single .hero-title {
    font-size: 3.5rem;
  }
}
.hero-single .breadcrumb {
  background-color: transparent;
  color: var(--gold);
}
.hero-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}
.hero-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}
.hero-single .breadcrumb a {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .about-mf .box-shadow-full {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .about-mf .box-shadow-full {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.about-mf .about-img {
  margin-bottom: 2rem;
}
.about-mf .about-img img {
  margin-left: 10px;
}
@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

.skill-mf span {
  color: #4e4e4e;
}
.skill-mf .progress {
  background-color: #cde1f8;
  margin: 0.5rem 0 1.2rem 0;
  border-radius: 0;
  height: 0.7rem;
}
.skill-mf .progress .progress-bar {
  height: 0.7rem;
  background-color: var(--gold);
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.project-card {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.project-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transform: translateY(-5px);
}

.project-image {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, var(--gold) 0%, #c9a035 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.project-placeholder {
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.project-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
}

.project-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.project-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.project-location {
  color: #4e4e4e;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.project-location i {
  color: var(--gold);
  font-size: 1rem;
}

.project-description {
  color: #4e4e4e;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.project-details {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
  margin-top: auto;
}

.project-detail-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.detail-label {
  font-size: 0.8rem;
  color: #858585;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.detail-value {
  font-size: 1rem;
  color: #1e1e1e;
  font-weight: 600;
}

.status-active {
  color: #28a745;
}

.status-planned {
  color: #ffc107;
}

.status-completed {
  color: #17a2b8;
}

.status-coming-soon {
  color: var(--gold);
  font-weight: 600;
}

.project-coming-soon {
  position: relative;
}

.coming-soon-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(0, 0, 0, 0.8);
  color: var(--gold);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(217, 177, 73, 0.3);
}

.coming-soon-badge span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.coming-soon-badge::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
  margin-right: 0.5rem;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}

/* Responsive Styles for Projects */
@media (max-width: 991px) {
  .project-image {
    height: 180px;
  }
  .project-placeholder {
    font-size: 3.5rem;
  }
  .project-content {
    padding: 1.25rem;
  }
  .project-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .project-image {
    height: 160px;
  }
  .project-placeholder {
    font-size: 3rem;
  }
  .project-content {
    padding: 1.25rem;
  }
  .project-title {
    font-size: 1.2rem;
  }
  .project-description {
    font-size: 0.9rem;
  }
  .project-details {
    flex-direction: column;
    gap: 0.75rem;
  }
}

@media (max-width: 480px) {
  .project-image {
    height: 150px;
  }
  .project-placeholder {
    font-size: 2.5rem;
  }
  .project-content {
    padding: 1rem;
  }
  .project-title {
    font-size: 1.1rem;
  }
  .project-location {
    font-size: 0.9rem;
  }
  .project-description {
    font-size: 0.85rem;
  }
}

.partners-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.partner-item {
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* Desktop: Vertical line between images */
@media (min-width: 769px) {
  .partner-item-left {
    border-right: 1px solid #858585;
    padding-right: 3rem;
  }
  .partner-item-right {
    padding-left: 3rem;
  }
}

/* Tablet: Vertical line between images */
@media (min-width: 577px) and (max-width: 768px) {
  .partner-item-left {
    border-right: 1px solid #858585;
    padding-right: 2rem;
  }
  .partner-item-right {
    padding-left: 2rem;
  }
}

/* Mobile: Horizontal line between images */
@media (max-width: 576px) {
  .partner-item-left {
    border-right: none;
    border-bottom: 1px solid #858585;
    padding-right: 1rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
  .partner-item-right {
    padding-left: 1rem;
    padding-top: 2rem;
    margin-top: 0;
  }
}

.partner-image {
  width: 80%;
  max-width: 300px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .partner-image {
    width: 70%;
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  .partner-image {
    width: 80%;
    max-width: 200px;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-box {
  background-color: #fff;
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .service-box {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
  }
}
.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: var(--gold);
  box-shadow: 0 0 0 10px #cde1f8;
}
.service-box .service-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}
.service-box .ico-circle {
  transition: all 500ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.service-box .ico-circle i {
  line-height: 0;
  font-size: 40px;
}
@media (max-width: 768px) {
  .service-box .ico-circle i {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .service-box .ico-circle i {
    font-size: 28px;
  }
}
.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.4rem 0;
}
@media (max-width: 768px) {
  .service-box .s-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .service-box .s-title {
    font-size: 1.1rem;
  }
}
.service-box .s-description {
  color: #4e4e4e;
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.projects-box {
  color: #fff;
  text-align: center;
}

.projects-box h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--white);
  padding: 0 1rem;
}
@media (max-width: 480px) {
  .projects-box h1 {
    font-size: 1.75rem;
  }
}

/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
.counter-box {
  color: #fff;
  text-align: center;
}

/* Hero */
.counter {
  padding: 6rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .counter {
    padding: 4rem 0;
  }
}
@media (max-width: 480px) {
  .counter {
    padding: 3rem 0;
  }
}

.counter h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--white);
}
@media (max-width: 480px) {
  .counter h1 {
    font-size: 1.75rem;
    padding: 0 1rem;
  }
}

.counter p {
  max-width: 700px;
  margin: 1rem auto 2rem;
  color: var(--grey);
  padding: 0 1rem;
}

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

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

.btn-outline-gold {
  background: transparent;
  color: var(--gold);
}

.btn-outline-white {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--white);
}

.btn-outline-white:hover {
  color: #fff;
}

.cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media (max-width: 480px) {
  .cta {
    flex-direction: column;
    align-items: center;
  }
  .cta .btn {
    width: 100%;
    max-width: 280px;
    padding: 0.75rem 1.5rem;
  }
}


@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

.counter-ico {
  margin-bottom: 1rem;
}
.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.5;
  box-shadow: 0 0 0 10px #cde1f8;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}
.work-box:hover img {
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
}
.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}
.work-content .w-more {
  color: #4e4e4e;
  font-size: 0.8rem;
}
.work-content .w-more .w-ctegory {
  color: var(--gold);
}
.work-content .w-like {
  font-size: 2.5rem;
  color: var(--gold);
  float: right;
}
.work-content .w-like a {
  color: var(--gold);
}
.work-content .w-like .num-like {
  font-size: 0.7rem;
}

.w-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--gold);
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--gold);
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(78, 78, 78, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonial-box {
  color: #fff;
  text-align: center;
}
.testimonial-box .author-test {
  margin-top: 1rem;
}
.testimonial-box .author-test img {
  margin: 0 auto;
}
.testimonial-box .author {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem;
}
.testimonial-box .comit {
  font-size: 2rem;
  color: var(--gold);
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .testimonial-box .description {
    padding: 0 5rem;
  }
}
@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}
@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

.swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .contact-mf {
    margin-top: 3rem;
  }
}
@media (max-width: 480px) {
  .contact-mf {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) {
  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.php-email-form input, .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.php-email-form input:focus, .php-email-form textarea:focus {
  border-color: var(--gold);
}
.php-email-form input {
  padding: 10px 15px;
}
.php-email-form textarea {
  padding: 12px 15px;
  margin-bottom: 0;
}
.php-email-form button[type=submit] {
  background: var(--gold);
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.php-email-form button[type=submit]:hover {
  background: #3393ff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
@media (min-width: 767px) {
  .card-blog {
    margin-bottom: 3rem;
  }
}
.card-blog .card-body {
  position: relative;
}
.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}
.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: var(--gold);
  border-radius: 4px;
}
.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: 0.6rem;
}
.card-blog .card-description {
  color: #4e4e4e;
}
.card-blog .post-author {
  display: inline-block;
}
.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
  float: right;
}

/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .post-box,
.form-comments,
.box-comments,
.widget-sidebar {
    padding: 3rem;
  }
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }
}
.blog-wrapper .post-meta {
  margin: 1rem 0;
}
.blog-wrapper .post-meta ul {
  border-left: 4px solid var(--gold);
  margin-top: 1rem;
}
.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}
.blog-wrapper .post-meta ul a {
  color: var(--gold);
}
.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}
.blog-wrapper .blockquote {
  border-left: 4px solid var(--gold);
  padding: 18px;
  font-style: italic;
}

/*------/ Comments /------*/
.box-comments .list-comments li {
  padding-bottom: 40px;
}
.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}
.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}
.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}
.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}
.box-comments .list-comments a {
  color: var(--gold);
}
.box-comments .list-comments span {
  color: #1e1e1e;
  font-style: italic;
}
.box-comments .comment-children {
  margin-left: 40px;
}

/*------/ Sidebar /------*/
.widget-sidebar .sidebar-title {
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid var(--gold);
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}
.widget-sidebar .list-sidebar li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background-color: var(--gold);
  top: 20px;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}
.sidebar-search .btn-search {
  background-color: var(--gold);
  border-color: var(--gold);
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: var(--gold);
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.5rem;
  border-radius: 15px;
}
.widget-tags ul li a {
  color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  text-align: center;
  color: #fff;
  padding: 20px 0;
  background: #000000;
}
@media (max-width: 480px) {
  footer {
    padding: 15px 0;
  }
  footer .copyright {
    font-size: 0.9rem;
    padding: 0 1rem;
  }
}
footer .copyright {
  margin-bottom: 0.3rem;
}

footer .terms ul{
  list-style:none;    
  margin: 0;
  padding: 0;
}
footer .terms ul li{
  display: inline;    
  margin: 0px 5px 0px 0px;
}
footer .terms ul li a{
  color: #fff;
}
footer .terms ul li:before{
  content: "| ";
}
footer .terms ul li:first-child:before{
  content: " ";
}
footer .terms ul li a:hover{
  color: var(--gold);
}
footer .credits {
  margin-bottom: 0;
}
footer .credits a {
  color: #fff;
}

/* Lead text responsive */
.lead {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .lead {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .lead {
    font-size: 1rem;
  }
  .lead h6 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }
  .lead ul {
    padding-left: 1.5rem;
  }
  .lead p {
    margin-bottom: 1rem;
  }
}

/* More info section responsive */
.more-info {
  padding: 1.5rem 0;
}
@media (max-width: 480px) {
  .more-info {
    padding: 1rem 0;
  }
  .more-info .lead {
    font-size: 1rem;
  }
}
