/* Minas Yapı — Brand Overrides */
:root {
  --minas-red: #ed1c24;
  --minas-black: #0a0a0a;
  --minas-gray: #6b6b6b;
  --minas-light: #f5f5f5;
  --minas-white: #ffffff;
}

.header-area .header-inner-box .logo a.navbar-brand {
  display: inline-flex;
  align-items: center;
}

.header-area .header-inner-box .logo img {
  max-height: 42px;
  width: auto;
}

.theme-btn {
  background: var(--minas-red);
  border-color: var(--minas-red);
  color: var(--minas-white);
}

.theme-btn:hover {
  background: var(--minas-black);
  border-color: var(--minas-black);
  color: var(--minas-white);
}

#home-2 .single-slide-item h1 span {
  color: var(--minas-red);
}

/* Soft fade for hero slider */
#home-2.owl-carousel .owl-item {
  transition: opacity 1.6s ease-in-out;
}

#home-2.owl-carousel .owl-item.active {
  opacity: 1;
}

#home-2 .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
}

#home-2 .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 6px;
}

#home-2 .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  transition: background 0.4s ease, transform 0.4s ease;
}

#home-2 .owl-dots .owl-dot.active span {
  background: var(--minas-red);
  transform: scale(1.2);
}

.featured-badge {
  display: inline-block;
  background: var(--minas-red);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 16px;
  margin-bottom: 16px;
}

.minas-project-card {
  position: relative;
  overflow: hidden;
  height: 560px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.minas-project-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.15) 0%, rgba(10, 10, 10, 0.85) 100%);
  z-index: 1;
}

.minas-project-card .project-body {
  position: relative;
  z-index: 2;
  padding: 40px;
  color: #fff;
  width: 100%;
}

.minas-project-card .project-body h3 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 12px;
}

.minas-project-card .project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 18px 0 24px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.minas-project-card .project-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.minas-project-card .project-meta i {
  color: var(--minas-red);
}

.minas-project-card.is-featured {
  height: 560px;
}

.minas-project-card .theme-btn {
  margin-top: 8px;
  padding: 12px 22px;
  font-size: 13px;
  line-height: 1.2;
}

.minas-detail-box {
  padding: 36px 32px;
  background: var(--minas-light);
  border-left: 3px solid var(--minas-red);
  height: 100%;
}

.minas-detail-box .detail-label {
  display: inline-block;
  color: var(--minas-red);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.minas-detail-box h4 {
  font-size: 28px;
  margin-bottom: 14px;
  color: var(--minas-black);
}

.minas-detail-box p {
  margin-bottom: 18px;
}

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

.minas-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  line-height: 1.5;
}

.minas-checklist li i {
  color: var(--minas-red);
  font-size: 18px;
  line-height: 1.4;
  flex-shrink: 0;
}

.minas-arsa-section {
  background: var(--minas-black);
}

.minas-arsa-section .section-title h2,
.minas-arsa-section p,
.minas-arsa-section .minas-checklist li {
  color: rgba(255, 255, 255, 0.85);
}

.minas-arsa-section .section-title h2 {
  color: #fff;
}

.minas-arsa-section .subtitle {
  color: var(--minas-red) !important;
}

.minas-arsa-section .minas-checklist li i {
  color: var(--minas-red);
}

.minas-form-wrap {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 36px 32px;
}

.minas-form-wrap.is-light {
  background: var(--minas-light);
  border: none;
}

.minas-form-wrap input,
.minas-form-wrap textarea,
.minas-form-wrap select {
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  color: var(--minas-black);
  font-size: 15px;
  font-family: inherit;
  padding: 16px 18px;
  outline: none;
  transition: border-color 0.3s;
}

.minas-form-wrap textarea {
  resize: vertical;
  min-height: 120px;
}

.minas-form-wrap input:focus,
.minas-form-wrap textarea:focus,
.minas-form-wrap select:focus {
  border-color: var(--minas-red);
}

.minas-form-wrap select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b6b6b' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  cursor: pointer;
}

.minas-form-wrap .theme-btn {
  border: none;
  cursor: pointer;
}

.minas-contact-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.minas-contact-item .label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--minas-red);
  margin-bottom: 6px;
}

.footer-section .footer-info .single-info a,
#footer-2 .single-contact-info a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.footer-section .footer-info .single-info a:hover,
#footer-2 .single-contact-info a:hover {
  color: var(--minas-red);
}

.minas-contact-item a {
  display: block;
  font-size: 18px;
  color: var(--minas-black);
  line-height: 1.5;
  margin: 0 0 6px;
}

.minas-contact-item a:hover {
  color: var(--minas-red);
}

.about-section .about-inner .video-content-wrap {
  background-size: cover;
  background-position: center;
  min-height: 420px;
}

#about-2 .video-content-wrap img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  #about-2 .video-content-wrap img {
    height: 300px;
  }
}

.loader-wrap-heading .load-text span {
  color: #fff;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: inherit;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-wrap .loader-wrap-heading .load-text img {
  max-width: 280px;
  width: 60vw;
  height: auto;
  display: block;
  animation: minas-loader-pulse 1.2s ease-in-out infinite alternate;
}

@media only screen and (max-width: 767px) {
  .loader-wrap .loader-wrap-heading .load-text img {
    max-width: 180px;
  }
}

@keyframes minas-loader-pulse {
  from {
    opacity: 0.55;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Footer — dark background, readable white text */
.footer-section {
  background-color: var(--minas-black) !important;
  background-image: none;
  color: #fff;
}

.footer-section .footer-title span.subtitle {
  color: var(--minas-red);
}

.footer-section .footer-title span.title {
  color: #fff;
}

.footer-section .footer-info .single-info span,
.footer-section .footer-info .single-info span.bold-text {
  color: rgba(255, 255, 255, 0.85);
}

.footer-section .footer-info .single-info span.title {
  color: #fff;
}

.footer-section .footer-info .single-info span.title:before {
  background: var(--minas-red);
}

#footer-2.footer-section {
  background-color: var(--minas-black) !important;
  background-image: url("../img/breadcrumb/about-bg.jpg") !important;
  background-size: cover;
  background-position: center;
}

#footer-2.footer-section::before {
  background: #0a0a0a;
  opacity: 0.72;
}

#footer-2 .single-contact-info p,
#footer-2 .single-contact-info .p-xl {
  color: rgba(255, 255, 255, 0.85) !important;
}

.footer-section .section-title h1 span {
  color: var(--minas-red);
}

.footer-bottom {
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom .copyright-wrap {
  color: rgba(255, 255, 255, 0.55);
}

.footer-bottom .social-wrap ul li a i {
  color: rgba(255, 255, 255, 0.7);
}

.section-tagline span {
  color: var(--minas-gray);
}

.minas-about-img {
  overflow: hidden;
}

.minas-about-img img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .minas-about-img img {
    height: 320px;
  }
}

.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-60 { margin-top: 60px; }

.minas-gallery-label {
  padding: 18px 24px;
  background: var(--minas-black);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.minas-gallery-label span {
  color: #fff;
}

.minas-gallery-label span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--minas-red);
  margin-right: 12px;
  vertical-align: middle;
}

.minas-gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.minas-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.minas-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.25);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.minas-gallery-item:hover img {
  transform: scale(1.06);
}

.minas-gallery-item:hover::after {
  opacity: 1;
}

#project-2 .single-project-item .project-img {
  position: relative;
  overflow: hidden;
}

#project-2 .single-project-item .project-img img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

#project-2 .single-project-item:hover .project-img img {
  transform: scale(1.04);
}

.portfolio-details .title {
  display: block;
  font-size: 56px;
  line-height: 1.15;
  color: var(--minas-black);
  margin: 10px 0 18px;
}

.portfolio-details .sub-title {
  color: var(--minas-red);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.project-details-inner .section-title .title {
  display: block;
  font-size: 42px;
  margin-top: 8px;
}

.project-details-inner .section-title .sub-title {
  color: var(--minas-red);
}

.pl-60 {
  padding-left: 60px;
}

@media (max-width: 991px) {
  .pl-60 {
    padding-left: 0;
  }

  .portfolio-details .title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .minas-project-card,
  .minas-project-card.is-featured {
    height: 420px;
  }

  .minas-project-card .project-body h3 {
    font-size: 28px;
  }

  .header-area .header-inner-box .logo img {
    max-height: 34px;
  }

  .minas-form-wrap,
  .minas-detail-box {
    padding: 28px 20px;
  }

  .minas-detail-box h4 {
    font-size: 22px;
  }
}

/* Header sticky fix */
.header-area {
  position: relative;
  z-index: 99999;
  width: 100%;
  background: #fff;
}

.header-area #header-sticky.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: 0 4px 20px rgba(36, 38, 40, 0.08);
  animation: none;
  z-index: 99999;
  transform: none !important;
}

/* Compact shared footer */
#footer-2.footer-section {
  height: auto !important;
  min-height: 0;
  padding: 70px 0 60px !important;
  background-image: url("../img/breadcrumb/about-bg.jpg") !important;
  background-size: cover;
  background-position: center;
}

#footer-2.footer-section::before {
  background: #0a0a0a;
  opacity: 0.78;
}

#footer-2 .footer-content-wrap h1 {
  font-size: 48px !important;
  line-height: 1.15 !important;
  letter-spacing: -1px !important;
  margin-top: 12px !important;
}

#footer-2 .footer-content-wrap p {
  font-size: 16px;
  margin-top: 14px;
}

#footer-2 .contact-info-wrap {
  margin-top: 10px;
}

#footer-2 .single-contact-info {
  margin-bottom: 18px;
}

#footer-2 .single-contact-info .p-xl {
  font-size: 18px !important;
}

#footer-2 .single-contact-info p {
  font-size: 15px !important;
}

#footer-2 .theme-btn {
  margin-top: 24px !important;
  padding: 16px 28px;
}

.footer-bottom {
  padding-top: 18px;
  padding-bottom: 18px;
}

@media (max-width: 767px) {
  #footer-2.footer-section {
    padding: 50px 0 40px !important;
  }

  #footer-2 .footer-content-wrap h1 {
    font-size: 32px !important;
  }

  #footer-2 .contact-info-wrap {
    margin-top: 30px;
  }
}

/* SEO page H1 (homepage) */
.page-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Footer CTA was h1 — keep look as h2 */
#footer-2 .footer-cta-title,
#footer-2 h2.footer-cta-title {
  font-size: 48px !important;
  line-height: 1.15 !important;
  letter-spacing: -1px !important;
  margin-top: 12px !important;
  font-weight: 400;
  color: #fff;
}

#footer-2 .footer-cta-title span {
  color: var(--minas-red);
}

.portfolio-details h1.title {
  display: block;
  margin: 10px 0 18px;
}

.project-details-inner h2.title {
  display: block;
  margin-top: 8px;
}

@media (max-width: 767px) {
  #footer-2 .footer-cta-title,
  #footer-2 h2.footer-cta-title {
    font-size: 32px !important;
  }
}

#home-2 .single-slide-item h2 {
  /* match former h1 hero styles */
}
#home-2 .hero-area-content h2 {
  color: #fff;
}

/* Hero slider titles (h2 keeps h1 look) */
#home-2 .single-slide-item h2 {
  font-size: 80px;
  line-height: 1.05;
  letter-spacing: -2px;
  color: #fff;
  font-weight: 400;
}
#home-2 .single-slide-item h2 span {
  color: var(--minas-red);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-2 .single-slide-item h2 { font-size: 60px; }
}
@media (max-width: 767px) {
  #home-2 .single-slide-item h2 {
    font-size: 36px;
    line-height: 1.15;
    letter-spacing: -1px;
  }
}

/* Neden Minas — flush to project cards, title spacing */
#projeler.project-section {
  padding-bottom: 0;
}
#service-2.section-padding {
  padding-top: 0;
}
#service-2 .section-title h2 {
  padding-top: 60px;
}
