body{
font-family:Playfair Display,sans-serif;
color:#333;
overflow-x: hidden;
}

.section{
padding:100px 0;
}

.grey{
background:#f3f1ee;
}


.overlay-text{
color:white;
text-shadow:0 3px 10px rgba(0,0,0,.6);
}

/* Navbar Styling */
.nav-custom {
  background: #ffffff;
  padding: 15px 0;
  transition: 0.3s;
}

.logo {
  height: 55px;
}

.navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333 !important;
  margin: 0 15px;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #000;
}

/* HERO SECTION */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* Video container */
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Make iframe cover full screen */
.video-background iframe {
  width: 100vw;
  height: 56.25vw; /* 16:9 ratio */
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none; /* Disable clicks */
}

/* Dark overlay */
.hero-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 120px;
  text-align: center;
}

/* Text */
.hero-text p {
  color: #fff;
  font-size: 24px;
  max-width: 900px;
  font-style: italic;
  line-height: 1.6;
  padding: 0 0px;
}
/* Tablet */
@media (max-width: 991px) {

  .hero-overlay {
    padding-bottom: 90px;
  }

  .hero-text p {
    font-size: 22px;
  }

}

/* Mobile */
@media (max-width: 576px) {

  .hero {
    height: 80vh;
  }

  .hero-overlay {
    padding-bottom: 60px;
  }

  .hero-text p {
    font-size: 18px;
    line-height: 1.5;
  }

}

/* Mobile Responsive */
@media (max-width: 991px) {
  .navbar-collapse {
    background: #fff;
    padding: 20px;
  }

  .navbar-nav .nav-link {
    margin: 10px 0;
    text-align: center;
  }

  .hero-text p {
    font-size: 18px;
  }
}
.more-text {
  display: none;
}

.section-text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.custom-btn {
  background: transparent;
  border: 1px solid #bfa37a;
  padding: 8px 18px;
  cursor: pointer;
  margin-top: 15px;
  transition: 0.3s;
}

.custom-btn:hover {
  background: #bfa37a;
  color: #fff;
}
.grid-img{
width:100%;
height:220px;
object-fit:cover;
}

.img-card{
position:relative;
overflow:hidden;
}

.img-card img{
width:100%;
height:350px;
object-fit:cover;
}

.img-card span{
position:absolute;
bottom:20px;
left:20px;
color:white;
font-size:22px;
font-family:Playfair Display;
}

.team-img{
width:100%;
height:320px;
object-fit:cover;
}

@media(max-width:768px){

.hero{
height:70vh;
}

.section{
padding:60px 0;
}

.img-card img{
height:250px;
}

}

/* WHO WE ARE SECTION */
.who-section {
  padding: 100px 0;
  /*background: #f4f4f4;*/
}

.section-title {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.section-text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 40px;
  text-align: justify;
}


.custom-btn {
  display: inline-block;
  padding: 14px 50px;
  background: #a8a89f;
  color: #fff;
  text-decoration: none;
  letter-spacing: 3px;
  font-size: 12px;
  transition: 0.3s;
}

.custom-btn:hover {
  background: #8c8c85;
  color: #fff;
}

/* Image */
.image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .who-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 32px;
  }

  .content-side {
    margin-bottom: 40px;
    text-align: center;
  }

  .custom-btn {
    padding: 12px 35px;
  }
}


.work-section {
  padding: 30px 0;
  background: #f3f1ee;;
}

.section-title {
  font-size: 36;
  font-weight: 400;
  letter-spacing: 2px;
}

.section-subtitle {
  color: #777;
  margin-top: 15px;
  font-size: 16px;
}

/* Filter Buttons */
.filter-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.filter-btn {
  border: none;
  background: transparent;
  padding: 8px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #777;
  transition: 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
  background: #a8a89f;
  color: #fff;
}

/* Grid Images */
.grid-img {
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.gallery-item {
  transition: 0.4s ease;
}

/* Responsive */
@media (max-width: 991px) {
  .section-title {
    font-size: 32px;
  }

  .grid-img {
    height: 220px;
  }
}

/* Section */
.creative-section {
  padding: 100px 0 0;
  background: #ffffff;
}

/* Heading */
.creative-heading {
  margin-bottom: 50px;
  padding-left: 20px;
}

.creative-heading h2 {
  font-size: 36;
  font-weight: 400;
  letter-spacing: 2px;
  margin-right: 20px;
}

.creative-heading .since {
  font-size: 20px;
  color: #777;
}

/* Cards */
.creative-card {
  position: relative;
  overflow: hidden;
  height: 520px;
      margin: 5px;
}

.creative-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

/* Dark overlay */
.creative-card .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  transition: 0.4s;
}

/* Text */
.creative-text {
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 700;
}

.creative-text small {
  font-size: 18px;
  letter-spacing: 1px;
}

/* Hover effect */
.creative-card:hover img {
  transform: scale(1.05);
}

.creative-card:hover .overlay {
  background: rgba(0,0,0,0.55);
}

/* Responsive */
@media (max-width: 991px) {

  .creative-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .creative-heading h2 {
    font-size: 32px;
  }

  .creative-card {
    height: 400px;
  }

  .creative-text {
    font-size: 24px;
  }

}
/* Section Background */
.marketing-section {
  background-color: #f3f1ee;
  padding: 80px 0;
}

/* Title Styling */


.section-title h2 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

.section-title .since {
  font-size: 18px;
  font-weight: 400;
  color: #777;
  margin-left: 10px;
}


/* Card Design */
.marketing-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.marketing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

/* Image Styling */
.marketing-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Card Title */
.marketing-card h5 {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
  color: #333;
  padding: 0 15px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {

  .marketing-card img {
    height: 200px;
  }
  .section-title h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .section-title .since {
    display: block;      /* moves below only on small screens */
    margin-left: 0;
    margin-top: 5px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .marketing-card img {
    height: 180px;
  }
}

/* Section Styling */
.group-companies {
  background-color: #ffffff;;
  padding: 80px 0;
}

/* Heading */
.group-title {
  font-family: 'Times New Roman', serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 60px;
  color: #3a3a3a;
}

/* Card */
.company-card {
  background: #f3f3f3;
  border-radius: 4px;
  text-align: center;
  transition: 0.3s ease;
}

.company-card img {
  width: 100%;
  object-fit: contain;
}

/* Hover Effect */
.company-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 992px) {
  .group-title {
    font-size: 36px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .group-title {
    font-size: 30px;
  }

  .company-card img {
    height: 180px;
  }
}

@media (max-width: 576px) {
  .group-title {
    font-size: 24px;
  }

  .company-card img {
    height: 150px;
  }
}

.associates{
 background-color: #f3f1ee;
  padding: 80px 0;
}
/* Section Wrapper */
.clientele-section {
  background-color: #ffffff;
}

/* Left Text Area */
.clientele-text {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 80px 60px;
}

.content-wrapper h2 {
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 30px;
  color: #3a3a3a;
}

.content-wrapper p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
}

/* Right Image */
.clientele-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 40px;
}

/* Logos Section */
.client-logos {
  padding: 60px 0;
  background-color: #e9e6e2;
}

.client-logos img {
  max-width: 140px;
  width: 100%;
  opacity: 0.6;
  transition: 0.3s ease;
}

.client-logos img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
  .clientele-text {
    padding: 60px 40px;
  }

  .content-wrapper h2 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .clientele-text {
    padding: 50px 25px;
  }

  .content-wrapper h2 {
    font-size: 30px;
  }

  .clientele-image img {
    height: 350px;
  }
}

@media (max-width: 576px) {
  .content-wrapper h2 {
    font-size: 24px;
  }

  .client-logos img {
    max-width: 110px;
  }
}
/* Section Background */
.founder-section {
  background-color: #ffffff;
  padding: 100px 0;
}

/* Heading */
.founder-content h2 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #3a3a3a;
}

/* Name */
.founder-name {
  font-family: 'Times New Roman', serif;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* Role */
.founder-role {
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 30px;
  color: #666;
}

/* Paragraphs */
.founder-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

/* Button */
.btn-know-more {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 35px;
  background-color: #9d9a92;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  transition: 0.3s ease;
}

.btn-know-more:hover {
  background-color: #7f7b72;
}

/* Image Frame */
.founder-image {
  background: #ffffff;
  padding: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  display: inline-block;
}

.founder-image img {
  width: 100%;
  max-width: 350px;
  height: auto;
}

/* Responsive */
@media (max-width: 992px) {
  .founder-section {
    padding: 80px 0;
  }

  .founder-content h2 {
    font-size: 36px;
  }

  .founder-name {
    font-size: 28px;
  }

  .founder-role {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .founder-content {
    margin-bottom: 40px;
  }

  .founder-content h2 {
    font-size: 28px;
  }

  .founder-name {
    font-size: 22px;
  }
}
.custom-team-section {
    padding: 80px 0;
    background: #f5f3ef;
    text-align: center;
}

.custom-team-title {
    font-size: 36px;
    letter-spacing: 3px;
    margin-bottom: 40px;
    font-weight: 400;
}

.custom-team-filter {
    margin-bottom: 50px;
}

.custom-filter-btn {
    background: transparent;
    border: none;
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    transition: 0.3s;
}

.custom-filter-btn.active {
    background: #d6d3ce;
}

.custom-team-grid {
    display: flex;
    justify-content: center;
    gap: 60px;
    position: relative;
}

/* Card base */
.custom-team-card {
    width: 300px;
    transition: 0.4s ease;
    position: relative;
    z-index: 1;
}

/* Image styling */
.custom-team-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    filter: sepia(100%);
    transition: 0.4s ease;
}

.custom-team-info {
    margin-top: 20px;
}

.custom-team-role {
    font-style: italic;
    font-size: 14px;
    color: #666;
}

.custom-team-name {
    font-size: 18px;
    letter-spacing: 2px;
    margin: 10px 0;
}

.custom-team-social {
    font-size: 12px;
    letter-spacing: 2px;
    color: #777;
}

/* Animation */
.custom-team-card.hide {
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
    position: absolute;
}

.custom-team-card.show {
    opacity: 1;
    transform: scale(1);
    position: relative;
}
/* Hover effect */
.custom-team-card:hover {
    transform: translateY(-20px) scale(1.05);
    z-index: 10; /* THIS MAKES IT COME ABOVE OTHER CARDS */
}

.custom-team-card:hover img {
    filter: sepia(0%);
}

/* DESKTOP HOVER OVERLAP */
@media (min-width: 992px) {

    .custom-team-card:hover {
        transform: translateY(-25px) scale(1.05);
        z-index: 10;
    }

    .custom-team-card:hover img {
        filter: sepia(0%);
    }

}

/* TABLET */
@media (max-width: 991px) {

    .custom-team-grid {
        gap: 40px;
    }

    .custom-team-card {
        width: 45%;
    }

    .custom-team-img img {
        height: 360px;
    }

}

/* MOBILE */
@media (max-width: 576px) {

    .custom-team-title {
        font-size: 28px;
    }

    .custom-team-card {
        width: 100%;
    }

    .custom-team-img img {
        height: 320px;
    }

    .custom-team-info {
        text-align: center;
    }

}

/* Section */
.lux-contact-section {
    background: #ffffff;
    padding: 80px 0;
    font-family: 'Georgia', serif;
    color: #4a4a4a;
}

.lux-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* Grid Layout */
.lux-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

/* Title */
.lux-title {
    font-size: 36px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    font-weight: 400;
}

/* Text */
.lux-desc {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Image */
.lux-contact-image img {
    width: 100%;
    margin-top: 30px;
}

/* FORM */
.lux-form-group {
    margin-bottom: 30px;
}

.lux-form-group input,
.lux-form-group textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    background: transparent;
    padding: 10px 0;
    font-size: 13px;
    letter-spacing: 2px;
    outline: none;
    font-family: inherit;
}

.lux-form-group textarea {
    height: 80px;
    resize: none;
}

/* Button */
.lux-btn {
    background: #9a988f;
    border: none;
    padding: 12px 40px;
    color: #fff;
    letter-spacing: 2px;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s ease;
}

.lux-btn:hover {
    background: #7f7c73;
}

/* Contact Info */
.lux-contact-info {
    margin-top: 60px;
}

.lux-contact-info h3 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 400;
}

.lux-contact-info h4 {
    margin-top: 20px;
    font-weight: 500;
}

.lux-italic {
    font-style: italic;
    margin-bottom: 10px;
}

/* Instagram */
.lux-instagram {
    text-align: center;
    margin-top: 100px;
}

.lux-instagram h4 {
    letter-spacing: 5px;
    font-weight: 400;
    margin-bottom: 10px;
}

.lux-instagram p {
    font-style: italic;
    color: #777;
}

/* ========================= */
/* RESPONSIVE DESIGN */
/* ========================= */

/* Tablet */
@media (max-width: 991px) {

    .lux-contact-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .lux-contact-image img {
        max-height: 500px;
        object-fit: cover;
    }

}

/* Mobile */
@media (max-width: 576px) {

    .lux-title {
        font-size: 30px;
    }

    .lux-btn {
        width: 100%;
    }

    .lux-instagram {
        margin-top: 60px;
    }

}

.lux-footer {

    background: #ffffff;
    color: #5a5a5a;
    position: relative;
}

/* Top Section */
.lux-footer-top {
    padding: 70px 0;
}

.lux-footer-container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

/* Left */
.lux-footer-left {
    text-align: center;
}

.lux-footer-left h4 {
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 20px;
}

/* Social Icons */
.lux-social-icons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 20px;
}

.lux-social-icons a {
    color: #777;
    font-size: 14px;
    transition: 0.3s;
}

.lux-social-icons a:hover {
    color: #000;
}

/* Email */
.lux-email {
    font-style: italic;
    font-size: 14px;
}

/* Divider */
.lux-divider {
    width: 1px;
    height: 120px;
    background: #d5d2cc;
}

/* Right Logo */
.lux-footer-right img {
    max-width: 220px;
}

/* Bottom */
.lux-footer-bottom {
    text-align: center;
    padding: 15px 0;
    font-size: 13px;
    background: #e5e2dc;
    letter-spacing: 1px;
}

/* Scroll Top */
.lux-scroll-top {
    position: absolute;
    right: 20px;
    bottom: 20px;
    border: 1px solid #ccc;
    background: #f5f3ef;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.lux-scroll-top:hover {
    background: #ddd;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

/* Tablet */
@media (max-width: 991px) {

    .lux-footer-container {
        flex-direction: column;
        gap: 40px;
    }

    .lux-divider {
        display: none;
    }

}

/* Mobile */
@media (max-width: 576px) {

    .lux-footer-top {
        padding: 50px 0;
    }

    .lux-footer-right img {
        max-width: 180px;
    }

    .lux-scroll-top {
        right: 15px;
        bottom: 15px;
    }

}/* Beige strip between Instagram & Footer */
.lux-bottom-strip {
    width: 100%;
    height: 80px;
    background: #e6e2db; /* slightly darker beige */
}

.what-we-do{
  background:#ffffff;
  margin-bottom: 30px;
 
}

.container{
  max-width:1200px;
  margin:auto;
}

.section-titles{
  text-align:center;
  font-size:36px;
  letter-spacing:4px;
  margin-bottom:60px;
  color:#555;
}

.services-wrapper{
  display:flex;
}

.service-col{
  flex:1;
  padding:0 40px;
  position:relative;
}

/* vertical shadow divider */
.service-col:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:0;
  height:100%;
  width:5px;
  background:transparent;
  box-shadow:8px 0 18px rgba(0,0,0,0.15);
}

.service-col h3{
  font-size:24px;
  margin-bottom:20px;
  color:#444;
}

.service-col span{
  font-size:18px;
  color:#777;
}

.service-col ol{
  padding-left:18px;
  line-height:1.9;
  color:#666;
  font-size: 15px;
}
@media(max-width:992px){

.services-wrapper{
  flex-direction:column;
}

.service-col::after{
  display:none;
}

.service-col{
  margin-bottom:40px;
}

}

.portfolio-box{
  background:#fff;
      height: 400px;
}

/* thumbnail */
.portfolio-thumb{
  position:relative;
  overflow:hidden;
}

.portfolio-thumb img{
  width:100%;
  display:block;
}

/* icons container */
.platform-icons{
  position:absolute;
  bottom:10px;
  right:10px;
  display:flex;
  gap:8px;
}

/* icon style */
.platform-icons .icon{
  width:38px;
  height:38px;
  background:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 2px 8px rgba(0,0,0,0.25);
  text-decoration:none;
}

/* youtube color */
.platform-icons .youtube{
  color:red;
  font-size:18px;
}

/* platform image icon */
.platform-icons img{
  width:40px;
}

/* content */
.portfolio-content{
  padding:15px;
}

.portfolio-content h5{
  font-size:16px;
  font-weight:600;
  margin-bottom:8px;
}

.portfolio-content p{
  font-size:13px;
  color:#666;
  line-height:1.5;
}

#home,
#about,
#work,
#portfolio,
#contact {
  scroll-margin-top: 100px;
}