
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* ===== Custom Navbar Styles ===== */
body {
  overflow-x: hidden;
    position: relative;

}
/* .site-main{
    position: relative;
    z-index: 2;
    margin-bottom: 730px;
    background-color: white;

    
} */
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.unique-navbar {
background: transparent;
padding: 0.8rem;
display: flex;
align-items: center;
justify-content: space-between;
mix-blend-mode: difference; 
}

.unique-navbar .unique-logo img {
    filter: invert(1); /* ✅ inverts logo image */
}

.unique-navbar .unique-menu-btn {
    color: #ffffff; /* ✅ white text — blend handles inversion */
    background: transparent;
    border: none;
}
.unique-logo img {
display: block;
}

.unique-nav-links {
display: flex;
gap: 2rem;
list-style: none;
align-items: center;
margin: 0;
padding: 0;
}
.cart-icon-wrapper{
    display: none;
}
.profile-portal-trigger{
    display: none;
}
.unique-nav-links li a {
font-family: "inter", Sans-serif;
text-decoration: none;
font-size: 20px;
color: #000;
font-weight: 500;
position: relative;
transition: color 0.3s ease;
}
.unique-nav-links li a.active {
  color: #FF5D15 !important; /* highlight active link */
  font-weight: 600;          /* optional: make it bold */
}

.unique-nav-side li a.active {
  color: #FF5D15 !important; /* highlight active link */
  font-weight: 600;          /* optional: make it bold */
}

.top-img{
  display: block;      /* Removes bottom whitespace and allows centering */
    width: 100%;         /* Forces image to span container width */
    height: auto;        /* Maintains aspect ratio so it doesn't look stretched */
    margin-left: auto;   /* Centers the image if the container is wider than the screen */
    margin-right: auto;
    object-fit: cover;
}



/* underline animation effect */

.animated-try {
  display: block;
  max-width: 100%;
  transform: none;
  opacity: 1;
  will-change: transform, opacity;
}
/* ===== Mobile Menu Button ===== */
.unique-menu-btn {
display: block;
font-size: 1.5rem;
cursor: pointer;
background: none;
border: none;
color: #111;
font-family: "inter", Sans-serif;
}

/* ===== Sidebar ===== */
.unique-sidebar {
position: fixed;
top: 0;
right: -260px;
width: 250px;
height: 100%;
background: #fff;
box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
transition: right 0.3s ease;
padding: 2rem;
z-index: 999;
}

.unique-sidebar.active {
right: 0;
}

.unique-sidebar ul {
list-style: none;
padding: 0;
}

.unique-sidebar ul li {
margin: 1rem 0;
position: relative;
}

.unique-nav-side li a {
text-decoration: none;
font-size: 1.2rem;
color: #111;
position: relative;
padding-bottom: 5px;
}

.unique-close-btn {
font-size: 1.5rem;
cursor: pointer;
background: none;
border: none;
position: absolute;
top: 15px;
right: 15px;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
.unique-nav-links {
display: block;
}
.unique-menu-btn {
display: block;
}
}
/* ===== Hero text Section ===== */
.svg-title{
  padding-bottom:5px;
}
.unique-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: white;
}

/* Small subtitle text */
.unique-hero-subtitle {
  font-size: smaller;
  font-size: 0.8rem;
  word-spacing: 3px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 9rem;
  margin-top: 10rem;
  line-height: 1.5;
  font-family: "DM Mono", monospace;
  
}

/* Big title */
.unique-hero-title {
  font-size: 11.1vw; /* responsive scaling */
  font-weight: 700;
  color: #000;
  padding-left: 11px;
  margin-bottom: 7rem;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .unique-hero-subtitle {
    font-size: 0.7rem;
  }
  .unique-hero-title {
    font-size: clamp(2rem, 10vw, 4rem);
  }
}

@media (max-width: 480px) {
  .unique-hero-subtitle {
    font-size: 0.65rem;
  }
  .unique-hero-title {
    font-size: 2.5rem;
  }
}
/*  */

/* video section */
.video_box{
padding-top: 250px;
}
.video-div {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
/* effect video  */

   .spacer{ height: 1vh; }

  .v_overlay{
      position:absolute;
      inset:0;
      overflow:hidden;
      pointer-events:none;
    }

    .img-item{
      position:absolute;
      left:30%;
      transform:translateX(-50%);
      width:50%;
      height: 60%;
      opacity:0.5;
      border-radius:20px;
      box-shadow:0 20px 50px rgba(0,0,0,0.6);
    }

    .after{
      height:0vh;
    }



.video-div video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* makes video cover full area */
}
/*  */
/* floating reveal image */
.project-card .reveal-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;      /* adjust size */
  height: 300px;
  pointer-events: none;
  opacity: 0;
  /*transform: translate(-50%, -50%);*/
  z-index: 10;
    object-fit: cover;
  transform: scale(1);
}
.project-image,
.reveal-image {
  will-change: transform;
}
.project-card a{
  text-decoration: none;
}
.project-card{
  position: relative;
  overflow: hidden;
}
/* project card  */
.selected-project-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

.selected-project-header h2 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  color: #111;
  font-family: "DM Mono", monospace;
}

.selected-project-header .arrow-down {
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.selected-project-header .arrow-down:hover {
  transform: translateY(3px);
}

/* Responsive */
@media (max-width: 768px) {
  .selected-project-header {
    padding: 15px 0px;
  }

  .selected-project-header h2 {
    font-size: 13px;
  }

  .selected-project-header .arrow-down {
    font-size: 16px;
  }
}

.project-card {
  overflow: hidden;
  position: relative;
}

.project-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.project-image_2 {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.project-info {
  padding: 15px 0px;
}

.project-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Inter", Sans-serif;
}

.project-category {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "DM Mono", monospace;
  font-weight: 500;
}

/* Arrow under selected card */
/* .selected-project::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px 15px 0 15px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.2));
} */
/*  */

/* footer section */
/* .custom-footer .talk{
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    padding: 3px 40px;
    font-family: sans-serif;
    border-radius: 50px;
    margin-top: 120px;
    margin-bottom: 130px;
    background: transparent;
} */
.newsletter-box {
  border-top: 1px solid white;
  padding-top: 30px;
}
.newsletter-box h6 {
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "DM Mono", monospace;
}
.newsletter-box p {
  font-size: 0.8rem;
  margin-bottom: 15px;
  color: #000;
}
.newsletter-input {
  border: none;
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  font-size: 0.9rem;
}
.newsletter-input:focus {
  box-shadow: none;
  border-color: #000;
}
.newsletter-btn {
  background: none;
  border: none;
  color: #444;
  font-size: 1.2rem;
  margin-left: 5px;
  cursor: pointer;
  padding: 0;
}
.footer-links {
  margin-top: 20px;
  text-align: end;
}
.footer-links ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
}
.footer-col{
    display:flex;
    justify-content: end;
    padding: 0;
}
.footer-col ul li a{
  color: white;
}
.footer-links li {
  margin-bottom: 10px;
}

/* with hover underline effect AD */
.footer-links a {
  position: relative;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 0.8rem;
  font-family: "DM Mono", monospace;
  padding-bottom: 4px;
}

/* underline (single line expanding from center) */
.footer-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #000;
  transform: translateX(-50%); 
  transition: width 0.35s ease;
}

/* hover expand from center to both sides */
.footer-links a:hover::after {
  width: 100%;
}
/*  */


.custom-footer-section {
  width: 100%;
}

/* Inner container */
.custom-footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 35px;
}

/* Left text */
.custom-footer-left {
  font-size: 0.8rem;
  color: white;
  font-family: "DM Mono", monospace;
}

/* Right link */
.custom-footer-right a {
  font-size: 0.8rem;
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  font-family: "DM Mono", monospace;
}

.custom-footer-right a:hover {
  color: #000; /* highlight on hover */
}

/* Responsive: stack vertically on very small screens */
@media (max-width: 576px) {
  .custom-footer-container {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}

/*  */

/* addtional css */
.text-box {
  width: 100%;
}

.side-gap {
  padding-left: 30px;
  padding-right: 30px;
}

.text-full {
  font-size: clamp(2rem, 10vw, 6rem); /* scales with screen */
  font-weight: bold;
  text-align: justify;
}

/* archive css */
.image-grid {
      padding-top: 20px;
    }
    .img-box {
      margin-bottom: 25px;
      overflow: hidden;
    }
    .img-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* Manual sizes */
    .h-small { height: 200px; }
    .h-medium { height: 400px; }
    .h-large { height: 800px; }


    /* work page css */
    /* Unique classnames vm- (Varris Mansuri style) */
.vm-filter-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-family: system-ui, sans-serif;
  
}
.vm-filter-links h1{
    font-family: "Inter", Sans-serif;
}
.active{
    color: #111;
}
.vm-filter-link {
  text-decoration: none;
  color: #7b7b7b;
  font-weight: 600;
  font-size: 1.05rem;
  position: relative;
  
}
.vm-filter-links a {
  font-size: 26px;
    font-weight: 500;
}

.vm-filter-link:hover {
  color: #111;
}


.vm-filter-link:hover::after,
.vm-filter-link.active::after {
  width: 100%;
}


/* about page css */
  .aboutme-section {
      padding-top: 53px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .aboutme-text {
      flex: 1;
      min-width: 300px;
    }

    .aboutme-text h2 {
      font-family: "Inter", Sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2em;
    color: #3e3636;
    padding-bottom: 25px;
    }

    .aboutme-text h1 {
     font-family: "Inter", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    color: #3e3636;
    }

    .aboutme-text p {
        text-align: left;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3em;
    color: #777777;
    }

    .aboutme-image {
      flex: 1;
      min-width: 280px;
      display: flex;
      justify-content: end;
    }

    .aboutme-image img {
      width: 100%;
      max-width: 400px;
      object-fit: cover;
    }
    .box-h2 h2 {
        font-size: 15px;
    text-transform: uppercase;
    font-family: "DM Mono", monospace;
    font-weight: 500;
        padding-bottom: 30px;
    }

    .box-h3 h2 {
         font-size: 15px;
    text-transform: uppercase;
    font-family: "DM Mono", monospace;
    font-weight: 500;
        padding-bottom: 30px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .aboutme-section {
        flex-direction: column;
        text-align: center;
      }

      .aboutme-text h1 {
               font-size: 14px;
        padding-bottom: 20px;
      }

      .aboutme-text p {
                font-size: 14px;
        padding-bottom: 26px;
      }
         .whatido-title{
          text-align: center;
         }
    }


 

    .whatido-title {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "DM Mono", monospace;
    /* margin: 5px 0; */
    /* color: #3B3636 !important; */
    font-weight: 500;

    }
    .head{
        font-family: "Inter", Sans-serif;
    }
    .accordion-item {
      border-bottom: 1px solid #ddd;
      padding: 15px 0;
    }

    .accordion-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      
      font-weight: bold;
      font-family: "Inter", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2em;
    }

    .accordion-icon {
      font-size: 20px;
      transition: transform 0.3s ease;
    }

    .accordion-content {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: all 0.4s ease;
  
    }

    .accordion-content p {
      margin: 10px 0;

    font-size: 25px !important;
    line-height: 1.3;
    padding: 15px 0px;
    font-family: "Inter", Sans-serif;
    }

    .accordion-content ul {
      margin: 10px 0;
      list-style: none;
      padding-left: 0px;
    }

    .accordion-content ul li {
      font-size: 15px;
      text-transform: uppercase;
      font-family: "DM Mono", monospace;
      /* margin: 5px 0; */
      /* color: #3B3636 !important; */
     font-weight: 500;
    }

    .accordion-item.active .accordion-content {
      max-height: 407px;
      opacity: 1;
    }

    .accordion-item.active .accordion-icon {
      transform: rotate(45deg);
    }

    /* Responsive */
    @media(max-width:768px){
      .accordion-header {
        font-size: 18px;
      }
      .accordion-content p {
        font-size: 15px !important;
      }
       .accordion-content ul li{
        font-size: 11px;
       } 
    }





    /*  */
    /* store section */

     .tile-img {
      width: 100%;
      height: 280px;       /* adjust if you want */
      object-fit: cover;
      display: block;
    }
   
    .tile-overlay h5 { 
      font-weight: 700; 
    font-size: 18px;}
    .tile-overlay a  { color:#000; text-decoration:none; font-size:14px; }
    .tile-overlay a:hover { text-decoration:underline; }
	    .recents-section {
      margin: 40px 0;
    }
    .recents-section{
         
    }
    .recents-section h5 {
      display: inline;
      font-size: 26px;
    font-weight: 500;
      color: #000;
      
    }
    .recents-section span {
      color: #6c757d; /* Bootstrap gray */
      font-size: 1rem;
      font-size: 26px;
    font-weight: 500;
    }
   

    /* contact page css */
  .form-control {
      border: 0;
      border-bottom: 1px solid #000;
      border-radius: 0;
      box-shadow: none;
      padding-left: 0;
	    width: 100%;
      padding: 0px;
    }
    .form-control:focus {
      box-shadow: none;
      border-color: #000;
    }
    .form-label {
          font-weight: 500;
    font-size: 15px;
    }
	.font-size {
		    font-weight: 500 !important;
			 font-size: 30px;
			 font-family: "Inter", Sans-serif;

	}
	.px-4
 {
    padding-right: 8.5rem !important;
	  padding-left: 8.5rem !important;
 }   
   
/* store page css */
.product-card {
      position: relative;
      overflow: hidden;
    }

    .product-card img {
      transition: transform 0.4s ease;
      width: 100%;
      height: 488px;
      display: block;
      object-fit: cover;
    }

    .product-card:hover img {
      transform: scale(1.05);
    }

    .overlay-btn {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;

  background: black;
  color: #fff;

  text-align: center;
  padding: 12px;

  border: none;
  outline: none;
  cursor: pointer;
  margin: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;

  font-size: 16px;
}

/* Show button on card hover */
.project-card:hover .overlay-btn {
  opacity: 1;
}

/* Optional hover effect on button */
.overlay-btn:hover {
  background: black;
}
.overlay-form {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay-btn {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 12px;
  border: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-card:hover .overlay-btn {
  opacity: 1;
}

	.forhead{
	    font-size: 2.5rem;
        font-weight: 500;
	    padding-top: 44px;
	    font-family: "Inter", Sans-serif;
	}
   


/* about page css */

     .new-info {
      background-color: #F1F1F1;
      padding: 40px;
    }
      .for-color {
      padding-top: 121px;
    
    }
    .grid-img {
      width: 100%;
      height: 150px;   /* adjust height as needed */
      object-fit: cover;
      background: #ccc; /* placeholder background */
    }

    .section-value {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .section-value h6{
      font-size: 0.8rem;
      font-weight: 500;
      letter-spacing: 2px;
      color: #444;
      font-family: "DM Mono", monospace;
          
    }
    .section-value p{
    line-height: 1.6;
    margin-bottom: 0;
    font-family: "Inter", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #909090;
    }
    .section-value p strong {
      color: #FF5D15;
    }
    .big-image img {
   
      width: 100%;
    }
  

    /* card */
     .product-card {
      /* border: 1px solid #eee; */
      background: #fff;
    }

    /* image wrapper: overlay restricted to this area only */
    .img-wrap {
      position: relative;
      overflow: hidden;
      background: #f6f6f6;
      padding: 30px;            /* space around image (adjust as needed) */
      box-sizing: border-box;
    }

    .img-wrap img {
      display: block;
      width: 100%;
      height: auto;
      transition: transform 0.35s ease;
    }

    /* slight zoom on hover */
    .img-wrap:hover img {
      transform: scale(1.05);
    }

    /* the black Add to Cart bar — lives inside .img-wrap so it won't overlap text */
    .overlay {
      position: absolute;
      left: 30px;               /* match img-wrap padding to align */
      right: 30px;
      bottom: 145px;
      background: rgba(0,0,0,0.95);
      color: #fff;
      text-align: center;
      padding: 12px 14px;
      font-weight: 600;
      letter-spacing: 0.2px;
      transform: translateY(60%); /* hidden below the image area */
      transition: transform 0.33s ease;
      z-index: 10;
      border-radius: 2px;
    }

    /* slide up into view when hovering image area */
    .img-wrap:hover .overlay {
      transform: translateY(0);
    }

    /* product info (title + price) sits below the image */
    .product-info {
      padding: 18px 0px;
    }
    .product-title {
      font-size: 1.9rem; /* adjust to taste */
      margin: 0 0 10px;
      font-weight: 400;
    }
    .product-price { color:#222; font-size: 1rem; }
    .old-price { text-decoration: line-through; color:#888; margin-right:8px; }



    /* responsive code */
    /* homepage */
/* pre loader  */
    /* Preloader container */
    .preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff; /* White background */
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      transition: opacity 0.6s ease, visibility 0.6s ease;
    }

    /* Hide preloader after load */
    .preloader.hide {
      opacity: 0;
      visibility: hidden;
    }
     


    /* Animation for SVG */
    .preloader img {
      width: 60px; /* Adjust as needed */
      height: auto;
      animation: pulse 1.5s infinite ease-in-out;
    }

    .spam{
      justify-content: start;
    }
    .form_btn{
      padding-left: 6rem;
      padding-right: 6rem;
    }
/*  */
   @media(max-width:556px){
    .video_box{
    padding-top: 170px;
      }
    .video-div{
      height: auto;
    }
    
    .project-image{
      height: auto;
    }
    .footer-links{
      text-align: center;
    } 
    .footer-links a {
     font-size: 0.8rem;
    }
    .custom-footer-container{
      padding-top: 10px;
      gap: 0px;
       
    }
    .custom-footer h2{
      padding: 0px;
    }
    .unique-hero-subtitle{
      margin-top: 3rem;
      margin-bottom: 5rem;
    }
    .text-box{
      padding-top: 1rem;
    }
    .side-gap {
    padding-left: 10px;
    padding-right: 10px;
    }

    /* about us page */
    .aboutme-text p {
      text-align: center;
    }
   
    .section-value p{
      text-align: justify;
      font-size: 12px;
    }
   .aboutme-section{
     padding-top: 10px;
   }
   .aboutme-text h2{
    font-size: 18px;
   }
   .product-title {
    font-size: 1rem;
   }
   .store-image{
    height: 150px;
   }

   .product-card img {
    height: auto;
   }
   .footer-col ul li a{
    text-align: center;
   }
   .footer-col{
    justify-content: center;
   }
   .spam{
      justify-content: center;
    }
    .spam_row{
      width: 100%;
    }
    .project-category{
      margin-bottom: 0rem;
    }

    .custom-footer .talk {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 3px 40px;
    font-family: sans-serif;
    border-radius: 50px;
    margin-top: 35px;
    margin-bottom: 55px;
    background: transparent;
}



    .h-small { height: 400px; }
    .h-medium { height: 400px; }
    .h-large { height: 400px; }
    .recents-section h5{
      font-size: 20px;
    }
     .recents-section span{
      font-size: 20px;
    }
    .forhead{
      font-size: 20px;
    }
    .vm-filter-links a h1{
      font-size: 15px;
    }
    .vm-filter-links h1{
      font-size: 15px;
      
    }

  }
.store-banner{
    padding-top: 2.5rem !important;
}


/* heading animation */
.image_box{
  position: relative;
}
.head-3{
  position: absolute;
  background-color: white;
  z-index: 1;
  /* transform: translateY(49px); */
} 

.head-2{
  position: absolute;
  background-color: white;
  z-index: 2;
  /* transform: translateY(37px); */
}

.head-1{
  position: absolute;
  background-color: white;
  z-index: 3;
  /* transform: translateY(21px); */
  
}
.main_first{
  position: absolute;
  background-color: white;
  z-index: 4;

}
hr {
  /* Remove the default gray 3D border */
  border: none !important; 
  
  /* Create the 1px solid line */
  border-top: 1px solid black !important;
  opacity: .25 !important;
  
  /* Optional: Add spacing above and below */
}
/* load image varish */
.loadimage{
  opacity: 0;
}
.unique-hero-subtitle{
  opacity: 0;
}
.scroll-image {
  /* transform: translateY(300px);   starting lower */
  opacity: 1; 
  filter: brightness(0) invert(1);/* fade in */
}
footer{
  background-color: black !important;
  color: white !important;
}
/*  */
:root{ --btn-w:240px; --btn-h:62px;
        --sl-primary: #6366f1;
        --sl-primary-hover: #4f46e5;
        --sl-bg-card: #ffffff;
        --sl-text-main: #1e293b;
        --sl-border: #e2e8f0;
     }

    .talk-btn{
      /* --bg: transparent;
      width:300px;
      height:80px;
      border-radius:50px;
      border:2px solid #000;
      background:var(--bg);
      cursor:pointer;
      overflow:hidden;
      position:relative;
      padding: 3px 40px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      outline: none; */
      margin-bottom: 18vh;
      margin-top: 18vh;
    }
    
    

    /* ensure no layout shift — texts occupy same space */
    .talk-btn .label{
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:100%;
      display:flex;
      align-items:center;
      justify-content:center;
      pointer-events:none;         /* let button receive events */
      line-height:var(--btn-h);
      font-weight:700;
      font-size:3rem;
    }
   
    .talk-btn .text-a{ color:#000; }
    .talk-btn .text-b{ color:black; }

    /* optional focus style for accessibility */
    .talk-btn:focus{
      box-shadow:0 6px 20px rgba(0,0,0,0.12);
    }


/* bottom text shine animation */
/* shine effect */
.shine-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  /* background-color: red; */
}
.shine-overlay {
  position: absolute;
  top: 0;
  left: -150%;          /* start outside */
  width: 100%;
  height: 100%;
   background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255,255,255,0.7) 50%,
    transparent 100%
  );
  mix-blend-mode: screen;
  pointer-events: none;
}

 /* Unique blog page styles */
  
.single-comment {
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.comment-text {
    font-family: "Inter", Sans-serif;
    font-size: 1.1rem;        /* bigger comment */
    line-height: 1.7;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.comment-meta {
    font-size: 0.75rem;       /* smaller meta */
    color: #8a8a8a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.comment-author {
    font-weight: 600;
    color: #555;
}

.comment-date::before {
    content: "•";
    margin-right: 6px;
    color: #bbb;
}
.blog-card {
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

/* hidden visually */
.blog-card.is-hidden {
    opacity: 0;
    transform: translateY(16px);
}

/* removed from layout */
.blog-card.is-gone {
    display: none;
}

/* Hide CKEditor notification bar */
/* Force hide CKEditor notifications */
.cke_notifications_area,
.cke_notification,
.cke_notification_message,
.cke_notification_warning {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}


/* Section */
.ua-blog-section {
    background-color: #ffffff;
}

/* Image */
.ua-image-wrapper {
    background: #f3f3f3;
    border-radius: 16px;
    overflow: hidden;
}

.ua-image-wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* Content */
.ua-content-wrapper {
    max-width: 540px;
}

/* Date */
.ua-date {
    font-size: 0.95rem;
    color: #9a9a9a;
    font-family: "Inter", Sans-serif;
}

/* Title */
.ua-title {
  font-family: "Inter", Sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.15;
    color: #222;
}

@media (max-width: 768px) {
    .ua-title {
        font-size: 2.2rem;
    }
}

/* Divider */
.ua-divider {
    border-top: 1px solid #ddd;
    margin: 24px 0;
}

/* Meta */
.ua-meta {
    margin-top: 10px;
}

.ua-author small {
    font-size: 0.75rem;
    color: #999;
    font-family: "Inter", Sans-serif;
}

.ua-author strong {
    font-size: 1rem;
    font-weight: 500;
    font-family: "Inter", Sans-serif;
}

/* Tags */
.ua-tag {
    padding: 6px 16px;
    font-size: 0.85rem;
    border-radius: 50px;
    white-space: nowrap;
    font-family: "Inter", Sans-serif;
}

.ua-tag-featured {
    border: 1px solid #000;
    color: #000;
    background: transparent;
    font-family: "Inter", Sans-serif;
}

.ua-tag-tech {
    background: #bfe4b8;
    color: #134d2d;
    border: none;
    font-family: "Inter", Sans-serif;
}

/* Description */
.ua-description {
    font-size: 21px;
    line-height: 1.5;
    color: #555;
    font-family: "Inter", Sans-serif;
}


/* ===== DARK COMMENTS WRAPPER ===== */
.de-comments,
.de-comment-form {
    background: #0d0f14;
    padding: 28px;
    border-radius: 18px;
    color: #e5e7eb;
}

/* Titles */
.de-comments-title {
    font-weight: 500;
    margin-bottom: 24px;
    color: #ffffff;
}

/* ===== COMMENT CARD ===== */
.de-comment-item {
    background: #141824;
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.de-comment-item:hover {
    border-color: #3b82f6;
    box-shadow: 0 0 0 1px rgba(59,130,246,0.4),
                0 0 18px rgba(59,130,246,0.35);
}

/* Header */
.de-comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

/* Author */
.de-comment-author {
    font-size: 0.95rem;
    font-weight: 500;
    color: #60a5fa;
}

/* Date */
.de-comment-date {
    font-size: 0.75rem;
    color: #9ca3af;
}

/* Text */
.de-comment-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #d1d5db;
}

/* Show More */
.de-show-more-btn {
    background: transparent;
    border: 1px solid #374151;
    color: #9ca3af;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.de-show-more-btn:hover {
    color: #fff;
    border-color: #3b82f6;
}

/* ===== FORM ===== */
.de-input,
.de-textarea {
    background: #0f1320;
    border: 1px solid #1f2937;
    color: #e5e7eb;
}

.de-input::placeholder,
.de-textarea::placeholder {
    color: #6b7280;
}

.de-input:focus,
.de-textarea:focus {
    background: #0f1320;
    color: #fff;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59,130,246,0.35);
}

/* Submit Button */
.de-submit-btn {
    background: linear-gradient(135deg, #3b82f6, #22d3ee);
    border: none;
    color: #fff;
    padding: 10px 34px;
    border-radius: 40px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.de-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 18px rgba(34,211,238,0.6);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .de-comments,
    .de-comment-form {
        padding: 20px;
    }

    .de-comment-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
  }

.de-comments,
.de-comment-form {
    min-height: 100%;
}

/* Better mobile spacing */
@media (max-width: 991px) {
    .de-comments,
    .de-comment-form {
        margin-bottom: 20px;
    }
}


.textarea-hint {
    position: absolute;
    bottom: 10px;
    left: 12px;
    font-size: 0.8rem;
    color: #999;
    pointer-events: none;
}

.project-image-bg {
    width: 90%;
    height: 250px;              /* control visible area */
    background-size: cover;     /* crop */
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;        /* optional */
}



/* 1. Base Variables & Setup */
:root {
    --sl-primary: #6366f1;
    --sl-primary-hover: #4f46e5;
    --sl-secondary: #0ea5e9; /* Sky blue for tags */
    --sl-bg-card: #ffffff;
    --sl-text-main: #1e293b;
    --sl-text-muted: #94a3b8;
    --sl-border: #e2e8f0;
    --sl-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
}

/* 2. Layout & Typography */
.starlight-container {
    padding: 2rem 0;
}

.starlight-title {
    font-weight: 800;
    color: var(--sl-text-main);
    letter-spacing: -0.025em;
    margin-bottom: 0.25rem;
}

/* 3. Cards & Forms */
.starlight-card {
    background: var(--sl-bg-card);
    border: 1px solid var(--sl-border);
    border-radius: 1.25rem;
    box-shadow: var(--sl-shadow);
    overflow: hidden;
}

.starlight-header {
    background: linear-gradient(to right, var(--sl-primary), #a855f7);
    padding: 2rem;
    color: white;
}

.starlight-body { padding: 2.5rem; }

.starlight-group { margin-bottom: 1.5rem; }

.starlight-label {
    display: block;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--sl-text-main);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.starlight-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid var(--sl-border);
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    background-color: #f8fafc;
}

.starlight-input:focus {
    outline: none;
    border-color: var(--sl-primary);
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
}

/* 4. Buttons (Primary & Gradients) */
.starlight-btn {
    background: var(--sl-primary);
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 0.75rem;
    font-weight: 700;
    transition: all 0.3s ease;
    cursor: pointer;
}

.starlight-btn-add {
    background: linear-gradient(135deg, var(--sl-primary) 0%, #a855f7 100%);
    color: white;
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
    transition: all 0.3s ease;
}

.starlight-btn-tag {
    background: linear-gradient(135deg, var(--sl-secondary) 0%, var(--sl-primary) 100%);
    color: white;
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
}

.starlight-btn:hover, .starlight-btn-add:hover, .starlight-btn-tag:hover {
    transform: translateY(-2px);
    opacity: 0.9;
    color: white;
}

/* 5. Modern Shared Table Style (Floating Rows) */
.sl-table-base {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.sl-table-base thead th {
    color: var(--sl-text-muted);
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 0 1.5rem;
    border: none;
}

.sl-table-base tbody tr {
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}

.sl-table-base tbody tr:hover {
    transform: translateY(-2px) scale(1.005);
    background: #fcfdff;
    box-shadow: 0 8px 15px rgba(0,0,0,0.05);
}

.sl-table-base td {
    padding: 1.1rem 1.5rem;
    vertical-align: middle;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
}

.sl-table-base td:first-child {
    border-left: 1px solid #f1f5f9;
    border-radius: 12px 0 0 12px;
    font-weight: 700;
}

.sl-table-base td:last-child {
    border-right: 1px solid #f1f5f9;
    border-radius: 0 12px 12px 0;
}

/* 6. UI Components (Pills, Badges, Icons) */
.starlight-tag-content, .sl-tag-pill {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s;
}

.sl-tag-pill {
    background: rgba(14, 165, 233, 0.1);
    color: #0369a1;
}

.sl-tag-pill::before { content: '#'; opacity: 0.5; margin-right: 4px; }

.sl-cat-icon {
    width: 35px; height: 35px;
    background: #f1f5f9;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 8px; margin-right: 12px; font-weight: bold;
}

.sl-action-pill, .sl-action-box, .sl-btn-action {
    width: 38px; height: 38px;
    border-radius: 10px;
    display: inline-flex; align-items: center; justify-content: center;
    border: none; transition: all 0.2s;
}

/* contact us */
.contact-cta-section {
    background-color: #ffffff;
    margin-top: 150px;
}

.contact-cta-title {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    font-family: "inter", Sans-serif;
}

.contact-cta-desc {
    max-width: 500px;
    font-weight: 500;
    font-family: "inter", Sans-serif;
}

.contact-cta-divider {
    border: none;
    border-top: 1px solid #a8a8a8;
    margin: 0;
}

.contact-cta-label {
    display: block;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "DM Mono", monospace;
    margin-bottom: -5px;
}

.contact-cta-link {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "DM Mono", monospace;
    font-weight: 500;
}

.contact-cta-link:hover {
    text-decoration: underline;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .contact-cta-title {
        font-size: 1.6rem;
    }

    .contact-cta-desc {
        max-width: 100%;
    }
}

.minimal-contact-form {
    background-color: rgb(245,245,245);
}

.minimal-contact-inner {
    margin: 0 auto;
}

.minimal-field {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
    flex-wrap: wrap;
    
}

.minimal-field label {
    font-size: 2rem;
    color: #000;
    white-space: nowrap;
    font-family: "inter", Sans-serif;
}

.minimal-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 2rem;
    color: #000;
    padding: 6px 0;
    background-color: rgb(245,245,245);
    font-family: "inter", Sans-serif;
}

.minimal-input::placeholder {
    color: #9a9a9a;
}

.minimal-submit-btn {
    width: 100%;
    max-width: 430px;
    background: linear-gradient(90deg, #000, #111);
    color: #fff;
    border: none;
    padding: 22px 0;
    font-size: 1.5rem;
    transition: opacity 0.3s ease;
}

.minimal-submit-btn:hover {
    opacity: 0.85;
}

/* Mobile */
@media (max-width: 576px) {
    .minimal-field {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .minimal-input {
        width: 100%;
    }
}

.view-work-section {
    width: 100%;
}

.view-work-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    background-color: #d6d6d6;
    color: #000;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease;
}

.view-work-box:hover {
    background-color: #cfcfcf;
    color: #000;
}

/* Tablet */
@media (max-width: 992px) {
    .view-work-box {
        min-height: 260px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .view-work-box {
        min-height: 200px;
        font-size: 1rem;
    }
}


/*  */


/* info */
.brand-work-section {
    background-color: #fff;
}

.brand-box {
    background-color: #f2f2f2;
    width: 100%;
}

.brand-box-large {
    height: 600px;
}

.brand-box-small {
    height: 400px;
}

.brand-content{
  height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.brand-text {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "inter", Sans-serif;
    /* margin: 5px 0; */
    /* color: #3B3636 !important; */
    font-weight: 500;
}
.brand-text a{
  text-decoration: none !important;
}
.brand-view-link {
    color: #000;
    text-decoration: none !important;
    text-decoration: none;
    font-family: "DM Mono", monospace;
    font-size: 15px;
    text-transform: uppercase;
    /* margin: 5px 0; */
    /* color: #3B3636 !important; */
    font-weight: 500;
}

/* Tablet */
@media (max-width: 992px) {
    .brand-box-large {
        height: 320px;
    }

    .brand-box-small {
        height: 220px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .brand-content {
        padding-top: 0;
    }

    .brand-text {
        margin-bottom: 20px;
    }

    .brand-view-link {
        font-size: 0.8rem;
    }
}



.design-values-section {
    background-color: rgb(245,245,245);
}

.design-main-heading {
    font-size: 2.5rem;
    line-height: 1.4;
    color: #000;
    font-family: "inter", Sans-serif;
}

.design-sub-text {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "DM Mono", monospace;
    /* margin: 5px 0; */
    /* color: #3B3636 !important; */
    font-weight: 500;
}

.design-divider {
    border-color: #e6e6e6;
}

.design-value-label {
    letter-spacing: 1px;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "DM Mono", monospace;
    /* margin: 5px 0; */
    /* color: #3B3636 !important; */
    font-weight: 500;
}

.design-value-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #e6e6e6;
    gap: 20px;
}

.design-value-item h5 {
    font-size: 2rem;
    font-weight: 500;
    margin: 0;
    color: #000;
    font-family: "inter", Sans-serif;
}

.design-value-item p {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    max-width: 270px;
    text-align: left;
     font-family: "DM Mono", monospace;
     font-size: 15px;
    /* margin: 5px 0; */
    /* color: #3B3636 !important; */
    font-weight: 500;
}

/* Tablet */
@media (max-width: 992px) {
    .design-value-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .design-value-item p {
        text-align: left;
        max-width: 100%;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .design-main-heading {
        font-size: 1.6rem;
    }
}

.owl-logo-section {
    background-color: #fff;
}

.owl-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.owl-logo-item img {
    max-height: 48px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.9;
}


.media-box{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
/*  */

/* animation css footer */
/* .reveal-footer {
     position: fixed;
   bottom: -300px;  
   left: 0;
   width: 100%;
   z-index: 1;
} */

/*  */

/* header sidebar css */
.fsmenu-toggle-btn {
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    color: #333;
    transition: all 0.3s ease;
}

.fsmenu-toggle-btn:hover {
    color: #000;
}

/* Sidebar Overlay */
.fsmenu-overlay-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #f5f5f5;
    z-index: 99999;
    visibility: hidden;
    overflow: hidden;
}

.fsmenu-overlay-wrapper.fsmenu-is-active {
    visibility: visible;
}

/* Prevent body scroll when sidebar is open */
body.fsmenu-no-scroll {
    overflow: hidden !important;
    height: 100vh;
}

.fsmenu-newsletter-group {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.fsmenu-newsletter-desc {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 10px;
}

.fsmenu-newsletter-form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.fsmenu-newsletter-input {
    flex: 1;
    min-width: 160px;
    padding: 8px 14px;
    border: 1px solid #555;
    border-radius: 4px;
    background: transparent;
    color: #fff;
    font-size: 13px;
    outline: none;
    transition: border 0.3s;
}

.fsmenu-newsletter-input::placeholder {
    color: #888;
}

.fsmenu-newsletter-input:focus {
    border-color: #fff;
}

.fsmenu-newsletter-btn {
    padding: 8px 18px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s, color 0.3s;
}

.fsmenu-newsletter-btn:hover {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
}

.fsmenu-newsletter-msg {
    font-size: 12px;
    color: #4caf50;
    margin-top: 8px;
    min-height: 16px;
}
/* Sidebar Container */
.fsmenu-content-container {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
}

/* Top Right Close Button */
.fsmenu-close-btn {
    position: fixed;
    top: 18px;
    right: 40px;
    background: #ffffff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: black;
    transition: all 0.3s ease;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 100000;
}

.fsmenu-close-btn:hover {
    transform: rotate(90deg);
    
}

/* Left Section - Logo */
.fsmenu-logo-section {
    width: 33%;
    background: #ffffff;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: flex-start;
    justify-content: start;
    padding: 28px 20px;
}

.fsmenu-brand-logo img {
    max-width: 50px;
    height: auto;
}

/* Middle Section - Main Menu */
.fsmenu-navigation-section {
    width: 33%;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    padding: 20px 28px;
}

.fsmenu-primary-nav {
    width: 100%;
}

.fsmenu-primary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


.fsmenu-primary-link {
    font-size: 72px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    line-height: 1.2;
    transition: all 0.3s ease;
    display: inline-block;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.fsmenu-primary-link:hover {
    color: blue;
    
}

/* Right Section - Account Menu */
.fsmenu-account-section {
    width: 34%;
    background: #ffffff;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    padding: 34px 28px;
    overflow-y: auto;
    position: relative;
}

.fsmenu-account-wrapper {
    margin-top: 0;
}

.fsmenu-account-heading {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 22px;
    color: #000;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.fsmenu-link-group {
    margin-bottom: 40px;
}

.fsmenu-group-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #999;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.fsmenu-secondary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fsmenu-secondary-list li {
    margin-bottom: 12px;
}

.fsmenu-secondary-link {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.fsmenu-secondary-link:hover {
    color: blue;
    
}

.fsmenu-newsletter-area {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.fsmenu-newsletter-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #999;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.fsmenu-newsletter-form {
    display: flex;
    border: 1px solid #000;
    overflow: hidden;
}

.fsmenu-email-field {
    flex: 1;
    border: none;
    padding: 15px 20px;
    font-size: 14px;
    outline: none;
    background: transparent;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.fsmenu-email-field::placeholder {
    color: #999;
    letter-spacing: 1px;
}

.fsmenu-submit-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.fsmenu-submit-btn:hover {
    background: #333;
}
body.fsmenu-no-scroll .svg-title {
    display: none !important;
}
body.fsmenu-no-scroll {
    overflow: hidden !important;
    height: 100vh !important;
    position: fixed !important;
    width: 100% !important;
}


.main-head li a{
font-size: 65px !important;
}
/* Tablet Responsive */
@media (max-width: 1024px) {
    .fsmenu-logo-section {
        width: 15%;
        padding: 30px 10px;
    }

    .fsmenu-navigation-section {
        width: 50%;
        padding: 30px;
    }

    .fsmenu-account-section {
        width: 35%;
        padding: 60px 30px 40px 30px;
    }

    .fsmenu-primary-link {
        font-size: 48px;
    }

    .fsmenu-account-heading {
        font-size: 32px;
    }

    .fsmenu-secondary-link {
        font-size: 18px;
    }

    .fsmenu-close-btn {
        top: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .fsmenu-content-container {
        flex-direction: column;
    }

    .fsmenu-logo-section {
        width: 100%;
        height: auto;
        padding: 20px;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .fsmenu-brand-logo img {
        max-width: 80px;
    }

    .fsmenu-navigation-section {
        width: 100%;
        padding: 30px 20px;
        align-items: flex-start;
    }

    .fsmenu-primary-link {
        font-size: 36px;
    }

    .fsmenu-account-section {
        width: 100%;
        padding: 20px 28px;
        border-left: none;
    }

    .fsmenu-account-heading {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .fsmenu-secondary-link {
        font-size: 16px;
    }

    .fsmenu-close-btn {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .fsmenu-primary-link {
        font-size: 28px;
    }

    .fsmenu-account-heading {
        font-size: 24px;
    }

    .fsmenu-link-group {
        margin-bottom: 30px;
    }

    .fsmenu-close-btn {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}

/*  */

/* footer animation */
/* Ensure smooth layering */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.page-content {
    position: relative;
    z-index: 2;
    background-color: #ffffff; /* Match your page background */
    min-height: 100vh;
    /* Add padding equal to footer height so content can scroll past */
    margin-bottom: 930px; /* Match your footer height */
   
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: auto; /* Your footer height */
    z-index: 1;
    overflow: visible;
}



/*  */

/* video scroll layer css */
.content-wrapper {
  position: relative;
  z-index: 2;
  background-color: white;
  width: 100%;
}
.hero-layer {
  position: relative;
  z-index: 3;

}
/*  */

/* footer text */
.talk-btn {
    position: relative;
    overflow: hidden; /* This is crucial to hide the text as it slides out */
    height: 1.2em;    /* Adjust based on your font size */
    line-height: 1.2em;
    cursor: pointer;
    display: block;
  }

  .text-default, .text-hover {
    display: block;
    transition: none; /* Let GSAP handle the movement */
  }

  /* Position the hover text directly underneath the default text */
  .text-hover {
    position: absolute;
    top: 100%; 
    left: 0;
    width: 100%;
  }
/*  */

.reveal-text {
  overflow: hidden;
}

.reveal-text .line {
  display: block;
  overflow: hidden;
}

.reveal-text .line span {
  display: block;
}


.reveal-text-2 {
  overflow: hidden;
}

.reveal-text-2 .line {
  display: block;
  overflow: hidden;
}

.reveal-text-2 .line span {
  display: block;
}


.brand-text .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(15px);
  margin-right: 0.3em; /* space between words */
}


/* Replace janky <marquee> with smooth CSS animation */
.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
}

.marquee-wrapper h1 {
  display: inline-block;
  animation: marqueeScroll 18s linear infinite;
  will-change: transform; /* GPU accelerated */
}

@keyframes marqueeScroll {
  from { transform: translateX(100%); }
  to   { transform: translateX(-100%); }
}

/* ✅ FIX 2: Add will-change to animated elements */
.reveal-text-2 .line span,
.brand-text .word {
  will-change: transform, opacity;
}

.video-div img,
.video-div video {
    max-width: 100%;
    
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.preloader-inner {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.preloader-inner img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    display: block;
}

/* White slide that wipes over the image repeatedly */
.white-slide {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.85) 50%,
        transparent 100%
    );
    animation: slideWipe 1.4s ease-in-out infinite;
}

@keyframes slideWipe {
    0%   { left: -100%; }
    100% { left:  100%; }
}

  