body {
  background: #0f0f0f !important;
  color: #eee;
  padding-top: 70px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
}

/* Global section padding */
section,
.section,
.container.section-title {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}

/* Headings - consistent style and margin */
h1,
h2,
.services-title,
#journal h1,
.lets-talk-heading {
  color: #fafafa;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 5px;
}

h3,
h4,
h5,
h6,
.service-cat,
.portfolio-info h4 {
  color: #fafafa;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
}

/* Paragraphs and text */
p,
section p,
.journal-text,
.lets-talk-desc {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 1.11rem;
  color: #eee;
  line-height: 1.6;
}

/* Lists in sections */
section ul,
section ol {
  padding-left: 25px;
  margin-top: 0;
  margin-bottom: 18px;
  color: #eee;
}

/* Navbar Brand */
.navbar-brand {
  letter-spacing: 2px;
  margin-right: 2rem; /* adjust for right space */
}

/* Sidebar icon styling */
.position-fixed a {
  background: rgba(30, 30, 30, 0.8);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s;
  color: #eee;
}
.position-fixed a:hover {
  background: #333;
  color: #0f0;
}

/* Home Section */
#home {
  position: relative;
  height: 90vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 70px;
}
#home h1 {
  margin-left: -25%;
  font-weight: 900;
  font-size: 14rem;
  line-height: 1.1;
  color: #e5e5e5;
  margin-top: 10px;
  margin-bottom: 0;
}
#home img {
  position: absolute;
  top: 15px;
  right: 2%;
  border: 8px solid white;
  background: #222;
  transform: rotate(5deg);
  z-index: 10;
  max-width: 320px;
  height: auto;
}

/* Responsive for home */
@media (max-width: 1200px) {
  #home h1 {
    font-size: 8rem;
    margin-left: 0;
  }
  #home img {
    right: 2%;
    max-width: 220px;
  }
}
@media (max-width: 768px) {
  #home {
    flex-direction: column !important;
    text-align: center;
    height: auto;
    padding-top: 40px;
  }
  #home h1 {
    margin-left: 0;
    font-size: 3.4rem;
  }
  #home img {
    position: static !important;
    margin-top: 2rem;
    max-width: 80%;
    transform: rotate(0deg) !important;
    top: auto;
    right: auto;
  }
}

/* Card */
.card {
  background: #181818;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s;
}
.card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.5);
}
.card-img-top {
  border-radius: 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  object-fit: cover;
}
.card-title {
  font-size: 2rem;
  color: #fafafa;
  margin-bottom: 0.5rem;
}
.card-text {
  color: #bbb;
  font-size: 1.1rem;
}
.row.g-4 {
  gap: 2.5rem 0;
}
@media (max-width: 768px) {
  .card-title {
    font-size: 1.3rem;
  }
  .card-img-top {
    height: 180px;
  }
}

/* About Section */
#about {
  margin-bottom: 4rem;
}
#about h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fafafa;
  letter-spacing: 1px;
}
#about img {
  border: 8px solid #fff;
  background: #222;
  transform: rotate(-2deg);
  margin-bottom: 0;
}
#about .fs-4 {
  color: #e9e9e9;
  font-size: 1.17rem;
  margin-bottom: 2px;
  line-height: 1.7;
}
#about .btn {
  padding: 0.7em 2em;
  font-size: 1.08rem;
  font-weight: 500;
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
}

/* Services Section */
#services {
  background: #0f0f0f;
  color: #fff;
}
.services-title {
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: 5px;
  margin-bottom: 48px;
  margin-left: 10px;
}
.service-block {
  padding-bottom: 14px;
  border-bottom: 1px solid #272727;
  margin-bottom: 24px;
}
.service-cat {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 13px;
  color: #fff;
}
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.service-pill {
  display: inline-block;
  background: #222;
  color: #fff;
  border-radius: 28px;
  font-size: 1.15rem;
  font-weight: 600;
  padding: 9px 30px;
  margin-bottom: 6px;
  letter-spacing: 1px;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 12px #1115;
}
.service-pill:hover {
  background: #fff;
  color: #222;
}

/* Brand partners logos */
.services-logo-strip {
  /* border-top: 1.5px solid #232323; */
  margin-top: 32px;
  padding-top: 32px;
  text-align: center;
}

.logo-img {
  height: 68px;
  width: auto;
  /* filter: brightness(100) grayscale(1) contrast(1.5); */
  opacity: 0.98;
  margin: 0 16px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

@media (max-width: 991px) {
  .services-title {
    font-size: 2.2rem;
  }
  .service-cat {
    font-size: 1.3rem;
  }
  .service-pill {
    font-size: 1rem;
    padding: 8px 18px;
    margin: 10px 5px;
  }
  .logo-img {
    height: 32px;
    margin: 0 12px;
  }
}

@media (max-width: 575px) {
  .services-title {
    font-size: 1.3rem;
  }
  .service-cat {
    font-size: 1rem;
  }
  .services-logo-strip {
    padding-top: 14px;
  }
  .logo-img {
    height: 22px;
    margin: 0 6px;
  }
  .service-block {
    padding-bottom: 9px;
    margin-bottom: 15px;
  }
  .service-tags {
    gap: 9px;
  }
}

/* Contact Section */
.contact-section {
  background: #181818;
  color: #fff;
  min-height: 75vh;
  position: relative;
}
.lets-talk-heading {
  font-size: 3.4rem;
  letter-spacing: 2px;
  font-weight: 900;
}
.lets-talk-desc {
  font-size: 1.14rem;
  color: #e4e4e4;
  max-width: 620px;
  line-height: 1.6;
}
.contact-btn {
  font-size: 1.15rem;
  border-width: 2px;
  border-radius: 50px;
  padding: 12px 48px;
  font-weight: 700;
  transition: background 0.22s, color 0.22s;
}
.contact-btn:hover,
.contact-btn:focus {
  background: #fff !important;
  color: #181818 !important;
  border-color: #fff !important;
  box-shadow: 0 2px 16px #ffd76655;
  text-decoration: none;
}

/* Footer */
.footer {
  background: transparent;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  opacity: 0.85;
  border-top: 2px solid #ffe87c33;
  margin-top: 40px;
}
.footer-links .footer-link,
.footer-links .footer-link:visited,
.footer-links .footer-link:active {
  color: #fff !important;
  text-decoration: none !important;
}
.footer-links .footer-link:hover {
  color: #88857a !important;
  opacity: 1;
  text-decoration: none !important;
}
.footer-brand {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1.4px;
}

/* Responsive Footer */
@media (max-width: 767px) {
  .lets-talk-heading {
    font-size: 2.1rem;
  }
  .lets-talk-desc {
    font-size: 1rem;
  }
  .contact-btn {
    font-size: 1rem;
    padding: 8px 28px;
  }
  .footer-brand {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .lets-talk-heading {
    font-size: 1.2rem;
  }
}

/* Portfolio Section */

.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio .portfolio-filters li span.service-pill {
  display: inline-block;
  background: #484646;
  color: #fff;
  border: 2px solid #555;
  padding: 0.6rem 1.2rem;
  margin: 0 0.4rem;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 0.3s;
  user-select: none;
}

.portfolio .portfolio-filters li span.service-pill:hover {
  background: #fff;
  color: #222;
}

.portfolio .portfolio-filters li.filter-active span.service-pill {
  background: #fff;
  color: #222;
}
@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    margin: 5px 5px;
  }
  .portfolio .portfolio-filters li span.service-pill {
    font-size: 1rem;
    padding: 8px 18px;
    margin: 5px 5px;
  }
}
/*  */
.portfolio .portfolio-content {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-content img {
  transition: 0.3s;
}

.portfolio .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.portfolio .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  background-color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.portfolio .portfolio-content .portfolio-info .preview-link,
.portfolio .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.portfolio .portfolio-content .portfolio-info .preview-link:hover,
.portfolio .portfolio-content .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.portfolio .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-content:hover img {
  transform: scale(1.1);
}

/* Glightbox video player container */
.glightbox-container .glightbox-video {
  max-width: 100vw;
  max-height: 80vh;
  margin: 0 auto;
  display: block;
}

/* Video element full size */
.glightbox-container .glightbox-video video {
  width: 100% !important;
  height: auto !important;
  display: block;
}

/* Play icon size */
.portfolio-info .preview-link i.bi-play-circle {
  font-size: 36px;
  color: #fff;
  transition: color 0.3s ease;
}

.portfolio-info .preview-link:hover i.bi-play-circle {
  color: var(--accent-color);
}

/* ==== Global Section Spacing and Typography ==== */
section,
.section,
.container.section-title {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}

section h1,
section h2,
section h3,
.section-title h2,
.services-title,
#journal h1,
.lets-talk-heading {
  margin-top: 0;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.2;
  font-weight: 800;
}

section h4,
section h5,
section h6,
.portfolio-info h4,
.service-cat {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.2;
}

section p,
section .journal-text,
section .lets-talk-desc,
section span,
.service-block p {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 1.11rem;
}

section ul,
section ol {
  margin-top: 0;
  margin-bottom: 18px;
  padding-left: 25px;
}
