
/* font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/* variable */
:root {
    --base-color: #F9A825;
    --medium-gray:#787875;
    --white: #f7f4ea;
    --concrete-gray:#d8d8d4;
    --bg-maire-yellow:#131312;
    --light-medium-gray:#cdcdc7;
    --dark-gray:#2d2d2d; 
    --zeus-grey:#333331;
    --alt-font: 'Bebas Neue', cursive;
    --primary-font: 'Inter', sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    font-size: 17px;
    line-height: 30px;
}
.container-fluid {
    max-width: 1750px;
}
/* custom cursor */
@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-outer {
        border: 1px solid transparent;
    }
    .custom-cursor .circle-cursor-inner {
        width: 20px;
        height: 20px;
        left: -5px;
        top: -5px;
        background: var(--dark-gray);
    }
    .custom-cursor .circle-cursor-inner.cursor-link-hover {
        width: 30px;
        height: 30px;
        background: var(--white);
        opacity: 0.5 !important;
    }
}
/* heading tag */
h1 {
    font-size: 5rem;
    line-height: 4.5rem;
} 
h3 {
    font-size: 3.125rem;
    line-height: 2.8rem;
}
.fs-325 {
    font-size: 20.313rem;
    line-height: 20.313rem;
}
/* page title */
.page-title-large h1 {
    font-size: 5.625rem;
    line-height: 4.375rem;
}
/* header */
header .container-fluid {
    padding: 0;
}
.navbar .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 10px 24px;
}
header .navbar-brand {
    padding: 20px 0;
}

header .navbar-brand img {
    max-height: 80px;
}
/*header .navbar-brand img {
    max-height:24px;
}*/

/* Custom hero banner background */
.home-hero-banner {
    background-image: url("../images/banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Make all text inside hero white by default */
/*.home-hero-banner,
.home-hero-banner * {
    color: #ffffff;
}*/

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

/* If any heading or paragraph had a dark/gray class, override it */
.home-hero-banner .text-dark-gray,
.home-hero-banner .text-base-color,
.home-hero-banner .text-concrete-gray {
    color: #ffffff !important;
}

/* If there is the small orange label text inside hero and you want that also white */
.home-hero-banner .bg-base-color,
.home-hero-banner .text-base-color {
    color: #040404 !important;
}

/* If buttons need white text on dark background */
.home-hero-banner .btn-dark-gray,
.home-hero-banner .btn-base-color {
    color: #ffffff !important;
}

/* line height */
.lh-160 {
    line-height: 10rem;
}
.lh-300 { 
    line-height: 18.75rem;
}
/* top bottom left right */
.top-minus-250px {
    top: -250px;
}
.right-minus-250px {
    right: 0px;
}
.left-minus-230px {
    left: -230px;
}
/* bg color */
.bg-concrete-gray {
    background-color: #050505;
}
.bg-maire-yellow {
    background-color: #faf3e3;
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #292927), to(transparent));
    background: linear-gradient(to top, #292927 7%, transparent 100%);
}
.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}
/* border color */
.border-color-zeus-grey {
    border-color: var(--zeus-grey) !important;
}
/* text color */
.text-concrete-gray {
    color: var(--concrete-gray);
}
.text-white, .btn-link.text-white, a.text-white-hover:hover {
    color: var(--white) !important;
}
/* word break normal */
.word-break-normal {
    word-break: normal;
}
/* btn */
.btn {
    font-family: var(--primary-font) !important;
    letter-spacing: 0;
}
.btn.btn-switch-text.btn-large > span {
    font-size: 15px;
    padding: 18px 36px; 
}
.btn.btn-switch-text.btn-medium > span {
    font-size: 14px;
    padding: 14px 28px; 
}
.btn.btn-base-color {
    background-color: var(--base-color);
    color: var(--dark-gray);
}

.btn.btn-base-color:active,
.btn.btn-base-color:hover {
    background-color: var(--dark-gray);;
    border-color: var(--base-color);
    color: var(--base-color)
}
.btn.btn-link {
    padding: 0;
}
.btn.btn-dark-gray, .btn.btn-box-shadow.btn-dark-gray:hover {
    color: #d8d8d4;
}
.threeD-letter-menu {
    min-height: inherit;
}
/* hover box */
.hover-box.dark-hover:hover i {
    color: var(--base-color) !important;
    -webkit-transform: scale(1.2);  
    transform: scale(1.2);
}
.btn.loading {
    opacity: 0.6;
    pointer-events: none;
}

/*.bg-sliding-line { 
    background-image: linear-gradient(45deg, transparent 45%, #fff 45%, #fff 55%, transparent 0);
    background-size:0.2em 0.2em;
}
.text-sliding-line {
    background-image: linear-gradient(135deg, transparent 45%, #fff 45%, #fff 55%, transparent 0);
}*/
/* team style 08 */ 
.team-style-08 figure figcaption .social-icon a {
    background-color: var(--base-color);
}
.team-style-08 figure figcaption .social-icon a:hover {
    color: var(--dark-gray);
} 
/* team style 04 */ 
.tab-style-04 .nav-tabs .nav-item .nav-link {
    color: var(--dark-gray); 
}
/* Counter style 04 */
.counter-style-04 .vertical-counter-number ul {
    line-height: 1;
}
/* media query responsive */
@media (max-width: 1499px) {
    .fs-325 {
        font-size: 16rem;
        line-height: 16rem;
    }
}
@media (max-width: 1399px) {
    .bottom-minus-130px {
        bottom: -70px;
    }
    .fs-325 {
        font-size: 15rem;
        line-height: 15rem;
    }
} 
@media (max-width: 1199px) {
    .lg-lh-128 {
        line-height: 8rem;
    }
    .lg-bg-black {
        background-color: var(--bg-maire-yellow);
    }
    .fs-325 {
        font-size: 12rem;
        line-height: 12rem;
    } 
}
@media (max-width: 991px) {
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav > .nav-item {
        border-bottom: 0;
        text-align: center;
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link {
        font-size: 32px;
        line-height: 32px;
        font-weight: 700;
    }
    .main-content {
        z-index: inherit;
    }
    .lh-300 {
        line-height: 15rem;
    }
    .fs-325 {
        font-size: 10rem;
        line-height: 10rem;
    }
}
@media (max-width: 767px) {
    .sm-border-start {
        border-left: 1px solid !important;
    }
    .btn.btn-switch-text.btn-large > span {
        padding: 18px 30px;
    }
    .footer-logo img { 
        width: auto;
    }
    .fs-325 {
        font-size: 9rem;
        line-height: 10.5rem;
    } 
}
@media (max-width: 575px) {
    .xs-lh-112 {
        line-height: 7rem;
    }
    .fs-325 {
        font-size: 6rem;
        line-height: 8rem;
    }
}

/* Fix mobile borders for service boxes */
@media (max-width: 575px) {
    .counter-style-04 .feature-box {
        border: 1px solid var(--zeus-grey) !important;
        border-bottom: 1px solid var(--zeus-grey) !important;
        margin-bottom: 15px;
    }
    
    .counter-style-04 .feature-box:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .counter-style-04 .feature-box {
        border-right: 1px solid var(--zeus-grey) !important;
        border-bottom: 1px solid var(--zeus-grey) !important;
    }
    
    .counter-style-04 .col-sm-6:nth-child(2n) .feature-box {
        border-right: 1px solid var(--zeus-grey) !important;
    }
}

.content-container{
    color: var(--white);
}

.blog-grid .portfolio-item {
    transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}

.portfolio-image {
    height: 200px;
}

.portfolio-content {
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.portfolio-content p {
    font-size: 15px;
    line-height: 1.6;
}

.badge{
    text-transform: capitalize;
}

.badge-success {
    background: #28a745;
    color: white;
}

.big-section{
    padding-top: 0 !important;
}

/* ===== SERVICES ALIGNMENT FIX ===== */

#services .swiper-slide {
  height: auto;
  display: flex;
}

#services .feature-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 20px;
}

/* force equal content layout */
#services .feature-box-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* icon spacing consistency */
#services .feature-box-content .mb-20px {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* title alignment */
#services .feature-box h5 {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* description alignment */
#services .feature-box p {
  flex-grow: 1;
}

/* make all cards equal height */
#services .swiper-wrapper {
  align-items: stretch;
}

/* ===== FOOTER DARK THEME ===== */

.footer-dark {
  background: #000 !important;
  color: #fff !important;
  padding: 90px 0;
}

/* all text white */
.footer-dark,
.footer-dark p,
.footer-dark span,
.footer-dark a,
.footer-dark li {
  color: #fff !important;
}

/* links hover */
.footer-dark a:hover {
  color: #F9A825 !important;
}

/* tagline fix (was text-dark) */
.footer-dark .text-dark {
  color: #fff !important;
}

/* copyright bar */
.footer-dark .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 25px;
}

/* ===== FOOTER MENU ALIGNMENT ===== */

.footer-dark .row.align-items-start {
  align-items: flex-start !important;
}

/* remove list default spacing */
.footer-dark ul {
  padding-left: 0;
  margin-top: 0;
}

/* align both link columns perfectly */
.footer-dark .footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* equal spacing for items */
.footer-dark .footer-links li {
  margin-bottom: 10px;
}

/* fix bullet alignment */
.footer-dark .list-style-05 li:before {
  margin: 0 12px 0 0;
}

/* force same vertical start */
.footer-dark .col-lg-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* ===== COPYRIGHT COLOR ===== */

.footer-dark .footer-bottom span {
  color: #F9A825 !important; /* base color */
}

/* border color */
.footer-dark .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
}

.footer-bottom{
    padding: 20px 0;
}

/* ===== PROJECT GALLERY ===== */

.project-gallery {
  background: #000;
  padding: 100px 0;
}

/* masonry */
.masonry-grid {
  column-count: 3;
  column-gap: 20px;
}

/* item */
.project-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 14px;
  overflow: hidden;
  break-inside: avoid;
  position: relative;
  transition: transform 0.4s ease;
}

/* image */
.project-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

/* image zoom */
.project-item:hover img {
  transform: scale(1.08);
}

/* lift effect */
.project-item:hover {
  transform: translateY(-6px);
}

/* overlay */
.project-overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(6px);
  background: linear-gradient(
      to top,
      rgba(0,0,0,0.6),
      rgba(0,0,0,0.1)
  );
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}

.project-item:hover .project-overlay {
  opacity: 1;
}

/* shine effect */
.project-item::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
      120deg,
      transparent 40%,
      rgba(255,255,255,0.2),
      transparent 60%
  );
  transform: rotate(25deg);
  transition: 0.6s;
}

.project-item:hover::after {
  top: 100%;
  left: 100%;
}

/* zoom icon */
.zoom-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  color: white;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.6);
  transition: 0.3s ease;
}

.project-item:hover .zoom-icon {
  transform: scale(1);
}

/* responsive */
@media (max-width:991px){
  .masonry-grid { column-count: 2; }
}

@media (max-width:576px){
  .masonry-grid { column-count: 1; }
}
