@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Rojina Thapa - Professional Portfolio
Version:    2.0
-------------------------------------------------------------------*/
/*
) Base
) Buttons
) Header
) Footer
) Titles
) Title
) Home Banner
) About Us
) Resume
) Work
) Blog
) Contact
) Custom Components
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300;0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;0,14..32,800;0,14..32,900;1,14..32,400;1,14..32,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.85;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.theme-light {
  background: #ffffff;
  color: #8b92a1;
  font-weight: 400;
}

.font-alt {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 1.2em;
  line-height: 1.3;
}

h1 {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff;
}
.theme-light h1 {
  color: #8b92a1;
}

h2 {
  font-size: 2.8rem;
  color: #ffffff;
}
.theme-light h2 {
  color: #8b92a1;
}

h3 {
  font-size: 2rem;
  color: #ffffff;
}
.theme-light h3 {
  color: #8b92a1;
}

h4 {
  font-size: 1.4rem;
  color: #ffffff;
}
.theme-light h4 {
  color: #8b92a1;
}

h5 {
  font-size: 1.1rem;
  color: #ffffff;
}
.theme-light h5 {
  color: #8b92a1;
}

p {
  margin-bottom: 1.2em;
  color: rgba(255, 255, 255, 0.85);
}
.theme-light p {
  color: #8b92a1;
}

* {
  outline: none !important;
}

a {
  color: #d4af37;
  font-weight: 500;
  text-decoration: none;
}
a:hover {
  color: rgb(219.2197530864, 188.4320987654, 88.5802469136);
}

mark {
  background-image: linear-gradient(#d4af37, #d4af37);
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-color: transparent;
  padding: 0;
  color: currentColor;
}

/* Professional Loading Animation */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #d4af37 0%, #c9942a 100%);
  z-index: 99999;
}

.load-circle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
}
.load-circle span {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.load-circle span:after {
  content: " ";
  display: block;
  width: 48px;
  height: 48px;
  margin: 6px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9) transparent;
  animation: lds-dual-ring 1.4s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Professional Pagination */
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #ffffff;
  -moz-transition: ease all 0.55s;
  -o-transition: ease all 0.55s;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
  border-radius: 50%;
  margin: 0 5px;
}
.theme-light .owl-dots .owl-dot {
  border-color: #0a0e17;
}
.owl-dots .owl-dot.active {
  background: #ffffff;
}
.theme-light .owl-dots .owl-dot.active {
  background: #0a0e17;
}

.owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}

.px-btn {
  padding: 14px 32px;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  background: none;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  cursor: pointer;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  transition: ease all 0.4s;
  text-transform: none;
}
.px-btn.px-btn-theme {
  background: linear-gradient(135deg, #d4af37 0%, #c9942a 100%);
  color: #000;
  border: 1px solid #d4af37;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.25);
  font-weight: 700;
  letter-spacing: 0.8px;
}
.theme-light .px-btn.px-btn-theme {
  box-shadow: 0 8px 16px rgba(212, 175, 55, 0.15);
}
.px-btn.px-btn-theme:hover {
  background: linear-gradient(135deg, #e5c158 0%, #d4af37 100%);
  box-shadow: 0 12px 32px rgba(212, 175, 55, 0.35);
  transform: translateY(-2px);
  border-color: #e5c158;
}
.px-btn.px-btn-theme:active {
  transform: translateY(0);
}
.px-btn.px-btn-theme2 {
  background: transparent;
  color: #d4af37;
  border: 2px solid #d4af37;
  box-shadow: none;
  font-weight: 600;
}
.px-btn.px-btn-theme2:hover {
  background: #d4af37;
  color: #000;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.25);
  transform: translateY(-2px);
}
.px-btn.px-btn-theme2:active {
  transform: translateY(0);
}
.px-btn i {
  margin-right: 8px;
  vertical-align: -1px;
}
.px-btn:focus {
  outline: none;
}
@media (max-width: 767px) {
  .px-btn {
    padding: 12px 24px;
    font-size: 13px;
  }
}

/* Bg color
----------------------------*/
.dark-bg {
  background: linear-gradient(180deg, #0a0e17 0%, #121820 100%);
}
.theme-light .dark-bg {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

@media (min-width: 1201px) {
  .main-left {
    left: 250px;
    position: absolute;
    height: 100%;
    width: calc(100% - 250px);
  }
}

.header-left {
  width: 250px;
  position: fixed;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, #1a202c 0%, #0a0e17 100%);
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
}
.theme-light .header-left {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.08);
}
.header-left .scroll-bar {
  height: calc(100% - 50px);
}
.header-left .hl-top {
  text-align: center;
  position: relative;
  padding: 60px 25px 40px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(15, 40, 71, 0.08) 100%);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}
.header-left .hl-top:after {
  content: "";
  position: absolute;
  top: -120px;
  left: -40px;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 0 0 50% 50%;
  width: 320px;
  height: 300px;
  background: linear-gradient(135deg, #d4af37 0%, #c9942a 100%);
}
.header-left .hl-top .img {
  width: 130px;
  height: 130px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  border: 6px solid #ffffff;
  box-shadow: 0 12px 32px rgba(212, 175, 55, 0.3);
}
.header-left .hl-top h5 {
  margin: 25px 0 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: #ffffff;
}
.theme-light .header-left .hl-top h5 {
  color: #0a0e17;
}
.header-left .hl-top .header-tagline {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  letter-spacing: 0.5px;
}
.theme-light .header-left .hl-top .header-tagline {
  color: #8b92a1;
}
.header-left .nav-menu {
  padding-top: 40px;
  padding-bottom: 60px;
}
.header-left .nav-menu li {
  width: 100%;
}
.header-left .nav-menu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.theme-light .header-left .nav-menu li + li {
  border-top: 1px solid rgba(10, 14, 23, 0.05);
}
.header-left .nav-menu li .nav-link {
  margin: 0;
  padding: 14px 30px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  transition: ease all 0.4s;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 18px;
  position: relative;
  display: flex;
  align-items: center;
}
.theme-light .header-left .nav-menu li .nav-link {
  color: rgba(10, 14, 23, 0.65);
  font-weight: 600;
}
.header-left .nav-menu li .nav-link i {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  text-align: center;
}
.header-left .nav-menu li .nav-link span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  flex: 1;
}
@media (min-width: 768px) {
  .header-left .nav-menu li .nav-link:hover {
    color: #d4af37;
    padding-left: 35px;
  }
  .theme-light .header-left .nav-menu li .nav-link:hover {
    color: #d4af37;
  }
}
.header-left .nav-menu li.active a {
  color: #d4af37;
  font-weight: 700;
  padding-left: 35px;
}
.header-left .nav-menu li.active a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #d4af37 0%, transparent 100%);
}
.theme-light .header-left .nav-menu li.active a {
  font-weight: 700;
  color: #d4af37;
}
.header-left .social-icons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 0;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.header-left .social-icons a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin: 0 10px;
  display: inline-block;
  transition: all 0.3s ease;
}
.theme-light .header-left .social-icons a {
  color: #8b92a1;
}
.header-left .social-icons a:hover {
  color: #d4af37;
  transform: translateY(-3px);
}

.tooltip {
  font-size: 12px;
}

.mob-header {
  padding: 15px;
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  background: #0a0e17;
}
.theme-light .mob-header {
  background: #ffffff;
}
.mob-header > .d-flex {
  align-items: center;
}
.mob-header .navbar-brand {
  padding: 0;
}
.mob-header .logo-text {
  font-weight: 600;
  color: #ffffff;
  font-size: 25px;
  line-height: 1;
}
.theme-light .mob-header .logo-text {
  color: #0a0e17;
}

.toggler-menu {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0;
  border-radius: 0;
  padding: 0;
  margin-left: 15px;
  background: #d4af37;
  border: none;
  margin-left: auto;
}
.toggler-menu span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 2px;
  margin: auto;
  box-shadow: 0px -8px 0 0px currentColor, 0px 8px 0 0px currentColor;
  background: #ffffff;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .mob-header {
    display: block;
  }
  .header-left {
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    left: -300px;
    z-index: 222;
  }
  .header-left.menu-open {
    left: 0;
  }
}
#pp-nav {
  margin-right: 50px;
}
@media (max-width: 991px) {
  #pp-nav {
    display: none;
  }
}
#pp-nav li {
  margin: 6px 0;
  padding: 0;
  width: 10px;
  height: 10px;
  position: relative;
}
#pp-nav li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.theme-light #pp-nav li a {
  background: rgba(10, 14, 23, 0.3);
}
#pp-nav li a.active {
  background: #d4af37;
}
#pp-nav li a span {
  display: none;
}

.footer {
  padding: 20px 0;
  background: linear-gradient(180deg, #0a0e17 0%, rgba(10, 14, 23, 0.8) 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.15);
}
.theme-light .footer {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  border-top: 1px solid rgba(10, 14, 23, 0.1);
}
.footer .nav a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  margin-right: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-light .footer .nav a {
  color: #8b92a1;
}
.footer .nav a:hover {
  color: #d4af37;
}
.footer p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  margin: 0;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.theme-light .footer p {
  color: #8b92a1;
}

.blog-grid .blog-img {
  overflow: hidden;
}
.blog-grid .blog-img img {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blog-grid .blog-info {
  background: #0a0e17;
  padding: 25px;
  margin: -80px 0 0 50px;
  position: relative;
}
.theme-light .blog-grid .blog-info {
  background: #f8f9fa;
}
@media (max-width: 991px) {
  .blog-grid .blog-info {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .blog-grid .blog-info {
    margin-left: 25px;
  }
}
.blog-grid .blog-info .meta {
  font-size: 12px;
}
.blog-grid .blog-info h6 {
  font-size: 24px;
  font-weight: 500;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .blog-grid .blog-info h6 {
    font-size: 20px;
  }
}
.blog-grid .blog-info a {
  color: #ffffff;
  background-image: linear-gradient(130deg, #ffffff, #ffffff);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.theme-light .blog-grid .blog-info a {
  color: #0a0e17;
  background-image: linear-gradient(130deg, #0a0e17, #0a0e17);
}
.blog-grid:hover .blog-info a {
  background-size: 100% 2px;
}
.blog-grid:hover .blog-img img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.read-more-blog {
  padding-top: 30px;
}

.blog-pagination {
  padding-top: 30px;
}

.pagination .page-item .page-link {
  border: none;
  box-shadow: none;
  color: #ffffff;
  margin: 0 5px;
  border-radius: 50px;
  padding: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: rgba(255, 255, 255, 0.1);
}
.theme-light .pagination .page-item .page-link {
  background: rgba(10, 14, 23, 0.2);
  color: #0a0e17;
  font-weight: 500;
}
.pagination .page-item .page-link:hover {
  background: #d4af37;
  border-color: #d4af37;
  color: #ffffff;
}
.pagination .page-item.disabled .page-link {
  opacity: 0.5;
}
.pagination .page-item.active .page-link {
  background: #d4af37;
  border-color: #d4af37;
  color: #ffffff;
}

.tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #0a0e17;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-weight: 400;
}
.theme-light .tag-cloud a {
  color: #0a0e17;
  background: #f8f9fa;
}
.tag-cloud a:hover {
  background: #d4af37;
  color: #ffffff;
}

.blog-listing {
  padding-top: 70px;
  padding-bottom: 120px;
  background: #0a0e17;
  min-height: 100%;
}
.theme-light .blog-listing {
  background: #ffffff;
}
@media (max-width: 991px) {
  .blog-listing {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .blog-listing {
    padding-bottom: 50px;
  }
}

.single-blog {
  padding-top: 70px;
  padding-bottom: 100px;
  background: #0a0e17;
  min-height: 100%;
}
.theme-light .single-blog {
  background: #ffffff;
}
@media (max-width: 991px) {
  .single-blog {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

.article {
  margin: 15px 0 30px;
}
.article .article-title {
  padding: 15px 0 20px;
}
.article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.article .article-title h6 a {
  text-transform: uppercase;
  color: #d4af37;
  border-bottom: 1px solid #d4af37;
}
.article .article-title h2 {
  color: #ffffff;
  font-weight: 600;
}
.theme-light .article .article-title h2 {
  color: #0a0e17;
}
@media (max-width: 991px) {
  .article .article-title h2 {
    font-size: 28px;
  }
}
.article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.theme-light .article .article-title .media {
  border-bottom: 1px dashed rgba(10, 14, 23, 0.1);
}
.article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.article .article-title .media .media-body {
  padding-left: 8px;
}
.article .article-title .media .media-body label {
  font-weight: 600;
  color: #d4af37;
  margin: 0;
}
.article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 30px;
}
.theme-light .article .article-content h1,
.theme-light .article .article-content h2,
.theme-light .article .article-content h3,
.theme-light .article .article-content h4,
.theme-light .article .article-content h5,
.theme-light .article .article-content h6 {
  color: #0a0e17;
}
.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #d4af37;
  margin: 0;
}
.article .article-content blockquote .blockquote-footer {
  color: #ffffff;
  font-size: 16px;
}
.theme-light .article .article-content blockquote .blockquote-footer {
  color: #0a0e17;
}
.article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  border-radius: 5px;
  overflow: hidden;
  background: #0a0e17;
  padding: 30px;
}
.theme-light .article-comment {
  background: #f8f9fa;
}
.article-comment h4 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
.theme-light .article-comment h4 {
  color: #0a0e17;
}

/*---------------------------
 Portfolio Start
------------------------------*/
.portfolio-content.grid-col-2 .grid-item {
  width: 50%;
}
@media (max-width: 767px) {
  .portfolio-content.grid-col-2 .grid-item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .portfolio-content.grid-col-3 .grid-item {
    width: 33.3333%;
  }
}
@media (max-width: 991px) {
  .portfolio-content.grid-col-3 .grid-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .portfolio-content.grid-col-3 .grid-item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 33.3333%;
  }
}
@media (min-width: 1201px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 33.3333%;
  }
}
@media (min-width: 1201px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 100%;
  }
}
.portfolio-content.grid-gutter-md {
  margin-left: -4px;
  margin-right: -4px;
}
.portfolio-content.grid-gutter-md .grid-item {
  padding: 8px;
}
.portfolio-content.grid-gutter-lg {
  margin-left: -12px;
  margin-right: -12px;
}
.portfolio-content.grid-gutter-lg .grid-item {
  padding: 12px;
}
.portfolio-content .grid-item {
  float: left;
}

/*Portfolio Filter*/
.portfolio-filter-01 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.portfolio-filter-01 .filter li {
  cursor: pointer;
  margin: 0 15px;
  color: #ffffff;
  position: relative;
  padding: 5px 0;
  font-size: 13px;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 2px;
}
.theme-light .portfolio-filter-01 .filter li {
  color: #0a0e17;
}
@media (max-width: 767px) {
  .portfolio-filter-01 .filter li {
    margin: 0 8px;
    font-size: 15px;
  }
}
.portfolio-filter-01 .filter li:after {
  content: "";
  width: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  background: #d4af37;
  position: absolute;
  -moz-transition: ease all 0.55s;
  -o-transition: ease all 0.55s;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
}
.portfolio-filter-01 .filter li:last-child {
  margin-right: 0;
}
.portfolio-filter-01 .filter li:first-child {
  margin-left: 0;
}
.portfolio-filter-01 .filter li.active:after {
  width: 100%;
}

/*Portfolio Style 2*/
.portfolio-box-01 {
  background: #ffffff;
  position: relative;
}
.portfolio-box-01 .portfolio-img {
  position: relative;
}
.portfolio-box-01 .portfolio-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.portfolio-box-01 .portfolio-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  background: #d4af37;
  font-size: 24px;
  text-align: center;
}
.portfolio-box-01 .portfolio-icon a span {
  line-height: inherit;
}
.portfolio-box-01 .portfolio-info {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 20px;
  z-index: 1;
  background: #0a0e17;
  right: 20px;
  text-align: center;
  opacity: 0;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.portfolio-box-01 .portfolio-info h5 {
  margin: 0 0 4px;
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
}
.portfolio-box-01 .portfolio-info h5 a {
  color: #ffffff;
}
.portfolio-box-01 .portfolio-info span {
  color: rgba(255, 255, 255, 0.6);
}
.portfolio-box-01:hover .portfolio-info {
  opacity: 1;
}
.portfolio-box-01:hover .portfolio-icon {
  opacity: 1;
}

/* Demo
---------------------*/
.color_switch {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  color: #0a0e17;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  z-index: 1111;
  cursor: pointer;
}
.theme-light .color_switch {
  background: #0a0e17;
  color: #ffffff;
}

.demo-back-link {
  position: fixed;
  top: 86px;
  right: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  color: #0a0e17;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  z-index: 1111;
  cursor: pointer;
}
.theme-light .demo-back-link {
  background: #0a0e17;
  color: #ffffff;
}

/* Section
---------------------*/
.pp-section {
  background: #0a0e17;
}
.theme-light .pp-section {
  background: #ffffff;
}

.section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .section {
    padding-bottom: 60px;
  }
}

.pp-scrollable {
  overflow: auto;
}

.m-15px-tb {
  margin-top: 15px;
  padding-bottom: 15px;
}

/* Title
-----------------------------------*/
.title {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 25px;
  }
}
.title h3 {
  color: #ffffff;
  margin: 0;
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 6px;
}
@media (max-width: 767px) {
  .title h3 {
    letter-spacing: 2px;
  }
}
.theme-light .title h3 {
  color: #0a0e17;
}
.title h3:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -7px;
  left: 56px;
  right: 0;
  z-index: -1;
  background: #d4af37;
}
.title h3:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 60px;
  background: #d4af37;
  height: 1px;
}

.separated {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.separated:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  background: #ffffff;
  opacity: 0.1;
}
.theme-light .separated:after {
  background: #0a0e17;
}
@media (max-width: 991px) {
  .separated {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .separated {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
}
.theme-light .particles {
  background: #0a0e17;
}

/* glitch
-----------------------------------*/
.glitch-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.glitch-box .glitch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Home Banner
-----------------------------------*/
.home-banner {
  overflow: hidden;
  position: relative;
}
.home-banner:after {
  content: "";
  position: absolute;
  right: -20vh;
  top: -20vh;
  width: 100vh;
  height: 100vh;
  border-radius: 50%;
  background: #0a0e17;
  z-index: -1;
}
.theme-light .home-banner:after {
  background: #f8f9fa;
}
.home-banner .container {
  position: relative;
  z-index: 1;
}
.home-banner .full-screen {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .home-banner .hb-img img {
    max-width: 120%;
  }
}
.home-banner .type-box {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-banner .type-box h6 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 20px;
}
.theme-light .home-banner .type-box h6 {
  color: #0a0e17;
}
@media (max-width: 767px) {
  .home-banner .type-box h6 {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
.home-banner .type-box h1 {
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
  color: #ffffff;
}
.theme-light .home-banner .type-box h1 {
  color: #0a0e17;
}
@media (max-width: 1200px) {
  .home-banner .type-box h1 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .home-banner .type-box h1 {
    font-size: 45px;
    margin-bottom: 15px;
  }
}
.home-banner .type-box .lead {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
}
.theme-light .home-banner .type-box .lead {
  color: #0a0e17;
}
@media (max-width: 767px) {
  .home-banner .type-box .lead {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.home-banner .type-box .desc {
  max-width: 450px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .home-banner .type-box .desc {
    font-size: 16px;
  }
}
.home-banner .type-box .btn-bar {
  padding-top: 15px;
}

/* Home Banner 01
-----------------------------------*/
.home-banner-01 .full-screen {
  min-height: 100vh;
}
.home-banner-01 .type-box {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.home-banner-01 .type-box .img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 30px;
}
.home-banner-01 .type-box h1 {
  font-size: 45px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1;
  margin: 0 0 15px;
  color: #ffffff;
}
.theme-light .home-banner-01 .type-box h1 {
  color: #0a0e17;
}
.home-banner-01 .type-box .lead {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.home-banner-01 .type-box .lead span {
  text-transform: uppercase;
}
.theme-light .home-banner-01 .type-box .lead {
  color: #0a0e17;
}
@media (max-width: 767px) {
  .home-banner-01 .type-box .lead {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.home-banner-01 .type-box .social-icons a {
  margin: 0 4px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #d4af37;
  color: #ffffff;
}

/* About
-----------------------------------*/
@media (max-width: 991px) {
  .about-me {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .about-me .img img {
    max-width: inherit;
    float: right;
  }
}
@media (max-width: 991px) {
  .about-me .img {
    text-align: center;
  }
}
.about-me .info {
  text-align: center;
  padding-top: 40px;
  color: #ffffff;
}
.theme-light .about-me .info {
  color: #0a0e17;
}
.about-me .info h3 {
  font-weight: 500;
  font-size: 30px;
}
.about-me .info p {
  margin: 0;
  font-size: 16px;
}
.about-me .social-icons {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}
.about-me .social-icons a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #0a0e17;
  text-align: center;
  border-radius: 50%;
  position: relative;
  margin: 0 5px;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.theme-light .about-me .social-icons a {
  background: #0a0e17;
  color: #ffffff;
}
.about-me .social-icons a {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.about-me .social-icons a i {
  line-height: inherit;
}
.about-me .social-icons a:nth-child(1) {
  top: -25px;
}
.about-me .social-icons a:nth-child(2) {
  top: -8px;
}
.about-me .social-icons a:nth-child(4) {
  top: -8px;
}
.about-me .social-icons a:nth-child(5) {
  top: -25px;
}
.about-me .social-icons a:hover {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: #d4af37;
  color: #ffffff;
}

@media (min-width: 1201px) {
  .about-info {
    padding-left: 50px;
  }
}
.about-info .title {
  margin-bottom: 40px;
}
.about-info .about-text h3 {
  color: #ffffff;
  margin-bottom: 25px;
}
.theme-light .about-info .about-text h3 {
  color: #0a0e17;
}
.about-info .media {
  padding-top: 10px;
}
.about-info .media span {
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
  min-width: 55px;
}
.theme-light .about-info .media span {
  color: #0a0e17;
}
.about-info .media .media-body {
  padding-left: 10px;
  line-height: 1.3;
}
.about-info .media .after-k:after {
  content: "k";
  font-size: 65%;
  margin-left: 2px;
}
.about-info .btn-bar {
  padding-top: 35px;
}
.about-info .btn-bar .px-btn {
  min-width: 150px;
  text-align: center;
}
.about-info .btn-bar .px-btn + .px-btn {
  margin-left: 22px;
}

/* Feature Box
-----------------------------------*/
.feature-box-01 {
  padding: 40px;
  overflow: hidden;
  z-index: 1;
  background: #0a0e17;
  -moz-transition: ease background 0.35s;
  -o-transition: ease background 0.35s;
  -webkit-transition: ease background 0.35s;
  transition: ease background 0.35s;
}
.theme-light .feature-box-01 {
  background: #f8f9fa;
}
@media (max-width: 991px) {
  .feature-box-01 {
    padding: 20px;
  }
}
.feature-box-01 .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
}
.theme-light .feature-box-01 .icon {
  color: #0a0e17;
}
.feature-box-01 .feature-content {
  padding-left: 25px;
}
@media (max-width: 991px) {
  .feature-box-01 .feature-content {
    padding-left: 15px;
  }
}
.feature-box-01 h5 {
  margin-bottom: 15px;
  color: #ffffff;
}
.theme-light .feature-box-01 h5 {
  color: #0a0e17;
}
.feature-box-01 p {
  margin: 0;
}
.feature-box-01:hover {
  background: #d4af37;
}
.feature-box-01:hover .icon {
  color: #ffffff;
}
.theme-light .feature-box-01:hover .icon {
  color: #ffffff;
}
.feature-box-01:hover h5 {
  color: #ffffff;
}
.theme-light .feature-box-01:hover h5 {
  color: #ffffff;
}
.theme-light .feature-box-01:hover p {
  color: #ffffff;
}

/* testimonial
-----------------------------------*/
.testimonial-01 {
  background: #0a0e17;
  padding: 35px;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 25px;
}
.theme-light .testimonial-01 {
  background: #f8f9fa;
}
.testimonial-01 .avatar {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .testimonial-01 .avatar {
    width: 50px;
    height: 50px;
  }
}
.testimonial-01 .media-body {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .testimonial-01 .media-body {
    padding-left: 15px;
  }
}
.testimonial-01 h6 {
  color: #ffffff;
  margin: 0 0 5px;
}
.theme-light .testimonial-01 h6 {
  color: #0a0e17;
}
.testimonial-01 span {
  font-size: 13px;
}

/* Experience
-----------------------------------*/
.resume-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 15px;
  background: #0a0e17;
}
.theme-light .resume-box {
  background: #f8f9fa;
}

.resume-row {
  padding: 35px;
}
@media (max-width: 991px) {
  .resume-row {
    padding: 20px;
  }
}
.resume-row + .resume-row {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.theme-light .resume-row + .resume-row {
  border-top: 1px solid rgba(10, 14, 23, 0.05);
}
.resume-row h6 {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}
.theme-light .resume-row h6 {
  color: #0a0e17;
}
.resume-row .rb-left {
  min-height: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .resume-row .rb-left {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
  }
  .theme-light .resume-row .rb-left {
    border-right: 1px solid rgba(10, 14, 23, 0.05);
  }
}
@media (max-width: 767px) {
  .resume-row .rb-left {
    margin-bottom: 25px;
    text-align: left;
  }
  .resume-row .rb-left img {
    max-width: 100px;
  }
}
.resume-row .rb-time {
  display: inline-block;
  padding: 5px 10px;
  color: #ffffff;
  background: #d4af37;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .resume-row .rb-time {
    position: relative;
    margin-bottom: 14px;
    vertical-align: top;
  }
}
.resume-row h6 {
  margin-bottom: 5px;
}
.resume-row label {
  font-size: 13px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .resume-row label {
    width: 100%;
    margin-bottom: 6px;
  }
}
.resume-row .rb-right p {
  margin-bottom: 0;
  max-width: 80%;
}
@media (max-width: 991px) {
  .resume-row .rb-right p {
    max-width: 100%;
  }
}

.skills-box h3 {
  color: #ffffff;
  margin: 0 0 15px;
}
.theme-light .skills-box h3 {
  color: #0a0e17;
}
.skills-box p {
  padding-bottom: 10px;
}

.skill-lt {
  position: relative;
}
.skill-lt span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d4af37;
  position: absolute;
  right: -1px;
  top: -5px;
}
.skill-lt:not(:first-child) {
  margin-top: 25px;
}
.skill-lt h6 {
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: 400;
  color: #ffffff;
}
.theme-light .skill-lt h6 {
  color: #0a0e17;
}
.skill-lt .skill-bar {
  position: relative;
  background: rgba(255, 255, 255, 0.2);
}
.theme-light .skill-lt .skill-bar {
  background: rgba(10, 14, 23, 0.1);
}
.skill-lt .skill-bar .skill-bar-in {
  width: 80px;
  position: relative;
  -moz-transition: ease all 0.55s;
  -o-transition: ease all 0.55s;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
  height: 5px;
  background: #d4af37;
}

.aducation-box {
  margin: 0;
  padding: 0;
  background: #0a0e17;
  list-style: none;
}
.theme-light .aducation-box {
  background: #f8f9fa;
}
@media (max-width: 991px) {
  .aducation-box {
    margin-bottom: 10px;
  }
}
.aducation-box p {
  margin: 0;
}
.aducation-box h6 {
  color: #ffffff;
  margin: 5px 0;
}
.theme-light .aducation-box h6 {
  color: #0a0e17;
}
.aducation-box span {
  background: #d4af37;
  color: #ffffff;
  font-size: 11px;
  padding: 1px 8px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
  margin-left: -24px;
  position: relative;
  margin-bottom: 9px;
}
.aducation-box span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  border-top: 5px solid rgb(114.8148148148, 93.5740740741, 24.6851851852);
  border-left: 5px solid transparent;
}
.aducation-box li {
  padding: 20px 20px;
}
.aducation-box li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.theme-light .aducation-box li + li {
  border-top: 1px solid rgba(10, 14, 23, 0.05);
}

/* Contact Us
-----------------------------------*/
.contact-info {
  background: #121820;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.theme-light .contact-info {
  background: #ffffff;
  border-color: rgba(10, 14, 23, 0.1);
}
@media (max-width: 991px) {
  .contact-info {
    margin-bottom: 20px;
  }
}
.contact-info h4 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
}
.theme-light .contact-info h4 {
  color: #0a0e17;
}
.contact-info p {
  font-size: 16px;
}
.contact-info ul {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
}
.contact-info li {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3;
  position: relative;
}
.theme-light .contact-info li {
  color: #0a0e17;
}
.contact-info li i {
  width: 30px;
  text-align: center;
  color: #d4af37;
  font-size: 22px;
}
.contact-info li span {
  padding-left: 10px;
}
.contact-info li + li {
  padding-top: 20px;
}

.contact-form {
  background: #121820;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.theme-light .contact-form {
  background: #ffffff;
  border-color: rgba(10, 14, 23, 0.1);
}
@media (max-width: 991px) {
  .contact-form {
    margin-bottom: 20px;
  }
}
.contact-form h4 {
  font-weight: 500;
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 20px;
}
.theme-light .contact-form h4 {
  color: #0a0e17;
}
.contact-form .form-control {
  color: #ffffff;
  background: rgba(10, 14, 23, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  box-shadow: none;
  font-size: 14px;
  height: calc(2em + 0.75rem + 2px);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form .form-control:focus {
  border-color: rgba(212, 175, 55, 0.5);
  background: rgba(10, 14, 23, 0.7);
  outline: none;
}
.contact-form .form-control.invalid {
  border-color: #dc3545 !important;
}
.theme-light .contact-form .form-control {
  color: #0a0e17;
  border: 1px solid rgba(10, 14, 23, 0.15);
  background: #f8fafc;
}
.theme-light .contact-form .form-control:focus {
  border-color: rgba(212, 175, 55, 0.5);
  background: #ffffff;
}
.contact-form textarea.form-control {
  height: auto;
}

.google-map {
  margin-top: 50px;
}
.theme-light .google-map {
  border: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .google-map {
    margin-top: 15px;
  }
}
.google-map .embed-responsive-21by9 {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.google-map .embed-responsive-21by9:before {
  padding-top: 30%;
}
@media (max-width: 767px) {
  .google-map .embed-responsive-21by9:before {
    padding-top: 55%;
  }
}

/* ==============================================
   ROJINA THAPA - PROFESSIONAL PORTFOLIO STYLES
   ============================================== */
/* Hero Section Enhancements */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  color: #d4af37;
  margin-bottom: 20px;
  animation: fadeInDown 0.6s ease;
}
.hero-badge .badge-dot {
  width: 8px;
  height: 8px;
  background: #d4af37;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.hero-stats {
  display: flex;
  gap: 30px;
  margin: 30px 0;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  animation: fadeInUp 0.8s ease 0.2s both;
}
.theme-light .hero-stats {
  border-color: rgba(10, 14, 23, 0.1);
}
.hero-stats .stat-item {
  text-align: left;
}
.hero-stats .stat-item .stat-number {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #d4af37;
  line-height: 1;
  font-family: "Playfair Display", Georgia, serif;
}
.hero-stats .stat-item .stat-label {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 5px;
}
.theme-light .hero-stats .stat-item .stat-label {
  color: rgba(10, 14, 23, 0.7);
}
@media (max-width: 767px) {
  .hero-stats {
    flex-wrap: wrap;
    gap: 20px;
  }
  .hero-stats .stat-item {
    flex: 0 0 calc(50% - 10px);
  }
  .hero-stats .stat-item .stat-number {
    font-size: 28px;
  }
}

.hero-image-wrapper {
  position: relative;
  animation: fadeInRight 0.8s ease 0.3s both;
}
.hero-image-wrapper .hero-image-bg {
  position: absolute;
  top: 10%;
  right: -10%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(212, 175, 55, 0.05) 100%);
  border-radius: 20px;
  z-index: -1;
}
.hero-image-wrapper img {
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: #121820;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: float 3s ease-in-out infinite;
}
.theme-light .floating-card {
  background: #ffffff;
  border-color: rgba(10, 14, 23, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.floating-card i {
  font-size: 20px;
  color: #d4af37;
}
.floating-card span {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
}
.theme-light .floating-card span {
  color: #0a0e17;
}
.floating-card.card-1 {
  top: 15%;
  left: -10%;
  animation-delay: 0s;
}
.floating-card.card-2 {
  bottom: 20%;
  right: -5%;
  animation-delay: 1.5s;
}
@media (max-width: 991px) {
  .floating-card {
    display: none;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/* Secondary Button Style */
.px-btn-theme2 {
  background: transparent;
  border: 2px solid #d4af37;
  color: #d4af37;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.px-btn-theme2 i {
  font-size: 16px;
}
.px-btn-theme2:hover {
  background: #d4af37;
  color: #0a0e17;
}
.theme-light .px-btn-theme2:hover {
  color: #ffffff;
}

/* About Section Enhancements */
.about-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
}
.about-badge .badge-content {
  width: 120px;
  height: 120px;
  background: #d4af37;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
}
.about-badge .badge-content .badge-years {
  font-size: 36px;
  font-weight: 700;
  color: #0a0e17;
  line-height: 1;
}
.about-badge .badge-content .badge-text {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0a0e17;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .about-badge {
    bottom: -10px;
    right: 10px;
  }
  .about-badge .badge-content {
    width: 90px;
    height: 90px;
  }
  .about-badge .badge-content .badge-years {
    font-size: 28px;
  }
  .about-badge .badge-content .badge-text {
    font-size: 9px;
  }
}

.info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 25px 0;
}
.info-list .info-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.info-list .info-item i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.15);
  color: #d4af37;
  border-radius: 8px;
  font-size: 18px;
}
.info-list .info-item .info-content .info-label {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.theme-light .info-list .info-item .info-content .info-label {
  color: rgba(10, 14, 23, 0.6);
}
.info-list .info-item .info-content .info-value {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.theme-light .info-list .info-item .info-content .info-value {
  color: #0a0e17;
}

/* Values Section */
.value-box {
  padding: 35px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(212, 175, 55, 0.03) 100%);
  border: 1px solid rgba(212, 175, 55, 0.1);
  border-radius: 16px;
  text-align: center;
  height: 100%;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.theme-light .value-box {
  background: linear-gradient(135deg, #f8f9fa 0%, rgba(212, 175, 55, 0.03) 100%);
  border-color: rgba(212, 175, 55, 0.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.value-box .value-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(212, 175, 55, 0.1) 100%);
  border-radius: 14px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.value-box .value-icon i {
  font-size: 32px;
  color: #d4af37;
}
.value-box h5 {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}
.theme-light .value-box h5 {
  color: #0a0e17;
}
.value-box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}
.value-box:hover {
  transform: translateY(-8px);
  border-color: #d4af37;
  box-shadow: 0 16px 48px rgba(212, 175, 55, 0.15);
}
.value-box:hover .value-icon {
  background: linear-gradient(135deg, #d4af37 0%, #c9942a 100%);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.3);
}
.value-box:hover .value-icon i {
  color: #0a0e17;
}

/* Leadership Cards */
.leadership-card {
  display: flex;
  gap: 20px;
  padding: 25px;
  background: #0a0e17;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  height: 100%;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.theme-light .leadership-card {
  background: #f8f9fa;
  border-color: rgba(10, 14, 23, 0.05);
}
.leadership-card .leadership-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.15);
  border-radius: 10px;
}
.leadership-card .leadership-icon i {
  font-size: 24px;
  color: #d4af37;
}
.leadership-card .leadership-content h5 {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 17px;
}
.theme-light .leadership-card .leadership-content h5 {
  color: #0a0e17;
}
.leadership-card .leadership-content .leadership-role {
  display: block;
  font-size: 13px;
  color: #d4af37;
  margin-bottom: 12px;
}
.leadership-card .leadership-content p {
  margin: 0;
  font-size: 14px;
}
.leadership-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 55, 0.2);
}

/* Company Logo in Experience */
.company-logo {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.15);
  border-radius: 12px;
}
.company-logo i {
  font-size: 32px;
  color: #d4af37;
}

/* Services Section */
.section-intro {
  max-width: 700px;
  margin: 0 auto 50px;
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}
.theme-light .section-intro {
  color: #8b92a1;
}
.section-intro.text-center {
  text-align: center;
}

.service-card {
  position: relative;
  padding: 40px;
  background: linear-gradient(135deg, #121820 0%, rgba(212, 175, 55, 0.04) 100%);
  border: 1px solid rgba(212, 175, 55, 0.12);
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.service-card.featured {
  border-color: rgba(212, 175, 55, 0.3);
  box-shadow: 0 16px 48px rgba(212, 175, 55, 0.15);
}
.service-card.featured .service-badge {
  animation: pulse 2s infinite;
}
.theme-light .service-card {
  background: linear-gradient(135deg, #f8f9fa 0%, rgba(212, 175, 55, 0.04) 100%);
  border-color: rgba(212, 175, 55, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.service-card .service-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 6px 14px;
  background: linear-gradient(135deg, #d4af37 0%, #c9942a 100%);
  color: #0a0e17;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}
.service-card .service-number {
  position: absolute;
  top: 30px;
  left: 35px;
  font-size: 72px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.04);
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1;
}
.theme-light .service-card .service-number {
  color: rgba(10, 14, 23, 0.06);
}
.service-card .service-icon {
  position: relative;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(212, 175, 55, 0.1) 100%);
  border-radius: 16px;
  margin-bottom: 30px;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.15);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-card .service-icon i {
  font-size: 32px;
  color: #d4af37;
}
.service-card .service-content {
  position: relative;
}
.service-card .service-content h4 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.theme-light .service-card .service-content h4 {
  color: #0a0e17;
}
.service-card .service-content > p {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.8);
}
.theme-light .service-card .service-content > p {
  color: #8b92a1;
}
.service-card .service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}
.service-card .service-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.6;
}
.service-card .service-features li i {
  color: #d4af37;
  font-size: 13px;
  margin-top: 3px;
  font-weight: 700;
}
.service-card .service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.service-card .service-tags span {
  padding: 5px 12px;
  background: rgba(212, 175, 55, 0.1);
  color: #d4af37;
  font-size: 12px;
  border-radius: 20px;
}
.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.3);
}
.service-card:hover .service-icon {
  background: #d4af37;
}
.service-card:hover .service-icon i {
  color: #0a0e17;
}
.service-card.featured {
  border-color: rgba(212, 175, 55, 0.3);
}
.service-card.featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #d4af37;
}

/* Deliverables Section */
.deliverables-section {
  margin-top: 60px;
  padding: 40px;
  background: #0a0e17;
  border-radius: 16px;
}
.theme-light .deliverables-section {
  background: #f8f9fa;
}
.deliverables-section .deliverables-title {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 10px;
}
.theme-light .deliverables-section .deliverables-title {
  color: #0a0e17;
}
.deliverables-section .deliverables-intro {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.theme-light .deliverables-section .deliverables-intro {
  color: rgba(10, 14, 23, 0.7);
}

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .deliverables-grid {
    grid-template-columns: 1fr;
  }
}
.deliverables-grid .deliverable-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
}
.theme-light .deliverables-grid .deliverable-item {
  background: rgba(10, 14, 23, 0.03);
}
.deliverables-grid .deliverable-item i {
  font-size: 24px;
  color: #d4af37;
}
.deliverables-grid .deliverable-item span {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.theme-light .deliverables-grid .deliverable-item span {
  color: #0a0e17;
}

/* Tools Section */
.tools-section {
  margin-top: 20px;
}

.tools-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.tools-grid .tool-item {
  text-align: center;
}
.tools-grid .tool-item .tool-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0e17;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  margin: 0 auto 12px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-light .tools-grid .tool-item .tool-icon {
  background: #f8f9fa;
  border-color: rgba(10, 14, 23, 0.1);
}
.tools-grid .tool-item .tool-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.tools-grid .tool-item .tool-icon .tool-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tools-grid .tool-item .tool-icon .tool-fallback i {
  font-size: 28px;
  color: #d4af37;
}
.tools-grid .tool-item span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.theme-light .tools-grid .tool-item span {
  color: rgba(10, 14, 23, 0.8);
}
.tools-grid .tool-item:hover .tool-icon {
  border-color: #d4af37;
  transform: translateY(-3px);
}

/* Process Section */
.process-timeline {
  position: relative;
  padding: 40px 0;
}
.process-timeline .process-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(212, 175, 55, 0.2);
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .process-timeline .process-line {
    left: 30px;
  }
}

.process-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
.process-step:last-child {
  margin-bottom: 0;
}
.process-step:nth-child(odd) {
  flex-direction: row;
}
.process-step:nth-child(odd) .process-number {
  left: calc(50% - 30px);
}
@media (max-width: 991px) {
  .process-step:nth-child(odd) .process-number {
    left: 0;
  }
}
.process-step:nth-child(odd) .process-content {
  width: calc(50% - 60px);
  margin-left: auto;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .process-step:nth-child(odd) .process-content {
    width: calc(100% - 80px);
    margin-left: 80px;
    padding-left: 0;
  }
}
.process-step:nth-child(even) {
  flex-direction: row-reverse;
}
.process-step:nth-child(even) .process-number {
  right: calc(50% - 30px);
  left: auto;
}
@media (max-width: 991px) {
  .process-step:nth-child(even) .process-number {
    left: 0;
    right: auto;
  }
}
.process-step:nth-child(even) .process-content {
  width: calc(50% - 60px);
  margin-right: auto;
  padding-right: 40px;
  text-align: right;
}
@media (max-width: 991px) {
  .process-step:nth-child(even) .process-content {
    width: calc(100% - 80px);
    margin-left: 80px;
    margin-right: 0;
    padding-right: 0;
    text-align: left;
  }
}
.process-step:nth-child(even) .process-content .process-icon {
  margin-left: auto;
}
@media (max-width: 991px) {
  .process-step:nth-child(even) .process-content .process-icon {
    margin-left: 0;
  }
}
.process-step:nth-child(even) .process-content .process-checklist {
  text-align: left;
  display: inline-block;
}
.process-step .process-number {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  background: #d4af37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.process-step .process-number span {
  font-size: 20px;
  font-weight: 700;
  color: #0a0e17;
}
.process-step .process-content .process-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.15);
  border-radius: 10px;
  margin-bottom: 15px;
}
.process-step .process-content .process-icon i {
  font-size: 24px;
  color: #d4af37;
}
.process-step .process-content h4 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 10px;
}
.theme-light .process-step .process-content h4 {
  color: #0a0e17;
}
.process-step .process-content > p {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.theme-light .process-step .process-content > p {
  color: rgba(10, 14, 23, 0.8);
}
.process-step .process-content .process-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.process-step .process-content .process-checklist li {
  padding: 5px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.theme-light .process-step .process-content .process-checklist li {
  color: rgba(10, 14, 23, 0.7);
}
.process-step .process-content .process-checklist li::before {
  content: "—";
  margin-right: 8px;
  color: #d4af37;
}

/* Principles Section */
.principles-section {
  margin-top: 20px;
}

.principle-card {
  padding: 30px;
  background: #121820;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  text-align: center;
  height: 100%;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.theme-light .principle-card {
  background: #ffffff;
  border-color: rgba(10, 14, 23, 0.1);
}
.principle-card .principle-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.15);
  border-radius: 10px;
}
.principle-card .principle-icon i {
  font-size: 24px;
  color: #d4af37;
}
.principle-card h5 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 16px;
}
.theme-light .principle-card h5 {
  color: #0a0e17;
}
.principle-card p {
  margin: 0;
  font-size: 14px;
}
.principle-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 55, 0.2);
}

/* QA Approach Section */
.qa-approach-section {
  margin-top: 20px;
}

.qa-approach-content h3 {
  color: #ffffff;
  margin-bottom: 15px;
}
.theme-light .qa-approach-content h3 {
  color: #0a0e17;
}
.qa-approach-content .qa-intro {
  font-size: 16px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.8);
}
.theme-light .qa-approach-content .qa-intro {
  color: rgba(10, 14, 23, 0.8);
}

.qa-steps .qa-step {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.qa-steps .qa-step:last-child {
  margin-bottom: 0;
}
.qa-steps .qa-step .qa-step-num {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d4af37;
  color: #0a0e17;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
}
.qa-steps .qa-step .qa-step-content h6 {
  color: #ffffff;
  margin-bottom: 3px;
  font-size: 15px;
}
.theme-light .qa-steps .qa-step .qa-step-content h6 {
  color: #0a0e17;
}
.qa-steps .qa-step .qa-step-content p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.theme-light .qa-steps .qa-step .qa-step-content p {
  color: rgba(10, 14, 23, 0.7);
}

.qa-coverage-box {
  padding: 30px;
  background: #121820;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}
.theme-light .qa-coverage-box {
  background: #ffffff;
  border-color: rgba(10, 14, 23, 0.1);
}
.qa-coverage-box h4 {
  color: #ffffff;
  margin-bottom: 25px;
}
.theme-light .qa-coverage-box h4 {
  color: #0a0e17;
}

.qa-coverage-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .qa-coverage-grid {
    grid-template-columns: 1fr;
  }
}
.qa-coverage-grid .qa-coverage-item {
  display: flex;
  gap: 12px;
}
.qa-coverage-grid .qa-coverage-item i {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.15);
  color: #d4af37;
  border-radius: 8px;
  font-size: 18px;
}
.qa-coverage-grid .qa-coverage-item h6 {
  color: #ffffff;
  margin-bottom: 3px;
  font-size: 14px;
}
.theme-light .qa-coverage-grid .qa-coverage-item h6 {
  color: #0a0e17;
}
.qa-coverage-grid .qa-coverage-item p {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.theme-light .qa-coverage-grid .qa-coverage-item p {
  color: rgba(10, 14, 23, 0.6);
}

/* Portfolio / Case Studies */
.portfolio-box-02 {
  background: #121820;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.theme-light .portfolio-box-02 {
  background: #ffffff;
  border-color: rgba(10, 14, 23, 0.1);
}
.portfolio-box-02 .portfolio-img {
  height: 180px;
  overflow: hidden;
}
.portfolio-box-02 .portfolio-img .portfolio-img-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -moz-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
.portfolio-box-02 .portfolio-img .portfolio-img-bg.qa-bg {
  background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
}
.portfolio-box-02 .portfolio-img .portfolio-img-bg.pm-bg {
  background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
}
.portfolio-box-02 .portfolio-img .portfolio-img-bg.trade-bg {
  background: linear-gradient(135deg, #744210 0%, #c05621 100%);
}
.portfolio-box-02 .portfolio-img .portfolio-img-bg.checkout-bg {
  background: linear-gradient(135deg, #22543d 0%, #38a169 100%);
}
.portfolio-box-02 .portfolio-img .portfolio-img-bg.wfto-bg {
  background: linear-gradient(135deg, #553c9a 0%, #805ad5 100%);
}
.portfolio-box-02 .portfolio-img .portfolio-img-bg.web-bg {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
}
.portfolio-box-02 .portfolio-info {
  padding: 25px;
}
.portfolio-box-02 .portfolio-info .portfolio-category {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.portfolio-box-02 .portfolio-info .portfolio-category span {
  padding: 4px 10px;
  background: rgba(212, 175, 55, 0.15);
  color: #d4af37;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
}
.portfolio-box-02 .portfolio-info h5 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 18px;
}
.theme-light .portfolio-box-02 .portfolio-info h5 {
  color: #0a0e17;
}
.portfolio-box-02 .portfolio-info > p {
  font-size: 14px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.7);
}
.theme-light .portfolio-box-02 .portfolio-info > p {
  color: rgba(10, 14, 23, 0.7);
}
.portfolio-box-02 .portfolio-stats {
  display: flex;
  gap: 20px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 15px;
}
.theme-light .portfolio-box-02 .portfolio-stats {
  border-color: rgba(10, 14, 23, 0.05);
}
.portfolio-box-02 .portfolio-stats .stat .stat-value {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #d4af37;
  line-height: 1;
}
.portfolio-box-02 .portfolio-stats .stat .stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.theme-light .portfolio-box-02 .portfolio-stats .stat .stat-label {
  color: rgba(10, 14, 23, 0.6);
}
.portfolio-box-02 .portfolio-role {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.theme-light .portfolio-box-02 .portfolio-role {
  color: rgba(10, 14, 23, 0.7);
}
.portfolio-box-02 .portfolio-role strong {
  color: #ffffff;
}
.theme-light .portfolio-box-02 .portfolio-role strong {
  color: #0a0e17;
}
.portfolio-box-02:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.3);
}
.portfolio-box-02:hover .portfolio-img-bg {
  transform: scale(1.05);
}

.portfolio-cta {
  margin-top: 60px;
  padding: 50px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.05) 100%);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 20px;
  text-align: center;
}
.portfolio-cta .cta-content {
  max-width: 600px;
  margin: 0 auto;
}
.portfolio-cta .cta-content h4 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 26px;
}
.theme-light .portfolio-cta .cta-content h4 {
  color: #0a0e17;
}
.portfolio-cta .cta-content p {
  margin-bottom: 25px;
  font-size: 16px;
}

/* Contact Section Enhancements */
.contact-availability {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-light .contact-availability {
  border-color: rgba(10, 14, 23, 0.1);
}
.contact-availability h5 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 16px;
}
.theme-light .contact-availability h5 {
  color: #0a0e17;
}
.contact-availability .availability-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-availability .availability-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 14px;
}
.contact-availability .availability-list li i {
  color: #d4af37;
  font-size: 12px;
}

.contact-social {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-light .contact-social {
  border-color: rgba(10, 14, 23, 0.1);
}
.contact-social h5 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 16px;
}
.theme-light .contact-social h5 {
  color: #0a0e17;
}
.contact-social .social-links {
  display: flex;
  gap: 12px;
}
.contact-social .social-links a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.15);
  color: #d4af37;
  border-radius: 10px;
  font-size: 18px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-social .social-links a:hover {
  background: #d4af37;
  color: #0a0e17;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.theme-light .contact-form label {
  color: rgba(10, 14, 23, 0.8);
}
.contact-form .form-intro {
  margin-bottom: 25px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.theme-light .contact-form .form-intro {
  color: rgba(10, 14, 23, 0.7);
}
.contact-form select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23c9a962' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-color: #121820;
  padding-right: 40px;
  cursor: pointer;
}
.contact-form select.form-control option {
  background-color: #121820;
  color: #ffffff;
  padding: 10px;
}
.theme-light .contact-form select.form-control {
  background-color: #ffffff;
}
.theme-light .contact-form select.form-control option {
  background-color: #ffffff;
  color: #0a0e17;
}
.contact-form .send button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.contact-form .send button i.spin {
  animation: spin 1s linear infinite;
}
.contact-form .send button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* FAQ Section */
.faq-section {
  margin-top: 20px;
}

.faq-item {
  padding: 25px;
  background: #121820;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  height: 100%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-item:hover {
  border-color: rgba(212, 175, 55, 0.2);
  transform: translateY(-2px);
}
.theme-light .faq-item {
  background: #ffffff;
  border-color: rgba(10, 14, 23, 0.1);
}
.faq-item h5 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 16px;
}
.theme-light .faq-item h5 {
  color: #0a0e17;
}
.faq-item p {
  margin: 0;
  font-size: 14px;
}

/* Testimonials Enhancements */
.testimonial-01 .avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.15);
  border-radius: inherit;
}
.testimonial-01 .avatar-placeholder i {
  font-size: 40px;
  color: #d4af37;
}
.testimonial-01 .testimonial-quote {
  margin-bottom: 15px;
}
.testimonial-01 .testimonial-quote i {
  font-size: 24px;
  color: #d4af37;
  opacity: 0.5;
}

/* Header Enhancements */
.header-tagline {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 5px;
  text-align: center;
}
.theme-light .header-tagline {
  color: rgba(10, 14, 23, 0.6);
}

/* Button Enhancements */
.px-btn i {
  margin-right: 5px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .hero-stats {
    justify-content: flex-start;
  }
  .deliverables-section {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .service-card {
    padding: 25px;
  }
  .service-card .service-number {
    font-size: 50px;
  }
  .portfolio-cta {
    padding: 30px;
  }
  .portfolio-cta .cta-content h4 {
    font-size: 22px;
  }
  .section-intro {
    font-size: 16px;
  }
}
/* ==============================================
   ANIMATED STATS COMPONENT
   ============================================== */
.animated-stats-container {
  position: relative;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(10, 14, 23, 0.9) 0%, rgba(10, 14, 23, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.theme-light .animated-stats-container {
  background: linear-gradient(145deg, rgba(248, 249, 250, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
  border-color: rgba(10, 14, 23, 0.1);
}

.stats-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
.stats-background .glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.4;
}
.stats-background .glow-orb.orb-1 {
  top: -20%;
  left: -10%;
  width: 200px;
  height: 200px;
  background: #d4af37;
  animation: orbFloat1 8s ease-in-out infinite;
}
.stats-background .glow-orb.orb-2 {
  bottom: -30%;
  right: -10%;
  width: 180px;
  height: 180px;
  background: rgba(212, 175, 55, 0.6);
  animation: orbFloat2 10s ease-in-out infinite;
}
.stats-background .glow-orb.orb-3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: rgba(212, 175, 55, 0.3);
  animation: orbPulse 6s ease-in-out infinite;
}
.stats-background .grid-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.5;
}
.theme-light .stats-background .grid-lines {
  background-image: linear-gradient(rgba(10, 14, 23, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(10, 14, 23, 0.05) 1px, transparent 1px);
}

@keyframes orbFloat1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(20px, 10px);
  }
  50% {
    transform: translate(10px, 20px);
  }
  75% {
    transform: translate(-10px, 10px);
  }
}
@keyframes orbFloat2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-15px, -10px);
  }
  66% {
    transform: translate(10px, -15px);
  }
}
@keyframes orbPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.5;
  }
}
.stats-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .stats-grid {
    gap: 15px;
  }
}

.stat-card {
  position: relative;
  padding: 25px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(20px);
}
.theme-light .stat-card {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(10, 14, 23, 0.08);
}
.stat-card.animate {
  animation: statCardIn 0.6s ease forwards;
}
.stat-card .stat-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.15);
  border-radius: 12px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stat-card .stat-icon i {
  font-size: 24px;
  color: #d4af37;
}
.stat-card .stat-number-wrapper {
  margin-bottom: 8px;
}
.stat-card .stat-number {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1;
}
.theme-light .stat-card .stat-number {
  color: #0a0e17;
}
.stat-card .stat-number .stat-suffix {
  font-size: 28px;
  color: #d4af37;
}
.stat-card .stat-label {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 2px;
}
.theme-light .stat-card .stat-label {
  color: #0a0e17;
}
.stat-card .stat-sublabel {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.theme-light .stat-card .stat-sublabel {
  color: rgba(10, 14, 23, 0.6);
}
.stat-card .stat-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.stat-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.stat-card:hover .stat-icon {
  background: #d4af37;
}
.stat-card:hover .stat-icon i {
  color: #0a0e17;
}
.stat-card:hover .stat-glow {
  opacity: 1;
}
@media (max-width: 767px) {
  .stat-card {
    padding: 20px 15px;
  }
  .stat-card .stat-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }
  .stat-card .stat-icon i {
    font-size: 20px;
  }
  .stat-card .stat-number {
    font-size: 28px;
  }
  .stat-card .stat-number .stat-suffix {
    font-size: 22px;
  }
  .stat-card .stat-label {
    font-size: 14px;
  }
  .stat-card .stat-sublabel {
    font-size: 10px;
  }
}

@keyframes statCardIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.stats-tagline {
  position: relative;
  margin-top: 25px;
  padding-top: 20px;
  text-align: center;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.theme-light .stats-tagline {
  border-color: rgba(10, 14, 23, 0.08);
}
.stats-tagline .tagline-text {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  color: #d4af37;
  letter-spacing: 0.5px;
}

/* ==============================================
   IMPROVED TOOLS SECTION
   ============================================== */
.tools-grid .tool-item .tool-icon {
  position: relative;
  overflow: hidden;
}
.tools-grid .tool-item .tool-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, transparent 100%);
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tools-grid .tool-item .tool-icon i {
  position: relative;
  z-index: 1;
  font-size: 32px;
  color: #d4af37;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tools-grid .tool-item:hover .tool-icon::before {
  opacity: 1;
}
.tools-grid .tool-item:hover .tool-icon i {
  transform: scale(1.1);
}

/* ==============================================
   IMPROVED HOW I WORK / PROCESS SECTION
   ============================================== */
.dark-bg {
  background: linear-gradient(180deg, #0a0e17 0%, #121820 100%);
}
.theme-light .dark-bg {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.process-timeline .process-step .process-content {
  position: relative;
  padding: 30px;
  background: #121820;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.theme-light .process-timeline .process-step .process-content {
  background: #ffffff;
  border-color: rgba(10, 14, 23, 0.1);
}
.process-timeline .process-step .process-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d4af37 0%, transparent 100%);
  border-radius: 16px 16px 0 0;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.process-timeline .process-step .process-content .process-icon {
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.2);
}
.process-timeline .process-step:hover .process-content {
  border-color: rgba(212, 175, 55, 0.2);
  transform: translateY(-3px);
}
.process-timeline .process-step:hover .process-content::before {
  opacity: 1;
}
.process-timeline .process-step:hover .process-content .process-icon {
  background: #d4af37;
}
.process-timeline .process-step:hover .process-content .process-icon i {
  color: #0a0e17;
}
.process-timeline .process-step:nth-child(even) .process-content::before {
  background: linear-gradient(90deg, transparent 0%, #d4af37 100%);
}
.process-timeline .process-number {
  box-shadow: 0 0 0 8px rgba(212, 175, 55, 0.15), 0 10px 30px rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.process-timeline .process-number:hover {
  box-shadow: 0 0 0 12px rgba(212, 175, 55, 0.2), 0 15px 40px rgba(0, 0, 0, 0.4);
  transform: scale(1.1);
}

.principle-card {
  position: relative;
  overflow: hidden;
}
.principle-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.principle-card:hover::before {
  opacity: 1;
}
.principle-card:hover .principle-icon {
  background: #d4af37;
}
.principle-card:hover .principle-icon i {
  color: #0a0e17;
}

.qa-coverage-box {
  position: relative;
  overflow: hidden;
}
.qa-coverage-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #d4af37 0%, rgba(212, 175, 55, 0.3) 100%);
}

.qa-coverage-item {
  padding: 15px;
  border-radius: 12px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qa-coverage-item:hover {
  background: rgba(212, 175, 55, 0.05);
}
.qa-coverage-item:hover i {
  background: #d4af37;
  color: #0a0e17;
}

/* ==============================================
   IMPROVED CASE STUDIES / PORTFOLIO BACKGROUNDS
   ============================================== */
.portfolio-img-bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-img-bg .portfolio-img-icon {
  position: relative;
  z-index: 2;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 24px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-img-bg .portfolio-img-icon i {
  font-size: 42px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-img-bg .portfolio-img-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.12) 0%, transparent 40%), linear-gradient(135deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%), linear-gradient(225deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%);
  background-size: 100% 100%, 100% 100%, 30px 30px, 30px 30px;
  opacity: 0.7;
}
.portfolio-img-bg.qa-bg {
  background: linear-gradient(135deg, #1e3a5f 0%, #3b82f6 50%, #1e40af 100%);
}
.portfolio-img-bg.pm-bg {
  background: linear-gradient(135deg, #134e4a 0%, #14b8a6 50%, #0d9488 100%);
}
.portfolio-img-bg.trade-bg {
  background: linear-gradient(135deg, #78350f 0%, #f59e0b 50%, #d97706 100%);
}
.portfolio-img-bg.checkout-bg {
  background: linear-gradient(135deg, #064e3b 0%, #10b981 50%, #059669 100%);
}
.portfolio-img-bg.wfto-bg {
  background: linear-gradient(135deg, #4c1d95 0%, #8b5cf6 50%, #7c3aed 100%);
}
.portfolio-img-bg.web-bg {
  background: linear-gradient(135deg, #312e81 0%, #6366f1 50%, #4f46e5 100%);
}

.portfolio-box-02:hover .portfolio-img-icon {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.portfolio-box-02:hover .portfolio-img-icon i {
  transform: scale(1.1);
}

/* ==============================================
   BLOG IMAGE LINK FIX
   ============================================== */
.blog-img-link {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-img-link img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==============================================
   CONTRAST FIXES
   ============================================== */
.process-timeline .process-content h4 {
  color: #fff;
  font-weight: 600;
}
.process-timeline .process-content > p {
  color: rgba(255, 255, 255, 0.85);
}
.process-timeline .process-content .process-checklist li {
  color: rgba(255, 255, 255, 0.8);
}
.theme-light .process-timeline .process-content h4 {
  color: #0a0e17;
}
.theme-light .process-timeline .process-content > p {
  color: rgba(10, 14, 23, 0.8);
}
.theme-light .process-timeline .process-content .process-checklist li {
  color: rgba(10, 14, 23, 0.7);
}

.principle-card h5 {
  color: #fff;
  font-weight: 600;
}
.principle-card p {
  color: rgba(255, 255, 255, 0.8);
}
.theme-light .principle-card h5 {
  color: #0a0e17;
}
.theme-light .principle-card p {
  color: rgba(10, 14, 23, 0.7);
}

.qa-coverage-box h4 {
  color: #fff;
  font-weight: 600;
}
.theme-light .qa-coverage-box h4 {
  color: #0a0e17;
}

.qa-coverage-item h6 {
  color: #fff;
  font-weight: 600;
}
.qa-coverage-item p {
  color: rgba(255, 255, 255, 0.7);
}
.theme-light .qa-coverage-item h6 {
  color: #0a0e17;
}
.theme-light .qa-coverage-item p {
  color: rgba(10, 14, 23, 0.6);
}

.qa-approach-content h3 {
  color: #fff;
  font-weight: 600;
}
.qa-approach-content .qa-intro {
  color: rgba(255, 255, 255, 0.85);
}
.theme-light .qa-approach-content h3 {
  color: #0a0e17;
}
.theme-light .qa-approach-content .qa-intro {
  color: rgba(10, 14, 23, 0.8);
}

.qa-steps .qa-step-content h6 {
  color: #fff;
  font-weight: 600;
}
.qa-steps .qa-step-content p {
  color: rgba(255, 255, 255, 0.75);
}
.theme-light .qa-steps .qa-step-content h6 {
  color: #0a0e17;
}
.theme-light .qa-steps .qa-step-content p {
  color: rgba(10, 14, 23, 0.7);
}

.portfolio-box-02 .portfolio-info h5 {
  color: #fff;
  font-weight: 600;
}
.portfolio-box-02 .portfolio-info > p {
  color: rgba(255, 255, 255, 0.8);
}
.portfolio-box-02 .portfolio-info .portfolio-role {
  color: rgba(255, 255, 255, 0.75);
}
.portfolio-box-02 .portfolio-info .portfolio-role strong {
  color: #fff;
}
.theme-light .portfolio-box-02 .portfolio-info h5 {
  color: #0a0e17;
}
.theme-light .portfolio-box-02 .portfolio-info > p {
  color: rgba(10, 14, 23, 0.75);
}
.theme-light .portfolio-box-02 .portfolio-info .portfolio-role {
  color: rgba(10, 14, 23, 0.7);
}
.theme-light .portfolio-box-02 .portfolio-info .portfolio-role strong {
  color: #0a0e17;
}

.value-box h5 {
  color: #fff;
  font-weight: 600;
}
.value-box p {
  color: rgba(255, 255, 255, 0.8);
}
.theme-light .value-box h5 {
  color: #0a0e17;
}
.theme-light .value-box p {
  color: rgba(10, 14, 23, 0.7);
}

.leadership-card .leadership-content h5 {
  color: #fff;
  font-weight: 600;
}
.leadership-card .leadership-content p {
  color: rgba(255, 255, 255, 0.8);
}
.theme-light .leadership-card .leadership-content h5 {
  color: #0a0e17;
}
.theme-light .leadership-card .leadership-content p {
  color: rgba(10, 14, 23, 0.7);
}

.faq-item h5 {
  color: #fff;
  font-weight: 600;
}
.faq-item p {
  color: rgba(255, 255, 255, 0.8);
}
.theme-light .faq-item h5 {
  color: #0a0e17;
}
.theme-light .faq-item p {
  color: rgba(10, 14, 23, 0.7);
}

.service-card .service-content h4 {
  color: #fff;
  font-weight: 600;
}
.service-card .service-content > p {
  color: rgba(255, 255, 255, 0.8);
}
.theme-light .service-card .service-content h4 {
  color: #0a0e17;
}
.theme-light .service-card .service-content > p {
  color: rgba(10, 14, 23, 0.75);
}
.service-card .service-features li {
  color: rgba(255, 255, 255, 0.85);
}
.theme-light .service-card .service-features li {
  color: rgba(10, 14, 23, 0.8);
}

.section-intro {
  color: rgba(255, 255, 255, 0.85);
}
.theme-light .section-intro {
  color: rgba(10, 14, 23, 0.8);
}

/* ==============================================
   HERITAGE & FAIR TRADE SECTION
   ============================================== */
.heritage-content h4 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #d4af37;
}
.theme-light .heritage-content h4 {
  color: #b8860b;
}
.heritage-content > p {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
}
.theme-light .heritage-content > p {
  color: rgba(10, 14, 23, 0.8);
}

.heritage-highlights {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}
.heritage-highlights .highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}
.theme-light .heritage-highlights .highlight-item {
  color: rgba(10, 14, 23, 0.8);
}
.heritage-highlights .highlight-item i {
  color: #d4af37;
  font-size: 16px;
  margin-top: 2px;
  font-weight: 700;
  flex-shrink: 0;
}

.heritage-card {
  position: relative;
  padding: 35px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12) 0%, rgba(212, 175, 55, 0.05) 100%);
  border: 2px solid rgba(212, 175, 55, 0.3);
  border-radius: 16px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0 10px 40px rgba(212, 175, 55, 0.15);
  overflow: hidden;
}
.theme-light .heritage-card {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.05) 100%);
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 8px 32px rgba(212, 175, 55, 0.1);
}
.heritage-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.heritage-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 15px 50px rgba(212, 175, 55, 0.25);
}
.heritage-card:hover::before {
  opacity: 1;
}

.heritage-logo {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(212, 175, 55, 0.3);
}
.theme-light .heritage-logo {
  border-color: rgba(212, 175, 55, 0.3);
}
.heritage-logo h5 {
  color: #d4af37;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "Playfair Display", Georgia, serif;
}
.theme-light .heritage-logo h5 {
  color: #b8860b;
}
.heritage-logo p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
}
.theme-light .heritage-logo p {
  color: rgba(10, 14, 23, 0.6);
}

.heritage-description {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
}
.theme-light .heritage-description {
  color: rgba(10, 14, 23, 0.8);
}
.heritage-description strong {
  color: #ffffff;
  font-weight: 600;
}
.theme-light .heritage-description strong {
  color: #0a0e17;
}

.heritage-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}
.heritage-features .feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.theme-light .heritage-features .feature-item {
  color: rgba(10, 14, 23, 0.75);
}
.heritage-features .feature-item i {
  color: #d4af37;
  font-size: 14px;
  font-weight: 700;
}

.heritage-link {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 2px solid rgba(212, 175, 55, 0.2);
}
.theme-light .heritage-link {
  border-color: rgba(212, 175, 55, 0.2);
}
.heritage-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #d4af37 0%, #c9942a 100%);
  color: #0a0e17;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border-radius: 8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.3);
}
.heritage-link a i {
  font-size: 14px;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.heritage-link a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
}
.heritage-link a:hover i {
  transform: translateX(3px);
}

.heritage-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(212, 175, 55, 0.15);
  color: #d4af37;
  font-weight: 500;
  font-size: 13px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-light .heritage-btn {
  background: rgba(212, 175, 55, 0.15);
  color: #b8860b;
  border-color: rgba(212, 175, 55, 0.3);
}
.heritage-btn:hover {
  background: #d4af37;
  color: #0a0e17;
  border-color: #d4af37;
}

@media (max-width: 1200px) {
  .heritage-card {
    padding: 30px;
  }
  .heritage-logo h5 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .heritage-content,
  .heritage-card {
    padding: 20px;
  }
  .heritage-content .heritage-logo h5,
  .heritage-card .heritage-logo h5 {
    font-size: 18px;
  }
  .heritage-content .heritage-logo p,
  .heritage-card .heritage-logo p {
    font-size: 12px;
  }
  .heritage-content .heritage-description,
  .heritage-card .heritage-description {
    font-size: 14px;
  }
  .heritage-content .heritage-link a,
  .heritage-card .heritage-link a {
    padding: 10px 18px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .heritage-card {
    padding: 20px;
  }
  .heritage-card .heritage-logo {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .heritage-card .heritage-logo h5 {
    font-size: 16px;
  }
  .heritage-card .heritage-logo p {
    font-size: 11px;
  }
  .heritage-card .heritage-description {
    font-size: 13px;
  }
  .heritage-card .heritage-link {
    margin-top: 15px;
    padding-top: 15px;
  }
  .heritage-card .heritage-link a {
    padding: 9px 16px;
    font-size: 12px;
  }
  .heritage-card .heritage-features {
    gap: 8px;
  }
  .heritage-card .heritage-features .feature-item {
    font-size: 13px;
  }
  .heritage-highlights .highlight-item {
    font-size: 13px;
  }
}
/* ==============================================
   CATALOGUE REQUEST SECTION
   ============================================== */
.catalogue-section {
  position: relative;
  background: linear-gradient(180deg, #0a0e17 0%, #121820 50%, #0a0e17 100%);
  padding: 80px 30px;
  overflow: hidden;
}
.theme-light .catalogue-section {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #f8fafc 100%);
}
.catalogue-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(212, 175, 55, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.catalogue-wrapper {
  position: relative;
  z-index: 2;
}

.catalogue-header {
  text-align: center;
  margin-bottom: 50px;
  animation: fadeInDown 0.8s ease 0.2s both;
}
.catalogue-header .catalogue-badge {
  display: inline-block;
  padding: 10px 24px;
  background: linear-gradient(135deg, #d4af37 0%, #c9942a 100%);
  color: #0a0e17;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 30px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  animation: pulse 2s infinite;
}
.catalogue-header h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 800;
  margin: 0 0 20px 0;
  line-height: 1.2;
  font-family: "Playfair Display", Georgia, serif;
}
.theme-light .catalogue-header h2 {
  color: #0a0e17;
}
.catalogue-header .catalogue-subtitle {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  max-width: 680px;
  margin: 0 auto;
}
.theme-light .catalogue-header .catalogue-subtitle {
  color: rgba(10, 14, 23, 0.75);
}
@media (max-width: 991px) {
  .catalogue-header {
    margin-bottom: 40px;
  }
  .catalogue-header h2 {
    font-size: 36px;
  }
  .catalogue-header .catalogue-subtitle {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .catalogue-header {
    margin-bottom: 30px;
  }
  .catalogue-header h2 {
    font-size: 28px;
  }
  .catalogue-header .catalogue-subtitle {
    font-size: 14px;
  }
  .catalogue-header .catalogue-badge {
    padding: 8px 18px;
    font-size: 10px;
  }
}

.catalogue-form {
  background: #0a0e17;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 40px;
  animation: fadeInUp 0.8s ease 0.4s both;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}
.catalogue-form::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
  pointer-events: none;
}
.theme-light .catalogue-form {
  background: #ffffff;
  border-color: rgba(10, 14, 23, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.catalogue-form .form-group {
  position: relative;
  margin-bottom: 28px;
  z-index: 1;
}
.catalogue-form .form-group:last-of-type {
  margin-bottom: 35px;
}
.catalogue-form .form-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.theme-light .catalogue-form .form-group label {
  color: #0a0e17;
}
.catalogue-form .form-group .form-field-wrapper {
  position: relative;
}
.catalogue-form .form-group .form-field-wrapper.has-error input,
.catalogue-form .form-group .form-field-wrapper.has-error textarea,
.catalogue-form .form-group .form-field-wrapper.has-error select {
  border-color: #ef4444;
  background-color: rgba(239, 68, 68, 0.05);
}
.catalogue-form .form-group .form-field-wrapper input,
.catalogue-form .form-group .form-field-wrapper textarea,
.catalogue-form .form-group .form-field-wrapper select {
  width: 100%;
  padding: 15px 18px;
  background: #121820;
  border: 2px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 15px;
  border-radius: 12px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: inherit;
  font-weight: 500;
}
.theme-light .catalogue-form .form-group .form-field-wrapper input,
.theme-light .catalogue-form .form-group .form-field-wrapper textarea,
.theme-light .catalogue-form .form-group .form-field-wrapper select {
  background: #f8f9fa;
  border-color: rgba(10, 14, 23, 0.12);
  color: #0a0e17;
}
.catalogue-form .form-group .form-field-wrapper input::placeholder,
.catalogue-form .form-group .form-field-wrapper textarea::placeholder,
.catalogue-form .form-group .form-field-wrapper select::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.theme-light .catalogue-form .form-group .form-field-wrapper input::placeholder,
.theme-light .catalogue-form .form-group .form-field-wrapper textarea::placeholder,
.theme-light .catalogue-form .form-group .form-field-wrapper select::placeholder {
  color: rgba(10, 14, 23, 0.5);
}
.catalogue-form .form-group .form-field-wrapper input:focus,
.catalogue-form .form-group .form-field-wrapper textarea:focus,
.catalogue-form .form-group .form-field-wrapper select:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.15);
  background: #0a0e17;
}
.theme-light .catalogue-form .form-group .form-field-wrapper input:focus,
.theme-light .catalogue-form .form-group .form-field-wrapper textarea:focus,
.theme-light .catalogue-form .form-group .form-field-wrapper select:focus {
  background: #ffffff;
}
.catalogue-form .form-group .form-field-wrapper input:disabled,
.catalogue-form .form-group .form-field-wrapper textarea:disabled,
.catalogue-form .form-group .form-field-wrapper select:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.catalogue-form .form-group .form-field-wrapper .field-error {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #ef4444;
  font-weight: 600;
  animation: slideInDown 0.3s ease;
}
.catalogue-form .form-alert {
  padding: 18px 22px;
  border-radius: 12px;
  margin-bottom: 28px;
  font-weight: 600;
  font-size: 15px;
  animation: slideInDown 0.3s ease;
  position: relative;
  z-index: 1;
}
.catalogue-form .form-alert.alert-success {
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.4);
  color: #10b981;
}
.catalogue-form .form-alert.alert-error {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #ef4444;
}
.catalogue-form .form-note {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 18px;
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.theme-light .catalogue-form .form-note {
  color: rgba(10, 14, 23, 0.6);
}
.catalogue-form .form-note i {
  font-size: 14px;
  color: #d4af37;
}
@media (max-width: 991px) {
  .catalogue-form {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .catalogue-form {
    padding: 30px 22px;
  }
  .catalogue-form .form-group {
    margin-bottom: 22px;
  }
  .catalogue-form .form-group label {
    font-size: 12px;
  }
  .catalogue-form .form-group .form-field-wrapper input,
  .catalogue-form .form-group .form-field-wrapper textarea,
  .catalogue-form .form-group .form-field-wrapper select {
    padding: 13px 15px;
    font-size: 14px;
  }
}

.catalogue-submit {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.catalogue-submit button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 48px;
  background: linear-gradient(135deg, #d4af37 0%, #c9942a 100%);
  color: #0a0e17;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.35);
  position: relative;
  overflow: hidden;
}
.catalogue-submit button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -moz-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.catalogue-submit button i {
  font-size: 18px;
}
.catalogue-submit button i.spin {
  animation: spin 1s linear infinite;
}
.catalogue-submit button:hover:not(:disabled) {
  transform: translateY(-4px);
  box-shadow: 0 16px 45px rgba(212, 175, 55, 0.45);
  background: linear-gradient(135deg, #c9942a 0%, #d4af37 100%);
}
.catalogue-submit button:hover:not(:disabled)::before {
  left: 100%;
}
.catalogue-submit button:active:not(:disabled) {
  transform: translateY(-2px);
}
.catalogue-submit button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .catalogue-submit button {
    padding: 15px 36px;
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.catalogue-trust {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 40px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12) 0%, rgba(212, 175, 55, 0.06) 100%);
  border: 2px solid rgba(212, 175, 55, 0.25);
  border-radius: 18px;
  animation: fadeInUp 0.8s ease 0.5s both;
}
.theme-light .catalogue-trust {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12) 0%, rgba(212, 175, 55, 0.06) 100%);
  border-color: rgba(212, 175, 55, 0.25);
}
.catalogue-trust .trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.catalogue-trust .trust-item i {
  font-size: 32px;
  color: #d4af37;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalogue-trust .trust-item span {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.theme-light .catalogue-trust .trust-item span {
  color: #0a0e17;
}
.catalogue-trust .trust-item:hover i {
  transform: scale(1.15) rotate(5deg);
}
@media (max-width: 991px) {
  .catalogue-trust {
    gap: 30px;
    padding: 35px;
  }
  .catalogue-trust .trust-item i {
    font-size: 28px;
  }
  .catalogue-trust .trust-item span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .catalogue-trust {
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px;
  }
  .catalogue-trust .trust-item i {
    font-size: 28px;
  }
  .catalogue-trust .trust-item span {
    font-size: 12px;
  }
}

/* Keyframes for catalogue section */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  }
  50% {
    box-shadow: 0 4px 25px rgba(212, 175, 55, 0.5);
  }
}
/* ==============================================
   ABOUT SECTION IMPROVEMENTS
   ============================================== */
.about-info .title {
  margin-bottom: 35px;
}
.about-info .title h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.about-info .title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #d4af37 0%, transparent 100%);
  border-radius: 2px;
}
.about-info .title .section-tagline {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.about-info .about-text h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
  font-family: "Playfair Display", Georgia, serif;
}
.theme-light .about-info .about-text h3 {
  color: #0a0e17;
}
.about-info .about-text h3 .highlight {
  color: #d4af37;
  display: block;
  margin-top: 10px;
}
.about-info .about-text > p {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
}
.theme-light .about-info .about-text > p {
  color: rgba(10, 14, 23, 0.8);
}
.about-info .about-text > p a.heritage-link {
  color: #d4af37;
  font-weight: 600;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.about-info .about-text > p a.heritage-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #d4af37;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.about-info .about-text > p a.heritage-link:hover::after {
  width: 100%;
}
@media (max-width: 767px) {
  .about-info .about-text h3 {
    font-size: 24px;
  }
  .about-info .about-text > p {
    font-size: 15px;
  }
}

/* ==============================================
   IMPROVED BUTTONS STYLING
   ============================================== */
.btn-bar {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.btn-bar .px-btn {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 8px;
  padding: 12px 28px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-bar .px-btn i {
  margin-right: 8px;
  font-size: 15px;
}
.btn-bar .px-btn.px-btn-theme {
  background: linear-gradient(135deg, #d4af37 0%, #c9942a 100%);
  color: #0a0e17;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.3);
}
.btn-bar .px-btn.px-btn-theme:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(212, 175, 55, 0.4);
}
.btn-bar .px-btn.px-btn-theme:active {
  transform: translateY(0);
}
.btn-bar .px-btn.px-btn-theme2 {
  background: transparent;
  border: 2px solid #d4af37;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.theme-light .btn-bar .px-btn.px-btn-theme2 {
  border-color: #b8860b;
  color: #b8860b;
}
.btn-bar .px-btn.px-btn-theme2:hover {
  background: #d4af37;
  color: #0a0e17;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .btn-bar {
    flex-direction: column;
  }
  .btn-bar .px-btn {
    padding: 11px 22px;
    font-size: 13px;
  }
}

.exp-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.exp-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.exp-icon-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  padding-top: 4px;
}

.exp-icon-wrap {
  width: 56px;
  height: 56px;
  background: rgba(212, 175, 55, 0.1);
  border: 1.5px solid rgba(212, 175, 55, 0.3);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.exp-icon-wrap i {
  font-size: 22px;
  color: #d4af37;
  transition: color 0.3s ease;
}
.theme-light .exp-icon-wrap {
  background: rgba(212, 175, 55, 0.07);
  border-color: rgba(212, 175, 55, 0.2);
}

.exp-connector {
  width: 1.5px;
  flex: 1;
  min-height: 40px;
  background: linear-gradient(to bottom, rgba(212, 175, 55, 0.3), rgba(212, 175, 55, 0.05));
  margin: 6px 0;
}

.exp-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.theme-light .exp-card {
  background: #f8f9fa;
  border-color: rgba(10, 14, 23, 0.06);
}
.exp-card:hover {
  border-color: rgba(212, 175, 55, 0.2);
  background: rgba(212, 175, 55, 0.03);
}
.theme-light .exp-card:hover {
  background: rgba(212, 175, 55, 0.04);
}

.exp-item:hover .exp-icon-wrap {
  background: #d4af37;
  border-color: #d4af37;
}
.exp-item:hover .exp-icon-wrap i {
  color: #0a0e17;
}

.exp-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .exp-card-header {
    flex-direction: column;
    gap: 10px;
  }
}

.exp-title-block {
  flex: 1;
}

.exp-role {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
  line-height: 1.3;
}
.theme-light .exp-role {
  color: #0a0e17;
}

.exp-company {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
.exp-company i {
  color: #d4af37;
  font-size: 11px;
}
.theme-light .exp-company {
  color: rgba(10, 14, 23, 0.5);
}

.exp-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .exp-meta {
    flex-direction: row;
    align-items: center;
  }
}

.exp-period {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0a0e17;
  background: #d4af37;
  padding: 4px 12px;
  border-radius: 4px;
  white-space: nowrap;
}

.exp-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(212, 175, 55, 0.85);
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
  padding: 3px 10px;
  border-radius: 100px;
  white-space: nowrap;
}

.exp-desc {
  font-size: 14.5px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}
.theme-light .exp-desc {
  color: rgba(10, 14, 23, 0.6);
}

@media (max-width: 767px) {
  .exp-item {
    gap: 16px;
  }
  .exp-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }
  .exp-icon-wrap i {
    font-size: 18px;
  }
  .exp-card {
    padding: 18px 20px;
  }
}
