@charset "UTF-8";
/* ========================================
   GLOBAL BASE STYLES
   ======================================== */

body {
  font-family: "Macho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

main {
  padding-top: 20px;
}

.container {
  max-width: 1700px;
}

.container_foot {
  max-width: 100%;
}

/* ========================================
   NAVIGATION
   ======================================== */

.nav-link {
  font-family: "Macho", sans-serif;
  color: #474747;
  font-weight: 550;
  font-size: 20px;
}

.nav-link:hover {
  color: #677ba0;
}

/* ========================================
   BUTTONS
   ======================================== */

.btn-dark {
  font-family: "Macho", sans-serif;
  color: #ffffff;
  font-weight: 700;
  background-color: #677ba0;
}

/* ========================================
   CAROUSEL / HERO
   ======================================== */
.carousel-item img {
  height: 500px;        /* adjust this */
  object-fit: cover;    /* prevents stretching */
}

.carousel-inner {
  padding: 20px;
}

.jumbocap {
  font-family: "Macho", sans-serif;
  text-shadow: 2px 2px 8px #474747;
  font-size: 35px;
}

.cap_sub {
  font-family: "Macho", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 1px 1px #474747;
  font-size: 20px;
}

/* ========================================
   IMAGES
   ======================================== */

.img-fluid {
  padding: 0px;
}

.desat {
  padding: 5px;
  filter: grayscale(0%);
  transition: 0.2s ease-in;
}

.desat:hover {
  filter: grayscale(100%) blur(4px);
}

/* ========================================
   CARDS (Portfolio Hover Effect)
   ======================================== */

.card a {
  text-decoration: none;
}

.card {
  position:relative;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transition: filter 0.4s ease, transform 0.4s ease;
  z-index: 0;
}

.card:hover::before {
  filter: blur(6px);
  transform: scale(1.05);
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.card:hover::after {
  opacity: 1;
}

.card > * {
  position: relative;
  z-index: 2;
}

.card h2,
.card h3,
.card .card-title {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.4s ease;
}

.card:hover h2,
.card:hover h3,
.card:hover .card-title {
  opacity: 1;
  transform: translateY(0);
}

.cust_card {
  font-family: "Macho", sans-serif;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 30px;
  text-shadow: 2px 2px #474747;
}

/* ========================================
   SCROLLING BANNER
   ======================================== */

.banner {
  overflow: hidden;
  white-space: nowrap;
  background: #677ba0;
  padding: 1rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.banner-track {
  display: inline-block;
  animation: scroll 20s linear infinite;
}

.banner-track span {
  color: white;
  font-size: 1.25rem;
  margin-right: 3rem;
  font-weight: 500;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ========================================
   TEXT / CONTENT
   ======================================== */

.content {
  padding-top: 80px;
  padding-bottom: 30px;
}

h2 {
  font-family: "Macho", sans-serif;
  color: #474747;
  font-weight: 700;
  padding: 5px;
	text-align: left;
}

h3 {
  font-weight: 700;
}


.stats-card,
.btn-dark {
  margin-left: auto;
  margin-right: auto;
}

.about-text {
  max-width: 1150px;
  width: 100%;
  margin-top: 1.5rem;
  padding: 20px;
  text-align: left;
}


/* ========================================
   STATS CARD
   ======================================== */

.stats-card {
  font-family: "Macho", sans-serif;
  color: #ffffff;
  font-weight: 700;
  background-color: #677ba0;
  padding: 20px;
}

.stats-card::before,
.stats-card::after {
  display: none;
}

.stat-number {
  font-size: 0.9rem;   /* try 0.8–1rem */
  line-height: 1.2;
}/* ========================================
font-size: 0.9rem;   /* try 0.8–1rem */
  line-height: 1.2;   ======================================== */
.span{
	color: #474747;
}

.bi{
	color: #474747;
}

.bi_clr {
  color: #474747;
  font-size: 24px;
}

.bi_clr:hover {
  color: #42659A;
}

i.bi.bi-linkedin.bi_clr,
i.bi.bi-instagram.bi_clr {
  color: white;
}
.bi-star-fill{
	color: white;
}

.bi-trophy-fill{
	color: white;
}

/* ========================================
   FOOTER
   ======================================== */

.footer_clr {
  background-color: #677ba0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_size {
  min-height: 100px;
  display: flex;
  align-items: center;
  height: 180px;
  max-width: 1750px;
}

.footer_clr a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer_clr a:hover i,
.footer-link:hover,
.footer_size a:hover {
  opacity: 0.8;
}

.footer_type {
  color: #ffffff;
}

/* ========================================
   HOVER BLUR IMAGE EFFECT
   ======================================== */

.hover-white {
  color: #fff;
  text-transform: uppercase;
  font-family: "Macho", sans-serif;
  text-shadow: 2px 2px 8px #000;
  font-weight: 500;
}

.hover-blur a {
  display: block;
  position: relative;
  overflow: hidden;
}

.hover-blur img {
  width: 100%;
  transition: 0.5s ease-in-out;
}

.hover-blur:hover img {
  transform: scale(1.2);
  filter: grayscale(0.6) blur(1px);
}

.hover-blur a h2 {
  display: flex;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.5s;
}

.hover-blur:hover a h2 {
  opacity: 1;
}

.hover-blur .text-white {
  transform: scale(0);
  opacity: 0;
  transition: 0.5s;
}

.hover-blur:hover .text-white {
  transform: scale(1);
  opacity: 1;
}

/* ========================================
   CONTACT FORM + STICKY FOOTER
   ======================================== */

.form-control {
  border: 1.5px solid #000;
  border-radius: 6px;
  padding: 14px 16px;
  font-family: "Macho", sans-serif;
  font-size: 16px;
}

.form-control::placeholder {
  color: #000;
  opacity: 1;
}

textarea.form-control {
  resize: none;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

/* =========================
   IMAGE CLICK ZOOM MODAL
   ========================= */

.img-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background-color: rgba(0,0,0,0.9);
  align-items: center;
  justify-content: center;
}

.img-modal-content {
  max-width: 90%;
  max-height: 90%;
  animation: zoomIn 0.3s ease;
}

.img-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

@keyframes zoomIn {
  from { transform: scale(0.8); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

/* CONTACT CARD */



/* Headline */
.contact-title {
  font-family: "Macho", sans-serif; 
  font-size: 700;
  margin-bottom: 3rem;

}

/* Each section */
.contact-item {
  padding: 1.5rem 0;
 
}


/* Small label */
.contact-label {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #000000; /* warm muted gold */
  margin-bottom: 0.4rem;
  font-weight: 600;
}

/* Main text */
.contact-value {
  font-size: 1.25rem;
  color: #444;
}

/* Links look clean */
.contact-value a {
  text-decoration: none;
  color: #677ba0;
}

.contact-value a:hover {
  color: #3D3D3D;
}

