:root {
    --light: #ffffff;
    --paragraph: #a3a3a3;
    --font_inter_tight: "Inter Tight", sans-serif;
    --font_teko: "Teko", sans-serif;
}

/* ======================================
*       TABLE OF CONTENT
*----------------------------------------
*   # Global
*   # Preloader
*   # Magic Cursor
*   # Hero
*   # Header
*   # Popup Menu
*   # Humberg Menu
*   # Video
*   # Featured Work
*   # Project Detail
*   # About
*   # Intro
*   # Partner
*   # Experience
*   # Experience Popup
*   # Experience2 Section
*   # Motivation
*   # Full Image Sec
*   # Trade Association Stack
*   # Testimonial
*   # Team Section
*   # Privacy
*   # 404
*   # FAQ
*   # CTA
*   # Photography
*   # Contact
*   # Vission-Mission Section
*   # Footer
*
*
*
*
*   # KeyFrame   
========================================*/

/* ===== # Global ===== */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:hover {
    color: #ffffff;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

html { background:#030303 !important; }

body {
    font-family: var(--font_inter_tight);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--paragraph);
    /* width: 100vw; */
    /* overflow-x: hidden; */
    background: #030303;
    scroll-behavior: smooth;
    overflow-x: hidden;
    min-height: 100svh;
    height: auto;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
main.a1ltd-main {
  width: 100%;
  min-height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background: #000;
}
.max-content-width {
    max-width: 1700px; /* Adjust as needed */
    margin: 0 auto;    /* Centers the content */
    padding: 0 20px;   /* Adds padding for smaller screens */
}
.sticky-statement4,
.sticky-statement3,
.sticky-statement {
    position: relative;
}

a {
    text-decoration: none;
    color: var(--primary);
}
img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    color: #ffffff;
}
.mt-30 {
    margin-top: 30px;
}
.custom-row {
    display: flex;
}
.theme-btn {
    font-size: 18px;
    color: #ffffff;
    background: #000;
    display: inline-flex;
    align-items: center;
    border-radius: 40px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 19px;
    overflow: hidden; /* Ensures no overflow issues */
    z-index: 1;
    border: 3px solid #ffffff;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
.theme-btn::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 2px solid #ce1626; /* Inner accent border */
    border-radius: 36px; /* Adjust radius to fit inside the outer border */
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
.theme-btn:hover {
    color: #ffffff;
    background: #000;
    border: 3px solid #ce1626; /* Change outer border color on hover */
}
.theme-btn:hover::before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-color: #ce1626; /* Inner border color remains red on hover */
}
.theme-btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #ce1626;
    text-transform: uppercase;
    width: 100%;
    line-height: 1.4em;
    border-radius: 10px;
    padding: 24px;
    font-family: var(--font_teko);
    font-weight: 600;
    font-size: 16px;
    background: #ffffff;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.theme-btn2:hover {
    color: #ffffff;
    opacity: 0.8;
}
.theme-btn3 {
    border: 2px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 18px;
}
.theme-btn3:hover {
    color: #ffffff;
}

.section-header {
    display: flex;
    padding: 140px 40px 0;
    align-items: flex-end;
}
.section-header .left,
.section-header .right {
    flex: 1;
}
.section-header h3 {
    font-size: 70px; /* Adjusted for better readability on smaller screens */
    letter-spacing: -2.1px;
    font-family: var(--font_teko);
    line-height: 80px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section-header h3 span {
    line-height: 80px;
    display: block;
    overflow: hidden; /* Ensures no overflow issues */
}
.section-header p {
    font-size: 24px;
    letter-spacing: 0.4px;
    margin: 0;
    color: #ffffff;
    font-weight: 500;
    line-height: 34px;
}
.section-header li {
    color: #a3a3a3;
}
.section-header2 .title span {
    display: block;
    line-height: 100px;
}
.section-header2 .title {
    font-size: 110px;
    margin: 0;
    letter-spacing: -2.1px;
    font-family: var(--font_teko);
    line-height: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    font-weight: 600;
}
.section-header3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}
.section-header3  .title {
    font-size: 50px;
    letter-spacing: -0.8px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    text-transform: uppercase;
}
.section-header3  .title span {
    display: block;
    overflow: hidden; /* Ensures no overflow issues */
}
.responsive-mode {
    display: none;
}

.common-text-link {
    display: inline-flex;
    position: relative;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--font_teko);
    font-size: 18px;
    color: #ffffff;
}
.common-text-link::before {
    content: '';
    background: #ffffff;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: -1px;
    width: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.common-text-link:hover::before {
    width: 100%;
}
.custom-color {
    color: #ce1626;
    display: inline-block;
  }
.custom-color::first-letter {
    font-style: italic;
}
.custom-color2 {
    color: #ce1626;
    display: inline-block;
}

a:focus, button:focus, input:focus, textarea:focus {
    outline: 3px solid #ce1626; /* Red visible outline on focus */
    outline-offset: 4px;
}

/* Focus visible class styling for better accessibility */
.focus-visible {
    outline: 3px solid #ce1626; /* Red border for focus */
    outline-offset: 2px;
}

/* Touched class for handling touch interactions */
.interactive-element.touched {
    background-color: rgba(206, 22, 38, 0.1); /* Light red background to indicate touch */
    transition: background-color 0.3s ease;
}

/* Active link styling for improved navigation */
.nav-link.active {
    font-weight: bold;
    color: #ce1626; /* Change color for active link */
}

/* Hidden Class for SEO */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ===== # Preloader ===== */
/* BLACK OVERSCAN so iOS bars always blur black (sits under preloader, above page) */
body::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: -50vh;        /* huge overhang above */
    bottom: -50vh;     /* huge overhang below */
    background: #030303;
    z-index: 2147483000;   /* below preloader, above everything else */
    pointer-events: none;  /* never block clicks */
}

/* SIMPLE, BULLETPROOF preloader – no vh/dvh/svh gymnastics */
.preloader-wrap {
    position: fixed;
    left: 0; top: 0; right: 0; bottom: 0;  /* fill screen */
    z-index: 2147483647;                   /* above the overscan */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #030303;                   /* same black */
}

/* optional: lock scroll while preloader is up */
body.preloading { overflow: hidden; position: fixed; inset: 0; width: 100%; }

/* turn the overscan off once we're loaded */
body.loaded::before {
    opacity: 0;
    visibility: hidden;
}

.preloader-wrap .loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
}

/* ===== # Magic Cursor ===== */
#magic-cursor {
    display: block; /* Keep it visible on larger screens */
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}
#ball {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 2px solid #999999;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    box-sizing: border-box;
    /* -webkit-transform: scale(0.5);
    transform: scale(0.5); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* -webkit-transition: 0.2s;
    transition: 0.2s; */
    margin-left: -20px;
    margin-top: -20px;
}
#ball.hovered {
    transition: opacity .3s;
    opacity: 0 !important;
}


/* ===== # Hero ===== */
.hero-sec {
  min-height: 100vh;   /* Always full screen */
  height: 100svh;      /* iOS safe viewport units */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-sec .hero-sec-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 30px;
}
.hero-sec .hero-sec-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    z-index: 10; /* Higher z-index to keep logo above */
}
.hero-sec .hero-sec-content .hero-sec-logo img {
    max-width: 400px; /* Adjust logo size */
    width: 100%; /* Maintain aspect ratio */
    height: auto;
    position: relative; /* Ensure it stays in its container */
}
.hero-sec .hero-sec-content h1 > span {
    overflow: hidden; /* Ensures no overflow issues */
}
.red-status {
    display: inline-flex;
    text-transform: uppercase;
    position: relative;
    font-family: var(--font_teko);
    margin: 0;
    color: #ce1626;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 20px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.hero-sec .hero-sec-content h1 {
    font-size: 120px; /* Reduced for better scaling */
    font-family: var(--font_teko);
    letter-spacing: -2.1px;
    line-height: 1.4em;
    font-weight: 600;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.hero-sec .hero-sec-content h1 span {
    display: block;
    padding: 0 2px;
    line-height: 110px;
}
.hero-sec .hero-footer-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.hero-sec .hero-footer-wrap.scroll-from-bottom {
    transform: translateY(30px);
}
.hero-sec .hero-footer-wrap.scroll-from-bottom.animated {
    transform: translateY(0);
}
.hero-sec .hero-footer-wrap .hero-footer-right a,
.hero-sec .hero-footer-wrap p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px; 
    font-family: var(--font_teko);
    letter-spacing: 0;
}
.hero-sec .hero-footer-wrap .hero-footer-right p {
    color: #ce1626;
}
.link-with-line {
    display: inline-block;
    position: relative;
}
.link-with-line::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.link-with-line:hover::before {
    width: 100%;
}
.hero-sec .hero-footer-wrap .hero-footer-right {
    display: flex;
    align-items: center;
    gap: 2px;
}
.hero-footer-wrap .hero-footer-right .hero-sec-scroll-image {
    width: 150px; /* Set appropriate size for the scroll image */
    height: auto; /* Maintain aspect ratio */
    position: relative;
    top: -15px; /* Moves the image up by 15px */
    margin-top: -5px; /* Additional margin adjustment */
    margin-bottom: 10px;
    margin-right: 10px; /* Space between the image and text */
    vertical-align: middle; /* Align the scroll image vertically */
    transition: width 0.3s ease; /* Smooth transition for size change */
}
/* Hero sec 2 */
.hero-sec2 {
    height: auto;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between; 
    align-items: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.hero-sec2 .hero-sec-content {
    padding-top: 20px;
}
/* Hero sec 3 */
.hero-sec3 {
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    align-items: center;
    display: flex;
    flex: none;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden; /* Ensures no overflow issues */
    position: relative;
    z-index: 1;
}
/* About Page Hero Section */
.about-page .hero-sec-about {
    background-image: url('/assets/imgs/a1responders--5.jpg'); /* Use the correct path for the image */
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex: none;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
}

/* Dark overlay for better text visibility */
.about-page .hero-sec-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay */
    z-index: 1;
}

/* Hero Content Styling */
.about-page .hero-sec-about .hero-sec-content {
    position: relative; /* To ensure it is above the overlay */
    z-index: 2; /* Keep content above the overlay */
    padding: 20px;
}

.about-page .hero-sec-about .hero-sec-content h1 {
    font-size: 90px;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.about-page .hero-sec-about .hero-sec-content .hero-subtitle {
    font-size: 24px;
    color: #e0e0e0;
    margin: 20px 0;
}

.about-page .hero-sec-about .hero-sec-content .theme-btn {
    font-size: 20px;
    padding: 15px 25px;
    background-color: #ce1626;
    border-color: #ce1626;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.about-page .hero-sec-about .hero-sec-content .theme-btn:hover {
    background-color: #a3121f;
    border-color: #a3121f;
}

/* ===== # Header ===== */
.header-wrap {
    padding: 34px 40px;
    border-bottom: 1px solid #161616;
    width: 100%;
}
.header-wrap .custom-row {
    justify-content: space-between;
}
.header-wrap .header-logo-box {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 4px;
    width: 180px;
    flex: none;
    font-family: var(--font_teko);
}
.header-wrap .header-logo-box .header-logo {
    width: auto;
    height: 20px; /* Maintain the original height */
    max-width: 158px; /* Ensure the logo doesn't exceed its original width */
    margin: 0 auto; /* Center the logo */
}
.header-wrap .header-middle {
    width: 180px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-wrap .header-right {
    width: 180px;
    text-align: right;
}
.header-wrap .theme-btn {
    background: #000;
    color: #ffffff;
}
.header-wrap .theme-btn:hover {
    color: #ffffff;
    background: #000;
}

/* ===== # Popup Menu ===== */
.popup-menu-wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1024;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 34px 0px 0px;
    overflow-y: auto; /* allow vertical scrolling if needed */
    -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
}
.popup-menu-wrap.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.popup-menu-wrap .popup-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Optional bottom border */
    background-color: transparent; /* Ensure same background */
    transform: translateY(-86px);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.popup-menu-wrap .popup-menu {
    padding: 30px 20px; /* Add padding to ensure spacing consistency */
}
.popup-menu-wrap .popup-menu .header-middle,
.popup-menu-wrap .popup-menu .header-right {
    display: none;
}
.popup-menu-wrap .popup-menu-header .header-logo-box {
    display: flex; /* Use flexbox layout */
    align-items: center; /* Vertically center items */
    text-transform: uppercase; /* Match text styling */
    color: rgba(255, 255, 255, 0.6); /* Set text color */
    font-weight: 600; /* Set font weight */
    font-size: 18px; /* Set font size */
    width: 180px;
    margin-left: auto; /* Center align in the header */
    margin-right: auto; /* Center align in the header */
}
.popup-menu-wrap .popup-menu-header .header-logo-box .header-logo {
    height: 20px; /* Maintain the same height as .header-wrap */
    max-width: 158px; /* Set maximum width */
    margin: 0 auto; /* Center align */
    display: block; /* Display as block */
}
.popup-menu-wrap .popup-menu-header > * {
    min-width: 220px;
}
.popup-menu-wrap .popup-menu-header .popup-menu-close-btn {
    text-align: center;
}
.popup-menu-wrap .popup-menu-header .right {
    display: none;
}
.experience-popup .experience-popup-content-wrap .close-experience-popup-btn,
.popup-menu-wrap .popup-menu-header .popup-menu-close-btn .icon {
    width: 50px;
    height: 50px;
    border: 1px solid rgb(29, 29, 29);
    border-radius: 50%;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: rotate(45deg);
    margin-left: auto;
    margin-right: auto;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.experience-popup .experience-popup-content-wrap .close-experience-popup-btn:hover,
.popup-menu-wrap .popup-menu-header .popup-menu-close-btn .icon:hover {
    transform: rotate(135deg);
}
.experience-popup .experience-popup-content-wrap .close-experience-popup-btn svg,
.popup-menu-wrap .popup-menu-header .popup-menu-close-btn .icon svg {
    display: block;
    width: 34px;
    height: 34px;
}
body.popup-active {
    overflow: hidden; /* Prevent scrolling */
    position: fixed; /* Lock position */
    width: 100%; /* Prevent horizontal scroll */
}
.popup-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.popup-menu ul li {
    overflow: hidden; /* Ensures no overflow issues */
}
.popup-menu ul li a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden; /* Ensures no overflow issues */
    font-size: 120px;
    font-family: var(--font_teko);
    letter-spacing: -3.2px;
    line-height: 90px;
    color: #ffffff;
    font-weight: 600;
    gap: 10px;
    height: 90px;
    text-transform: uppercase;
    padding: 0 18px;
    transform: translateY(100px);
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
}
.popup-menu ul li a span {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.popup-menu ul li a:hover span:nth-child(2) {
    margin-top: -100px;
}
.popup-menu ul li a .count {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 14px;
    color: #ce1626;
}
.popup-menu ul li.active a .count {
    display: block;
}
.popup-menu-wrap .popup-menu-footer {
    width: 100%;
    transform: translateY(80px);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.popup-menu-wrap .copyright {
    padding: 10px 40px 40px;
}
.popup-menu-wrap .copyright p {
    min-width: inherit;
}
.popup-menu-wrap.active .popup-menu-footer,
.popup-menu-wrap.active .popup-menu-header,
.popup-menu-wrap.active .popup-menu ul li a {
    transform: translateY(0);
    transition-delay: .5s;
}
.popup-menu-wrap.active .popup-menu ul li:nth-child(2) a {
    transition-delay: .6s;
}
.popup-menu-wrap.active .popup-menu ul li:nth-child(3) a {
    transition-delay: .7s;
}
.popup-menu-wrap.active .popup-menu ul li:nth-child(4) a {
    transition-delay: .8s;
}
.popup-menu-wrap.active .popup-menu ul li:nth-child(5) a {
    transition-delay: .9s;
}


/* ==== # Humberg Menu ==== */
.humberg-menu {
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.humberg-menu:hover {
    transform: rotate(45deg);
}
.humberg-menu span {
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}
.humberg-menu span:nth-child(4),
.humberg-menu span:nth-child(3) {
    top: auto;
    bottom: 0;

}
.humberg-menu span:nth-child(4),
.humberg-menu span:nth-child(2) {
    left: auto;
    right: 0;
}



/* ==== # Video ==== */
.video-sec {
    margin-top: 30px;
}
.video-sec video {
    width: 100%;
}



/* ==== # Featured Work ==== */
.featured-work-sec {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.featured-work-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    height: min-content;
    overflow: hidden; /* Ensures no overflow issues */
    padding: 70px 25px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}
.featured-card {
    border-radius: 10px;
    position: relative;
    overflow: hidden; /* Ensures no overflow issues */
    border: 1px solid rgb(31, 31, 31);
}
.featured-card .link-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.featured-card .img-box {
    height: 450px;
    overflow: hidden; /* Ensures no overflow issues */
    position: relative;
}
.featured-card .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.featured-card:hover .img-box img {
    transform: scale(1.1);

}
.featured-card .content {
    background: rgb(10, 10, 10);
    padding: 0 26px 0 26px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.featured-card .content .title {
    font-size: 20px;
    margin: 0 0 6px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0;
    font-family: var(--font_teko);
    text-transform: uppercase;
}
.featured-card .content .subtitle {
    margin: 0;
    font-size: 18px;
    color: rgb(148, 148, 148);
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 500;
    font-family: var(--font_teko);
}
.featured-card .content .project-category {
    font-size: 16px;
    display: block;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.75);
    background: rgba(0, 0, 0, 0.07);
    border: 1px solid rgb(31, 31, 31);
    padding: 10px 20px;
}



/* ===== # Project Detail ===== */
.project-detail-header-infos {
    padding: 110px 40px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.project-detail-header-infos .project-detail-header-left p {
    line-height: 34px;
    font-size: 23px;
    font-weight: 500;
    color: #a3a3a3;
    letter-spacing: 0.4px;
    margin: 0;
    max-width: 580px;
}
.project-detail-header-infos .project-detail-header-left h1 {
    font-size: 50px;
    letter-spacing: -0.8px;
    font-weight: 600;
    font-family: var(--font_teko);
    color: #ffffff;
    line-height: 50px;
    margin: 0 0 30px;
}
.project-detail-header-infos .project-detail-header-right {
    width: 556px;
    flex: none;
}
.project-detail-header-infos .project-detail-header-right ul li span {
    display: block;
    color: #ce1626;
}
.project-detail-header-infos .project-detail-header-right ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: var(--font_teko);
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid rgb(38, 38, 38);
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.project-detail-header-infos .project-detail-header-right ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.project-detail-header-infos .project-detail-header-right ul li a {
    display: inline-block;
    line-height: 20px;
    position: relative;
}
.project-detail-header-infos .project-detail-header-right ul li a::before {
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.project-detail-header-infos .project-detail-header-right ul li a:hover {
    color: #ffffff;
}
.project-detail-header-infos .project-detail-header-right ul li a:hover::before {
    width: 100%;
}
.project-detail-full-img-wrap {
    padding: 60px 25px 30px;
}
.project-detail-full-img-wrap.project-detail-full-img-wrap2 {
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.project-detail-full-img {
    border-radius: 10px;
    overflow: hidden; /* Ensures no overflow issues */
}
.project-detail-full-img .project-detail-full-img-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform: scale(1);
}
.project-detail-full-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Keep the image contained within its box */
    transition: transform 0.5s ease-in-out; /* Smooth transition for scaling */
}
.project-detail-full-img:hover img {
    transform: scale(1.05); /* Scale on hover */
}
.project-detail2-content-wrap {
    padding: 90px 40px;
    position: relative;
}
.project-detail2-content-wrap.project-detail2-content-wrap2 {
    padding: 60px 40px 150px 40px;
}
.project-detail2-content-wrap .project-detail2-content-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.project-detail2-content-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid rgb(38, 38, 38);;
    padding-bottom: 70px;
    margin-bottom: 70px;
}
.project-detail2-content-box h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    font-family: var(--font_teko);
    font-weight: 600;
    color: #ce1626;
    margin: 0;
    text-transform: uppercase;
}
.project-detail2-content-box p {
    font-size: 24px;
    letter-spacing: .4px;
    margin: 0;
    font-weight: 500;
    line-height: 34px;
    color: #fff;
    width: 600px;
    flex: none;
}

/* Prevent GSAP translate-y animations (e.g., slide_down2) from overlapping the photo grid below */
.project-detail2-content-box .right {
    overflow: hidden;
}

.project-detail-text-anim-wrap {
    overflow: hidden; /* Ensures no overflow issues */
    padding: 80px 40px 30px;
    position: relative;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}
.project-detail-text-anim-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}
.project-detail-text-anim-wrap ul li {
    font-size: 70px; /* Adjusted for better readability on smaller screens */
    letter-spacing: -2.3px;
    font-weight: 600;
    line-height: 80px;
    text-transform: uppercase;
    font-family: var(--font_teko);
    flex: none;
    color: #fff;
    transform: translateX(0);
    animation: workdetailsAnim 30s infinite linear;
}
.project-detail-text-anim-wrap ul li span {
    color: #ce1626;
}



/* ===== # About ===== */
.about-sec {
    position: relative;
}
.about-sec .section-header2 {
    gap: 40px;
    height: 75svh;
    overflow: hidden; /* Ensures no overflow issues */
    padding: 40px 0 80px;
    position: sticky;
    top: 0;
    width: 100%;
    will-change: transform;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.about-sec .section-header2 h3 span {
    overflow: hidden; /* Ensures no overflow issues */
}
.about-bottom-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.about-bottom-content-wrap .img-box {
    max-width: 340px;
    width: 100%;
    height: min-content;
    overflow: hidden; /* Ensures no overflow issues */
    height: 506px;
    border-radius: 300px;
    aspect-ratio: .7 / 1;
}
.about-bottom-content-wrap .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-bottom-content-wrap .img-box .img-box-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform: scale(1.2);
}
.about-bottom-content-wrap .about-bottom-content {
    padding: 80px 40px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
}
.about-bottom-content-wrap .about-bottom-content h4 {
    font-family: var(--font_teko);
    font-weight: 600;
    margin: 0;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 40px;
}
.about-bottom-content-wrap .about-bottom-content p {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.4px;
    line-height: 34px;
    color: #ffffff;
    margin-bottom: 10px;
    max-width: 922px;
    margin-left: auto;
    margin-right: auto;
}
.about-bottom-content-wrap .about-bottom-content p i {
    font-weight: 600;

}



/* ===== Intro ===== */
.intro-sec {
    padding: 60px 20px;
}
.intro-content {
    max-width: 1700px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.intro-content p {
    font-size: 20px;
    line-height: 1.8em;
    margin-bottom: 10px;
    font-weight: 500;
}

.intro-title {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: var(--font_teko);
    text-transform: uppercase;
}

.intro-subtitle {
    font-size: 30px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #ffffff;
    font-family: var(--font_teko);
    text-transform: uppercase;
}

.intro-subtitle-left {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #ffffff;
    font-family: var(--font_teko);
    text-transform: uppercase;
}

.values-list {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 20px 0;
}

.values-list li {
    font-size: 20px;
    line-height: 1.8em;
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
}

.vision-mission {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6em;
    margin-top: 10px;
    color: #fff;
}
.about-page .intro-sec {
    position: relative; /* Ensure correct stacking order */
    color: #ffffff; /* Text color for visibility */
    padding: 60px 0;
}

.about-page .intro-sec .intro-content {
    position: relative;
    z-index: 2; /* Place content above the overlay */
}

.about-page .intro-sec h2 {
    font-size: 50px; /* Adjust title size */
    margin-bottom: 20px;
}

.about-page .intro-sec p {
    font-size: 20px;
    max-width: 800px;
    margin: 0 auto;
}



/* ===== # Partner ===== */
.partner-sec {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    overflow: hidden; /* Ensures no overflow issues */
    padding: 40px 10px 100px 10px;
}
.partner-sec ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 50px;
    animation: partnerAnim 50s infinite linear;
    transform: translateX(0px);
}
.partner-sec ul li {
    flex: none;
    width: 230px;
    height: 230px;
}
.partner-box {
    background: #0a0a0a;
    border-radius: 10px;
    border: 1px solid #1d1d1d;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.partner-box .partner-box-inner {
    width: 140px;
    height: 140px;
    display: block;
}
.partner-sec ul li:nth-child(even) .partner-box {
    transform: rotate(4deg);
}
.partner-sec ul li:nth-child(odd) .partner-box {
    transform: rotate(-4deg);
}
.partner-box .partner-box-inner.w85 {
    width: 85px;
    height: 85px;
}



/* ===== # Experience ===== */
.experience-sec {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 80px;
    padding: 30px 40px 30px 40px;
    position: relative;
}
.experience-sec .section-header {
    padding: 0;
}
.experience-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}
.experience-box {
    background: #0a0a0a;
    border: 1px solid #1d1d1d;
    border-radius: 10px;
    padding: 30px 30px 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.experience-box .experience-button-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.experience-box .experience-button-box .experience-button {
    width: 50px;
    height: 50px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(13, 13, 13);
    border: 1px solid rgb(29, 29, 29);
    border-radius: 50%;
    font-size: 18px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.experience-box .experience-button-box .experience-button svg {
    display: block;
    width: 35px;
    height: 35px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.experience-box .experience-button-box .experience-button:hover {
    background: #ffffff;
}
.experience-box .experience-button-box .experience-button:hover svg {
    color: #0a0a0a;
    transform: rotate(90deg);
}
.experience-box h4 {
    display: flex;
    flex-direction: column;
    font-family: var(--font_teko);
    gap: 18px;
}
.experience-box h4 > span {
    letter-spacing: 2.4px;
    font-size: 16px;
    font-weight: 700;
}
.experience-box h4 > span:last-child {
    font-size: 30px;
    letter-spacing: -0.2px;
    line-height: 26px;
    color: #ffffff;
    margin: 0;
    font-weight: 700;
}
.experience-box p {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    line-height: 31px;
}
.experience-lists2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
/* ===== # Experience Popup ===== */
.experience-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100svh;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000080;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.experience-popup .experience-popup-content-wrap {
    background: #0a0a0a;
    display: flex;
    align-items: center;
    padding: 70px 100px 60px;
    border-radius: 20px;
    border: 1px solid #1d1d1d;
    box-shadow: 0 30px 60px #0000001a;
    width: 1000px;
    position: relative;
    justify-content: space-between;
    transform: translateY(100%);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.experience-popup.active {
    opacity: 1;
    visibility: visible;
}
.experience-popup.active .experience-popup-content-wrap {
    transform: translateY(0);

}
.experience-popup .experience-popup-content-wrap .close-experience-popup-btn {
    position: absolute;
    right: 40px;
    top: 40px;
}
.experience-popup .experience-popup-content-wrap .experience-popup-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.experience-popup .experience-popup-content-wrap .experience-popup-content p {
    color: rgba(255, 255, 255, 0.55);
    line-height: 28px;
    letter-spacing: 0.8px;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}
.experience-popup .experience-popup-content-wrap .experience-popup-content .experience-popup-header .detail {
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #ce1626;
    padding: 12px 24px;
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--font_teko);
    color: #ffffff;
    line-height: 1;
}
.experience-popup .experience-popup-content-wrap .experience-popup-content .experience-popup-header h3 {
    font-size: 30px;
    letter-spacing: 0px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
    margin: 36px 0 0;
    font-family: var(--font_teko);
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 20px;
}
.experience-popup .experience-popup-content-wrap .experience-popup-features {
    padding: 10px 0;
}
.experience-popup .experience-popup-content-wrap .experience-popup-features h4 {
    font-size: 22px;
    font-weight: 600;
    font-family: var(--font_teko);
    line-height: 20px;
    letter-spacing: 0;
    margin: 0 0 24px;
    text-transform: uppercase;
}
.experience-popup .experience-popup-content-wrap .experience-popup-features .experience-popup-feature-lists {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.experience-popup .experience-popup-content-wrap .experience-popup-features .experience-popup-feature {
    color: rgba(255, 255, 255, 0.55);
    line-height: 22px;
    letter-spacing: 0.6px;
    font-size: 18px;
    font-weight: 500;
    gap: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.experience-popup .experience-popup-content-wrap .experience-popup-features .experience-popup-feature span {
    min-width: 26px;
    flex: none;
}
.experience-popup .experience-popup-content-wrap .experience-popup-img {
    flex: none;
    width: 353px;
    height: 338px;
    border-radius: 6px;
    overflow: hidden; /* Ensures no overflow issues */
}
.experience-popup .experience-popup-content-wrap .experience-popup-btns {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.experience-popup .experience-popup-content-wrap .experience-popup-btns a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    border-radius: 100px;
    padding: 12px 14px;
    width: auto;
    font-weight: 700;
}
.experience-popup .experience-popup-content-wrap .experience-popup-btns .theme-btn3 {
    padding: 10px 18px;
}
.experience-popup .experience-popup-content-wrap .experience-popup-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* ===== # Motivation ===== */
.motivation-sec {
    padding: 120px 40px 30px 40px;
}
.trade-association-sec .custom-row,
.experience2-sec .custom-row,
.motivation-sec .custom-row {
    justify-content: space-between;
}
.trade-association-sec .left h3,
.experience2-sec .left h3,
.motivation-sec .left h3 {
    font-size: 50px;
    letter-spacing: -0.8px;
    font-weight: 700;
    line-height: 57px;
    margin: 0;
}
.motivation-sec .motivation-content {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.motivation-sec .motivation-content p {
    margin: 0;
    font-size: 24px;
    letter-spacing: 0.4px;
    font-weight: 500;
    line-height: 34px;
    color: #ffffff;
}
.motivation-sec .motivation-content p i {
    font-weight: 600;
}
.motivation-sec .motivation-content img {
    max-width: 188px;
    display: block;
}



/* ===== # Full Image Sec ===== */
.full-image-sec {
    padding: 100px 0 0;
    margin-bottom: 30px;
    position: relative;
}
.full-image-sec.pt-30 {
    padding-top: 30px;
}
.full-image-box {
    height: 100svh;
    position: relative;
    overflow: hidden; /* Ensures no overflow issues */
}
.full-image-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* ===== # Experience2 Section ===== */
.experience2-sec {
    padding: 120px 40px 0;
    margin-bottom: 30px;
}
.experience2-sec .left {
    position: relative;
}
.experience2-sec .left h3 {
    position: sticky;
    top: 0;
}
.experience2-sec .experience2-lists {
    width: 846px;
}
.experience2-sec .experience2-lists .experience2-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.experience2-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-bottom: 1px solid #262626;
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.experience2-box .experience2-box-header {
    font-size: 30px;
    letter-spacing: -0.6px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    font-family: var(--font_teko);
    line-height: 30px;
    margin: 0;
}
.experience2-box .experience2-box-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.experience2-box .experience2-box-body h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin: 0;
    font-family: var(--font_teko);
    font-weight: 600;
}
.experience2-box .experience2-box-body p {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 31px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    max-width: 623px;
}



/* ===== # Trade Association Stack ===== */
.trade-association-sec {
    padding: 110px 40px 0;
    margin-bottom: 30px;
}
.trade-association-lists {
    width: 846px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.trade-association-lists .trade-association-box:nth-child(1) .trade-association-box-left .icon {
    width: 56px;
    height: 56px;
}
.trade-association-box {
    display: flex;
    border: 1px solid #1d1d1d;;
    background: #0a0a0a;
    padding: 30px;
    width: 100%;
    border-radius: 10px;
    align-items: flex-start;
    gap: 24px;
}
.trade-association-box .trade-association-box-left {
    flex: none;
    width: 84px;
    height: 84px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden; /* Ensures no overflow issues */
    position: relative;
    border: 1px solid rgba(255, 255, 255, .06);
    background: #0d0d0d;

}
.trade-association-box .trade-association-box-left .icon {
    width: 56px;
    height: 56px;
    position: relative;
    overflow: hidden; /* Ensures no overflow issues */
    border-radius: 6px;
}
.trade-association-box .trade-association-box-left .icon img {
    display: block;
    max-width: 100%;
}
.trade-association-box .content {
    border-radius: 10px;
    background: #0d0d0d;
    padding: 34px 42px;
    border: 1px solid rgba(255, 255, 255, .06);
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.trade-association-box .content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}
.trade-association-box .content .content-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.trade-association-box .content .content-body h4 {
    font-size: 20px;
    letter-spacing: 0.2px;
    margin: 0;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
}
.trade-association-box .content .content-body p {
    color: rgba(255, 255, 255, 0.5);
    line-height: 31px;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0;
}



/* ===== # Testimonial ===== */
.testimonial-sec {
    padding: 130px 0 30px 0;
}
.testimonial-list-wrap {
    overflow: hidden; /* Ensures no overflow issues */
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}
.testimonial-anim-boxes {
    display: flex;
    gap: 26px;
    flex-wrap: nowrap;
    justify-content: flex-end;
    animation: testimonialAnim 50s infinite linear;
}
.testimonial2-anim-boxes {
    margin-top: 26px;
    justify-content: flex-start;
    animation: testimonialAnim2 50s infinite linear;
}
.testimonial-box {
    width: 604px;
    flex: none;
    border-radius: 10px;
    border: 1px solid #1d1d1d;
    background: #0a0a0a;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 36px 34px;
}
.testimonial-box .testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonial-box .testimonial-header .testimonial-author-box {
    display: flex;
    align-items: center;
    gap: 22px;
}
.testimonial-box .testimonial-header .testimonial-author-box img {
    display: block;
    flex: none;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.testimonial-box .testimonial-header .testimonial-author-box .testimonial-author-content {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.testimonial-box .testimonial-header .testimonial-author-box .testimonial-author-content h5,
.testimonial-box .testimonial-header .testimonial-author-box .testimonial-author-content h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}
.testimonial-box .testimonial-header .testimonial-author-box .testimonial-author-content h5 {
    font-size: 20px;
    line-height: 28px;
}
.testimonial-box .testimonial-header .testimonial-logo {
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
}
.testimonial-box .testimonial-header .testimonial-logo img {
    width: 60px;
    display: block;
}
.testimonial-anim-boxes .testimonial-box:nth-child(7) .testimonial-header .testimonial-logo img,
.testimonial-anim-boxes .testimonial-box:nth-child(4) .testimonial-header .testimonial-logo img,
.testimonial-anim-boxes .testimonial-box:first-child .testimonial-header .testimonial-logo img {
    width: 40px;
}
.testimonial-box .testimonial-content {
    background: #0d0d0d;
    padding: 28px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
}
.testimonial-box .testimonial-content p {
    margin: 0;
    font-size: 22px;
    letter-spacing: 0.8px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}


/* ===== # Team Section ===== */
.team-sec {
    padding: 80px 20px;
    background: rgb(10, 10, 10);
    text-align: center;
    border-radius: 20px;
}

.team-sec .section-title {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 40px;
}

/* Team Cards Container */
.team-cards-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

/* Individual Team Card */
.team-card {
    background: #ffffff;
    border: 2px solid #ce1626;
    border-radius: 10px;
    width: 300px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
}

/* Team Member Image */
.team-member-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Team Member Info */
.team-member-info {
    margin-top: 15px;
}

.team-member-name {
    font-size: 22px;
    color: #333;
    margin: 10px 0 5px;
}

.team-member-role {
    font-size: 16px;
    color: #ce1626; /* Primary accent color */
    font-weight: 600;
}

.team-member-bio {
    font-size: 14px;
    color: #666;
    margin: 15px 0;
}


/* ===== # Services ===== */
.services-sec {
    padding: 80px 100px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.services-sec .tab-content .tab-pane {
    opacity: 1;

}
.services-sec .services-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 2px;
    position: relative;
    gap: 10px;
}
.services-sec .services-nav li .nav-link {
    background: none;
    border-radius: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: var(--font_teko);
    padding: 14px 24px;
    line-height: 20px;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    border: 2px solid #ffffff; /* Outer white border */
    transition: .5s;
}
.services-sec .services-nav li .nav-link:not(.active)::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 3px solid #ce1626; /* Inner accent border */
    border-radius: 28px; /* Ensure it fits inside the outer border */
    transition: .5s;
}
.services-sec .services-nav li .nav-link.active {
    background: #fff;
    color: #000;
    border: 2px solid #ffffff; /* Keep the outer border white */
}
.services-sec .services-nav li .nav-link:not(.active):hover::before {
    top: 0px; /* Expand the inner border to meet the outer border */
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 4px solid #ce1626; /* Inner accent border */
}
.services-list-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.services-list-wrap2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.services-box {
    border-radius: 10px;
    background: rgb(10, 10, 10);
    border: 1px solid rgba(255, 255, 255, 0.07);
    padding: 20px 20px 28px;
}
.services-box .services-box-header {
    background: rgb(13, 13, 13);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 30px 24px;
    margin-bottom: 50px;
}
.services-box .services-box-header h4 {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    font-weight: 600;
    font-family: var(--font_teko);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.services-box .services-box-header h3 {
    font-size: 50px;
    letter-spacing: 0;
    line-height: 56px;
    font-weight: 600;
    margin: 0 0 20px;
    display: flex;
    align-items: flex-end;
    font-family: var(--font_teko);
}
.services-box .services-box-header h3 span {
    font-size: 18px;
    line-height: 14px;
    letter-spacing: -0.2px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.services-box .services-box-header .day-revisions > span {
    font-size: 14px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
    gap: 6px;
    font-family: var(--font_teko);
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}
.services-box .services-box-header .day-revisions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.services-box .services-box-header .day-revisions > span svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.services-box .services-box-header .discount {
    display: block;
    font-family: var(--font_teko);
    font-size: 14px;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.07);;
    padding-bottom: 24px;
    line-height: 20px;
    margin-bottom: 22px;
}
.services-box .services-box-header p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
}
.services-box .services-box-header p strong {
    font-weight: 600;
}
.services-box .services-box-features {
    padding-left: 20px;
    margin-bottom: 66px;
}
.services-box .services-box-features h5 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 24px;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: var(--font_teko);
}
.services-box .services-box-features ul {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.services-box .services-box-features ul li svg {
    width: 22px;
    height: 22px;
    display: block;
    stroke: #fff;
}
.services-box .services-box-features ul li  {
    font-size: 16px;
    line-height: 0.4px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}
.services-box .services-box-bottom {
    display: flex; /* Enable Flexbox */
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Center items vertically */
    text-align: center; /* Ensure the text is centered */
    padding: 20px 0; /* Optional: Add padding to create space around the button */
}
.services-box .services-box-bottom .theme-btn {
    gap: 2px;
    justify-content: center;
}
.privacy-sec,
.support-sec {
    max-width: 1700px; /* Adjust as needed */
    margin: 0 auto;    /* Centers the content */
    padding: 0 20px;   /* Adds padding for smaller screens */
}
.privacy-sec .section-header h3,
.support-sec .section-header h3 {
    font-size: 50px; 
    line-height: 60px;
}

/* ===== # 404 ===== */
.error-sec {
    display: flex;                 /* Enable flexbox layout */
    flex-direction: column;        /* Stack elements vertically */
    justify-content: center;       /* Center content vertically */
    align-items: center;           /* Center content horizontally */
    height: 100%;         
    text-align: center;            /* Center the text */
    padding: 20px;                 /* Add some padding */
    background-color: #000;        /* Set a background color if needed */
}
.error-sec img {
    max-width: 100%;               /* Ensure the image doesn't overflow */
    height: auto;                  /* Maintain aspect ratio */
}
.error-sec h3 {
    font-size: 36px;               /* Adjust the font size */
    color: #ffffff;                /* White text */
    margin-bottom: 10px;           /* Add some space below the heading */
}
.error-sec p {
    font-size: 18px;               /* Adjust font size */
    color: #a3a3a3;                /* Gray text for the paragraph */
}
.error-sec a {
    font-size: 20px;               /* Adjust font size */
    color: #ce1626;               /* Red text for the link */
}

/* ===== # FAQ ===== */
.faq-sec {
    padding: 120px 0 30px 0;
    position: relative;
}
.faq-wrap {
    padding: 0 100px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.faq-item:first-of-type,
.faq-item:last-of-type,
.faq-item {
    padding: 24px 24px 24px 36px;
    background: rgb(10, 10, 10);
    border-radius: 10px;
    border: 1px solid rgb(29, 29, 29) !important;
    padding: 0;
    overflow: hidden; /* Ensures no overflow issues */
}
.faq-item .accordion-header {
    border: none;
}
.faq-item .accordion-header button {
    padding: 24px 24px 24px 36px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    background: none;
    color: #ffffff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.faq-item .accordion-header button[aria-expanded=true] {
    color: #ffffff;
}
.faq-item .accordion-header button::after {
    display: none;
}
.faq-item .accordion-header button:focus {
    outline: none;
    box-shadow: none;
}
.faq-item .accordion-body {
    padding: 0 24px 24px 36px;
}
.faq-item .accordion-body p {
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 31px;
    font-weight: 500;
    padding-top: 24px;
    color: rgba(122, 122, 122, 0.9);
    border-top: 1px solid rgb(38, 38, 38);
}
.faq-item .accordion-body ul {
    padding-left: 36px; /* Matches the padding of the accordion body */
    margin-top: 16px; /* Adds some space above the list */
    list-style-type: disc; /* Sets the list style to disc, which is the default */
    color: rgba(122, 122, 122, 0.9);
}
.faq-item .accordion-body li {
    margin-bottom: 8px; /* Adds space between list items */
    font-size: 20px; /* Matches the font size of the accordion body */
    line-height: 31px; /* Matches the line height of the accordion body */
    font-weight: 500;
    color: rgba(122, 122, 122, 0.9); /* Matches the text color of the accordion body */
}
.faq-item .accordion-header button:hover:not([aria-expanded=true]) {
    background: rgb(15, 15, 15);
}
.faq-item .accordion-header button i {
    position: absolute;
    right: 20px;
    top: 24px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 28px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.faq-item .accordion-header button[aria-expanded=true] i {
    transform: rotate(45deg);
    color: #ffffff;
}



/* ===== # CTA ===== */
.cta-sec {
    padding: 110px 40px 80px;
}
.cta-sec .section-header2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
}
.cta-content .about-bottom-content p {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: 0;
    font-family: var(--font_teko);
    margin: 0;
}
.cta-content.about-bottom-content-wrap .about-bottom-content {
    gap: 34px;
}
.cta-content.about-bottom-content-wrap .about-bottom-content {
    padding: 60px 0 0 0;
}
.cta-content.about-bottom-content-wrap .img-box {
    max-width: 340px;
    height: 506px;
}
.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.social-links li a {
    display: flex;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    font-family: var(--font_teko);
}
.copyright #back-to-top::before,
.copyright .credit-link:before,
.social-links li a::before {
    content: '';
    width: 0;
    height: 2px;
    background: #ce1626;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.social-links li a:hover::before {
    width: calc(100% - 24px);
}
.social-links li a svg {
    width: 24px;
    height: 24px;
    fill: #ce1626;
    transform: rotate(45deg);
}



/* ===== # Photography ===== */
.photography-sec {
    padding: 110px 24px 30px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.photography-col {
    height: 512px;
}

.photography-col.photography-col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: flex-start;
    height: auto; /* Adjust height dynamically based on content */
    overflow: hidden;
}

.photography-box {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    height: 100%;
}

.photography-box img, .photography-box video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photography-box .photography-box-inner {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.5s ease-in-out; /* Add a smooth transition */
}

.photography-box:hover .photography-box-inner {
    transform: scale(1.2); /* Scale on hover */
}

.photography-box2 {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    height: 100%;
}

.photography-box2 img, .photography-box video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.photography-box2 .photography-box-inner {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.5s ease-in-out; /* Add a smooth transition */
}

.photography-box2:hover .photography-box-inner {
    transform: scale(1.05); /* Scale on hover */
}

.photography-inner-col {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    height: auto;
}



/* ===== # Contact ===== */
.contact-sec {
    padding: 50px 40px 30px;
    display: flex;
    gap: 60px;
    align-items: center;
}
.contact-sec .contact-form-wrap {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.contact-sec .contact-form-wrap .contact-header h2 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: 60px;
    font-family: var(--font_teko);
    font-size: 50px;
    letter-spacing: -0.8px;
}
.contact-sec .contact-form-wrap .contact-header p {
    color: rgba(255, 255, 255, 0.5);
    line-height: 38px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin: 0;
}
.contact-form h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 24px;
    font-family: var(--font_teko);
}
.contact-form #contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contact-form #contact-form textarea,
.contact-form #contact-form input {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background: rgb(15, 15, 15);
    font-family: var(--font_teko) !important;
    line-height: 1.4em;
    padding: 24px;
    border-radius: 10px;
    border: none;
    width: 100%;
}
.contact-form #contact-form #result {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.5);
}
.contact-form #contact-form textarea:focus,
.contact-form #contact-form input:focus {
    outline: none;
}
.contact-form #contact-form textarea {
    height: 144px;
}
.contact-form-wrap ul li {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    line-height: 20px;
    font-family: var(--font_teko);
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}
.contact-form-wrap ul li a {
    color: #ffffff;
    position: relative;
    display: inline-block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.contact-form-wrap ul li a::before {
    content: '';
    width: 0;
    height: 2px;
    background: #ce1626;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.contact-form-wrap ul li a:hover::before {
    width: 100%;
}
.contact-infos-wrap {
    padding: 60px 80px 0px;
}
.contact-sec .contact-img {
    width: 655px;
    flex: none;
    overflow: hidden; /* Ensures no overflow issues */
    border-radius: 10px;
    height: 753px;
}
.contact-sec .contact-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-sec .contact-img iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: none;
}
.contact-infos-wrap .contact-infos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 1px solid rgb(38, 38, 38);
    border-bottom: 1px solid rgb(38, 38, 38);
}
.contact-info-box h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 26px;
    color: #ce1626;
    text-transform: uppercase;
    font-family: var(--font_teko);
}
.contact-info-box ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-info-box ul li {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    line-height: 20px;
    font-family: var(--font_teko);
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}
.contact-info-box ul li > span {
    width: 50px;
    flex: none;
}
.contact-info-box ul li a {
    color: #ffffff;
    position: relative;
    display: inline-block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.contact-info-box ul li a::before {
    content: '';
    width: 0;
    height: 2px;
    background: #ce1626;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.contact-info-box ul li a:hover::before {
    width: 100%;
}
.contact-paragraph {
    padding: 60px 20px;
    text-align: center;
    width: 100%; /* Ensure full width */
    margin: 0 auto;
    font-family: var(--font_inter_tight);
    color: #ffffff;
    border-bottom: 1px solid rgb(38, 38, 38);
}

.contact-paragraph h2 {
    font-family: var(--font_teko);
    font-size: 60px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.contact-paragraph p {
    font-family: var(--font_inter_tight);
    font-size: 24px;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 1200px; /* Restrict the text content width while the container stays full width */
    margin: 0 auto;
    letter-spacing: 0.4px;
    font-weight: 400;
}


/* ===== # Vision-Mission Section ===== */
.vision-mission-section {
    padding: 60px 0; /* Add padding to create space around the section */
    background-color: #000;
    text-align: center; /* Center-align the text */
}

.vision-mission-card {
    display: inline-block; /* Make it an inline-block to keep it centered */
    max-width: 800px; /* Set a maximum width */
    padding: 20px; /* Add padding inside the card */
    border: 1px solid #e0e0e0; /* Optional border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional shadow */
    background-color: #ffffff; /* White background */
    border-radius: 8px; /* Optional rounded corners */
    margin: 0 auto; /* Center the card */
}

.vision-mission-card .vision-mission {
    font-size: 18px; /* Font size for the vision statement */
    line-height: 1.6; /* Line height for better readability */
    font-weight: 600; /* Make it slightly bold */
    color: #333; /* Dark text color */
}



/* ===== # Footer ===== */
.footer-area {
    padding: 70px 0 0;
}
.projects-page .footer-area {
    padding-top: 120px;
}
.footer-area .footer-big-text {
    text-transform: uppercase;
    font-size: 201px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -2.1px;
    line-height: 150px;
    text-align: center;
    font-family: var(--font_teko);
    font-weight: 600;
    color: #ffffff;
    overflow: hidden; /* Ensures no overflow issues */
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px 40px;
}
.copyright p {
    min-width: 286px;
    flex: none;
    text-align: center;
    color: #ffffff;
}
.copyright #back-to-top,
.copyright .credit-link,
.copyright p {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    font-family: var(--font_teko);
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
}
.copyright .right {
    width: 256px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright #back-to-top,
.copyright .credit-link {
    position: relative; /* Ensure relative positioning for ::before */
    text-decoration: none; /* Remove default underline */
    color: #ffffff;
}
.copyright #back-to-top:hover::before,
.copyright .credit-link:hover::before {
    width: 100%;
}



/* ===== # KeyFrame ===== */
@keyframes partnerAnim {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-3918px);
    }
}
@keyframes testimonialAnim {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(calc(200% + 786px));
    }
}
@keyframes testimonialAnim2 {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-3780px);
    }
}
@keyframes workdetailsAnim {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-2482px);
    }
}
@keyframes onlineAnim {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
