/* ==========================================================================
   PART 1: CORE, VARIABLES, TYPOGRAPHY & RESET
   ========================================================================== */

/**
 * Table of Contents:
 * 1.1. External Imports & Fonts
 * 1.2. CSS Variables (:root)
 * 1.3. Reset & Base Styles
 * 1.4. Core Typography
 * 1.5. Global Helper Classes
 * 1.6. Custom Scrollbar
 * 1.7. Container Grid System
 * 1.8. Default Form Elements
 * 1.9. Reusable Components
 *     - Default Buttons
 *     - Base List Style
 *     - Social Media Links
 *     - Pagination (Bootstrap Style)
 *     - Swiper Base Styles
 *     - Default Section Heading
 * 2.1. Header Structure
 * 2.2. Language Selector
 * 2.3. Hamburger Menu Button
 * 2.4. Mobile Navigation Modal
 *     - Modal Structure
 *     - Search Box
 *     - Navigation List & Accordion
 *     - Contact Info
 * 2.5. Intro Section (Video Background)
 * 2.6. Hero Slider Section
 * 2.7. Background Content Lines
 * 3.1. About Us Module
 *     - Main About Component
 *     - About Page Specifics (Frames, Counters)
 * 3.2. Team Module
 *     - Team Section Layout
 *     - Team Cards
 * 3.3. Services Module
 *     - Service Cards (General)
 *     - Department Cards
 *     - Service Detail Page
 *     - Service Sidebar
 *     - Interactive Service List (JS Dependent)
 * 4.1. Project Listing Components
 *     - Project Card Style 1 (Gradient Hover)
 *     - Project Card Style 2 (Content Overlay)
 *     - Project Filter List
 * 4.2. Project Detail Page
 *     - Sticky Hero Section
 *     - Image Comparison Slider
 *     - Main Content & Details
 *     - Sidebar Info Card
 *     - Gallery Slider
 *     - Next/Prev Navigation
 * 4.3. Product/Shop Components (from original file)
 *     - Product Image Slider
 *     - Product Details Tabs
 * 5.1. Blog & News Module
 *     - Article Card Style 1 (Hover Border)
 *     - Article Card Style 2 (Slider/Grid)
 *     - Single Blog Post Content
 *     - Blog Sidebar & Widgets
 * 5.2. Contact Module
 *     - Contact Info Cards
 *     - Contact Forms (Unified)
 *     - Contact Images & Map
 * 5.3. Testimonials Module
 * 5.4. Work Approach Module
 * 6.1. Footer Section
 *     - Footer Layout
 *     - Footer Widgets & Links
 *     - Footer Bottom & Copyright
 * 6.2. Fixed & Utility Elements
 *     - Scroll To Top Button
 *     - Breadcrumb Area
 * 6.3. Final Responsive Consolidation
 *     - @media (max-width: 1799px)
 *     - @media (max-width: 1500px)
 *     - @media (max-width: 1399px)
 *     - @media (max-width: 1360px)
 *     - @media (max-width: 1200px)
 *     - @media (max-width: 1199px)
 *     - @media (max-width: 1024px)
 *     - @media (max-width: 991px)
 *     - @media (max-width: 767px)
 *     - @media (max-width: 700px)
 *     - @media (max-width: 575px)
 *     - @media (max-width: 548px)
 */

/* ==========================================================================
   1.1. External Imports & Fonts
   ========================================================================== */

/* ** Google Fonts Import ** */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Oswald:wght@300;400;500;600;700&display=swap");

/* ** Local Font Definitions: Oswald ** */
@font-face {
  font-family: "Oswald";
  src:
    url("../fonts/Oswald-ExtraLight.woff2") format("woff2"),
    url("../fonts/Oswald-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src:
    url("../fonts/Oswald-Light.woff2") format("woff2"),
    url("../fonts/Oswald-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src:
    url("../fonts/Oswald-Regular.woff2") format("woff2"),
    url("../fonts/Oswald-Regular.woff") format("woff");
  font-weight: normal; /* 400 */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src:
    url("../fonts/Oswald-Medium.woff2") format("woff2"),
    url("../fonts/Oswald-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src:
    url("../fonts/Oswald-SemiBold.woff2") format("woff2"),
    url("../fonts/Oswald-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src:
    url("../fonts/Oswald-Bold.woff2") format("woff2"),
    url("../fonts/Oswald-Bold.woff") format("woff");
  font-weight: bold; /* 700 */
  font-style: normal;
  font-display: swap;
}

/* ** Local Font Definitions: IRANSansWeb (For Persian Language) ** */
@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff") format("woff");
}

@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/IRANSansWeb(FaNum)_Light.woff") format("woff");
}

@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IRANSansWeb(FaNum)_Medium.woff") format("woff");
}

@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: bold; /* 700 */
  src: url("../fonts/IRANSansWeb(FaNum)_Bold.woff") format("woff");
}

/* ** Local Font Definitions: Decorative Fonts ** */
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 500; /* Corrected from 'normal' */
  src: url("../fonts/Cinzel-Medium.ttf") format("woff");
}

@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 700; /* Corrected from 'normal' */
  src: url("../fonts/Cinzel-Bold.ttf") format("woff");
}

@font-face {
  font-family: "RobotoSlab";
  font-style: normal;
  font-weight: 400; /* Corrected from 'normal' */
  src: url("../fonts/RobotoSlab-Regular.ttf") format("woff");
}

@font-face {
  font-family: "RobotoSlab";
  font-style: normal;
  font-weight: 600; /* Corrected from 'normal' */
  src: url("../fonts/RobotoSlab-SemiBold.ttf") format("woff");
}

/* ==========================================================================
   1.2. CSS Variables (:root)
   ========================================================================== */
:root {
  /* Layout */
  --headerHeight: 150px;
  --borderRadius: 0px;

  /* Colors - Primary Palette */
  --primaryColorRGB: 197, 164, 126;
  --primaryColor: #c5a47e;
  --secondColor: #ffd700;
  --thirdColor: #f7e7ce;

  /* Colors - Backgrounds */
  --grayBack: #323232;
  --darkBack: #1a1a1a;
  --whiteColor: #ffffff;

  /* Colors - Text */
  --lightTextColor: #f2f2f2;
  --grayTextColor: #a0a0a0;
  --textColorL1: #dddddd; /* Main text */
  --textColorL2: #bbbbbb; /* Secondary text */
  --textColorL3: #888888; /* Explanatory text */
  --headingColor: #f8f8f8;
  --h1Color: #CBA135;
  --paragraphColor: #999999;

  /* Colors - Borders & Shadows */
  --borderColor: #444444;
  --boxShadow: 0 0 10px rgba(255, 215, 0, 0.05);
  --boxShadowHover: 0 0 14px rgba(197, 164, 126, 0.25);
  --textShadow: 1px 1px 2px rgba(0, 0, 0, 0.4);

  /* Typography */
  --fontIcons: "Font Awesome 6 Pro";
  --baseFont: "Oswald";
  --baseFont2: "RobotoSlab";
  --baseFont3: ""; /* Reserved for future use */

  /* Transitions */
  --mainTransition: all ease 400ms;
}

/* ==========================================================================
   1.3. Reset & Base Styles
   ========================================================================== */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  scroll-behavior: smooth;
}

body {
  font-family: var(--baseFont);
  position: relative;
  color: var(--textColorL1);
  font-weight: 400;
  line-height: 1.75;
  direction: ltr;
  /* Smoother font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.modal-open,
.modal {
  padding: 0 !important;
}

/* ==========================================================================
   1.4. Core Typography
   ========================================================================== */

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3em;
  font-family: var(--baseFont), sans-serif;
  margin-bottom: 8px; /* Default margin */
}

h1 {
  font-size: 40px;
  font-weight: 300;
  color: var(--h1Color);
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: var(--headingColor);
}

/* Paragraph */
p {
  line-height: 1.75em;
  margin-top: 0;
  margin-inline-end: 0;
  margin-bottom: 15px;
  margin-inline-start: 0;
  color: var(--paragraphColor);
  font-family: var(--baseFont2), sans-serif;
}

/* Links */
a {
  transition: var(--mainTransition);
  color: var(--textColorL1);
  text-decoration: none;
}

a:hover {
  color: var(--primaryColor);
}

p a {
  color: var(--primaryColor);
  font-weight: 500;
}

p a:hover {
  color: var(--textColorL2);
}

/* Other Elements */
b,
strong {
  font-weight: 400; /* Note: Original was 400, not 'bold' */
  color: var(--primaryColor);
}

ul {
  padding: 0;
  margin: 0;
}

i {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

/* ==========================================================================
   1.5. Global Helper Classes
   ========================================================================== */
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.row {
  flex: 1; /* This is an unusual override, kept for consistency */
}

.bg-gray {
  background-color: var(--grayBack);
}

.text-primary {
  color: var(--primaryColor) !important;
}

figure {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0;
}

figure img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* ==========================================================================
   1.6. Custom Scrollbar
   ========================================================================== */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--primaryColor);
  border-radius: 2px;
}

::-webkit-scrollbar-track {
  background-color: var(--grayBack);
}

/* ==========================================================================
   1.7. Container Grid System (Bootstrap Overrides)
   ========================================================================== */
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
  width: 100%;
  padding-inline-start: calc(var(--bs-gutter-x) * 0.5);
  padding-inline-end: calc(var(--bs-gutter-x) * 0.5);
  margin-inline-start: auto;
  margin-inline-end: auto;
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1160px;
  }
}

@media (min-width: 1340px) {
  .container-xl,
  .container-lg,
  .container {
    max-width: 1260px;
  }
}

@media (min-width: 1400px) {
  .container-xl,
  .container-lg,
  .container {
    max-width: 1340px;
  }
}

/* ==========================================================================
   1.8. Default Form Elements
   ========================================================================== */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
input.form-control,
textarea,
textarea.form-control,
select,
select.form-control {
  width: 100%;
  height: 48px;
  padding: 10px;
  margin: 0;
  font-size: 15px;
  color: var(--textColorL1);
  background-color: var(--whiteColor);
  border: 0.96px solid var(--borderColor);
  border-radius: var(--borderRadius);
  box-shadow: none;
  outline: none;
  transition: var(--mainTransition);
}

input:focus,
input:hover,
input.form-control:focus,
input.form-control:hover,
textarea:focus,
textarea:hover,
textarea.form-control:focus,
textarea.form-control:hover,
select:focus,
select:hover,
select.form-control:focus,
select.form-control:hover {
  border: 1.44px solid var(--primaryColor);
  background-color: #fff;
  box-shadow: none;
  outline: 0;
}

textarea,
textarea.form-control {
  min-height: 150px;
  min-width: 100%;
  height: auto; /* Allow textarea to be resizable */
}

select,
select.form-control {
  -webkit-appearance: none;
  appearance: none;
  padding-inline-end: 32px;
}

.select-container {
  position: relative;
}

.select-container::after {
  content: "\f078"; /* Font Awesome Angle Down */
  font-family: var(--fontIcons);
  font-size: 16px;
  color: var(--textColorL3);
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 4px; /* LTR support */
  inset-inline-end: auto; /* LTR support */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: auto;
  z-index: 10;
  pointer-events: none; /* Allow clicking on the select */
  transition: var(--mainTransition);
}

.select-container:has(select:focus)::after,
.select-container:has(select.form-control:focus)::after {
  transform: rotate(180deg);
  color: var(--primaryColor);
}

/* ==========================================================================
   1.9. Reusable Components
   ========================================================================== */

/* ** Default Buttons ** */
.default-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 8px;
  background-color: var(--primaryColor);
  color: var(--lightTextColor);
  border-radius: var(--borderRadius);
  font-size: 15px;
  line-height: normal;
  cursor: pointer;
  transition: var(--mainTransition);
  border: none;
}

.default-button i {
  font-size: 17px;
}

.default-button:hover {
  background-color: var(--grayBack);
  color: var(--lightTextColor);
}

/* ** Base List Style ** */
.base-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.base-list li {
  position: relative;
  padding-inline-start: 25px;
  padding-bottom: 12px;
  margin-top: 12px;
  border-bottom: 1px solid var(--borderColor);
  color: var(--textColorL3);
  font-size: 16px;
  font-weight: 400;
}

.base-list li::before {
  content: ""; /* Custom icon font character */
  font-family: var(--fontIcons);
  color: var(--primaryColor);
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
}

.base-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* ** Social Media Links ** */
.social-medias-list {
  display: flex;
  list-style: none;
  gap: 10px;
  padding: 0;
}

.social-medias-list .social-link {
  display: flex;
  align-items: center;
  padding: 3px;
  font-size: 20px;
  line-height: 0;
  color: var(--whiteColor);
  opacity: 0.7;
  transition: var(--mainTransition);
}

.social-medias-list .social-link:hover {
  opacity: 1;
  color: var(--primaryColor);
}

/* ** Pagination (Bootstrap Style) ** */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.page-link {
  display: block;
  position: relative;
  background-color: transparent;
  color: var(--textColorL3);
  border: 1px solid var(--primaryColor);
  border-radius: 0;
  transition: var(--mainTransition);
}

.pagination .page-item:nth-child(2) a {
  border-start-start-radius: 0;
  border-start-end-radius: var(--borderRadius);
  border-end-end-radius: var(--borderRadius);
  border-end-start-radius: 0;
}

.pagination .page-item:nth-last-child(2) a {
  border-start-start-radius: var(--borderRadius);
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: var(--borderRadius);
}

.pagination .page-item:first-child a,
.pagination .page-item:last-child a {
  border-radius: var(--borderRadius);
  color: var(--primaryColor);
  margin: 0 8px;
}

.page-link:hover,
.page-item.active .page-link {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  color: var(--lightTextColor) !important;
}

.page-item.disabled .page-link {
  background-color: transparent;
  border-color: var(--grayTextColor);
  color: var(--grayTextColor) !important;
}

/* ** Swiper Base Styles ** */
.swiper{
  flex-direction: column;
  display: flex;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  inset-inline-start: 0;
  inset-inline-end: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  inset-inline-end: 0;
  inset-inline-start: auto;
}

.swiper-button-next,
.swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  font-size: 28px;
  color: var(--textColorL1);
  transition: var(--mainTransition);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: var(--primaryColor);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: 300;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: static;
  padding-top: 16px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  padding: 0;
  aspect-ratio: 1/1;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  box-shadow: none;
  outline: none;
  opacity: 1;
  transition: var(--mainTransition);
}

.swiper-pagination-bullet-active {
  border-color: var(--primaryColor);
}

/* ** Default Section Heading ** */
.section-heading {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.section-heading-subject {
  margin: 0;
  max-width: 320px;
  font-family: var(--baseFont), sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--primaryColor);
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 3em;
  white-space: nowrap;
}

.section-heading-title {
  position: relative;
  z-index: 1;
  max-width: 320px;
  margin-bottom: 0;
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 500;
  color: var(--headingColor);
  line-height: 1.3em;
}

.section-heading-title::after {
  content: "";
  position: absolute;
  inset-inline-start: 3px;
  bottom: -6px;
  width: 100%;
  height: 40px;
  background-image: url(../images/dots.png);
  background-position: 50% 50%;
  background-repeat: repeat;
  z-index: -1;
}

.section-heading-description {
  max-width: 320px;
  margin-block: 8px 0;
  color: var(--textColorL3);
  font-size: 14px;
  font-weight: 200;
  line-height: 1.35;
}

.default-small-title {
  margin: 5px 0;
  font-size: 11px;
  font-weight: 400;
  color: var(--primaryColor);
  text-transform: uppercase;
  letter-spacing: 5px;
}

.default-title {
  margin-bottom: 0;
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 300;
  color: var(--lightTextColor);
  text-transform: uppercase;
}
/* ==========================================================================
   1.10. Additional Components (Missed from original)
   ========================================================================== */

/* ** Skill Progress Bars (Linear) ** */
.skill-progress-item {
  margin-bottom: 20px;
}

.skill-progress-fill {
  height: 100%;
  background-color: var(--primaryColor);
  border-radius: 3px;
  width: 0; /* Initial width, animated by JS */
  transition: width 1.5s ease-in-out;
}
/* ==========================================================================
   1.11. General Purpose Buttons & Form Elements (Missed from original)
   ========================================================================== */

/* ** Theme Button (Base & Bordered) ** */
.th-btn {
  display: inline-block;
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: var(--primaryColor);
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.th-btn:hover {
  background-color: #fff;
  color: #000;
}

.th-btn.th-border {
  display: inline-block;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  color: var(--whiteColor);
  background-color: transparent;
  border: 1px solid var(--whiteColor);
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.th-btn.th-border:hover {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

/* ** Custom Checkbox ** */
.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.custom-checkbox label {
  font-size: 14px;
  color: var(--grayTextColor);
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s ease;
}

.custom-checkbox input[type="checkbox"]:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.custom-checkbox input[type="checkbox"]:checked::after {
  content: "\f00c"; /* FontAwesome Check */
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  font-size: 12px;
  color: #fff;
  transform: translate(-50%, -50%);
}
/* ==========================================================================
   PART 2: HEADER, NAVIGATION & ENTRY POINTS
   ========================================================================== */
/* ==========================================================================
   2.1. Header Structure
   ========================================================================== */
header {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  background-color: var(--darkBack);
  z-index: 100;
  transition: var(--mainTransition);
}

/* Scrolled or on hero pages */
header.scroll,
body:has(.intro-section) header,
body:has(.hero-slider-container) header {
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.075);
  backdrop-filter: blur(5px);
}

.header-logo {
  max-height: 60px;
  width: 150px;
  object-fit: contain;
  box-sizing: border-box;
  padding: 0;
}

/* Generic link styles inside header, might need refinement based on nav menu */
header a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7); /* Adjusted for dark bg */
}

header a:hover {
  color: var(--primaryColor);
}

/* ==========================================================================
   2.2. Language Selector
   ========================================================================== */
.language-select-box {
  position: relative;
}

.language-select-box .languages-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  padding: 2px 8px;
  min-width: fit-content;
  background-color: var(--grayBack);
  border-radius: var(--borderRadius);
  transition: var(--mainTransition);
}

.language-select-box > .languages-item {
  background-color: transparent; /* Top-level item is transparent */
}

.language-select-box .languages-item:hover {
  background-color: #404040;
}

.language-select-box > .languages-item:hover {
  background-color: transparent;
}

.language-select-box .languages-item img {
  width: 100%;
  box-sizing: content-box;
}

.language-select-box ul {
  position: absolute;
  top: calc(100% + 6px);
  inset-inline-start: 0;
  width: fit-content;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px); /* Start slightly lower */
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s;
}

.language-select-box:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.language-select-box ul li {
  border-bottom: 1px solid var(--borderColor);
}

.language-select-box ul li:last-child {
  border-bottom: none;
}

.language-select-box ul li .languages-item {
  min-height: 30px;
  border-radius: 0;
}

/* ==========================================================================
   2.3. Hamburger Menu Button
   ========================================================================== */
.hamburger-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  background: none;
  border: none;
}

.hamburger-button span {
  width: 28px;
  height: 3px;
  background: var(--primaryColor);
  border-radius: 100px;
  transition: all 0.3s ease;
  transition-delay: 200ms;
}

/* Animation for when mobile menu is open */
body:has(#mobileMenuNavigation.show) .hamburger-button span.top {
  transform: translateY(9px) rotate(45deg);
}

body:has(#mobileMenuNavigation.show) .hamburger-button span.mid {
  transform: translateX(-20px);
  opacity: 0;
}

body:has(#mobileMenuNavigation.show) .hamburger-button span.bot {
  transform: translateY(-9px) rotate(-45deg);
}

/* ==========================================================================
   2.4. Mobile Navigation Modal
   ========================================================================== */

/* ** Modal Structure ** */
#mobileMenuNavigation {
  transition: background-color 0.5s linear;
  background: rgba(0, 0, 0, 0);
}

#mobileMenuNavigation.show {
  background: rgba(0, 0, 0, 0.5);
}

#mobileMenuNavigation .modal-dialog {
  max-width: 360px;
  margin: 0;
  margin-inline-end: auto;
  margin-inline-start: 0;
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

#mobileMenuNavigation.show .modal-dialog {
  transform: translateX(0);
}

#mobileMenuNavigation .modal-content {
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  background-color: var(--darkBack);
  border: none;
  border-radius: 0;
}

#mobileMenuNavigation .btn-close {
  position: absolute; /* Position relative to modal-header */
  top: 12px;
  inset-inline-end: 25px;
  padding: 0;
  font-size: 32px;
  color: var(--lightTextColor);
  background: none;
  border: none;
  opacity: 0.8;
  transition: var(--mainTransition);
}

#mobileMenuNavigation .btn-close:hover {
  color: var(--primaryColor);
  opacity: 1;
}

.btn-close:focus {
  outline: none;
  box-shadow: none;
}

.mobile-navigation-logo img {
  max-height: 60px;
  margin: 15px 0;
  filter: brightness(1.2);
}

/* ** Search Box ** */
.search-box {
  position: relative;
  width: 100%;
  padding: 20px 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.search-box input {
  width: 100%;
  padding: 12px 15px;
  color: var(--lightTextColor);
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--borderRadius);
  transition: var(--mainTransition);
}

.search-box input:hover,
.search-box input:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: var(--primaryColor);
  box-shadow: 0 0 0 1px var(--primaryColor);
  outline: none;
}

.search-box button {
  all: unset; /* Reset button styles */
  box-sizing: border-box;
  position: absolute;
  inset-block: 0;
  inset-inline-end: 20px;
  margin: auto;
  color: var(--lightTextColor);
  cursor: pointer;
  transition: var(--mainTransition);
}

.search-box button:hover {
  color: var(--primaryColor);
}

/* ** Navigation List & Accordion ** */
.mobile-navigation-item {
  width: 100%;
}

.mobile-navigation-item-link,
.mobile-navigation-item-title {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--mainTransition);
}

.mobile-navigation-item-title:hover,
.mobile-navigation-item-link:hover,
.open-mobile-navigation-accordion > a {
  color: var(--primaryColor);
  background-color: rgba(255, 255, 255, 0.05);
}

.mobile-navigation-item-link {
  font-size: 14px;
  padding-inline-start: 40px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.5px;
}

.mobile-navigation-accordion {
  max-height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  transition: max-height 0.4s ease-in-out;
}

.open-mobile-navigation-accordion > .mobile-navigation-accordion {
  max-height: 1000px; /* A large enough value */
}

.mobile-navigation-item-title .fa-chevron-down {
  transition: transform 0.4s ease;
}

.open-mobile-navigation-accordion > a .fa-chevron-down {
  transform: rotate(-180deg);
}

/* ** Contact Info ** */
.mobile-contact-info {
  padding: 20px 15px;
}

.mobile-contact-info h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--primaryColor);
  margin-bottom: 15px;
}

.mobile-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.mobile-contact-item i {
  width: 20px;
  margin-inline-end: 10px;
  color: var(--primaryColor);
  text-align: center;
}

.mobile-contact-item a {
  color: rgba(255, 255, 255, 0.8);
  transition: var(--mainTransition);
}

.mobile-contact-item a:hover {
  color: var(--primaryColor);
}

/* ==========================================================================
   2.5. Intro Section (Video Background)
   ========================================================================== */
.intro-section {
  position: relative;
  height: 100vh;
}

.intro-background-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 1;
}

.intro-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.intro-section-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100%;
  gap: 20px;
}

.intro-section-title {
  font-family: var(--baseFont), sans-serif;
  font-size: clamp(32px, 4vw, 64px);
  font-weight: 500;
  color: var(--lightTextColor);
  text-shadow: var(--textShadow);
  letter-spacing: 3px;
  line-height: 1.25;
}

.intro-section-button {
  display: flex;
  position: relative;
  height: 60px;
  padding: 0 55px;
  background: #000;
  color: var(--lightTextColor);
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  transition: var(--mainTransition);
}

.intro-section-button i {
  position: absolute;
  top: -100%;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 60px;
  transition: var(--mainTransition);
}

.intro-section-button:hover i {
  top: 0;
}

.intro-section-button span {
  position: relative;
  width: 100%;
  top: 0;
  transition: var(--mainTransition);
}

.intro-section-button:hover span {
  top: 100px;
}

/* ==========================================================================
   2.6. Hero Slider Section
   ========================================================================== */
.hero-slider-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-slider {
  width: 100%;
  height: 100%;
}

.hero-slider-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero-slider-bg {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-slider-overlay {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.hero-slider-caption {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
  color: var(--lightTextColor);
}

/* Animation for slider content */
.hero-slider-location,
.hero-slider-title,
.hero-slider-caption .intro-section-button {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}

.swiper-slide-active .hero-slider-location {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.swiper-slide-active .hero-slider-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.swiper-slide-active .hero-slider-caption .intro-section-button {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.hero-slider-location {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hero-slider-title {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 32px;
}

/* Slider Navigation */
.hero-slider-nav {
  position: absolute;
  bottom: 32px;
  inset-inline: 0;
  margin: auto;
  width: fit-content;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  color: var(--lightTextColor);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
}

.swiper-button-prev.hero-slider-prev,
.swiper-button-next.hero-slider-next {
  position: static;
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: transparent;
  border-radius: 50%;
}

.swiper-button-prev.hero-slider-prev:hover::after,
.swiper-button-next.hero-slider-next:hover::after {
  color: var(--primaryColor);
}

.hero-slider-nav .swiper-button-prev::after,
.hero-slider-nav .swiper-button-next::after {
  font-size: 16px !important;
  font-weight: 700;
  color: var(--lightTextColor);
  transition: var(--mainTransition);
}

.hero-slider-pagination {
  min-width: 50px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.3);
  border-inline-end: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-slider-current,
.hero-slider-total {
  font-variant-numeric: tabular-nums;
}

/* ==========================================================================
   2.7. Background Content Lines
   ========================================================================== */
.content-lines-section {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #292929;
  z-index: -1;
  pointer-events: none;
}

.content-lines-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content-lines-wrapper span {
  width: 100%;
  height: 100%;
  border-inline: 1px solid rgba(255, 255, 255, 0.05);
}

.content-lines-wrapper span:nth-child(2n) {
  border: none;
}
/* ==========================================================================
   2.8. Additional Modal & Navigation Styles (Refined)
   ========================================================================== */

/* ** Search Modal Input (Refined) ** */
.modal-search-input {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.modal-search-input input {
  width: 100%;
  padding: 10px 10px 12px 35px;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  color: var(--lightTextColor);
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--borderColor);
  outline: none;
}

.modal-search-input input::placeholder {
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  color: var(--grayTextColor); /* Corrected from --color5 */
}

.modal-search-input a {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 4px;
  inset-inline-end: auto;
  margin: auto;
  font-size: 24px;
  color: var(--textColorL1);
  line-height: 1;
}

/* ** Mobile Navigation Accordion Icon (Refined) ** */
.mobile-navigation-item-title .fa,
.mobile-navigation-item-link .fa {
  position: absolute;
  inset-inline-end: 0;
  height: 100%;
  aspect-ratio: 1/1;
  padding: 0 12px;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--mainTransition);
}

.mobile-navigation-item .fa::before {
  transition: var(--mainTransition);
}

.open-mobile-navigation-accordion > .mobile-navigation-accordion {
  visibility: visible;
  opacity: 1;
  max-height: 3000px; /* Large value to ensure it opens fully */
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.open-mobile-navigation-accordion > a .fa::before {
  transform: rotate(-180deg);
}

/* ** General Filter Modal Close Button ** */
.modal-header .btn-close {
  margin: unset;
}
/* ==========================================================================
   PART 3: INFORMATIONAL SECTIONS (ABOUT, TEAM & SERVICES)
   ========================================================================== */
/* ==========================================================================
   3.1. About Us Module
   ========================================================================== */

/* ** Main About Component (Used on Homepage, etc.) ** */
.about-thumbnail {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.about-thumbnail img {
  width: 100%;
  flex: 1;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: all 500ms ease;
}

.about-thumbnail img:hover {
  transform: scale(0.95);
}

.about-thumbnail::before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 0;
  inset-inline-start: 60px;
  inset-inline-end: 0;
  border: 10px solid var(--primaryColor);
  z-index: -1;
}

.about-thumbnail::after {
  content: "";
  position: absolute;
  inset-block: -30px;
  inset-inline-start: -30px;
  inset-inline-end: 60px;
  background-image: url(../images/dots.png);
  background-repeat: repeat;
  z-index: -2;
}

.about-content {
  display: flex;
  align-items: start;
  gap: 20px;
}

.about-content::before {
  content: "";
  display: block;
  width: 20%;
  height: 1px;
  margin-top: 12px;
  background-color: var(--primaryColor);
}

.about-textual-content {
  width: 60%; /* This might be too restrictive, consider removing */
}

.about-textual-content p {
  font-size: 14px;
}

.about-counter {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 16px;
}

.about-counter-number {
  font-family: "DancingScript", sans-serif; /* Specific font from original */
  font-size: 120px;
  font-weight: 300;
  line-height: 1;
  color: var(--primaryColor);
}

/* ** About Page Specifics ** */
.about-us-content {
  padding-block: 64px;
}

.about-us-content .textual-content {
  display: flex;
  flex-direction: column;
}

.about-us-content .textual-content .title {
  font-size: clamp(18px, 1.75vw, 32px);
  font-weight: bold;
  color: var(--primaryColor);
  text-shadow: var(--textShadow);
}

.about-us-content .textual-content .sub-title {
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: bold;
  color: var(--primaryColor);
  text-shadow: var(--textShadow);
}

.about-us-content .textual-content .description {
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 500;
  color: var(--textColorL3);
  text-align: justify;
}

.counters-list {
  padding: 24px 12px;
  margin-top: 100px;
  background-color: rgb(25, 25, 25);
  border-radius: 32px;
}

.about-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-inline-start: 32px;
  padding-bottom: 32px;
}

.about-frame::before {
  content: "";
  position: absolute;
  inset-block: auto 0;
  inset-inline-start: 0;
  inset-inline-end: auto;
  width: 90%;
  height: calc(100% - 32px);
  margin: auto;
  border: 1px solid var(--borderColor);
  z-index: -1;
}

.about-frame-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--mainTransition);
}

.about-frame:hover .about-frame-image {
  transform: scale(0.95);
}

.about-frame-title {
  position: absolute;
  bottom: 0;
  inset-inline-end: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  padding: 20px 24px;
  background-color: #393939;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1;
}

/* ==========================================================================
   3.2. Team Module
   ========================================================================== */

/* ** Team Section Layout ** */
.team-section {
  padding-block: 48px;
  background: url(../images/bg1-team.png) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}

.team-section-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: clamp(11px, 1.5vw, 20px);
  color: var(--primaryColor);
  letter-spacing: 1px;
}

.team-section-title {
  font-size: clamp(20px, 1.75vw, 28px);
  color: var(--thirdColor);
}

.team-section-title::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 70px;
  padding-top: 20px;
  margin-inline: auto;
  border-bottom: 2px dotted var(--darkBack);
}

.team-list-container {
  margin-top: 32px;
  margin-inline: auto;
  padding-inline: 16px;
}

/* ** Team Cards ** */
.team-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 140px;
  aspect-ratio: 5/3;
  padding-top: 80px;
  transition: var(--mainTransition);
}

.team-card:hover {
  transform: translateY(-10px);
  filter: none !important;
}

/* Sibling blur effect on hover */
.team-list-container .row:hover .team-card {
  filter: blur(2px) brightness(0.9);
  opacity: 0.75;
}
.team-list-container .row .team-card:hover {
  filter: none;
  opacity: 1;
}

.team-card-content {
  position: relative;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 2px solid var(--borderColor);
  transition: var(--mainTransition);
}

.team-card-thumbnail {
  flex: 3;
  width: 100%;
  margin-top: -80px;
  padding-inline: 16px;
  height: calc(100% + 80px);
  object-fit: contain;
  object-position: bottom center;
  transition: var(--mainTransition);
}

.team-card-main-content {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  gap: 4px;
  padding: 8px 8px 20px;
}

.team-card-title {
  font-size: clamp(20px, 2vw, 32px);
  color: var(--lightTextColor);
}

/* ==========================================================================
   3.3. Services Module
   ========================================================================== */

/* ** Service Cards (General) ** */
.service-section {
  padding: 80px 0;
}

.service-grid {
  margin-top: 40px;
}

.service-card {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 3/2;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: rgba(7, 8, 5, 0.5);
  z-index: -1;
}

.service-card-thumbnail {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  gap: 20px;
  background-color: #292929;
  transition: var(--mainTransition);
}

.service-card:hover .service-card-content {
  background-color: transparent;
}

.service-card-icon {
  width: 60px;
  aspect-ratio: 1/1;
  object-fit: contain;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
}

.service-card-title {
  margin-bottom: 0;
  font-family: var(--baseFont), sans-serif;
  font-size: 20px;
  color: var(--lightTextColor);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.service-card-description {
  font-size: 15px;
  color: var(--grayTextColor);
  transition: var(--mainTransition);
}

.service-card:hover .service-card-description {
  color: var(--lightTextColor);
}

/* ** Department Cards ** */
.department-card {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--darkBack);
  border: 1px solid var(--borderColor);
  border-radius: var(--borderRadius);
  transition: var(--mainTransition);
}

.department-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--boxShadowHover);
  border-color: var(--primaryColor);
}

.department-card-thumbnail {
  position: relative;
  height: 250px;
}

.department-card-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
}

.department-card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.department-card:hover .department-card-thumbnail img {
  transform: scale(1.05);
}

.department-card-content {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.department-card-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primaryColor);
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.department-card-icon img {
  width: 100%;
  filter: brightness(0) invert(1);
}

.department-card-title {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--whiteColor);
  transition: var(--mainTransition);
}

.department-card:hover .department-card-title {
  color: var(--primaryColor);
}

.department-card-description {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--textColorL2);
}

/* ** Service Detail Page ** */
.service-detail-section {
  padding: 80px 0;
}

.service-detail-title {
  margin-bottom: 20px;
  font-family: var(--baseFont), sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-detail-description p {
  margin-bottom: 20px;
  line-height: 1.7;
  color: #fff;
}

.service-detail-description .text-primary {
  font-size: 18px;
  font-weight: 500;
  color: var(--primaryColor);
}

.service-feature-list {
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 30px;
}

.service-feature-list li {
  position: relative;
  padding-inline-start: 30px;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #fff;
}

.service-feature-list li i {
  position: absolute;
  inset-inline-start: 0;
  top: 5px;
  color: var(--primaryColor);
}

/* Service Stats & Progress Circles */
.service-stats {
  padding: 30px;
  margin: 40px 0;
  background-color: var(--darkBack);
  border-radius: 5px;
  color: #fff;
}

.service-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.service-stat-icon {
  margin-bottom: 15px;
}

.service-stat-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.service-stat-title {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #fff;
}

.circle-progress {
  position: relative;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}

.circle-progress svg {
  width: 120px;
  height: 120px;
  transform: rotate(-90deg);
}

.circle-progress circle {
  fill: transparent;
  stroke-width: 8;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  stroke-linecap: round;
  transition: stroke-dashoffset 1s ease-in-out;
}

.circle-progress .background-circle {
  stroke: rgba(255, 255, 255, 0.1);
  stroke-dashoffset: 0;
}

.circle-progress .progress-circle {
  stroke: var(--primaryColor);
}

.circle-progress-number {
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--primaryColor);
  line-height: 1;
  text-align: center;
}

.circle-progress-number .counter-value {
  font-size: 28px;
}

.circle-progress-number .percent-text {
  font-size: 16px;
  opacity: 0.8;
}

.service-cta {
  padding: 30px;
  margin: 40px 0;
  background-color: var(--darkBack);
  border-radius: 5px;
  color: #fff;
}

/* ** Service Sidebar ** */
.service-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  margin-bottom: 30px;
  padding: 25px;
  background-color: var(--darkBack);
  border-radius: 5px;
  color: #fff;
}

.sidebar-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primaryColor);
}

.sidebar-list {
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}

.sidebar-list-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #333; /* Darker border */
}

.sidebar-list-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.sidebar-list-item a {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
  transition: var(--mainTransition);
}

.sidebar-list-item a:hover {
  color: var(--primaryColor);
  padding-inline-start: 5px;
}

.sidebar-list-item.active a {
  color: var(--primaryColor);
  font-weight: 500;
}

.sidebar-contact p {
  margin-bottom: 20px;
  color: #fff;
}

.sidebar-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.sidebar-contact-item i {
  margin-inline-end: 10px;
  font-size: 18px;
  color: var(--primaryColor);
}

.sidebar-contact-item a {
  color: #fff;
  text-decoration: none;
  transition: var(--mainTransition);
}

.sidebar-contact-item a:hover {
  color: var(--primaryColor);
}

.sidebar-download {
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 10px;
  background-color: #292929;
  border: 1px solid #333;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  transition: var(--mainTransition);
}

.sidebar-download:hover {
  background-color: var(--primaryColor);
  color: #fff;
  border-color: var(--primaryColor);
}

.sidebar-download i {
  margin-inline-end: 10px;
  font-size: 20px;
}

.related-services-section {
  padding: 80px 0;
  background-color: var(--darkBack);
  color: #fff;
}

/* ** Interactive Service List (JS Dependent) ** */
#service-sec-grid {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--darkBack);
}

.service-large-img-holder {
  position: sticky;
  top: 100px;
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 20px;
}

.service-large-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.6s ease,
    opacity 0.4s ease;
}

.service-small-img-holder {
  width: 100%;
  max-height: 300px;
  aspect-ratio: 2/3;
  margin-top: 30px;
  margin-inline-end: auto;
  overflow: hidden;
  border-radius: 20px;
}

.service-small-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.6s ease,
    opacity 0.4s ease;
}

.service-list-area {
  padding-inline-start: 30px;
}

.service-list-item {
  display: flex;
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.service-list-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.service-list-item .number {
  width: 30px;
  margin-inline-end: 25px;
  font-size: 18px;
  font-weight: 600;
  color: var(--grayTextColor);
  transition: color 0.3s ease;
}

.service-list-item .box-title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: var(--grayTextColor);
  transition: all 0.3s ease;
}

.service-list-item .box-title a {
  color: inherit;
  text-decoration: none;
}

.service-list-item.active .number,
.service-list-item:hover .number {
  color: var(--primaryColor);
}

.service-list-item.active .box-title,
.service-list-item:hover .box-title {
  color: var(--whiteColor);
  padding-inline-start: 15px;
}

.fade-out {
  opacity: 0.6;
  transform: scale(0.98);
}
/* ==========================================================================
   PART 4: PORTFOLIO & PROJECTS MODULE
   ========================================================================== */
/* ==========================================================================
   4.1. Project Listing Components
   ========================================================================== */

/* ** Project Card Style 1 (Gradient Hover) ** */
.project-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--borderColor);
  border-radius: 12px;
}

.project-card-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: var(--whiteColor);
  transition: all ease 1s;
}

.project-card:hover .project-card-thumbnail {
  transform: scale(1.1);
  filter: brightness(0.7);
}

.project-card-content {
  position: absolute;
  inset: 0;
  top: -60px; /* Hidden by default, slides in on hover */
  display: flex;
  flex-direction: column-reverse;
  justify-content: start;
  align-items: center;
  width: 100%;
  min-height: 200px;
  padding: 32px 16px;
  gap: 8px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.01) 98%, transparent 100%);
  transition: var(--mainTransition);
}

.project-card:hover .project-card-content {
  top: 0;
}

.project-card-subject {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--primaryColor);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.project-card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: var(--lightTextColor);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.project-card-divider {
  display: block;
  width: 20%;
  height: 1px;
  margin-block: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all ease-in-out 800ms 100ms;
}

.project-card:hover .project-card-divider {
  width: 100%;
}

.project-card-link {
  font-size: 24px;
  color: var(--lightTextColor);
}

/* ** Project Card Style 2 (Content Overlay) ** */
.project-card-new {
  position: relative;
  display: block;
  padding: 0;
  padding-inline-start: clamp(40px, 10vh, 70px);
  padding-bottom: clamp(40px, 10vh, 70px);
}

.project-card-new-thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4/3;
  transition: var(--mainTransition);
}

.project-card-new-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.project-card-new-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card-new:hover .project-card-new-thumbnail {
  transform: scale(0.95);
}

.project-card-new-content {
  position: absolute;
  top: clamp(30px, 8vh, 60px);
  inset-inline-start: 0;
  z-index: 2;
}

.project-card-new-subejct {
  margin-bottom: 0;
  font-size: clamp(12px, 0.75vw, 14px);
  color: var(--grayTextColor);
  text-shadow: var(--textShadow);
  text-transform: uppercase;
  letter-spacing: 5px;
}

.project-card-new-title {
  position: relative; /* For the ::before pseudo-element */
  font-family: var(--baseFont), sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 500;
  color: var(--primaryColor);
  text-shadow: var(--textShadow);
  text-transform: capitalize;
  line-height: 1.75;
}

.project-card-new-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 80px;
  height: 1px;
  background: var(--primaryColor);
  transition: var(--mainTransition);
}

/* ** Project Filter List ** */
.project-filter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 16px;
  padding-block: 16px;
  margin-bottom: 20px;
}

.project-filter-list .filter {
  display: flex;
  font-size: 15px;
  line-height: 32px;
  color: var(--grayTextColor);
  border-bottom: 1px solid transparent;
  cursor: pointer;
  transition: var(--mainTransition);
}

.project-filter-list .filter:hover {
  color: var(--primaryColor);
}

.project-filter-list .filter.filter-active {
  position: relative;
  font-weight: 500;
  color: var(--primaryColor);
}

.project-filter-list .filter.filter-active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  inset-inline-start: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primaryColor);
}

/* ==========================================================================
   4.2. Project Detail Page
   ========================================================================== */
.project-detail-page {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #292929;
  overflow: hidden;
}

/* ** Sticky Hero Section ** */
.project-hero-section {
  position: sticky;
  top: 0;
  display: flex;
  align-items: stretch;
  width: 100%;
  max-height: calc(100vh - var(--headerHeight));
  aspect-ratio: 16/9;
  z-index: 1;
  overflow: hidden;
}
.project-hero-slider{
  width: 100%;
}
.project-hero-slider .swiper-slide {
  width: 100%;
  height: 100%;
}

/* ** Image Comparison Slider ** */
.project-comparison-slider {
  width: 100%;
  height: 100%;
}

.project-comparison-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-comparison-slider .handle {
  background-color: var(--whiteColor);
  border: 2px solid var(--primaryColor);
}

.project-comparison-slider .handle:hover {
  background-color: var(--primaryColor);
}

.project-comparison-slider .handle::before,
.project-comparison-slider .handle::after {
  color: var(--primaryColor);
}

.project-comparison-slider .handle:hover::before,
.project-comparison-slider .handle:hover::after {
  color: var(--whiteColor);
}

/* Hero Navigation Arrows */
.project-hero-arrow {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  margin: auto;
}

.project-hero-arrow .swiper-button-next,
.project-hero-arrow .swiper-button-prev {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: var(--mainTransition);
}

.project-hero-arrow .swiper-button-next:hover,
.project-hero-arrow .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.9);
  color: var(--lightTextColor);
}

.project-hero-arrow .swiper-button-next::after,
.project-hero-arrow .swiper-button-prev::after {
  font-size: 20px;
}

/* ** Main Content & Details ** */
.project-main-details p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--textColorL3);
}

.project-services-covered {
  margin-top: 32px;
  padding: 20px;
  background-color: rgba(var(--primaryColorRGB), 0.15);
  border: 1px solid var(--borderColor);
}

.project-services-covered .project-services-list {
  padding-inline-start: 20px;
  columns: 2;
}

.project-services-covered .project-services-list li {
  font-size: 16px;
  line-height: 2;
  color: var(--lightTextColor);
}

/* ** Sidebar Info Card ** */
.project-details-card {
  position: sticky;
  top: calc(var(--headerHeight) + 30px);
  padding: 24px;
  border: 1px solid var(--borderColor);
}

.project-details-card-title {
  margin-bottom: 24px;
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  color: var(--lightTextColor);
  border-bottom: 1px solid var(--borderColor);
}

.project-details-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 20px;
}

.project-details-list li {
  display: flex;
  flex-direction: column;
}

.project-details-list li span {
  font-size: 13px;
  color: var(--textColorL3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.project-details-list li strong {
  font-size: 16px;
  font-weight: 500;
  color: var(--textColorL1);
}

/* ** Gallery Slider ** */
.project-gallery-slider .swiper-wrapper {
  align-items: center;
}

.project-gallery-slider .swiper-slide {
  overflow: hidden;
  border-radius: var(--borderRadius);
}

.project-gallery-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--mainTransition);
}

.project-gallery-slider .swiper-slide a:hover img {
  transform: scale(1.1);
}

/* ** Next/Prev Navigation ** */
.project-navigation-section {
  border-top: 1px solid var(--borderColor);
}

.project-nav-link {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--textColorL2);
  transition: var(--mainTransition);
}

.project-nav-link:hover {
  color: var(--primaryColor);
}

.project-nav-link img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid var(--borderColor);
  border-radius: 50%;
  transition: var(--mainTransition);
}

.project-nav-link:hover img {
  border-color: var(--primaryColor);
}

.project-nav-text {
  display: flex;
  flex-direction: column;
}

.project-nav-link.next .project-nav-text {
  align-items: flex-end;
}

.project-nav-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--textColorL1);
  transition: var(--mainTransition);
}

.project-nav-link:hover .project-nav-title {
  color: var(--primaryColor);
}

.project-nav-category {
  font-size: 13px;
  color: var(--textColorL3);
}

/* ==========================================================================
   4.3. Product/Shop Components (from original file)
   ========================================================================== */

/* ** Product Image Slider ** */
.product-slider-next,
.product-slider-prev {
  padding: 16px;
  color: var(--primaryColor);
}

.product-slider-next::after,
.product-slider-prev::after {
  font-size: 32px;
}

.product-image-slider {
  display: flex;
  box-shadow: none;
}

.product-image-slider .swiper-slide {
  width: 100%;
  aspect-ratio: 1/1;
}

.product-image-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background-color: var(--whiteColor);
  border: 1px solid var(--borderColor);
  border-radius: var(--borderRadius);
  box-shadow: var(--boxShadow);
}

.product-slider-thumbnail {
  width: 100%;
  margin-top: 8px;
}

.product-slider-thumbnail .swiper-wrapper .swiper-slide {
  width: fit-content !important;
}

.product-slider-thumbnail .swiper-slide img {
  max-height: 85px;
  background-color: var(--whiteColor);
  border: 1px solid var(--borderColor);
  border-radius: var(--borderRadius);
  box-shadow: var(--boxShadow);
  opacity: 0.6;
  transition: var(--mainTransition);
}

.product-slider-thumbnail .swiper-slide:hover img {
  opacity: 0.8;
}

.product-slider-thumbnail .swiper-slide-thumb-active img {
  opacity: 1;
}

/* ** Product Details Tabs ** */
.product-details-section .nav-tabs .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-weight: 500;
  color: var(--textColorL2);
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  opacity: 0.75;
  transition: var(--mainTransition);
}

.product-details-section .nav-tabs .nav-link:hover {
  opacity: 1;
}

.product-details-section .nav-tabs .nav-link.active {
  color: var(--thirdColor);
  border-bottom: 2px solid var(--primaryColor);
  text-shadow: var(--textShadow);
  opacity: 1;
}

.product-details-section .nav-tabs .nav-link.active span {
  color: var(--thirdColor);
  opacity: 1;
}

/* ==========================================================================
   4.4. Additional Product & Animation Styles (Missed from original)
   ========================================================================== */

/* ** Keyframes for Product Slider ** */
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* ==========================================================================
   PART 5: BLOG, CONTACT & INTERACTION MODULES
   ========================================================================== */
/* ==========================================================================
   5.1. Blog & News Module
   ========================================================================== */

/* ** Article Card Style 1 (Hover Border) ** */
.article-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 0;
  transition: var(--mainTransition);
}

.article-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #292929;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}

.article-card:hover::before {
  visibility: visible;
  opacity: 1;
}

.article-card-thumbnail {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.article-card:hover .article-card-thumbnail {
  transform: scale(1.1);
}

.article-card-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 100%;
  height: 100%;
  padding: 10%;
  opacity: 0;
  transition: var(--mainTransition);
}

.article-card:hover .article-card-content {
  opacity: 1;
}

.article-card-date {
  font-size: 16px;
  line-height: 2;
  color: var(--grayTextColor);
  margin-bottom: 8px;
}

.article-card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 32px;
  font-size: clamp(20px, 1.75vw, 28px);
  line-height: 1.25;
  color: var(--lightTextColor);
  overflow: hidden;
  opacity: 0;
  transform: translateX(-32px);
  transition: var(--mainTransition);
}

.article-card-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 100%;
  margin-bottom: 0;
  font-size: 15px;
  color: var(--grayTextColor);
  overflow: hidden;
  opacity: 0;
  transform: translateY(-32px);
  transition: var(--mainTransition);
}

.article-card:hover .article-card-title,
.article-card:hover .article-card-description {
  transform: translate(0);
  opacity: 1;
}

.article-card-content .read-more {
  flex: 1;
  display: flex;
  align-items: end;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  color: var(--primaryColor);
  border-bottom: 1px solid transparent;
  transition: var(--mainTransition);
}

.article-card-content .read-more:hover {
  border-color: var(--primaryColor);
}

/* Hover Border Effect */
.hover-border {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
}
.hover-border div {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
}
.hover-border::before,
.hover-border::after,
.hover-border div::before,
.hover-border div::after {
  content: "";
  position: absolute;
  background: var(--primaryColor);
  transition: transform 0.2s;
}
.hover-border div::before {
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 2px;
  transform: translateX(-100%);
}
.hover-border::after {
  bottom: 0;
  inset-inline-end: 0;
  width: 2px;
  height: 100%;
  transform: translateY(-100%);
  transition-delay: 0.2s;
}
.hover-border div::after {
  bottom: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 2px;
  transform: translateY(100%);
  transition-delay: 0.4s;
}
.hover-border::before {
  top: 0;
  inset-inline-start: 0;
  width: 2px;
  height: 100%;
  transform: translateY(100%);
  transition-delay: 0.6s; /* Adjusted from 0.8s */
}
.article-card:hover .hover-border::before,
.article-card:hover .hover-border::after,
.article-card:hover .hover-border div::before,
.article-card:hover .hover-border div::after {
  transform: translate(0, 0);
}

/* ** Article Card Style 2 (Slider/Grid) ** */
.blog-box-style2 {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: transparent;
  overflow: hidden;
}

.blog-box-style2 .box-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
}

.blog-box-style2 .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog-box-style2:hover .box-img img {
  transform: scale(1.05);
}

.blog-box-style2 .box-date {
  position: absolute;
  top: 20px;
  inset-inline-start: 20px;
  z-index: 5;
  min-width: 70px;
  padding: 10px 15px;
  background-color: var(--primaryColor);
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.blog-box-style2 .box-date .date {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: var(--whiteColor);
  margin-bottom: 2px;
}

.blog-box-style2 .box-date .month {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--whiteColor);
  text-transform: uppercase;
}

.blog-box-style2 .box-content {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-inline-end: 10px;
}

.blog-box-style2 .blog-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  color: var(--grayTextColor);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-box-style2 .blog-meta a {
  color: var(--whiteColor);
  transition: 0.3s;
}

.blog-box-style2 .blog-meta a:hover {
  color: var(--primaryColor);
}

.blog-box-style2 .box-title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.blog-box-style2 .box-title a {
  color: var(--whiteColor);
  transition: color 0.3s ease;
}

.blog-box-style2 .box-title a:hover {
  color: var(--primaryColor);
}

.blog-box-style2 .box-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--textColorL3);
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-box-style2 .th-btn.th-border {
  align-self: flex-start;
  margin-top: auto;
  padding: 10px 25px;
  font-size: 14px;
  border-color: var(--borderColor);
}

.blog-box-style2 .th-btn.th-border:hover {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

/* ** Single Blog Post Content ** */
.blog-post-header {
  position: relative;
  margin-bottom: 32px;
}

.blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  color: var(--grayTextColor);
}

.blog-post-meta i {
  color: var(--primaryColor);
  margin-inline-end: 5px;
}

.blog-post-content {
  font-size: 16px;
  line-height: 1.8;
  color: var(--textColorL3);
}

.blog-post-content h2,
.blog-post-content h3 {
  color: var(--textColorL1);
  font-weight: 600;
  margin-bottom: 16px;
}

.blog-post-content h2 {
  margin-top: 32px;
  font-size: 28.8px;
  text-shadow: var(--textShadow);
}

.blog-post-content h3 {
  margin-top: 24px;
  font-size: 24px;
}

.blog-post-content p {
  margin-bottom: 24px;
}

.blog-post-content img {
  width: 100%;
  margin: 24px 0;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: var(--borderRadius);
  box-shadow: var(--boxShadow);
}

.blog-post-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 32px 0;
}

.blog-post-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px 0;
  padding: 24px 0;
  border-top: 1px solid var(--borderColor);
  border-bottom: 1px solid var(--borderColor);
}

.post-nav-link {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: var(--mainTransition);
}

.post-nav-link img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: var(--borderRadius);
}

.post-nav-text {
  flex: 1;
}

.post-nav-title {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  color: var(--textColorL1);
  transition: var(--mainTransition);
}

.post-nav-link:hover .post-nav-title {
  color: var(--primaryColor);
}

.post-nav-category {
  display: block;
  font-size: 14px;
  color: var(--grayTextColor);
}

.post-nav-link i {
  font-size: 19.2px;
  color: var(--primaryColor);
}

.related-posts {
  margin: 64px 0;
}

/* ** Blog Sidebar & Widgets ** */
.blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blog-sidebar .title {
  position: relative;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  color: var(--textColorL1);
  text-shadow: var(--textShadow);
}

.blog-sidebar .title::after {
  content: "";
  display: block;
  width: 35%;
  height: 2.4px;
  background-color: var(--primaryColor);
}

.blog-sidebar .search-box {
  padding: 0;
  margin: 0;
  border: none;
}

.blog-categories ul {
  gap: 2px;
}

.blog-categories a {
  font-size: 15px;
  font-weight: 400;
  color: var(--textColorL2);
}

.blog-categories a:hover {
  color: var(--primaryColor);
}

.recent-post-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--borderColor);
}

.recent-post-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recent-post-img img {
  width: 100%;
  max-width: 60px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: var(--borderRadius);
}

.recent-post-title {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.recent-post-title a {
  color: var(--textColorL2);
  transition: var(--mainTransition);
}

.recent-post-title a:hover {
  color: var(--primaryColor);
}

.recent-post-date {
  font-size: 13px;
  color: var(--grayTextColor);
}

.tag-link {
  display: inline-block;
  padding: 6.4px 16px;
  margin-inline-end: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--textColorL2);
  background-color: rgba(var(--primaryColorRGB), 0.1);
  border-radius: var(--borderRadius);
  transition: var(--mainTransition);
}

.tag-link:hover {
  background-color: var(--primaryColor);
  color: white;
}

.subscribe-form .input-group {
  overflow: hidden;
  border-radius: var(--borderRadius);
}

.subscribe-form .form-control {
  padding: 12.8px 16px;
  border: 1px solid var(--borderColor);
  border-inline-end: none;
}

.subscribe-form .btn {
  border-start-start-radius: 0;
  border-start-end-radius: var(--borderRadius);
  border-end-end-radius: var(--borderRadius);
  border-end-start-radius: 0;
}

/* ==========================================================================
   5.2. Contact Module
   ========================================================================== */

/* ** Contact Info Cards ** */
.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
  padding: 40px 30px;
  background-color: #222;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0;
  transition: 0.4s;
}

.contact-info-card:hover {
  transform: translateY(-5px);
  border-color: var(--primaryColor);
}

.contact-info-card .icon-btn {
  flex-shrink: 0;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  background-color: var(--primaryColor);
  border-radius: 50%;
  text-align: center;
}

.contact-info-card .box-title {
  margin-bottom: 10px;
  font-family: var(--baseFont);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.contact-info-card .box-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #aaa;
}

.contact-info-card .box-text a {
  display: block;
  color: inherit;
  transition: 0.3s;
}

.contact-info-card .box-text a:hover {
  color: var(--primaryColor);
}

/* ** Contact Forms (Unified) ** */
.contact-area,
#contact-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--darkBack);
}

.contact-form-style2 .title-area .sub-title,
.title-area .title1 {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--primaryColor);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.contact-form-style2 .title-area .sec-title,
.title-area .sec-title.style2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.title-area .sub-title{
  color: var(--primaryColor);
  font-size: 1rem;
}

.contact-form-style2 .form-group,
.contact-form2 .form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact-form-style2 .form-control,
.contact-form2 .form-control {
  width: 100%;
  height: 50px;
  padding: 0;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  transition: 0.3s;
}

.contact-form-style2 textarea.form-control,
.contact-form2 textarea.form-control {
  height: 120px;
  padding-top: 15px;
}

.contact-form-style2 .form-control:focus,
.contact-form2 .form-control:focus {
  border-color: var(--primaryColor);
  box-shadow: none;
}

.contact-form-style2 .form-control::placeholder,
.contact-form2 .form-control::placeholder {
  color: #777;
}

.contact-form-style2 .form-group i,
.contact-form2 .form-group i {
  position: absolute;
  top: 15px;
  inset-inline-end: 16px;
  font-size: 14px;
  color: #777;
}

/* ** Contact Images & Map ** */
.contact-image {
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
  margin-top: 0;
  margin-inline-end: -70px;
  margin-bottom: 0;
  margin-inline-start: 58px;
}

.contact-image .global-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;
}

.contact-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: var(--borderRadius);
  transition: 0.5s;
}

.contact-image .global-img:hover img {
  transform: scale(1.1);
}

.contact-image .img2 {
  align-items: end;
  justify-content: start;
}

.contact-image .img3 {
  align-items: start;
  justify-content: end;
}

.map-area {
  position: relative;
  width: 100%;
  height: 500px;
}


.contact-map {
    width: 100%;
    height: 100%;
    position: relative;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(100%) invert(92%) contrast(83%); /* Dark Map Style */
}

.contact-icon {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.contact-icon img {
    width: 30px;
    filter: brightness(0) invert(1);
}

/* ==========================================================================
   5.3. Testimonials Module
   ========================================================================== */
.testimonial-area-three {
  position: relative;
  padding: 100px 0;
}

.testimonial-area-three .sub-title {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--primaryColor);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.testimonial-area-three .sec-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--whiteColor);
}

.slider-area.arrow-wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.testi-card.style2 {
  padding: 0 20px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-align: center;
}

.testi-card.style2 .box-quote {
  margin-block: 20px;
}

.testi-card.style2 .box-quote i {
  font-size: 60px;
  color: var(--textColorL3);
  opacity: 0.3;
}

.testi-card.style2 .box-text {
  max-width: 800px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--textColorL1);
}

.testi-card.style2 .box-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.testi-card.style2 .box-title {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color: var(--whiteColor);
}

.testi-card.style2 .box-desig {
  display: inline-block;
  margin-inline-start: 10px;
  font-size: 14px;
  font-weight: 400;
  color: var(--grayTextColor);
}

.slider-arrow.style2 {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: var(--whiteColor);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) scale(0.8);
  transition: all 0.4s ease;
}

.slider-arrow.style2 i {
  font-size: 16px;
}

.slider-arrow.style2.slider-prev {
  inset-inline-start: -60px;
}

.slider-arrow.style2.slider-next {
  inset-inline-end: -60px;
}

.slider-area.arrow-wrap:hover .slider-arrow.style2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.slider-arrow.style2:hover {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  color: var(--whiteColor);
}

.testi-card-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-top: 50px;
}

.testi-card-tab .tab-btn {
  position: relative;
  width: 60px;
  height: 60px;
  margin-inline-end: -12px;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
  filter: grayscale(100%) blur(1.5px);
  transition: all 0.4s ease;
}

.testi-card-tab .tab-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testi-card-tab .tab-btn:last-child {
  margin-inline-end: 0;
}

.testi-card-tab .tab-btn.active {
  z-index: 2;
  opacity: 1;
  border-color: var(--primaryColor);
  filter: grayscale(0%) blur(0);
  box-shadow: 0 0 15px rgba(var(--primaryColorRGB), 0.3);
}

/* ==========================================================================
   5.4. Work Approach Module
   ========================================================================== */
.work-approach-area {
  position: relative;
  z-index: 1;
  padding: 120px 0;
  background-color: var(--darkBack);
  overflow: hidden;
}

.work-approach-area .bg-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../images/dot_bg_1.png);
  background-size: cover;
  opacity: 0.5;
}

.work-approach-area .sec-title {
  font-size: 48px;
  color: #fff;
  margin-bottom: 20px;
}

.work-approach-area .work-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #aaa;
}

.work-list-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.work-item {
  position: relative;
  display: flex;
  align-items: start;
  gap: 12px;
  max-width: 380px;
  margin-inline-start: 4%;
  transition: 0.4s;
}

.work-item:hover {
  transform: translateX(10px);
}

.work-item:not(:last-child) {
  margin-bottom: 30px;
}

.work-item .number {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
}

.work-item:hover .number {
  color: var(--primaryColor);
}

.work-item .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.work-item .text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #bbb;
}

.work-item:nth-child(2) {
  margin-inline-start: 14%;
}
.work-item:nth-child(3) {
  margin-inline-start: 24%;
}
.work-item:nth-child(4) {
  margin-inline-start: 34%;
}
.work-item:nth-child(5) {
  margin-inline-start: 44%;
}

.work-triangle-image {
  position: absolute;
  bottom: 44px;
  inset-inline: 0;
  z-index: 1;
  height: 100%;
  margin: auto;
  pointer-events: none;
}

.triangle-shape {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.triangle-shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* ==========================================================================
   5.5. Additional Contact & Interaction Modules (Missed from original)
   ========================================================================== */

/* ** Contact Form Style 2 (Boxed Inputs) ** */
.contact-form2 .form-group {
  position: relative;
  margin-bottom: 24px;
}

.contact-form2 .form-control,
.contact-form2 .form-select {
  width: 100%;
  height: 56px;
  padding: 0 25px 0 20px;
  color: var(--whiteColor);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  transition: all 0.4s ease;
}

.contact-form2 textarea.form-control {
  height: 150px;
  padding-top: 20px;
}

.contact-form2 .form-control:focus,
.contact-form2 .form-select:focus {
  background-color: rgba(255, 255, 255, 0.02);
  border-color: var(--primaryColor);
}

.contact-form2 .form-control::placeholder {
  color: var(--grayTextColor);
  opacity: 0.7;
}

.contact-form2 .form-group i {
  position: absolute;
  top: 20px;
  inset-inline-end: 20px;
  font-size: 16px;
  color: var(--primaryColor);
  pointer-events: none;
}
select.form-select {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-inline-end: unset !important;
  color: var(--textColorL1);
  background: transparent;
  border-radius: 0;
}
.contact-form2 .select-container::after {
  content: "\f107"; /* FontAwesome Angle Down */
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 50%;
  inset-inline-start: auto;
  inset-inline-end: 0;
  font-size: 14px;
  color: var(--primaryColor);
  transform: translateY(-50%);
  pointer-events: none;
}

.contact-form2 select.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.contact-form2 select.form-select option {
  background-color: var(--darkBack);
  color: var(--whiteColor);
  padding: 10px;
}

/* ** Contact Image Style 2 (Masked Image) ** */
.contact-image2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  mask-image: url("../images/contact-shape.png");
  -webkit-mask-image: url("../images/contact-shape.png");
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.contact-image2 .img1 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}

.contact-image2 .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.contact-image2:hover .img1 img {
  transform: scale(1.05);
}

.contact-image2 .contact-shape {
  position: absolute;
  inset-block-start: 26%;
  inset-inline-start: 17.5%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41%;
  height: 46%;
  margin: auto;
}

.contact-image2 .contact-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom inset-inline-start;
}

/* ** Contact Page Layout Style 3 (Floating Box) ** */
.contact-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  position: relative;
  padding: 0;
}

.contact-form-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  padding: 0;
  background: transparent;
}

.contact-form-header {
  margin: 100px 0 0 0;
  padding-inline-start: 30%;
}

.contact-form-header h1 {
  font-size: 36.8px;
  font-weight: 700;
  color: #d2ac6d;
  margin-bottom: 16px;
  letter-spacing: 0.7px;
}

.contact-form-header .desc {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #bababa;
  margin-bottom: 30px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 420px;
  margin: 0 0 0 30%;
  gap: 24px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 16px 0 10px 0;
  font-family: inherit;
  font-size: 17.6px;
  color: #dedede;
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff3;
  outline: none;
  transition: border-color 0.28s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom-color: #d2ac6d;
  color: #fff;
}

.contact-form textarea {
  min-height: 70px;
  max-height: 220px;
  resize: none;
}

.contact-form button {
  padding: 18px 0;
  margin-top: 12px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18.4px;
  font-weight: bold;
  color: #fff;
  background: #111;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 18px 0 #2224;
  cursor: pointer;
  transition:
    background 0.22s,
    color 0.18s,
    transform 0.2s;
}

.contact-form button:hover {
  background: #d2ac6d;
  color: #111;
  transform: translateY(-3px) scale(1.05);
}

.contact-details-box {
  position: sticky;
  top: 60px;
  inset-inline-end: 68px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  width: 460px;
  max-width: 100%;
  height: fit-content;
  margin-top: 54px;
  padding: 50px 45px 20px 75px;
  color: #fff;
  background: url(../images/bg2-contacts.png) no-repeat;
  background-size: cover;
  border-radius: 14px;
  box-shadow: 0 0 30px 0 rgba(39, 39, 39, 0.733);
  animation: fadeInRight 1.1s;
}

.contact-details-box .section-title {
  font-family: var(--baseFont);
  font-size: 20px;
  font-weight: 400;
  color: #b6b6b6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0.86;
}

.contact-details-box h2 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 43.2px;
  font-weight: 700;
  line-height: 1.18;
  color: var(--primaryColor);
}

.contact-details-box .desc {
  font-size: 20px;
  line-height: 1.6;
  color: #d8d8d8;
  margin-bottom: 34px;
}

.details-list {
  margin-bottom: 4px;
}

.details-list .detail-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 29px;
  line-height: 19.2px;
  letter-spacing: 0.1em;
  transition: transform 0.16s;
}

.details-list .detail-item i {
  min-width: 24px;
  margin-top: 3px;
  margin-inline-start: 14px;
  font-size: 19px;
  color: #d2ac6d;
  opacity: 0.98;
  transition: color 0.2s;
}

.details-list .detail-item .label {
  display: block;
  margin-bottom: 1px;
  font-size: 20.8px;
  font-weight: bold;
  color: var(--grayTextColor);
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.details-list .detail-item .value {
  font-size: 16.96px;
  font-weight: 300;
  color: #eaeaea;
  opacity: 0.97;
}

.socials {
  display: flex;
  gap: 2px;
  margin-top: 10px;
}

.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  font-size: 21px;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  opacity: 0.83;
  transition:
    background 0.2s,
    color 0.19s,
    transform 0.19s;
}

.socials a:hover {
  background: var(--primaryColor);
  color: #181818;
  opacity: 1;
  transform: scale(1.13) rotate(-8deg);
}

/* ** Map Section Style 2 ** */
.contact-map-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 30px;
  background: var(--borderColor);
}

.map-container {
  position: relative;
  width: 100vw;
  height: 410px;
  min-height: 300px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

.map-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
/* ==========================================================================
   5.6. Additional Blog Post Styles (Missed from original)
   ========================================================================== */

/* ** Single Post Tags ** */
.blog-post-tags .tag {
  padding: 4.8px 12.8px;
  font-size: 13.6px;
  color: var(--primaryColor);
  background-color: rgba(var(--primaryColorRGB), 0.1);
  border-radius: 50px;
  transition: var(--mainTransition);
}

.blog-post-tags .tag:hover {
  background-color: var(--primaryColor);
  color: white;
}

/* ** Single Post Navigation (Prev/Next) ** */
.blog-post-navigation .nav-item {
  flex: 1;
  min-width: 250px;
  position: relative;
  padding: 24px;
  background-color: rgba(var(--primaryColorRGB), 0.03);
  border-radius: var(--borderRadius);
  overflow: hidden;
  transition: var(--mainTransition);
}

.blog-post-navigation .nav-item:hover {
  background-color: rgba(var(--primaryColorRGB), 0.08);
}

.blog-post-navigation .nav-direction {
  display: block;
  margin-bottom: 8px;
  font-size: 13.6px;
  color: var(--primaryColor);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-post-navigation .nav-title {
  font-size: 17.6px;
  font-weight: 500;
  color: var(--textColorL2);
  transition: var(--mainTransition);
}

.blog-post-navigation .nav-item:hover .nav-title {
  color: var(--primaryColor);
}

.blog-post-navigation .nav-prev {
  text-align: start;
}

.blog-post-navigation .nav-next {
  text-align: end;
}

.blog-post-navigation .nav-prev .nav-direction:before {
  content: "←";
  margin-inline-end: 5px;
}

.blog-post-navigation .nav-next .nav-direction:after {
  content: "→";
  margin-inline-start: 5px;
}
/* ==========================================================================
   PART 6: FOOTER, UTILITIES & FINAL RESPONSIVE CONSOLIDATION
   ========================================================================== */
/* ==========================================================================
   6.1. Footer Section
   ========================================================================== */

/* ** Footer Layout ** */
.footer {
  position: relative;
  z-index: 1;
  color: var(--lightTextColor);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.footer-top {
  padding: 40px 0;
  border-top: 1px solid #3c3c3c;
}

.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid #3c3c3c;
}

/* ** Footer Widgets & Links ** */
.footer-widget {
  margin-bottom: 30px;
}

.footer-heading {
  position: relative;
  margin-top: 0;
  margin-inline-end: 0;
  margin-bottom: 18px;
  margin-inline-start: 0;
  padding-bottom: 7px;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: bold;
  color: var(--lightTextColor);
  text-transform: uppercase;
}

.footer-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 53px;
  height: 1px;
  border-bottom: 1px solid var(--primaryColor);
}

.footer-about-text {
  margin: 0;
  line-height: 1.6;
  opacity: 0.75;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-columns {
  columns: 2;
  gap: 10px;
}

.footer-link-item:not(:last-child) {
  margin-bottom: 16px;
}

.footer-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: var(--lightTextColor);
  opacity: 0.75;
  word-break: break-word;
  transition: var(--mainTransition);
}

.footer-link:hover {
  color: var(--primaryColor);
  opacity: 1;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  font-weight: 300;
  line-height: 30px;
  opacity: 0.75;
}

.footer-contact-item:not(:last-child) {
  margin-bottom: 16px;
}

.footer-contact-item-address {
  align-items: flex-start;
}

.footer-contact-icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  aspect-ratio: 1/1;
  margin-inline-end: 10px;
  font-size: 18px;
}

.footer-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--lightTextColor);
  border-radius: 50%;
  transition: var(--mainTransition);
}

.footer-social-link:hover {
  color: var(--primaryColor);
}

/* ** Footer Bottom & Copyright ** */
.footer-copyright {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  color: var(--lightTextColor);
  text-align: center;
  opacity: 0.5;
}

.footer-copyright a {
  margin: 0 5px;
  color: var(--lightTextColor);
  transition: var(--mainTransition);
}

.footer-copyright a:hover {
  color: var(--primaryColor);
}

/* Mobile Accordion Toggle */
.footer-accordion-toggle {
  display: none; /* Hidden by default, shown in responsive */
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  padding: 5px;
  color: var(--lightTextColor);
  background: none;
  border: none;
  cursor: pointer;
}

/* ==========================================================================
   6.2. Fixed & Utility Elements
   ========================================================================== */

/* ** Scroll To Top Button ** */
#scrollToTop {
  position: fixed;
  bottom: 15px;
  inset-inline-start: 15px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  aspect-ratio: 1/1;
  font-size: 20px;
  color: var(--whiteColor);
  background-color: var(--primaryColor);
  border: 1px solid transparent;
  border-radius: var(--borderRadius);
  box-shadow: var(--boxShadow);
  cursor: pointer;
  visibility: hidden; /* Controlled by JS */
  opacity: 0; /* Controlled by JS */
  transition: var(--mainTransition);
}

#scrollToTop.visible {
  visibility: visible;
  opacity: 1;
}

#scrollToTop:hover {
  background-color: var(--darkBack);
  border-color: var(--primaryColor);
}

/* ** Breadcrumb Area ** */
.breadcumb-area {
  position: relative;
  z-index: 1;
  padding-top: 160px;
  padding-bottom: 120px;
  background-color: #1a1a1a; /* Fallback */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcumb-content {
  text-align: center;
}

.breadcumb-title {
  margin-bottom: 10px;
  font-family: var(--baseFont);
  font-size: 60px;
  font-weight: 700;
  color: var(--darkBack);
  text-transform: uppercase;
}

.breadcumb-menu {
  display: flex;
  justify-content: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcumb-menu li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--darkBack);
}

.breadcumb-menu li:not(:last-child)::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  color: var(--primaryColor);
  margin-inline-start: 15px;
}

.breadcumb-menu li a {
  color: var(--darkBack);
  transition: 0.3s;
}

.breadcumb-menu li a:hover {
  color: var(--primaryColor);
}

.breadcumb-shape {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 2;
  width: 100%;
  height: 20px;
  background-color: #292929;
  background-size: auto 100%;
  background-repeat: repeat-x;
  pointer-events: none;
}

.ShapeAni {
  animation: ShapeAni 80s linear infinite;
}

@keyframes ShapeAni {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2000px 0;
  }
}

/* ==========================================================================
   6.3. Final Responsive Consolidation
   ========================================================================== */

/* ** Extra Large Desktops (1800px) ** */
@media (max-width: 1799px) {
  .contact-image {
    margin-inline-start: 58px;
    margin-inline-end: 0;
  }
}

/* ** Large Desktops (1500px) ** */
@media (max-width: 1500px) {
  .contact-image2 {
    margin-inline-end: -16%;
  }
}

/* ** Laptops (1400px) ** */
@media (max-width: 1399px) {
  .contact-image2 {
    margin-inline-end: -12%;
  }
}

/* ** Laptops (1360px) ** */
@media (max-width: 1360px) {
  .work-triangle-image {
    max-width: 50%;
    margin-bottom: -25px;
  }
}

/* ** Laptops & Small Desktops (1200px) ** */
@media (max-width: 1200px) {
  header > .container {
    max-width: 100%;
    padding-inline: 24px;
  }
  .work-triangle-image {
    display: none;
  }
  .contact-container {
    flex-direction: column;
    align-items: center;
  }
  .contact-details-box,
  .contact-form-area {
    width: 90vw;
    max-width: 700px;
  }
  .contact-details-box {
    position: relative;
    top: unset;
    width: 100%; /* Adjusted from 130vw */
    margin: 38px auto 0;
    border-radius: 13px;
  }
  .contact-form {
    margin-inline-start: 0;
    max-width: 100%;
    padding: 0 1vw;
  }
  .contact-form-header {
    padding-inline-start: 0;
  }
}

/* ** Laptops & Tablets (1199px) ** */
@media (max-width: 1199px) {
  .contact-image2 {
    min-height: 400px;
    margin-top: 50px;
  }
  .contact-image {
    margin: 0;
  }
  .title-area .sec-title.style2 {
    font-size: 36px;
  }
}

/* ** Tablets (1024px) ** */
@media (max-width: 1024px) {
  .footer-widget {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #3c3c3c;
  }
  .footer .col-lg-4:last-child .footer-widget {
    border-bottom: none;
  }
  .footer-heading {
    margin-bottom: 0;
  }
  .footer-dropdown {
    display: none; /* Toggled by JS */
    padding-top: 15px;
  }
  .footer-accordion-toggle {
    display: block;
  }
}

/* ** Tablets (991px) ** */
@media (max-width: 991px) {
  .service-sidebar {
    position: static;
    margin-top: 50px;
  }
  .service-large-img-holder {
    height: 400px;
    margin-bottom: 40px;
  }
  .service-list-area {
    padding-inline-start: 0;
  }
  .service-small-img-holder {
    width: 100%;
    max-width: 100%;
    margin-inline-start: 0;
  }
  .slider-arrow.style2 {
    display: none;
  }
  .testi-card.style2 .box-text {
    font-size: 16px;
  }
  .blog-box-style2 .box-title {
    font-size: 20px;
  }
  .breadcumb-title {
    font-size: 40px;
  }
}

/* ** Large Phones & Small Tablets (768px) ** */
@media (max-width: 768px) {
  .blog-post-content h2 {
    font-size: 24px;
  }
  .blog-post-content h3 {
    font-size: 20.8px;
  }
  .zoom-box {
    width: 240px !important;
    height: 240px !important;
  }
  .blog-post-navigation .nav-item {
    flex: 100%;
  }
  .zoom-box {
    width: 240px !important;
    height: 240px !important;
  }
  .th-btn.th-border {
    width: 100%;
    text-align: center;
  }
}

/* ** Phones (767px) ** */
@media (max-width: 767px) {
  .project-filter-list {
    justify-content: center;
  }
  .project-filter-list .filter {
    margin-bottom: 10px;
  }
  .service-detail-title {
    font-size: 28px;
  }
  .service-stats .row > div:not(:last-child) {
    margin-bottom: 30px;
  }
  .contact-image2 .contact-shape {
    display: none;
  }
  .th-btn.th-border {
    width: 100%;
    text-align: center;
  }
  .work-item {
    max-width: 100%;
    margin-bottom: 30px; /* Re-add margin for stacking */
  }
  .work-item:nth-child(n) {
    margin-inline-start: 0; /* Reset stagger */
  }
  .breadcumb-shape {
    height: 16px;
  }
}

/* ** Small Phones (700px) ** */
@media (max-width: 700px) {
  .contact-details-box {
    width: 90vw;
    max-width: 440px;
    height: fit-content;
    padding: 24px 4vw 12px;
    border-radius: 11px;
  }
  .contact-details-box h2 {
    font-size: 20px;
  }
}

/* ** Small Phones (575px) ** */
@media (max-width: 575px) {
  header .container {
    padding-inline: 8px;
  }
  header .container .row {
    margin-inline: 0;
  }
  header .container .row > * {
    padding-inline: 2px;
  }
  .header-logo {
    max-height: 40px;
  }
  .language-select-box a {
    min-width: unset;
    min-height: 40px;
    justify-content: center;
    aspect-ratio: 1/1;
  }
  .language-select-box a span {
    display: none;
  }
  .language-select-box a img {
    width: 100%;
    max-width: 22px;
    margin-inline-end: 0;
    padding-inline-end: 0;
    border-inline-end: none;
  }
  .language-select-box ul {
    min-width: unset;
  }
  .language-select-box ul li a {
    min-height: 40px;
  }
  .hero-slider .swiper-slide .container {
    padding: 32px 16px 80px;
  }
  #mobileMenuNavigation .modal-dialog {
    max-width: 100%;
  }
  #mobileMenuNavigation .btn-close {
    top: 10px;
    inset-inline-end: 10px;
    font-size: 32px;
    color: var(--textColorL1);
  }
  #scrollToTop {
    bottom: 70px;
  }
  .footer-links-columns {
    columns: 1;
  }
  .footer-link-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .contact-image {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .contact-image img {
    width: 100%;
  }
  .contact-image .img2,
  .contact-image .img3 {
    margin-top: 0;
    text-align: start;
  }
  .zoom-box {
    width: 60% !important;
    height: auto !important;
    aspect-ratio: 1/1;
  }
}

/* ** Very Small Phones (548px) ** */
@media (max-width: 548px) {
  .zoom-box {
    width: 60% !important;
    height: auto !important;
    aspect-ratio: 1/1;
  }
}
