@charset "UTF-8";

/*--------------------------------------------------------------
# Custom Font
--------------------------------------------------------------*/
@font-face {
  font-family: "PT Sans Caption";
  src: url("assets/font/PT_Sans_Caption/PTSansCaption-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "PT Sans Caption";
  src: url("assets/font/PT_Sans_Caption/PTSansCaption-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Quicksand";
  src: url("assets/font/Quicksand/static/Quicksand-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Quicksand";
  src: url("assets/font/Quicksand/static/Quicksand-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}


/*--------------------------------------------------------------
# Fonts Variables
--------------------------------------------------------------*/
:root {
  --default-font: 'Quicksand', sans-serif;
  --heading-font: 'PT Sans Caption', sans-serif;
  --nav-font: 'Quicksand', sans-serif;
  --font-pt-sans: 'PT Sans Caption', sans-serif;
  --font-quicksand: 'Quicksand', sans-serif;
}


/* Global Colors */
:root {
  --background-color: #F7F4EC;
  --default-color: #1B0E1D;
  --heading-color: #1B0E1D;
  --primary-color: #F35820;
  --surface-color: #F7F4EC;
  --contrast-color: #F7F4EC;
  --surface-color: #745852
}

/* Nav Menu Colors */
:root {
  --nav-color: #F7F4EC;
  --nav-hover-color: #F35820;
  --nav-mobile-background-color: #F7F4EC;
  --nav-dropdown-background-color: #f7f4ec;
  --nav-dropdown-color: #1B0E1D;
  --nav-dropdown-hover-color: #F35820;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

p {}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--primary-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: 'PT Sans Caption', sans-serif;
  line-height: 1.5;
  font-weight: 700;
}

h1 {
  font-size: clamp(2.5rem, 6.5vw, 100px);
  /* min 40px, fluid, max 100px */
}

h2 {
  font-size: clamp(2.25rem, 6.25vw, 90px);
  /* min 36px, max 90px */
}

h3 {
  font-size: clamp(2rem, 5.5vw, 80px);
  /* min 32px, max 80px */
}

h4 {
  font-size: clamp(1.75rem, 4vw, 50px);
  /* min 28px, max 50px */
}

h5 {
  font-size: clamp(1.5rem, 3.5vw, 45px);
  /* min 24px, max 45px */
}

h6 {
  font-size: clamp(1.25rem, 3vw, 32px);
  /* min 20px, max 32px */
}

p {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 2vw, 14px);
  letter-spacing: 1%;
  text-align: left;
  color: #1B0E1D;
}

.p-32-600{
  font-size: clamp(1.25rem, 3vw, 32px);
  font-weight: 600;
  line-height: 50px;
}
.p-24-700-Or {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 10px;
  color: #F35820;
}
.p-24-500 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 30px;
  letter-spacing: 0px;
  color: #1B0E1D;
}

.p-24-400 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 32px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: #1B0E1D;
}

.p-18-500 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 31.2px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #1B0E1D;
}
inter-p-17-500{
  font-family: 'inter';
  font-weight: 500;
  font-size: clamp(13px, 1.2vw, 17px);
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #1B0E1D;
}
.p-14-500{
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 500;
  line-height: 31.2px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #1B0E1D;
}

.color-primary {
  color: var(--primary-color);
}

iframe {
  border-radius: 2px;
}

.color-Midnight-wine {
  color: #1B0E1D;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

.fs-40 {
  font-size: clamp(28px, 4vw, 40px);
}


/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #F7F4EC;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #F7F4EC;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--primary-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/

.header {
  --background-color: rgba(255, 255, 255, 0);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 8px 0;
  transition: all 0.5s;
  z-index: 997;
  transition: background-color 0.5s ease, backdrop-filter 0.5s ease;
}

body.index-page.scrolled #header {
  --background-color: #1B0E1D;
}

body:not(.index-page) #header {
  --background-color: #1B0E1D;
  /* always dark on other pages */
}


/* 
.header .logo {
  line-height: 1;
} */

.header .logo img {
  /* max-height: 32px; */
  margin-right: 8px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* ===========================
   Mobile Nav Toggle (Flip)
=========================== */
/* ===========================
   Mobile Nav Toggle (Flip)
=========================== */
.mobile-nav-toggle {
  width: 40px;
  height: 40px;
  perspective: 1000px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  position: fixed;
  top: 20px;
  right: 35px;
}

.flip-toggle .flip-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
  position: relative;
}

.flip-toggle .flip-front,
.flip-toggle .flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Front = Logo */
.flip-front img {
  width: 40px;
  height: 40px;
  display: block;
}

/* Back = Hamburger + Close */
.flip-back {
  transform: rotateY(180deg);
  position: relative;
}

/* Hamburger icon (default) */
.flip-back .bi-list {
  font-size: 32px;
  color: #F35820;
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Close icon (hidden by default) */
.flip-back .close-icon {
  font-size: 32px;
  color: #F7F4EC;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

/* Hover flips logo → hamburger */
.mobile-nav-toggle:hover .flip-inner {
  transform: rotateY(180deg);
}

/* Active state: show close icon */
.mobile-nav-active .flip-front img {
  opacity: 0;
  pointer-events: none;
}

.mobile-nav-active .flip-back .bi-list {
  opacity: 0;
  pointer-events: none;
}

.mobile-nav-active .flip-back .close-icon {
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav-active .flip-toggle .flip-inner {
  cursor: none;
  display: none;
}

.bi-x::before {
  content: "\f62a";
    position: absolute;
    top: 0px;
    margin-top: 10px;
    font-size: 28px;
    color: #F35820;
    border: 2px solid #F35820;
    border-radius: 8px;
}
}

/* ===========================
   Mobile Active State
=========================== */
.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .navmenu {
  right: 0;
  /* menu slides in */
}


/* ===========================
   Navmenu
=========================== */
.navmenu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  /* hidden by default */
  z-index: 997;
  transition: right 0.3s ease;
  width: 300px;
  overflow: hidden;
  background-color: var(--nav-mobile-background-color, #1B0E1D);
  padding: 20px;
}

.navmenu .logo {
  margin-bottom: 15px;
}

.navmenu .logo img {
  max-height: 32px;
  margin-right: 8px;
}
.our-work-section-heading {
    font-weight: 400;
    font-size: clamp(18px, 2vw, 24px);
    color: var(--primary-color);
    /* margin: 0.75rem 0; */
}
.navmenu .social-links {
  margin: 0 0 20px 0;
}

.navmenu .social-links a {
  font-size: clamp(14px, 1.5vw, 16px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: var(--primary-color);
  color: var(--contrast-color);
  margin: 0 2px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

.navmenu .social-links a:hover {
  color: var(--contrast-color);
  background: var(--primary-color);
}

.navmenu ul {
  display: block;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  overflow-y: auto;
  transition: 0.3s;
  z-index: 998;
}

.navmenu a,
.navmenu a:focus {
  color: var(--nav-dropdown-color, #F7F4EC);
  padding: 10px 20px;
  font-family: var(--nav-font, sans-serif);
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
}

.navmenu a i,
.navmenu a:focus i {
  font-size: 12px;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  background-color: var(--primary-color);
}

.navmenu a i:hover,
.navmenu a:focus i:hover {
  background-color: var(--primary-color);
  color: var(--contrast-color);
}

.navmenu a:hover,
.navmenu .active,
.navmenu .active:focus {
  color: var(--nav-dropdown-hover-color, #F35820);
}

.navmenu .active i,
.navmenu .active:focus i {
  background-color: var(--primary-color);
  color: var(--contrast-color);
  transform: rotate(180deg);
}

.navmenu .dropdown ul {
  position: static;
  display: none;
  z-index: 99;
  padding: 10px 0;
  margin: 10px 20px;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}

.navmenu .dropdown>.dropdown-active {
  display: block;
  background-color: var(--nav-dropdown-background-color, #1B0E1D);
  border: 1px solid var(--nav-dropdown-border-color, rgba(255, 255, 255, 0.1));
}




/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: #F35820;
  padding: 40px 0;
  position: relative;
}


.footer p.copyright {
  font-size: 12px;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: #1B0E1D;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
}

.scroll-top:hover {
  background-color: color-mix(in srgb, #1B0E1D, transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 3.5rem 3.5rem 7.5rem;
  overflow: clip;
}

.index-page section,
.index-page .section {
  padding: 7.5rem 3.5rem;
}

.container-fluid {
  padding: 0;
}

@media (max-width: 768px) {

  section,
  .section {
    padding: 3.5rem 2.5rem;
  }

}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* Hero Section */
#hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Volume Controls */
.volume-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 12px;
  border-radius: 8px;
}

.volume-controls button {
  background: none;
  color: #F35820;
  border: none;
  font-size: 22px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.volume-controls button:hover {
  color: #ff7043;
}

/* Custom slider styling */
.volume-controls input[type="range"] {
  width: 100px;
  cursor: pointer;
  -webkit-appearance: none;
  background: transparent;
}

/* Track */
.volume-controls input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: #F35820;
  border-radius: 2px;
}

.volume-controls input[type="range"]::-moz-range-track {
  height: 4px;
  background: #F35820;
  border-radius: 2px;
}

/* Thumb (circle) */
.volume-controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #F35820;
  margin-top: -5px;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.volume-controls input[type="range"]::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #F35820;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

/* Hover */
.volume-controls input[type="range"]:hover::-webkit-slider-thumb,
.volume-controls input[type="range"]:hover::-moz-range-thumb {
  background: #ff7043;
}

/* Active (dragging) - glow effect */
.volume-controls input[type="range"]:active::-webkit-slider-thumb,
.volume-controls input[type="range"]:active::-moz-range-thumb {
  background: #F35820;
  box-shadow: 0 0 8px #F35820, 0 0 15px #F35820;
}

.scroll-indicator {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #F7F4EC;
  font-family: Arial, sans-serif;
  cursor: pointer;
}

.scroll-indicator span {
  display: block;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}

.arrow {
  width: 40px;
  height: 40px;
  border: 2px solid #F7F4EC;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: ripple 2s infinite;
}

.arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-left: 2px solid #F7F4EC;
  border-bottom: 2px solid #F7F4EC;
  transform: rotate(-45deg);
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}


@media (max-width: 767px) {
  #hero {
    width: 100%;
    min-height: 55vh;
  }

  .scroll-indicator {
    bottom: 5px;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
  background: #F7F4EC;
}
.about-section-page,  .about-xp, .about-details-about, .testimonial, .team-about{
  padding: 60px!important;
}

.about-head .heading-2 {
  color: var(--primary-color);
  font-weight: 700;
  text-transform: uppercase;
}
.img-about{
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

/* Row stretch for equal-height columns */
.row.align-items-stretch {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/* Left image */
.profile-image {
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  height: 725px;
}

.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-style: preserve-3d;
  border-radius: 1rem;
  animation: float3DProfile 8s ease-in-out infinite, scalePulseProfile 6s ease-in-out infinite;
  box-shadow: 0 10px 25px rgba(243, 88, 32, 0.2);
  /* subtle orange glow */
}

/* Right content */
.right-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: clamp(1rem, 3vw, 3rem);
  padding-right: clamp(1rem, 3vw, 3rem);
  height: -webkit-fill-available;

}

/* About heading */
.about-heading {
  position: relative;
  font-family: 'PT Sans Caption', sans-serif;
  font-weight: 700;
  letter-spacing: 2%;
  text-transform: uppercase;
  margin-top: 20px;
  white-space: normal;
}

/* WE CRAFT */
.about-heading .we-craft {
  white-space: nowrap;
  position: relative;
}

.about-heading .we-craft .bold {
  animation: lights 5s ease-in-out infinite;
}

.about-heading .we-text {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-156%);
  color: #F35820;
  font-weight: 700;
  z-index: 10;
  display: inline-block;
  white-space: nowrap;

}

.about-heading .orange {
  color: #F35820;
  overflow-wrap: anywhere;
}

.about-heading .intel-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.about-heading .intel-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: #F35820;
  animation: underlineSweep 3s ease-in-out infinite;
}

.about-heading .bold {
  display: inline-block;
  margin-left: 0;
  color: #1B0E1D;
  font-weight: 700;
}

.about-heading .sub {
  font-family: 'PT Sans Caption', sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 3.15vw, 45px);
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #1B0E1D;
}

.about-small-img {
  /* aspect-ratio: 354 / 322; */
  object-fit: cover;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

  transform-style: preserve-3d;
  border-radius: 1rem;
  animation: float3DProfile 8s ease-in-out infinite, scalePulseProfile 6s ease-in-out infinite;
  box-shadow: 0 10px 25px rgba(243, 88, 32, 0.2);
  /* subtle orange glow */
}

@media (max-width: 991px) {
  .about-heading .we-text {
    transform: translateX(-165%);
  }

  .profile-image {
    height: 25rem;
  }

  .about-heading {
    font-size: clamp(30px, 6vw, 60px);
  }
}

@media (max-width: 575.98px) {


  .row.align-items-stretch {
    display: block;
  }

  .profile-image {
    height: auto;
  }

  .profile-image img {
    object-fit: contain;
    width: 100%;
    height: auto;
  }

  .about-text {
    text-align: center;
  }

  .about-heading .we-text {
    left: 0;
    transform: none;
    text-align: center;
    display: block;
  }

  .about-heading .bold {
    display: block;
    left: 0;
  }

  .about-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .about-heading {
    text-align: center;
  }

  .about-heading .we-craft {
    display: inline-flex;
    gap: 0.25em;
  }

  .about-heading .we-text,
  .about-heading .bold {
    position: relative;
    display: block;
    left: 0;
  }
}

@keyframes lights {
  0% {
    color: #1B0E1D;
  }

  25% {
    color: #5C1F10;
    /* dark brownish tone */
  }

  50% {
    color: #F35820;
    /* bright orange highlight */
  }

  75% {
    color: #5C1F10;
    /* fade back smoothly */
  }

  100% {
    color: #1B0E1D;
  }
}

.glow-text {
  animation: lights 4s ease-in-out infinite;
}



@keyframes underlineSweep {
  0% {
    left: -100%;
  }

  50% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}


/* Floating animation for profile image */
@keyframes float3DProfile {

  0%,
  100% {
    transform: translate(0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }

  25% {
    transform: translate(10px, -10px) rotateX(5deg) rotateY(-5deg) rotateZ(2deg);
  }

  50% {
    transform: translate(0, -15px) rotateX(0deg) rotateY(5deg) rotateZ(-2deg);
  }

  75% {
    transform: translate(-10px, 10px) rotateX(-5deg) rotateY(0deg) rotateZ(1deg);
  }
}

/* Scale pulse for profile image */
@keyframes scalePulseProfile {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }
}



/*--------------------------------------------------------------
# story Section
--------------------------------------------------------------*/
.story {
  background-color: #F1F0E8;
}

.story-left {
  display: flex;
  justify-content: end;
  align-items: center;
}

.story-box {
  width: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.story-title span {
  font-family: 'PT Sans Caption', sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 5.5vw, 80px);
  letter-spacing: 0%;
  text-align: end;
}

.story-title .overlap {
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateX(6%);
  color: #ff6347;
  white-space: nowrap;
  z-index: 2;
}

.story-image {
  position: relative;
  overflow: hidden;
}

.story-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

/* Overlay starts hidden on the right */
.story-image .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -100%;
  /* Start outside to the right */
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.5s ease;
  border-radius: 8px;
}

/* Overlay text */
.overlay-text {
  color: #F7F4EC;
  font-size: 20px;
  text-align: center;
  padding: 20px;
}

/* Hover effect */
.story-image:hover img {
  transform: scale(1.1);
}

.story-image:hover .overlay {
  right: 0;
}

/* Right Column Image */
.story-right img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}


/* Button container */
.video-btn {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0.6rem 1.2rem;
  background-color: transparent;
  color: #1B0E1D;
  font-weight: 600;
  border-radius: 0.8rem;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: visible;
  transition: color 0.3s ease;
}

.btn-text {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 600;
  transition: color 0.3s ease, transform 0.3s ease;
}

.video-btn:hover .btn-text {
  color: #F35820;
  transform: translateX(6px);
}

.play-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #F35820;
  position: relative;
  display: inline-block;
  z-index: 2;
  flex-shrink: 0;
  animation: floatCircle 3s ease-in-out infinite;
  overflow: visible;
}

.triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 20px;
  background-color: #F7F4EC;
  clip-path: polygon(0% 0%,
      100% 50%,
      0% 100%);
  border-radius: 8px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 3;
}

.video-btn:hover .triangle {
  width: 50px;
  height: 50px;
  background-color: #F7F4EC;
  box-shadow: 0 0 12px rgba(243, 88, 32, 0.7);
}


.play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border: 4px solid transparent;
  border-top-color: #FFA14B;
  border-right-color: #FF7F32;
  border-bottom-color: #F35820;
  border-left-color: #FF9A53;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: rotateBorder 3s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  transform: translate(-50%, -50%) scale(1);
  animation: rippleGlow 2s infinite;
  z-index: 0;
}


/* Video Modal */
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-modal-content {
  position: relative;
  margin: 2% auto;
  width: 96%;
}

.close-btn {
  position: absolute;
  top: -45px;
  right: -30px;
  color: #F7F4EC;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
}

/*-------------------------------
  Responsive Adjustments
--------------------------------*/

/* Keep overlap until 560px */
@media (max-width: 577px) {

  .story-box {
    width: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .story-left,
  .story-right {
    text-align: center;
  }

  .story-left {
    justify-content: start;
  }


  .story-title {
    display: block;
  }

  .story-title.overlap {
    position: static;
    transform: none;
    display: block;
    font-size: 36px;
    white-space: normal;
    margin-top: 0.25em;
    color: #ff6347;
  }

}


/* Floating circle animation */
@keyframes floatCircle {
  0% {
    transform: translateY(0px);
  }

  25% {
    transform: translateY(-3px);
  }

  50% {
    transform: translateY(-1px);
  }

  75% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* Rotating border animation */
@keyframes rotateBorder {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Ripple/glow animation */
@keyframes rippleGlow {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0.2;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# intent Section
--------------------------------------------------------------*/
/* Intent Section */
.intent {
  background: #fdfbf7;
}

/* Circle background */
.intent-left {
  position: relative;
  z-index: 2;
}

.intent-right {
  position: absolute;
  min-width: 68%;
  left: 30%;
  background: #e7e6e854;
  border-radius: 40px 0px 0px 40px;
  padding: 60px 60px 60px 120px;
}


.intent-person {
  position: relative;
  max-height: 420px;
  object-fit: contain;
}


.intent-heading .highlight {
  letter-spacing: 6px;
  color: #1B0E1D;
}

.intent-heading .orange {
  color: #F35820;
  font-weight: 600;
}

.intent-heading .bold {
  color: #1B0E1D;
  font-weight: 800;
}

.intent-bottom {
  padding-top: 7rem;
}

.experience-text {
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #1B0E1D;
  width: 0ch;
  animation: typingExperience 7s steps(1000) infinite forwards;
}

@keyframes typingExperience {
  0% {
    width: 0ch;
    /* start empty */
  }

  100% {
    width: 10ch;
    /* full word typed */
  }
}


.bottom-img {
  height: 100%;
  width: 100%;
  padding: 1rem;
}

.bottom-img img {
  height: 100%;
  transition: transform 0.3s;
}

.bottom-img img:hover {
  transform: scale(1.05);
  z-index: 10;
}

.intent-bottom-img-1 {
  z-index: 1;
}

.intent-bottom-img-3 {
  margin-top: -15%;
  z-index: 1;
}

.intent-bottom-img-back {
  display: flex;
  justify-content: center;
  margin-top: -8%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.stack-container {
  position: relative;
  width: 300px;
  /* adjust as needed */
  margin: 50px auto;
}

.stack-container img {
  width: 100%;
  min-height: 280px;
  display: block;
  position: absolute;
  transition: transform 0.3s;
}

.stack-container img:nth-child(1) {
  left: 40%;
  bottom: 0%;
  z-index: 2;
}

.stack-container img:nth-child(2) {
  bottom: -50px;
  left: 20%;
  z-index: 1;
  border-radius: 15px;
}

.stack-container img:nth-child(3) {
  left: -65%;
  bottom: -100px;
  z-index: 3;
}

/* optional hover effect */
.stack-container img:hover {
  transform: scale(1.05);
  z-index: 10;
}

/* Responsive */
@media (max-width: 991px) {

  .intent-person {
    max-height: 350px;
  }
}

@media (max-width: 768px) {

  .intent-left {
    width: 100%;
  }

  .intent-person {
    max-height: 300px;
    margin-left: 10%;
    margin-top: 5%;
  }

  .intent-heading {
    font-size: 28px;
    text-align: center;
  }

  .intent-description {
    text-align: center;
    margin: 0 auto;
  }

  .bottom-text {
    text-align: center;
  }

  .bottom-img {
    padding: 0.5rem;
  }

  .intent-right {
    position: relative;
    min-width: 100%;
    left: 0;
    background: #e7e6e854;
    border-radius: 0;
    padding: 2rem;

  }

  .intent-bottom {
    padding-top: 3rem;
  }

  .intent-bottom-img-3,
  .intent-bottom-img-back {
    margin: auto;
  }
}

.bottom-img img,
.intent-left .intent-person {
  transform-style: preserve-3d;
  border-radius: 1rem;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/* Intent bottom image 1 */
.intent-bottom-img-1 img {
  animation: floatRandom1 16s infinite;
  animation-delay: 0s;
}

/* Intent bottom image 3 */
.intent-bottom-img-3 img {
  animation: floatRandom2 18s infinite;
  animation-delay: 1s;
}

/* Intent bottom image back */
.intent-bottom-img-back img {
  animation: floatRandom3 20s infinite;
  animation-delay: 2s;
}

/* Intent left */
.intent-left .intent-person {
  animation: floatRandom4 24s infinite;
  animation-delay: 0.5s;
}

/* Floating in truly random small offsets */
@keyframes floatRandom1 {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
  }

  20% {
    transform: translate3d(3px, -5px, 2px) rotateX(2deg) rotateY(-1deg);
  }

  40% {
    transform: translate3d(-4px, 4px, -3px) rotateX(-1deg) rotateY(2deg);
  }

  60% {
    transform: translate3d(5px, -3px, 1px) rotateX(1deg) rotateY(-2deg);
  }

  80% {
    transform: translate3d(-2px, 2px, -1px) rotateX(-2deg) rotateY(1deg);
  }

  100% {
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
  }
}

@keyframes floatRandom2 {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
  }

  20% {
    transform: translate3d(-3px, 5px, -2px) rotateX(-2deg) rotateY(1deg);
  }

  40% {
    transform: translate3d(4px, -4px, 3px) rotateX(1deg) rotateY(-2deg);
  }

  60% {
    transform: translate3d(-5px, 3px, -1px) rotateX(-1deg) rotateY(2deg);
  }

  80% {
    transform: translate3d(2px, -2px, 1px) rotateX(2deg) rotateY(-1deg);
  }

  100% {
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
  }
}

@keyframes floatRandom3 {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
  }

  20% {
    transform: translate3d(2px, -4px, 1px) rotateX(1deg) rotateY(-2deg);
  }

  40% {
    transform: translate3d(-3px, 3px, -2px) rotateX(-1deg) rotateY(1deg);
  }

  60% {
    transform: translate3d(4px, -2px, 2px) rotateX(2deg) rotateY(-1deg);
  }

  80% {
    transform: translate3d(-2px, 1px, -1px) rotateX(-2deg) rotateY(2deg);
  }

  100% {
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
  }
}

@keyframes floatRandom4 {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
  }

  20% {
    transform: translate3d(-4px, 3px, -2px) rotateX(-2deg) rotateY(1deg);
  }

  40% {
    transform: translate3d(5px, -5px, 3px) rotateX(1deg) rotateY(-2deg);
  }

  60% {
    transform: translate3d(-3px, 4px, -1px) rotateX(-1deg) rotateY(2deg);
  }

  80% {
    transform: translate3d(2px, -3px, 2px) rotateX(2deg) rotateY(-1deg);
  }

  100% {
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
  }
}



/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/

.services {
  background-color: #F1F0E8
}

.services-main-head {
  color: var(--primary-color);
  font-weight: 700;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.services .service-box {
  margin-bottom: 10rem;
}

.services .service-box:last-child {
  margin-bottom: 0rem;
}

.services.custum-m-p {
  padding-top: 3rem;
  margin-top: 3rem;
}

.service-image {
  width: 100%;

}

.service-image img {
  width: inherit;

}

.service-image {
  position: relative;
  width: 100%;
  height: 400px;
  /* ya jo bhi fixed height chahiye */
  overflow: hidden;
}

.service-image .img-service {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  /* base centering */
  will-change: transform;
}

.services .service-item {
  width: 75%;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  background-color: #F1F0E8;
}

.services .service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background-color: var(--primary-color);
  transition: height 0.3s ease-in-out;
}

.services .service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px -5px rgba(0, 0, 0, 0.08);
}

.services .service-item:hover::before {
  height: 100%;
}

.services .service-item:hover .icon i {
  transform: scale(1.1) rotate(5deg);
  color: var(--primary-color);
}

.services .service-item .icon {
  margin-bottom: 1.5rem;
}

.services .service-item .icon i {
  font-size: 2.5rem;
  color: color-mix(in srgb, var(--primary-color), transparent 15%);
  transition: all 0.3s ease-in-out;
}

.services .service-item .service-item-head {
  font-family: var(--heading-font);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: var(--primary-color);
  line-height: clamp(22px, 2.4vw, 28px);
  letter-spacing: 0%;
  text-transform: uppercase;
}

.services .service-item .service-item-text {
  font-size: clamp(12px, 1.2vw, 16px);
  color: #1B0E1D;
  line-height: 26px;
}

.service-item.service-item-left {
  left: -1px;
  bottom: -17%;
}

.service-item.service-item-right {
  right: -1px;
  bottom: -17%;
}

.service-box-custum {
  margin-bottom: 12rem !important;
}

.service-custum-pad {
  padding-left: 5rem;
}

@media (max-width: 991px) {
  .service-custum-pad {
    padding-left: 0;
  }

  .service-item.service-item-left {
    bottom: -10%;
    width: 85%;
  }

  .service-item.service-item.service-item-right {
    bottom: -10%;
    width: 85%;
  }

  .service-box-custum {
    margin-bottom: 12rem !important;
  }

  .service-custum-pad {
    padding-left: 5rem;
  }

}

@media (max-width: 768px) {

  .services .service-box {
    margin-bottom: 3rem !important;
  }

  .service-box-top {
    margin: 0 !important;
    padding: 0 !important;
  }

  .service-item {
    padding: 1rem 0 !important;
  }

  .services .service-item {
    width: 100%;
  }

  .service-item.service-item-left {
    bottom: 0;
  }

  .service-item.service-item.service-item-right {
    bottom: 0;
  }

  .service-item.position-absolute {
    position: relative !important;
  }

  .service-custum-pad {
    padding-left: 0;
  }
}


/*--------------------------------------------------------------
# Our Work Section
--------------------------------------------------------------*/

.our-work-head .heading-2, .team-head .heading-2 {
  color: var(--primary-color);
  text-transform: uppercase;
}

/* Our Work Box */
.our-work-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

/* Image container with overlay */
.image-container {
  position: relative;
  overflow: hidden;
}

.our-work-image {
  width: 100%;
  display: block;
  transition: 0.5s ease;
  border-radius: 2px;
  max-width: 646px;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
}

/* Overlay Details (hidden by default) */
.overlay-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 646px;
  height: auto;
  color: #F7F4EC;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(4px);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  text-align: center;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
  /* semi-transparent overlay */
  border-radius: 2px;
}

/* Hover effect */
.image-container:hover .our-work-image {
  /*filter: blur(8px);*/
  /* increased blur */
}

.image-container:hover .overlay-details {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.image-container:hover .overlay-details .our-work-section-desc {
  color: #F7F4EC;
  /* only description turns white */
}

/* Change tag text color to orange on hover */
.image-container:hover .overlay-details .our-work-badge {
  color: #F35820;
  /* orange */
}


/* Default details below image */
.default-details {
  margin-top: 0.75rem;
  transition: all 0.5s ease;
}

/* Hide default details on hover */
.image-container:hover+.default-details {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}

/* Section Typography */
.our-work-section-heading {
  font-weight: 700;
  font-size: clamp(18px, 2vw, 26px);
  color: var(--primary-color);
  margin: 0.75rem 0
}

.our-work-section-desc {
  font-weight: 400;
  font-size: clamp(12px, 1.2vw, 14px);
  margin: 0 0 0.5rem;
}

.our-work-section-tags {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.5rem, 2vw, 1rem);
  gap: 12px;
}

.our-work-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  width: auto;
  letter-spacing: 2%;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #b6ccc980;
  padding: 8px;
  background: #F7F4EC;
  color: #cfab9d;
}

/* Responsive */
@media (max-width: 767px) {
  .our-work-box {
    flex-direction: column;
  }

  .overlay-details {
    padding: 0.5rem 0.5rem 0.75rem;
  }

  .our-work-section-heading {
    font-size: clamp(16px, 3vw, 22px);
  }

  .our-work-section-desc {
    font-size: clamp(12px, 2vw, 14px);
  }
}

/* .work-page .overlay-details .our-work-section-heading {
  font-family: var(--font-seafont);
  font-weight: 400;
  font-size: clamp(28px, 3vw, 40px);
  line-height: clamp(32px, 3.2vw, 44px);
  letter-spacing: 0.5px;
  text-align: center;
} */

.parallax-wrapper {
  position: relative;
  overflow: hidden;
}

.parallax-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  will-change: transform;
  transform: translateZ(0);
}

.overlay-details-page {
  position: absolute;
  bottom: 0; 
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 15px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  z-index: 10;
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 0 !important;
  background-color: #F7F4EC;
}


.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 240px !important;
  height: 140px;
  margin: 0 !important;
}

.clients .client-logo img:hover {
  filter: none;
  opacity: 1;
}

.swiper-slide {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

@media (max-width: 640px) {
  .clients .client-logo img {
    padding: 20px;
  }
  .parallax-image{
    min-height:450px;
  }
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

/* Left image: middle-bottom */
.blur-left {
  position: absolute;
  width: 445px;
  height: 445px;
  left: 10%;
  bottom: 0%;
  background-image: url('/assets/images/contact-background-2.png');
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(60px);
  /* reduce from 300px */
  z-index: 0;
  pointer-events: none;
}

/* Right image: middle-top */
.blur-right {
  position: absolute;
  width: 445px;
  height: 445px;
  right: 10%;
  top: 30%;
  background-image: url('/assets/images/contact-background.png');
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(60px);
  /* reduce from 300px */
  z-index: 0;
  pointer-events: none;
}

/* Ensure content stays above the blurred images */
.contact-page main,
.contact-page header,
.contact-page footer {
  z-index: 1;
}

.contact-page h3 {
  color: var(--primary-color);
}

.contact-page a {
  color: #1B0E1D;
}

.contact-page p,
.contact-page li {
  font-weight: 500;
  font-size: 24px;
  line-height: 50px;
  color: #1B0E1D;
}

.contact-page p.p-contact {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1B0E1D;
}

@media (max-width: 768px) {}


@media (max-width: 992px) {}



@media (max-width: 992px) {}

@media (max-width: 768px) {}


/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .service-hero {
  position: relative;
  margin-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
}

.service-details .service-hero img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.service-details .service-hero .service-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--primary-color);
  color: var(--contrast-color);
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
}

.service-details .service-content .service-header {
  margin-bottom: 40px;
}

.service-details .service-content .service-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--heading-color);
}

.service-details .service-content .service-header .service-intro {
  font-size: clamp(14px, 1.2vw, 18px);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.service-details .service-content h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--heading-color);
}

.service-details .service-features {
  margin-bottom: 50px;
}

.service-details .service-features .feature-item {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  background: var(--surface-color);
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.3s ease;
}

.service-details .service-features .feature-item:hover {
  box-shadow: 0 8px 25px color-mix(in srgb, var(--default-color), transparent 90%);
  transform: translateY(-2px);
}

.service-details .service-features .feature-item .feature-icon {
  background: color-mix(in srgb, var(--primary-color), transparent 90%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.service-details .service-features .feature-item .feature-icon i {
  font-size: 24px;
  color: var(--primary-color);
}

.service-details .service-features .feature-item .feature-content h5 {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--heading-color);
}

.service-details .service-features .feature-item .feature-content p {
  font-size: 14px;
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.service-details .service-process {
  margin-bottom: 50px;
}

.service-details .service-process .process-steps .process-step {
  display: flex;
  margin-bottom: 30px;
  position: relative;
}

.service-details .service-process .process-steps .process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 60px;
  width: 2px;
  height: 40px;
  background: color-mix(in srgb, var(--primary-color), transparent 70%);
}

.service-details .service-process .process-steps .process-step .step-number {
  background: var(--primary-color);
  color: var(--contrast-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-right: 25px;
  flex-shrink: 0;
  font-size: clamp(14px, 1.5vw, 16px);
}

.service-details .service-process .process-steps .process-step .step-content h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--heading-color);
}

.service-details .service-process .process-steps .process-step .step-content p {
  font-size: 15px;
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.service-details .service-gallery {
  margin-bottom: 30px;
}

.service-details .service-gallery img {
  transition: transform 0.3s ease;
}

.service-details .service-gallery img:hover {
  transform: scale(1.05);
}

.service-details .service-sidebar .service-menu {
  background: var(--surface-color);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .service-sidebar .service-menu h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--heading-color);
}

.service-details .service-sidebar .service-menu .menu-list .menu-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  color: var(--default-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-details .service-sidebar .service-menu .menu-list .menu-item:last-child {
  border-bottom: none;
}

.service-details .service-sidebar .service-menu .menu-list .menu-item:hover,
.service-details .service-sidebar .service-menu .menu-list .menu-item.active {
  color: var(--primary-color);
  padding-left: 10px;
}

.service-details .service-sidebar .service-menu .menu-list .menu-item:hover i,
.service-details .service-sidebar .service-menu .menu-list .menu-item.active i {
  color: var(--primary-color);
}

.service-details .service-sidebar .service-menu .menu-list .menu-item i {
  margin-right: 12px;
  font-size: clamp(14px, 1.5vw, 16px);
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: color 0.3s ease;
}

.service-details .service-sidebar .service-menu .menu-list .menu-item span {
  font-weight: 500;
}

.service-details .service-sidebar .service-info {
  background: var(--surface-color);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .service-sidebar .service-info h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--heading-color);
}

.service-details .service-sidebar .service-info .info-list .info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .service-sidebar .service-info .info-list .info-item:last-child {
  border-bottom: none;
}

.service-details .service-sidebar .service-info .info-list .info-item .info-label {
  font-weight: 500;
  color: var(--default-color);
}

.service-details .service-sidebar .service-info .info-list .info-item .info-value {
  font-weight: 600;
  color: var(--primary-color);
}

.service-details .service-sidebar .contact-card {
  background: linear-gradient(135deg, var(--primary-color), color-mix(in srgb, var(--primary-color), #1b0e1d 20%));
  padding: 30px;
  border-radius: 10px;
  color: var(--contrast-color);
}

.service-details .service-sidebar .contact-card .contact-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--contrast-color);
}

.service-details .service-sidebar .contact-card .contact-content p {
  margin-bottom: 20px;
  opacity: 0.9;
  font-size: 14px;
}

.service-details .service-sidebar .contact-card .contact-content .contact-info {
  margin-bottom: 25px;
}

.service-details .service-sidebar .contact-card .contact-content .contact-info .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.service-details .service-sidebar .contact-card .contact-content .contact-info .contact-item i {
  margin-right: 10px;
  opacity: 0.8;
}

.service-details .service-sidebar .contact-card .contact-content .contact-info .contact-item span {
  font-size: 14px;
}

.service-details .service-sidebar .contact-card .contact-content .btn {
  background: var(--contrast-color);
  color: var(--primary-color);
  border: none;
  padding: 12px 25px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.service-details .service-sidebar .contact-card .contact-content .btn:hover {
  background: color-mix(in srgb, var(--contrast-color), transparent 10%);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .service-details .service-hero img {
    height: 250px;
  }

  .service-details .service-hero .service-badge {
    top: 15px;
    right: 15px;
    padding: 6px 15px;
    font-size: 12px;
  }

  .service-details .service-content .service-header h2 {
    font-size: 24px;
  }

  .service-details .feature-item {
    padding: 15px !important;
  }

  .service-details .feature-item .feature-icon {
    width: 50px !important;
    height: 50px !important;
    margin-right: 15px !important;
  }

  .service-details .feature-item .feature-icon i {
    font-size: 20px !important;
  }

  .service-details .service-sidebar {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
/* ------------------------
   Testimonial Section
------------------------- */
.testimonial-section {
  background: #f7f4ec;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

#testimonialCarousel {
  position: relative;
}

/* Card design */
.testimonial-card {
  background: #F7F4EC;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.testimonial-card p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.testimonial-card h6 {
  font-weight: 600;
  margin-bottom: 0;
  color: #1b0e1d;
}
}

/* ------------------------
   3D Peek Effect
------------------------- */


/*--------------------------------------------------------------
# About page 
--------------------------------------------------------------*/
.about-page h3 {
  line-height: 89px;
}
.about-xp h1{
  color:#f7f4ec;
  font-size: clamp(50px, 12vw, 200px);
  font-weight: 700;
  line-height: 200px;
}
.about-xp h2{
  color:#1b0e1d;
  font-size: clamp(36px, 8vw, 130px);
  font-weight: 700;
  line-height: 122px;
}
.about-xp h6{
  color:#F35820;
  font-size: clamp(18px, 3vw, 32px);
  font-weight: 700;
  line-height: 50px;
}
.text-light-paragraph{
  color:#f7f4ec;
}
.box-xp{
  background: #F35820;
  border-radius:38px 0 0 38px;
  min-height:600px;
  left: 45px;
}
.about-xp-image{
  left:0;
  bottom: 0;
  border-right: 5px solid #F7F4EC;
  border-top: 5px solid #F7F4EC;
  border-bottom: 5px solid #F7F4EC;
}


#testimonial{
  background: #F35820;
  padding: 60px;
}

#testimonialCarousel {
  padding: 60px 20px;
  border-radius: 10px;
  max-width: 60%;
  margin: 50px auto;
}

/* Button style */
.custom-btn {
  background-color:#F7F4EC;      /* Red background */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  opacity:1;
  top:50%;
}
.carousel-control-prev{
  left:-10%;
}
.carousel-control-next{
  right:-10%;
}

/* Custom previous arrow */
.custom-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-left: 4px solid #F35820;
  border-bottom: 4px solid #F35820;
  transform: rotate(45deg);
}

/* Custom next arrow */
.custom-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-right: 4px solid #F35820;
  border-top: 4px solid #F35820;
  transform: rotate(45deg);
}

.team-card{
  border:1px solid #B6CCC9;
  background-color: #f7f4ec;
}
.team-card p {
  text-align: center;
}
/* Team Card Animation */
.team-card {
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), 
              box-shadow 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.team-card:hover {
  transform: translateY(-12px);  /* thoda subtle rakha */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Image hover zoom */
.team-card img {
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.team-card:hover img {
  transform: scale(1.08);
}

@media (max-width: 678px){
  #testimonialCarousel{
    width:100%;
  }
}