body {
  background: rgba(15, 15, 15, 1);

  color: var(--para-color);

  font-family: var(--para-font);

  font-size: 16px;
}

.container {
  position: relative;

  z-index: 5;
}

:root {
  --primary-color: rgba(255, 255, 255, 1);

  --secondary-color: rgba(236, 28, 36, 1);

  --para-font: "Roboto", sans-serif;

  --para-color: rgba(255, 255, 255, 0.8);

  --title-font: "Oswald", sans-serif;

  --main-title-size: 54px;

  --main-title-weight: 700;

  --text-capitalize: capitalize;

  --text-uppercase: uppercase;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary-color);

  font-family: var(--title-font) !important;

  text-transform: var(--text-uppercase);
}

h1,
h2,
h3 {
  font-size: var(--main-title-size);

  font-weight: var(--main-title-weight);
}

h4 {
  font-size: 24px;
}

p {
  line-height: 32px;

  margin: 0px;
}
.text-white-50 {
    color: rgba(255, 255, 255, .7) !important;
}


a {
  color: inherit;

  text-decoration: none;
}

a:hover {
  color: inherit;
}

/* Base styles for all buttons */
.btn-view-detail {
    background-color: var(--secondary-color);
    color: #ffffff;
    font-size: 16px;
    padding: 8px 24px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: var(--title-font);
    font-weight: 500;
    margin-top: 15px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
	border:2px solid transparent;
}

/* Arrow pseudo-element ONLY for buttons NOT inside #home-title */
:not(#home-title) > .btn-view-detail::after,
:not(#home-title) .btn-view-detail::after {
    content: "→";
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    max-width: 0;
    opacity: 0;
    margin-left: 0;
    transform: translateX(-8px);
    transition: all 0.3s ease;
	 margin-top: -5px;
}

/* Hover effects ONLY for buttons NOT inside #home-title */
:not(#home-title) .btn-view-detail:hover {
    border-color:white;
}

:not(#home-title) .btn-view-detail:hover::after {
    max-width: 20px;
    opacity: 1;
    margin-left: 8px;
    transform: translateX(0);
    margin-top: -5px;
}
#home-title .btn-view-detail:after{
	display:none;
}
.bg-danger {
  background-color: var(--secondary-color) !important;
}

.allcontent-section {
  margin: 100px 0px;
}

.textrotate {
  writing-mode: vertical-rl;

  text-orientation: mixed;

  transform: rotate(180deg);
}

p.wp-block-paragraph {
  margin-bottom: 10px;
}

/***************** header *****************************/

/* Enable Hover Dropdowns for Desktop (min-width: 992px) */
/* .dropdown-menu {
    position: absolute;
    z-index: 1000;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #1a1a1a;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
} */
.dropdown-menu {
    padding: 0;
    margin-top: 10px;
    background-color: rgb(26 26 26);
    box-shadow: rgb(206 206 215 / 25%) 0px 13px 27px -5px, rgb(217 213 213 / 2%) 0px 8px 16px -8px;
    border: 1px solid #cccccc1f;
}
.dropdown-item {
    padding: 10px 15px;
    clear: both;
    font-weight: 400;
    color: white;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: white;
  background-color: var(--secondary-color);
  opacity: 0.9;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--secondary-color);
  opacity: 1;
}
@media (min-width: 992px) {
  .navbar .nav-item.dropdown:hover > .dropdown-menu {
    display: block;

    margin-top: 0;

    z-index: 1;
  }

  .navbar .dropdown-menu .dropend:hover > .dropdown-menu {
    display: block;

    position: absolute;

    top: 0;

    left: 100%;
  }
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: end;
  justify-content: end;
  width: 100%;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--primary-color);
  font-family: var(--title-font);
  font-size: 16px;
  text-transform: var(--text-uppercase);
  font-weight: 600;
  padding: 15px 22px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: var(--secondary-color);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--secondary-color);

  opacity: 0.8;
}

.web-logo {
  width: 65%;
}

/*********************Services*************************/
.bg-default {
    background: #1c1c1c;
}
  /* Styling to match dark/glass effect & typography of design */
    .hero-container {
        min-height: 100vh;
        background-color: #0d1117;
    }

    .nav-glass-sidebar {
        background: rgb(16 16 16);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .service-link {
        transition: all 0.3s ease;
        opacity: 0.5;
        border-left: 3px solid transparent;
    }

    .service-link:hover,
    .service-link.active {
        opacity: 1;
        background: rgba(255, 255, 255, 0.08) !important;
        border-left-color: var(--secondary-color);
    }

    .subtitle-text {
        letter-spacing: 2px;
        font-size: 0.9rem;
    }

    .main-hero-title {
        font-size: clamp(3.5rem, 8vw, 7rem);
        line-height: 0.9;
        font-weight: 300;
        letter-spacing: -1px;
    }

    .search-input-underline {
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
        color: #fff;
        border-radius: 0;
    }

    .search-input-underline:focus {
        background: transparent;
        box-shadow: none;
        border-bottom-color: #fff;
        color: #fff;
    }

      .servicemaincontent {
        transition: opacity 0.3s ease-in-out;
    }
.bg-default{
	
}

/***************** Client list Section *****************************/

.title-first-half {
  color: var(--primary-color);
}

.title-second-half {
  color: var(--secondary-color);
}

.client-logo-item {
  display: flex;

  align-items: center;

  justify-content: center;

  transition: transform 0.3s ease;
}

.client-logo-item:hover {
  transform: translateY(-5px);
}

.client-img-wrap {
  height: 100px; /* Default height for standard/square logos */

  width: 100%;

  margin: 0 auto;

  display: flex;

  align-items: center;

  justify-content: center;
}

/* Dynamically styled heights based on image proportions */

.logo-tall .client-img-wrap {
  height: 120px; /* Adjust taller logos like KFC here */
}

.logo-wide .client-img-wrap {
  height: 80px; /* Adjust wider landscape logos like Vaseline here */
}

.client-img-wrap img {
  max-height: 100%;

  max-width: 100%;

  width: auto;

  height: auto;

  object-fit: contain;

  /* filter: brightness(0.9); */

  transition: filter 0.3s ease;
}

.client-logo-item:hover .client-img-wrap img {
  filter: brightness(1);
}

.client-title-fallback {
  color: var(--primary-color);
}

.btn-view-all {
  color: var(--primary-color);

  font-family: var(--para-font);

  text-decoration: none;

  border-bottom: 1px solid var(--primary-color);

  padding-bottom: 4px;

  display: inline-block;

  letter-spacing: 1px;

  transition:
    color 0.3s ease,
    border-color 0.3s ease;
}

.btn-view-all:hover {
  color: var(--secondary-color);

  border-bottom-color: var(--secondary-color);

  opacity: 1;
}

/* Home About */

.width90 {
  padding-left: 10%;
}

#home-about .homeabout-image::before {
  content: "";

  width: 600px;

  height: 600px;

  background: rgb(237 28 36 / 8%);

  filter: blur(130px);

  display: block;

  position: absolute;

  z-index: 1;

  border-radius: 50%;

  left: 0;

  top: 0;
}

.maincontenttitle {
  font-size: 64px;

  letter-spacing: 6%;
}

/***************** project *****************************/

.tax-journey-date .blog-meta {
  display: none;
}

/* .project-description {

  background: #1c1c1c;

  height: 100%;

}

.project-taxonomy-list {

  list-style: none;

  padding-left: 0;

  margin-bottom: 0;

  display: flex;

  gap: 5px;

}

.project-taxonomy-list li {

  margin-bottom: 8px;

}

.project-taxonomy-list li:last-child {

  margin-bottom: 0;

}

.project-taxonomy-badge {

  display: inline-block;

  padding: 6px 14px;

  color: #f5f5f5ad;

  border: 1px solid #3a3939;

  border-radius: 4px;

  text-decoration: none;

  font-size: 0.9rem;

  font-weight: 500;

  transition: all 0.2s ease-in-out;

}

.project-taxonomy-badge:hover {

  background-color: var(--secondary-color);

  color: #ffffff;

  border-color: var(--secondary-color);

  text-decoration: none;

} */

/* project gallery */

/* Gallery Container & Accents */

.gallery-title-accent {
  width: 4px;

  height: 22px;

  background-color: #e50914;

  border-radius: 2px;
}

.gallery-section-title {
  font-size: 1.15rem;

  letter-spacing: 1.5px;

  text-transform: uppercase;

  color: #ffffff;

  margin-left: 15px;
}

/* CSS Grid Layout */

.creative-gallery-grid {
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));

  grid-gap: 16px;

  grid-auto-flow: dense;
}

/* Make first image 2x2 featured size on desktop */

@media (min-width: 768px) {
  .creative-gallery-grid .gallery-item-featured {
    grid-column: span 2;

    grid-row: span 2;
  }
}

/* Card & Image Styling */

.gallery-item {
  position: relative;

  border-radius: 10px;

  overflow: hidden;

  background: rgba(255, 255, 255, 0.03);

  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gallery-image-wrapper {
  position: relative;

  width: 100%;

  height: 100%;

  min-height: 220px;
}

.gallery-item-featured .gallery-image-wrapper {
  min-height: 456px;
}

.gallery-img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Glassmorphism Hover Overlay */

.gallery-overlay {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.65);

  backdrop-filter: blur(4px);

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  opacity: 0;

  transition: opacity 0.3s ease;

  padding: 15px;

  text-align: center;
}

.gallery-icon {
  width: 44px;

  height: 44px;

  border-radius: 50%;

  background: #e50914;

  color: #ffffff;

  display: flex;

  align-items: center;

  justify-content: center;

  transform: translateY(12px);

  transition: transform 0.3s ease;
}

.gallery-caption-text {
  color: #ffffff;

  font-size: 0.85rem;

  margin-top: 8px;

  font-weight: 500;

  transform: translateY(12px);

  transition: transform 0.3s ease;
}

/* Hover States */

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

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover .gallery-icon,
.gallery-item:hover .gallery-caption-text {
  transform: translateY(0);
}

/* Base CSS Grid Layout */

.creative-gallery-grid {
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));

  grid-auto-rows: 200px; /* Fixed row height unit */

  grid-gap: 16px;

  grid-auto-flow: dense; /* Fills empty gaps automatically */
}

@media (min-width: 768px) {
  /* Index 0: Large Square Box (2 columns wide, 2 rows high) */

  .creative-gallery-grid .gallery-item-square-large {
    grid-column: span 2;

    grid-row: span 2;
  }

  /* Index 8: Wide Landscape Banner (2 columns wide, 1 row high) */

  .creative-gallery-grid .gallery-item-landscape {
    grid-column: span 3;

    grid-row: span 2;
  }
}

/* Creative Project Details Box */

.project-details-card {
  background: rgba(255, 255, 255, 0.03);

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 12px;

  backdrop-filter: blur(8px);

  position: relative;

  overflow: hidden;

  height: 100%;
}

.project-details-card::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 4px;

  height: 100%;

  background: #e50914; /* Matches red accent color */
}

.project-details-title {
  font-size: 0.95rem;

  letter-spacing: 2px;

  text-transform: uppercase;

  color: #fff;

  opacity: 0.9;
}

.creative-meta-grid {
  display: flex;

  flex-direction: column;

  gap: 1.25rem;
}

.meta-box-item {
  display: flex;

  align-items: flex-start;

  gap: 12px;

  margin: 3px 0px;
}

.meta-icon-wrapper {
  width: 36px;

  height: 36px;

  border-radius: 8px;

  background: rgba(229, 9, 20, 0.12);

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  color: #e50914;
}

.meta-icon-wrapper svg {
  width: 18px;

  height: 18px;

  fill: currentColor;
}

.meta-info-content {
  display: flex;

  flex-direction: column;
}

.meta-info-label {
  font-size: 0.6rem;

  text-transform: uppercase;

  letter-spacing: 1px;

  color: #8c8c8c;

  margin-bottom: 2px;
}

.meta-info-value {
  font-size: 0.95rem;

  font-weight: 600;

  color: #ffffff;
}

a.tag-cluster-item {
  font-size: 13px;

  margin-right: 5px;

  background: red;

  background: rgb(48 21 22);

  padding: 5px 15px;

  color: #cccccccf;

  border-radius: 60px;

  font-family: var(--title-font);

  display: inline-block;

  margin: 5px 0px;
}

/* Taxonomy Pill Badges */

.creative-taxonomy-pills {
  display: flex;

  flex-wrap: wrap;

  gap: 8px;

  padding: 0;

  margin: 4px 0 0 0;

  list-style: none;
}

.creative-pill-badge {
  display: inline-flex;

  align-items: center;

  padding: 5px 14px;

  border-radius: 20px;

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.15);

  color: #ffffff;

  font-size: 0.8rem;

  font-weight: 500;

  text-decoration: none;

  transition: all 0.3s ease;
}

.creative-pill-badge:hover {
  background: #e50914;

  border-color: #e50914;

  color: #ffffff;

  transform: translateY(-2px);

  text-decoration: none;
}

.owl-lightbox-link {
  display: block;

  width: 100%;

  height: 100%;

  overflow: hidden;

  border-radius: 8px;
}

.owl-lightbox-link img {
  transition: transform 0.4s ease;
}

.owl-lightbox-link:hover img {
  transform: scale(1.05);
}

/***************** contact us *****************************/

.cardcontact {
  padding: 75px 35px;

  background: #1c1c1c;

  border-radius: 0;
}

label {
  font-family: var(--title-font);
}

.form-control-lg,
.form-control {
  min-height: calc(1.5em + (1rem + 2px));

  padding: 0.5rem 1rem;

  font-size: 0.9rem;

  border-radius: 0.3rem;

  background: #1c1c1c;

  padding: 15px;

  border-color: #cccccc70;

  border: 1px solid #cccccc38;

  background: transparent;
}

.form-control:focus {
  color: white;

  background-color: #17101085;

  border-color: #86b7fe;

  outline: 0;

  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/***************** footer *****************************/

footer {
  background-color: rgba(28, 28, 28, 1);
}

.copyright p {
  text-align: center;

  font-size: 13px;
}

.footersocialflex {
  display: flex;

  gap: 15px;
}

footer ul {
  padding-left: 0;

  list-style: none;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a:hover {
  color: var(--secondary-color);
}

.footercontactflex {
  margin-bottom: 15px;

  display: flex;

  width: 80%;
}

.footercontacttitle {
  min-width: 25%;
}

.footercontacttitle h6 {
  color: var(--para-color);

  font-size: 16px;

  display: flex;

  align-items: center;

  gap: 10px;

  margin-bottom: 5px;

  text-transform: capitalize;

  font-family: var(--para-font) !important;

  /* font-weight: 600; */
}

.footercontact p {
  margin: 0 15px;

  line-height: normal;
}

.footercontact a {
  color: var(--para-color);

  text-decoration: none;
}

.footercontact a:hover {
  color: var(--secondary-color);
}

.footersocialicon {
  display: flex;

  gap: 15px;

  align-items: center;
}

.footerline {
  height: 1px;

  background-color: rgba(255, 255, 255, 0.15);

  width: 100%;
}

.footer-services-list {
  list-style: none;

  padding: 0;

  margin: 0;
}

.footer-services-list li {
  position: relative;

  padding-left: 24px;

  margin-bottom: 12px;
}

.footer-services-list li::before {
  content: "";

  position: absolute;

  left: 0;

  top: 50%;

  transform: translateY(-50%);

  width: 16px;

  height: 16px;

  background-image: url(../images/footerbefore.png);

  background-size: contain;

  background-repeat: no-repeat;

  background-position: center;
}

.footer-services-list li a {
  color: var(--para-color);

  text-decoration: none;

  font-size: 16px;

  transition: color 0.3s ease;
}

.footer-services-list li a:hover {
  color: var(--secondary-color);
}

/***************** home service Section *****************************/
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: var(--secondary-color);
}

.service-img-wrapper {
  aspect-ratio: 4 / 3.7;

  max-height: 420px;

  border-radius: 25px;

  box-shadow:
    rgb(206 206 215 / 25%) 0px 13px 27px -5px,
    rgb(217 213 213 / 25%) 0px 8px 16px -8px;
}

#home-service-wrapper {
  margin: 80px 0px;
}

.service-name {
  font-size: 28px;
}

#home-service-wrapper .list-group {
  padding-right: 65px;
}

#home-service-wrapper .list-group a:hover {
  opacity: 1;
}

/***************** blog list Section *****************************/

.blogs-section {
  background-color: #0f0f0f;

  padding: 100px 0px;

  position: relative;
}

.blogs-section::before,
#home-about img::before {
  content: "";

  width: 600px;

  height: 600px;

  background: rgba(237, 28, 36, 0.06);

  filter: blur(130px);

  display: block;

  position: absolute;

  z-index: 1;

  border-radius: 50%;

  right: 0;

  top: -25%;
}

#innerbanner:after {
  content: "";

  width: 600px;

  height: 600px;

  background: rgba(237, 28, 36, 0.06);

  filter: blur(130px);

  display: block;

  position: absolute;

  z-index: 1;

  border-radius: 50%;

  right: 0;

  bottom: -70%;
}

.section-title {
  color: #ffffff;

  font-family: var(--title-font);

  letter-spacing: 2px;
}

.blog-card {
  border: 2px solid rgba(58, 58, 58, 1);

  border-radius: 16px;

  transition: transform 0.3s ease;

  margin: 20px 0px;
}

.blog-card:hover {
  transform: translateY(-5px);
}

/* Aspect ratio bounding box for images */

.blog-img-wrap {
  width: 100%;

  height: 360px;

  overflow: hidden;

  border-radius: 12px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.blog-img-wrap img {
  width: 100%;

  height: 100%;

  object-fit: cover; /* Maintains aspect ratio without distortion */
}

.blog-meta {
  color: var(--primary-color);

  font-size: 14px;

  font-family: var(--para-font);

  display: flex;

  align-items: center;

  gap: 8px;

  margin-bottom: 20px !important;
}

h3.blog-title {
  font-size: 24px;

  font-family: var(--para-font) !important;

  text-transform: capitalize;

  font-weight: 500;

  line-height: 36px;
}

.blog-title a:hover {
  color: var(--secondary-color);
}

.btn-view-detail:hover {
  background-color: var(--secondary-color);

  color: #ffffff;
}

/***************** sidebar Section *****************************/

.sidebarcontentevent {
  margin-left: 15px;
}

/***************** Home banner Section *****************************/

section.home-banner {
  margin-bottom: 120px;
}

.hometitlebtn {
  padding: 0px;

  margin-bottom: -54px;

  position: relative;

  z-index: 9;

  /* padding-bottom: 25px; */

  height: 54px;

  margin-top: 75px;
}

#home-title .btn-view-detail {
  background-color: var(--secondary-color);

  color: #ffffff;

  font-size: 16px;

  padding: 15px 25px;

  border-radius: 50px;

  display: block;

  text-decoration: none;

  letter-spacing: 1px;

  transition: background-color 0.3s ease;

  font-family: var(--title-font);

  font-weight: 500;

  margin-top: 15px;

  width: 230px;

  text-transform: uppercase;

  position: absolute;

  margin: 0px auto;

  /* margin-top: -45px; */

  z-index: 1;

  margin-top: -25px;

  margin: 0px auto;

  left: 0;

  right: 0;

  top: -25px;
}

#home-title .hometitlebtn:before {
  content: "";

  display: block;

  width: 333px;

  height: 54px;

  background-image: url(../images/beforecurve.png);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  position: absolute;

  z-index: 1;

  left: 0%;

  right: 0;

  margin: 0px auto;
}

/* ========================================== */

/* 1. BASE STYLES (Desktop / Default)         */

/* ========================================== */

.home-banner .item {
  width: 100%;

  max-width: 1800px;

  margin: 0 auto;

  aspect-ratio: 1800 / 600;

  overflow: hidden;

  border-radius: 60px;
}

.home-banner .banner-image {
  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;
}

/* ========================================== */

/* 2. VIEWPORT LESS THAN 1800px               */

/* ========================================== */

@media screen and (max-width: 1799px) {
  .home-banner {
    width: 100%;
  }
}

/* ========================================== */

/* 3. VIEWPORT LESS THAN 1024px (Tablets)     */

/* ========================================== */

@media screen and (max-width: 1024px) {
  .home-banner {
    aspect-ratio: 2 / 1;
  }
}

/* ========================================== */

/* 4. VIEWPORT LESS THAN 768px (Mobile)       */

/* ========================================== */

@media screen and (max-width: 768px) {
  .home-banner {
    aspect-ratio: 16 / 9;
  }
}

/* ========================================== */

/* 5. VIEWPORT LESS THAN 480px (Small Phones) */

/* ========================================== */

@media screen and (max-width: 480px) {
  .home-banner {
    aspect-ratio: 4 / 3;
  }
}

/***************** journey list Section *****************************/

/**********************

    JOURNEY SECTION

**********************/

#journey-section-wrapper,
#welcomemessagesection {
  /* background: #000; */

  position: relative;
}

#journey-section-wrapper::before,
#home-service-wrapper:before,
#welcomemessagesection:before {
  content: ""; /* Required for pseudo-elements to render */

  position: absolute;

  top: 50%; /* Move down to the middle */

  left: 50%; /* Move right to the middle */

  transform: translate(
    -50%,

    -50%
  ); /* Pull back by 50% width/height to center perfectly */

  width: 80%;

  height: 90%;

  background: rgba(28, 28, 28, 0.9);

  /* border: 1px solid #2d2d2d; */

  border-radius: 60px;

  z-index: 1;

  display: block;
}

@media (min-width: 1850px) {
  #journey-section-wrapper::before,
  #home-service-wrapper::before {
    content: "";

    position: absolute;

    top: 50%;

    left: 50%;

    /* transform: translate(-50%, -50%); */

    width: 1750px;

    height: 90%;

    background: rgba(28, 28, 28, 0.9);

    /* border: 1px solid #2d2d2d; */

    border-radius: 60px;

    z-index: 2;

    display: block;
  }
}

#journey-section-wrapper .container,
#home-service-wrapper .container,
#welcomemessagesection .container {
  position: relative;

  z-index: 5;

  padding: 90px 0px;
}

#home-service-wrapper .container,
#welcomemessagesection .container {
  padding: 120px 15px;
}

.journey-heading-title {
  color: #fff;

  letter-spacing: 3px;

  font-weight: 700;
}

.journey-subtitle {
  color: #9c9c9c !important;
}

.journey-year-btn {
  background: #d71920;

  border: none;

  color: #fff;

  font-weight: 700;

  padding: 10px 30px;
}

.journey-year-btn:hover {
  background: #b9141a;
}

/*********************************

TIMELINE

**********************************/

.timeline-nav-container {
  position: relative;

  width: 100%;

  height: 250px;

  margin: 0px 0;
}

.journey-timeline-track {
  position: absolute;

  left: 0;

  right: 0;

  top: 50%;

  transform: translateY(-50%);

  height: 2px;

  background: #444;

  z-index: 1;
}

.journey-timeline-scroll {
  position: relative;

  display: flex;

  justify-content: space-between;

  align-items: stretch;

  height: 100%;

  overflow-x: auto;

  overflow-y: hidden;

  scrollbar-width: none;

  -ms-overflow-style: none;
}

.journey-timeline-scroll::-webkit-scrollbar {
  display: none;
}

.timeline-node {
  position: relative;

  flex: 1;

  min-width: 100px;

  text-align: center;
}

/* Odd months */

.timeline-node:nth-child(odd) {
  display: flex;

  justify-content: flex-start;

  align-items: center;

  flex-direction: column;

  padding-bottom: 80px;
}

/* Even months */

.timeline-node:nth-child(even) {
  display: flex;

  justify-content: flex-end;

  align-items: center;

  flex-direction: column;

  padding-top: 80px;
}

.journey-month-filter {
  text-decoration: none;
}

/*********************************

DOT

**********************************/

.timeline-dot {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 14px;

  height: 14px;

  border-radius: 50%;

  background: #666;

  border: 3px solid #111;

  z-index: 5;

  transition: 0.3s;
}

.timeline-node.active .timeline-dot {
  background: #d71920;
}

/*********************************

BADGE

**********************************/

.journey-month-badge {
  background: #2c2c2c;

  color: #999;

  border-radius: 40px;

  padding: 10px 22px;

  font-size: 13px;

  letter-spacing: 2px;

  transition: 0.3s;

  white-space: nowrap;
}

.timeline-node.active .journey-month-badge {
  background: #d71920;

  color: #fff;
}

.timeline-label-sub {
  color: #888;

  font-size: 13px;

  letter-spacing: 2px;

  font-weight: 600;

  white-space: nowrap;

  transition: 0.3s;
}

.timeline-node.active .timeline-label-sub {
  color: #fff;
}

/*********************************

PROJECTS

**********************************/

.journey-projects-title {
  /* color: #ccc; */

  letter-spacing: 2px;

  margin-bottom: 60px;

  font-size: 34px;
}

.month-projects-panel .card {
  transition: 0.3s;
}

.month-projects-panel .card:hover {
  transform: translateY(-8px);
}

.month-projects-panel img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.month-projects-panel h6 {
    margin-top: 10px;
    font-size: 22px;
    color: var(--para-color);
    font-family: var(--para-font) !important;
    text-transform: capitalize;
    font-weight: 500 !important;
    margin: 25px 0px 15px 0px;
    min-height: 50px;
}


.month-projects-panel p {
  color: var(--para-color) !important;

  opacity: 0.7;

  line-height: 20px;
}

/*********************************

MOBILE

**********************************/

@media (max-width: 991px) {
  .timeline-nav-container {
    height: 140px;
  }

  .timeline-node {
    min-width: 120px;
  }

  .timeline-node:nth-child(odd) {
    padding-bottom: 65px;
  }

  .timeline-node:nth-child(even) {
    padding-top: 65px;
  }

  .journey-month-badge {
    font-size: 12px;

    padding: 8px 18px;
  }

  .timeline-label-sub {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .timeline-nav-container {
    margin: 40px 0;

    height: 120px;
  }

  .timeline-node {
    min-width: 110px;
  }

  .timeline-node:nth-child(odd) {
    padding-bottom: 55px;
  }

  .timeline-node:nth-child(even) {
    padding-top: 55px;
  }

  .timeline-dot {
    width: 12px;

    height: 12px;
  }
}

.timeline-nav-container {
  position: relative;

  margin: 60px 0;

  padding: 45px 0;
}

.journey-timeline-track {
  position: absolute;

  left: 0;

  right: 0;

  top: 50%;

  height: 2px;

  background: #6b6b6b;

  transform: translateY(-50%);

  width: 90%;

  margin: 0px auto;
}

.journey-timeline-scroll {
  display: flex;

  justify-content: space-between;

  align-items: flex-start;

  position: relative;

  overflow-x: auto;

  scrollbar-width: none;

  padding: 0px 10px;

  height: 160px;
}

.journey-timeline-scroll::-webkit-scrollbar {
  display: none;
}

.timeline-node {
  flex: 1;

  position: relative;

  text-align: center;

  min-width: 90px;
}

/* Top months */

.timeline-node:nth-child(odd) {
  padding-bottom: 65px;
}

.timeline-node:nth-child(odd) .timeline-top {
  margin-bottom: 40px;
}

/* Bottom months */

.timeline-node:nth-child(even) {
  padding-top: 65px;
}

.timeline-node:nth-child(even) .timeline-bottom {
  margin-top: 40px;
}

/* Vertical connector */

.timeline-stick {
  position: absolute;

  left: 50%;

  width: 1px;

  background: #777;

  transform: translateX(-50%);
}

.timeline-node:nth-child(odd) .timeline-stick {
  top: 42px;

  height: 28px;
}

.timeline-node:nth-child(even) .timeline-stick {
  top: 50%;

  height: 28px;
}

/* Dot */

.timeline-dot {
  position: absolute;

  left: 50%;

  top: 50%;

  width: 8px;

  height: 8px;

  background: #777;

  border-radius: 50%;

  transform: translate(-50%, -50%);
}

.timeline-node.active .timeline-dot {
  background: #ff2b2b;
}

/* Month pill */

.timeline-pill {
  display: inline-block;

  border: 1px solid #555;

  border-radius: 50px;

  padding: 7px 18px;

  font-size: 12px;

  font-weight: 600;

  letter-spacing: 2px;

  color: #9f9f9f;

  transition: 0.3s;
}

.timeline-node.active .timeline-pill {
  background: #ff2b2b;

  border-color: #ff2b2b;

  color: #fff;
}

/* Bottom text */

.timeline-text {
  color: #8f8f8f;

  font-size: 12px;

  font-weight: 600;

  letter-spacing: 2px;

  transition: 0.3s;
}

.timeline-node.active .timeline-text {
  color: #fff;
}

/* Banner Section */

.bannerimagecontainer {
  position: relative;

  width: 100%;

  max-width: 1800px;

  margin: 0 auto;

  aspect-ratio: 1800 / 500;

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  border-radius: 60px;

  margin-top: 40px;
}

.bannerimagecontainer:before {
  content: "";

  position: absolute;

  /* left: -1%; */

  bottom: 0%;

  /* transform: translateY(-50%); */

  width: 800px;

  height: 190px;

  background-image: url(../images/curvewidthlargeused2.png);

  background-size: contain;

  background-repeat: no-repeat;

  background-position: left bottom;

  background-size: contain;

  /* left: -1%; */
}

.bannerimagecontainer .bannerimage {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  display: flex;

  align-items: end;

  justify-content: end;
}

.apple-glass {
  padding: 30px;

  min-width: 100%;

  border-radius: 24px;

  background: rgba(255, 255, 255, 0.05);

  backdrop-filter: blur(10px);

  -webkit-backdrop-filter: blur(20px);

  filter: saturate(180%);

  /* border: 1px solid rgba(255, 255, 255, 0.4); */

  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);

  color: white;

  margin-bottom: 45px;
}

/**

 * ----------------------------------------

 * About Us

 * ----------------------------------------

 */

#welcomemessagesection {
  margin: 80px 0px;

  position: relative;
}

#welcomemessagesection:after {
  content: "";

  width: 600px;

  height: 600px;

  background: rgba(237, 28, 36, 0.06);

  filter: blur(130px);

  display: block;

  position: absolute;

  z-index: 1;

  border-radius: 50%;

  left: 0;

  bottom: -70%;
}

#bannerfullwidthsection {
  background-image: url(../images/aboutfullbanner.png);

  position: relative;

  height: 500px;

  background-position: center;

  /* background-attachment: fixed; */
}

#bannerfullwidthsection:after {
  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  background: linear-gradient(
    to bottom,

    rgba(0, 0, 0, 0) 0%,

    rgba(0, 0, 0, 1) 70%,

    rgba(0, 0, 0, 1) 100%
  );

  top: 0;

  left: 0;
}

.editorial-why-choose-us {
  /* background-color: #1a1a1a; */

  color: #ffffff;

  padding: 0px 0;

  font-family: sans-serif;

  width: 130%;

  margin-left: -30%;
}

.editorial-why-choose-us .container {
  max-width: 1300px;

  margin: 0 auto;

  padding: 0 40px;
}

.section-header h2 {
  font-size: 32px;

  letter-spacing: 4px;

  margin-bottom: 50px;

  border-bottom: 1px solid #444;

  padding-bottom: 15px;
}

.editorial-row {
    display: grid;
    grid-template-columns: 0.3fr 1.5fr;
    gap: 0px;
    align-items: center;
    padding: 25px 30px;
    position: relative;
    margin: 30px 0px;
    background: #1a1a1a;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    /* transform: skewX(15deg); */
    z-index: 2;
    transition: all 0.3s ease;
    cursor: pointer;
}

#whychooseussection {
  padding: 50px 0px;

  position: relative;
}

#whychooseussection:after {
  content: "";

  width: 600px;

  height: 600px;

  background: rgba(237, 28, 36, 0.06);

  filter: blur(130px);

  display: block;

  position: absolute;

  z-index: 1;

  border-radius: 50%;

  left: 60%;

  top: 10%;
}

/* Counter-skew all direct children of the row so text/numbers aren't slanted */

.editorial-number span {
  font-size: 50px;

  font-weight: 300;

  color: #f5f5f5d9;

  line-height: 1;

  font-family: var(--title-font) !important;
}

.editorial-content h3 {
  font-size: 22px;

  margin-bottom: 15px;

  letter-spacing: 1px;

  color: var(--secondary-color, #ff4d4d);
}

.editorial-content .content-text {
  color: #b0b0b0;

  font-size: 15px;

  line-height: 1.7;
}

/* Optional hover state for a nice interactive feel */

.editorial-row:hover {
  background: #222222;

  border-color: rgba(255, 77, 77, 0.3);

  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.6),
    0 0 15px rgba(255, 77, 77, 0.1);
}

/* Responsive Styles */

@media screen and (max-width: 900px) {
  .editorial-row {
    grid-template-columns: 1fr;

    gap: 20px;
  }

  .editorial-number span {
    font-size: 40px;
  }

  .editorial-image img {
    height: 220px;
  }
}

/**

 * ----------------------------------------

 * post production

 * ----------------------------------------

 */

/* .postproduction-slide .owl-stage-outer {

  padding: 25px;

} */

.postproduction-slide .slide-card {
  border-radius: 20px;
}

/**

 * ----------------------------------------

 * production

 * ----------------------------------------

 */

.titlebackground-before {
  background: #1a1a1a;

  width: 70%;

  margin: 0px auto;

  padding: 150px 0px;

  border-top-left-radius: 20px;

  border-top-right-radius: 20px;

  border-bottom-right-radius: 150px;

  border-bottom-left-radius: 150px;
}

.production-slide .titlebackground-before {
  background: #1a1a1a;

  width: 70%;

  margin: 0px auto;

  padding: 150px 0px;

  border-top-left-radius: 20px;

  border-top-right-radius: 20px;

  border-bottom-right-radius: 150px;

  border-bottom-left-radius: 150px;
}

/* Main Display Sizing */

.production-slide .main-slider .item img {
  width: 100%;

  height: 550px;

  object-fit: cover;
}

/* Right Side Vertical Thumbnails Film Strip Container */

.production-slide .vertical-thumbnails-wrapper {
  display: flex;

  flex-direction: column;

  gap: 12px;

  max-height: 550px;

  overflow: hidden; /* Hide standard scrollbar to look like a film reel */

  position: relative;

  padding-right: 5px;
}

/* Film Track Animation Wrapper */

/* .production-slide .film-track {

  display: flex;

  flex-direction: column;

  gap: 0px;

  animation: verticalFilmScroll 45s linear infinite;

  width: 90%;

  padding-left: 10%;

} */

.production-slide .film-track {
  display: flex;

  flex-direction: column;

  gap: 0px;

  animation: verticalFilmScroll 45s linear infinite;

  width: 90%;

  padding-left: 10%;

  transform: translateX(35px) translateY(15px) perspective(1200px)
    rotateY(24deg) scale(0.85);
}

/* Pause auto-scroll when user hovers over the thumbnails */

.production-slide .vertical-thumbnails-wrapper:hover .film-track {
  animation-play-state: paused;
}

/* Individual Thumbnail Styling */

.production-slide .thumb-item {
  cursor: pointer;

  opacity: 0.4;

  transition: all 0.3s ease;
}

.production-slide .thumb-item img {
  width: 100%;

  height: 200px;

  object-fit: cover;

  border-radius: 6px;

  border: 5px dashed rgba(255, 255, 255, 0.2);

  padding: 10px 30px;

  border-top: 0;

  border-bottom: 0;
}

/* Active State */

.production-slide .thumb-item.active,
.production-slide .thumb-item:hover {
  opacity: 1;

  transform: scale(1);
}

/* Vertical Film Scroll Keyframes */

@keyframes verticalFilmScroll {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

/**

 * ----------------------------------------

 * creative slider enhanced

 * ----------------------------------------

 */

.creative-slide .ceramic-slider .owl-stage-outer {
  overflow: hidden;

  padding: 30px 0px;
}

.creative-slide .slide-card,
.postproduction-slide .slide-card {
  border-radius: 20px;

  overflow: hidden;

  background-color: #e2ddd5;

  height: 450px;

  display: flex;

  align-items: center;

  justify-content: center;

  transition:
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.6s ease,
    width 0.6s cubic-bezier(0.16, 1, 0.3, 1);

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.creative-slide .slide-card img,
.postproduction-slide .slide-card img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.creative-slide .slide-card img:hover {
  transform: scale(1.05);
}

/* Center Card Pop Effect */

.creative-slide .owl-item.center-card .slide-card {
  transform: scale(1) translateY(-10px);

  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

/* Medium Cards (Left & Right 1 step away) */

.creative-slide .owl-item.left-medium .slide-card {
  z-index: 10;

  opacity: 0.85;

  transform: translateX(35px) translateY(15px) perspective(1200px)
    rotateY(24deg) scale(0.85);
}

.creative-slide .owl-item.right-medium .slide-card {
  z-index: 10;

  opacity: 0.85;

  transform: translateX(-35px) translateY(15px) perspective(1200px)
    rotateY(-24deg) scale(0.85);
}

/* Small Cards (Left & Right 2 steps away) */

.creative-slide .owl-item.left-small .slide-card {
  transform: translateX(45px) translateY(30px) perspective(1200px)
    rotateY(35deg) scale(0.75);

  z-index: 5;

  opacity: 0.4;
}

.creative-slide .owl-item.right-small .slide-card {
  transform: translateX(-45px) translateY(30px) perspective(1200px)
    rotateY(-35deg) scale(0.75);

  z-index: 5;

  opacity: 0.4;
}

/**

 * ----------------------------------------

 * animation rotate-center

 * ----------------------------------------

 */

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);

    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);

    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}
