/* ====================================================
   TGF Ideas Empire — style.css
   Bootstrap Icons | Bootstrap 5 | AOS
   ==================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap');

/* ====== CSS Variables ====== */
:root {
  --primary:    #0A1628;
  --secondary:  #1E3A5F;
  --mid-blue:   #2C5F8A;
  --accent:     #D4A017;
  --accent-lt:  #F0C040;
  --bg-light:   #F5F7FA;
  --white:      #FFFFFF;
  --muted:      #6C757D;
  --text-dark:  #1A1A2E;
  --transition: all 0.3s ease;
}

/* ====== Base ====== */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--text-dark);
  background-color: var(--bg-light);
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: var(--transition);
}

a:hover { color: var(--accent-lt); }

img { max-width: 100%; height: auto; }

/* ====== Scrollbar ====== */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-light); }
::-webkit-scrollbar-thumb { background: var(--secondary); border-radius: 3px; }

/* ====== Navbar ====== */
.navbar {
  background-color: var(--primary) !important;
  padding: 14px 0;
  box-shadow: 0 2px 20px rgba(0,0,0,0.35);
  z-index: 1050;
}

.navbar-brand { display: flex; align-items: center; gap: 10px; }

.navbar-brand img { height: 44px; width: auto; }

.brand-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--white);
  line-height: 1.2;
}

.brand-text span {
  display: block;
  font-size: 0.66rem;
  font-weight: 400;
  color: var(--accent);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.navbar-nav .nav-link {
  color: rgba(255,255,255,0.82) !important;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 8px 14px !important;
  border-radius: 6px;
  transition: var(--transition);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--accent) !important;
  background: rgba(212,160,23,0.12);
}

.navbar-toggler {
  border-color: rgba(212,160,23,0.5);
  padding: 6px 10px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28212%2C160%2C23%2C0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ====== Buttons ====== */
.btn-accent {
  background-color: var(--accent);
  color: var(--text-dark);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border: 2px solid var(--accent);
  padding: 11px 28px;
  border-radius: 8px;
  transition: var(--transition);
  letter-spacing: 0.3px;
  display: inline-block;
}

.btn-accent:hover {
  background-color: var(--accent-lt);
  border-color: var(--accent-lt);
  color: var(--text-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212,160,23,0.4);
}

.btn-outline-light-custom {
  background: transparent;
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border: 2px solid rgba(255,255,255,0.65);
  padding: 11px 28px;
  border-radius: 8px;
  transition: var(--transition);
  display: inline-block;
}

.btn-outline-light-custom:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--white);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-outline-primary-custom {
  background: transparent;
  color: var(--primary);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border: 2px solid var(--primary);
  padding: 10px 24px;
  border-radius: 8px;
  transition: var(--transition);
  display: inline-block;
}

.btn-outline-primary-custom:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-2px);
}

/* ====== Section Common ====== */
.section-pad { padding: 80px 0; }

.section-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
  font-family: 'Inter', sans-serif;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1rem;
}

.section-desc {
  color: var(--muted);
  max-width: 580px;
  margin: 0 auto 3rem;
  font-size: 0.95rem;
}

.section-desc-left {
  color: var(--muted);
  max-width: 580px;
  margin: 0 0 3rem;
  font-size: 0.95rem;
}

.gold-divider {
  width: 55px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
  margin: 0 auto 1.5rem;
}

.gold-divider-left {
  width: 55px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
  margin: 0 0 1.5rem;
}

/* ====== Hero — Homepage Carousel ====== */
.hero-carousel { position: relative; }

.hero-carousel .carousel-item {
  min-height: 100vh;
}

.hero-slide-1 {
  background: linear-gradient(135deg, #060e1c 0%, #0A1628 40%, #1E3A5F 100%);
}

.hero-slide-2 {
  background: linear-gradient(135deg, #1E3A5F 0%, #2C5F8A 55%, #0A1628 100%);
}

.hero-slide-3 {
  background: linear-gradient(135deg, #0d1f38 0%, #1E3A5F 50%, #2C5F8A 100%);
}

.hero-carousel .slide-content {
  padding: 130px 0 80px;
  min-height: 100vh;
  position: relative;
  z-index: 2;
}

.hero-carousel .hero-badge {
  display: inline-block;
  background: rgba(212,160,23,0.18);
  color: var(--accent);
  border: 1px solid rgba(212,160,23,0.4);
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.hero-carousel h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero-carousel h1 .text-gold { color: var(--accent); }

.hero-carousel .hero-desc {
  color: rgba(255,255,255,0.78);
  font-size: 1.05rem;
  line-height: 1.85;
  margin-bottom: 2.5rem;
  max-width: 520px;
}

.hero-carousel .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

.hero-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.hero-stats .stat-item { text-align: center; }

.hero-stats .stat-number {
  font-family: 'Poppins', sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}

.hero-stats .stat-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
  letter-spacing: 0.3px;
}

/* Carousel Controls */
.hero-carousel .carousel-indicators {
  margin-bottom: 30px;
}

.hero-carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.45);
  border: none;
  transition: var(--transition);
  margin: 0 5px;
}

.hero-carousel .carousel-indicators button.active {
  background-color: var(--accent);
  width: 28px;
  border-radius: 5px;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: 46px;
  height: 46px;
  background: rgba(212,160,23,0.25);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  border: 1px solid rgba(212,160,23,0.4);
  transition: var(--transition);
}

.hero-carousel .carousel-control-prev { left: 24px; }
.hero-carousel .carousel-control-next { right: 24px; }

.hero-carousel .carousel-control-prev:hover,
.hero-carousel .carousel-control-next:hover { background: var(--accent); }

/* Hero Decorative */
.hero-deco {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  opacity: 0.06;
  pointer-events: none;
}

.hero-deco i { font-size: 20rem; color: var(--white); }

/* ====== Hero — Inner Pages ====== */
.hero-inner {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  padding: 140px 0 75px;
  position: relative;
  overflow: hidden;
}

.hero-inner::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -8%;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(212,160,23,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.hero-inner .page-label {
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.hero-inner h1 {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hero-inner p.lead { color: rgba(255,255,255,0.72); font-size: 0.97rem; max-width: 480px; }

.hero-inner .breadcrumb {
  background: transparent;
  padding: 0;
  margin-top: 1.2rem;
  margin-bottom: 0;
}

.hero-inner .breadcrumb-item,
.hero-inner .breadcrumb-item a { color: rgba(255,255,255,0.6); font-size: 0.82rem; }

.hero-inner .breadcrumb-item a:hover { color: var(--accent); }

.hero-inner .breadcrumb-item.active { color: rgba(255,255,255,0.9); }

.hero-inner .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.35); }

/* ====== Why Us / Feature Items ====== */
.why-item { text-align: center; padding: 30px 20px; }

.why-item .why-icon {
  width: 70px;
  height: 70px;
  background: rgba(212,160,23,0.1);
  border: 2px solid rgba(212,160,23,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  transition: var(--transition);
}

.why-item:hover .why-icon { background: var(--accent); border-color: var(--accent); }

.why-item .why-icon i { font-size: 1.6rem; color: var(--accent); transition: var(--transition); }

.why-item:hover .why-icon i { color: var(--text-dark); }

.why-item h5 { font-family: 'Poppins', sans-serif; font-weight: 600; color: var(--primary); margin-bottom: 0.5rem; }

.why-item p { color: var(--muted); font-size: 0.87rem; line-height: 1.75; }

/* ====== About Page ====== */
.about-img-wrapper { position: relative; }

.about-img-wrapper img { border-radius: 16px; width: 100%; object-fit: cover; height: 420px; }

.experience-badge {
  position: absolute;
  bottom: -18px;
  right: -18px;
  background: var(--accent);
  color: var(--text-dark);
  border-radius: 14px;
  padding: 18px 22px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 8px 28px rgba(212,160,23,0.45);
}

.experience-badge .years { font-size: 2.2rem; font-weight: 800; line-height: 1; }

.experience-badge .badge-label { font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }

.value-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
  margin-bottom: 1rem;
  transition: var(--transition);
}

.value-item:hover { transform: translateX(5px); box-shadow: 0 6px 24px rgba(0,0,0,0.1); }

.value-item .v-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-item .v-icon i { font-size: 1.15rem; color: var(--accent); }

.value-item h6 { font-family: 'Poppins', sans-serif; font-weight: 600; color: var(--primary); margin-bottom: 3px; }

.value-item p { color: var(--muted); font-size: 0.85rem; margin: 0; }

.mvv-card {
  background: var(--primary);
  border-radius: 16px;
  padding: 38px 28px;
  color: var(--white);
  text-align: center;
  height: 100%;
  transition: var(--transition);
  border: 1px solid rgba(255,255,255,0.06);
}

.mvv-card:hover { transform: translateY(-6px); background: var(--secondary); }

.mvv-card .mvv-icon { font-size: 2.4rem; color: var(--accent); margin-bottom: 1rem; }

.mvv-card h4 { color: var(--accent); margin-bottom: 1rem; font-size: 1.1rem; }

.mvv-card p { color: rgba(255,255,255,0.78); font-size: 0.9rem; line-height: 1.8; margin: 0; }

/* ====== Supplies Page ====== */
.supply-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  background: var(--white);
  transition: var(--transition);
  height: 100%;
}

.supply-card:hover { transform: translateY(-6px); box-shadow: 0 12px 34px rgba(0,0,0,0.14); }

.supply-card .img-wrap {
  overflow: hidden;
  position: relative;
  height: 190px;
}

.supply-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.supply-card:hover .img-wrap img { transform: scale(1.06); }

.supply-card .cat-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--accent);
  color: var(--text-dark);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.supply-card .card-body { padding: 18px 20px; }

.supply-card .card-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: var(--primary);
  font-size: 0.92rem;
  margin-bottom: 0.4rem;
}

.supply-card .card-text { color: var(--muted); font-size: 0.83rem; margin-bottom: 1rem; line-height: 1.6; }

/* Category section headings */
.cat-section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--primary);
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.5rem;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(212,160,23,0.3);
}

.cat-section-title i { color: var(--accent); font-size: 1.2rem; }

/* ====== Services Page ====== */
.service-card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: var(--transition);
  height: 100%;
}

.service-card:hover { transform: translateY(-6px); box-shadow: 0 14px 38px rgba(0,0,0,0.15); }

.service-card .svc-img {
  position: relative;
  overflow: hidden;
  height: 230px;
}

.service-card .svc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .svc-img img { transform: scale(1.06); }

.service-card .svc-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(10,22,40,0.92), transparent);
  padding: 20px;
}

.service-card .svc-overlay .svc-icon { font-size: 2rem; color: var(--accent); }

.service-card .card-body { padding: 24px; }

.service-card .card-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--primary);
  font-size: 1.08rem;
  margin-bottom: 0.7rem;
}

.service-card .card-text { color: var(--muted); font-size: 0.88rem; line-height: 1.75; margin-bottom: 1rem; }

.svc-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.svc-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-dark);
  font-size: 0.84rem;
  margin-bottom: 7px;
}

.svc-features li i { color: var(--accent); font-size: 0.85rem; }

/* ====== Portfolio ====== */
.portfolio-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 3rem;
}

.filter-btn {
  background: var(--white);
  color: var(--text-dark);
  border: 2px solid #e3e6ea;
  padding: 8px 22px;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.87rem;
  cursor: pointer;
  transition: var(--transition);
}

.filter-btn:hover { border-color: var(--primary); color: var(--primary); }

.filter-btn.active {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.portfolio-item { margin-bottom: 24px; }

.portfolio-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  cursor: pointer;
}

.portfolio-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.portfolio-card:hover img { transform: scale(1.07); }

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,22,40,0.95) 0%, rgba(10,22,40,0.2) 50%, transparent 100%);
  opacity: 0;
  transition: var(--transition);
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

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

.portfolio-overlay h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 3px;
  font-size: 0.92rem;
}

.portfolio-overlay .cat-label {
  font-size: 0.7rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.portfolio-overlay .zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: var(--text-dark);
}

/* ====== Contact ====== */
.contact-info-card {
  background: var(--primary);
  border-radius: 16px;
  padding: 38px;
  color: var(--white);
  height: 100%;
}

.contact-info-card h4 { font-family: 'Poppins', sans-serif; color: var(--accent); margin-bottom: 0.4rem; font-size: 1.2rem; }

.contact-info-card .intro { color: rgba(255,255,255,0.65); font-size: 0.87rem; margin-bottom: 2rem; line-height: 1.7; }

.c-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 1.5rem;
}

.c-info-item .c-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: rgba(212,160,23,0.15);
  border: 1px solid rgba(212,160,23,0.3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-info-item .c-icon i { font-size: 1.1rem; color: var(--accent); }

.c-info-item .c-detail p {
  color: rgba(255,255,255,0.55);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.c-info-item .c-detail span {
  color: var(--white);
  font-size: 0.88rem;
  line-height: 1.5;
}

.contact-form-card {
  background: var(--white);
  border-radius: 16px;
  padding: 38px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.08);
}

.contact-form-card .form-label {
  font-weight: 500;
  color: var(--primary);
  font-size: 0.86rem;
  margin-bottom: 6px;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.9rem;
  color: var(--text-dark);
  background: #fafafa;
  transition: var(--transition);
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 0.18rem rgba(212,160,23,0.22);
  background: var(--white);
  outline: none;
}

.map-container {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  height: 320px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  text-align: center;
  gap: 12px;
}

.map-container i { font-size: 3rem; color: var(--accent); }

.map-container p { font-size: 0.88rem; max-width: 300px; line-height: 1.6; margin: 0; }

/* ====== CTA Section ====== */
.cta-section {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -30%;
  left: -8%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212,160,23,0.09) 0%, transparent 70%);
  pointer-events: none;
}

.cta-section h2 { font-family: 'Poppins', sans-serif; font-weight: 800; color: var(--white); }

.cta-section p { color: rgba(255,255,255,0.72); }

/* ====== Homepage: Brief Supply/Service Cards ====== */
.brief-card {
  background: var(--white);
  border-radius: 12px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  transition: var(--transition);
  height: 100%;
  border-top: 3px solid transparent;
}

.brief-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 34px rgba(0,0,0,0.13);
  border-top-color: var(--accent);
}

.brief-card .brief-icon {
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
}

.brief-card .brief-icon i { font-size: 1.45rem; color: var(--accent); }

.brief-card h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: var(--primary);
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.brief-card p { color: var(--muted); font-size: 0.83rem; line-height: 1.7; margin: 0; }

/* ====== Footer ====== */
footer { background: var(--primary); padding: 60px 0 0; }

footer .footer-brand img { height: 48px; margin-bottom: 14px; }

footer .footer-tagline {
  color: rgba(255,255,255,0.58);
  font-size: 0.86rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  color: rgba(255,255,255,0.65);
  margin-right: 8px;
  transition: var(--transition);
  font-size: 0.88rem;
}

footer .footer-social a:hover { background: var(--accent); color: var(--text-dark); }

footer .footer-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: var(--white);
  font-size: 0.92rem;
  margin-bottom: 1.2rem;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(212,160,23,0.35);
  display: inline-block;
  width: 100%;
}

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

footer .footer-links li { margin-bottom: 8px; }

footer .footer-links a {
  color: rgba(255,255,255,0.6);
  font-size: 0.86rem;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

footer .footer-links a:hover { color: var(--accent); padding-left: 4px; }

footer .footer-links a::before { content: '›'; color: var(--accent); }

footer .f-contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  align-items: flex-start;
}

footer .f-contact-item i { color: var(--accent); font-size: 0.92rem; margin-top: 3px; min-width: 16px; }

footer .f-contact-item span { color: rgba(255,255,255,0.62); font-size: 0.84rem; line-height: 1.6; }

footer .footer-bottom {
  margin-top: 50px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.07);
}

footer .footer-bottom p { color: rgba(255,255,255,0.45); font-size: 0.8rem; margin: 0; }

/* ====== Utilities ====== */
.bg-primary-custom { background-color: var(--primary); }
.bg-light-custom { background-color: var(--bg-light); }
.text-accent { color: var(--accent) !important; }
.text-primary-custom { color: var(--primary) !important; }
.text-muted-custom { color: var(--muted); }

/* ====== Language Toggle ====== */
.lang-switcher { display: flex; align-items: center; }

.lang-toggle-btn {
  background: transparent;
  border: 1.5px solid rgba(212,160,23,0.6);
  color: var(--accent);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  padding: 5px 13px;
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: 0.8px;
  line-height: 1;
}

.lang-toggle-btn:hover {
  background: var(--accent);
  color: var(--text-dark);
  border-color: var(--accent);
}

/* ====== Responsive ====== */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: rgba(10,22,40,0.98);
    padding: 14px 16px;
    border-top: 1px solid rgba(255,255,255,0.07);
    margin-top: 10px;
    border-radius: 0 0 12px 12px;
  }

  .experience-badge { right: 0; bottom: -14px; }

  .hero-stats { gap: 1.5rem; }
}

@media (max-width: 767.98px) {
  .section-pad { padding: 60px 0; }

  .hero-carousel .carousel-item { min-height: auto; }

  .hero-carousel .slide-content { padding: 110px 0 60px; }

  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next { display: none; }

  .hero-stats { flex-wrap: wrap; gap: 1rem; }

  .hero-stats .stat-item { flex: 1 1 40%; }

  .contact-info-card,
  .contact-form-card { padding: 24px; }

  .mvv-card { padding: 28px 20px; }

  .about-img-wrapper img { height: 280px; }
}

@media (max-width: 575.98px) {
  .portfolio-filters { gap: 8px; }

  .filter-btn { padding: 6px 15px; font-size: 0.82rem; }

  .hero-carousel .hero-desc { font-size: 0.95rem; }
}
