@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Ancizar+Sans:ital,wght@0,100..1000;1,100..1000&family=Bebas+Neue&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

@font-face {
    font-family: "Scion W01 450R Light";
    src: url("https://db.onlinewebfonts.com/t/cec5aea09f0d14d43aa4acccbb5ef07e.eot");
    src: url("https://db.onlinewebfonts.com/t/cec5aea09f0d14d43aa4acccbb5ef07e.eot?#iefix") format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/cec5aea09f0d14d43aa4acccbb5ef07e.woff2") format("woff2"),
        url("https://db.onlinewebfonts.com/t/cec5aea09f0d14d43aa4acccbb5ef07e.woff") format("woff"),
        url("https://db.onlinewebfonts.com/t/cec5aea09f0d14d43aa4acccbb5ef07e.ttf") format("truetype"),
        url("https://db.onlinewebfonts.com/t/cec5aea09f0d14d43aa4acccbb5ef07e.svg#Scion W01 450R Light") format("svg");
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: "Hanken Grotesk", sans-serif;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    scroll-padding: 80px;

}

a {
    text-decoration: none;
}

:root {
    --green: #a3cd39;
    --dark: #222222;
    --light: #f8f9fa;
    --gray: #3c374321;
}

.bg-ash {
    background-color: var(--dark);
}

/* Default: Desktop visible, Mobile hidden */
.desktop {
    display: block !important;
}

.mobile {
    display: none !important;
}




.offcanvas {
    width: 100%;
}

.dropdown-custom ul {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: all 0.5s ease;
}

.dropdown-custom:hover ul {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
}

.dropdown-custom>a,
.dropdown-custom ul li a {
    color: #fff;
    transition: all 0.3s ease;
    font-size: 16px;
}

.dropdown-custom:hover>a,
.dropdown-custom ul li a:hover {
    color: #a3cd39;
    text-shadow: 0 0 6px rgba(0, 198, 255, 0.7);
}

.right-part ul li a:hover {
    color: #a3cd39 !important;
    text-shadow: 0 0 6px rgba(152, 238, 95, 0.7) !important;
}

.right-part ul li {
    text-transform: uppercase;
}

.dropdown-custom ul li {
    text-transform: none;
    margin-left: 20px;
}

.dropdown-custom ul li a {
    display: block;
    padding: 6px 0;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
}

.navbar-toggler .navbar-toggler-icon,
.navbar-toggler-icon.t-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.header-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header-section .navbar {
    background-color: transparent;
}

.header-section .navbar .logo {
    width: 110px;
    padding-top: 20px;
    margin-left: 20px;
}

.ind .header-section {
    top: 10px;
}

.m-header .header-section {
    top: 10px;
}

.i-header .header-section .navbar .logo {
    width: 70px;
    padding-top: 10px;
    margin-left: 0px !important;
}


#header,
.header-section .navbar,
#header .logo {
    transition: all 0.4s ease-in-out;
}

.logo-mob {
    display: none;
}

.agency-subline h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0;
    color: var(--green);
}

.agency-subline {
    display: flex;
    justify-content: end;
}

.left-part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 30px;
    background: linear-gradient(135deg, #a3cd39 0%, #85a82e 50%, #c5e86a 100%);
    width: 90%;
}

.marquee-section-hamberg {
    padding: 65px 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    overflow: hidden;
    font-family: "Scion W01 450R Light";
}

.marquee-section-hamberg span {
    margin: 0 30px;
    display: inline-block;
}

.text-trusted {
    font-size: 30px;
    font-weight: 700;
}

.experince-e9 .exp-block-left-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
}

.experince-e9 .years-tenty h5 {
    font-size: 10rem;
    margin-bottom: 0;
    font-family: "Bebas Neue", sans-serif;
}

.about-e9-exp p {
    font-size: 18px;
    margin-bottom: 0;
    padding-left: 25px;
    padding-top: 40px;
}

.check-list-e9 li {
    font-size: 17px;
    list-style-type: none;
    padding-bottom: 8px;
}

.cta-hamberg p {
    font-size: 24px;
    padding-top: 30px;
}

.check-list-e9 ul {
    padding-left: 0;
}

.fa-circle-check {
    color: var(--dark);
    margin-right: 10px;
}

.right-part {
    padding: 0px 20px 0px 20px;
}

.social-item {
    text-decoration: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    background-color: #48c859;
}

.whatsapp {
    margin-left: auto;
    margin-top: 20px;
}

.whatsapp i {
    font-size: 28px;
}

@media (min-width: 768px) {
    .typing-animation {
        font-size: 2rem;
    }
}

/* Video banner section */

/* .video-banner video {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -0%);
  width: auto;
  height: 100vh;
  z-index: -1;
} */

/* .video-banner .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
} */

/* .video-banner .video-content {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding-top: 50px;
} */

.content-no-type {
    position: absolute;
    top: 85%;
    right: 0px;
    transform: translate(-24%, -50%);
    text-align: right;
    color: white;
    z-index: 1;
    font-family: "Courier New", monospace;
}

.love-button img {
    width: 38px;
    height: 48px;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: moveDown 1.5s ease-in-out infinite;
}

.banner-read-more {
    color: var(--green);
}

/* Keyframes for smooth up-down motion */
@keyframes moveDown {

    0%,
    100% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -30%);
        opacity: 0.7;
    }
}

.content-no-type h1 {
    font-size: 20px;
    text-transform: uppercase;
}

.content {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
    z-index: 1;
}

.content h1 {
    /* font-size: clamp(40px, 6vw, 50px); */
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 15px 0;
    border-right: 3px solid white;
    font-family: "Courier New", monospace;
}

.typing-text-banner-first-line,
.typing-text-banner-secound-line {
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid #000;
    display: block;
    opacity: 0;
    height: 1em;
}

.typing-text-banner-first-line {
    opacity: 1;
    animation: typing 4s steps(30, end) forwards, blink 0.7s step-end 6,
        removeCursor 0.1s 4s forwards;
}

.typing-text-banner-secound-line {
    animation: typing 4s steps(30, end) forwards, blink 0.7s step-end 6,
        removeCursor 0.1s 8s forwards;
    animation-delay: 4s;
    animation-fill-mode: forwards;
}

@keyframes typing {
    from {
        width: 0;
        opacity: 1;
    }

    to {
        width: 100%;
        opacity: 1;
    }
}

/* Cursor blinking */
@keyframes blink {
    50% {
        border-color: transparent;
    }
}

/* Remove cursor at the end */
@keyframes removeCursor {
    to {
        border-right-color: transparent;
    }
}

.image-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #fff;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* same as your video overlay */
}

.icons-img {
    width: 14px;
    height: 16px;
}

.button1 {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: #000;
    color: #fff;
    border-radius: 10rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button1__icon-wrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.button1:hover {
    background-color: #fff;
    color: black;
}

.button1:hover .button1__icon-wrapper {
    color: #fff;
    background-color: #000;
}

.button1__icon-svg {
    transform: rotate(100deg);
}

.button1__icon-svg--copy {
    position: absolute;
    transform: rotate(100deg) translate(-150%, 150%);
}

.button1:hover .button1__icon-svg:first-child {
    transform: translate(150%, -150%);
}

.button1:hover .button1__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: rotate(100deg) translate(0);
}

.btn-services {
    color: var(--green);
}

.sleek-design-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    font-family: "Montserrat", sans-serif;
}

.creative-text-flow {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.main-word {
    font-size: 3.5rem;
    font-weight: 800;
    color: #2c3e50;
    text-transform: uppercase;
}

.action-words {
    display: flex;
    gap: 1.5rem;
}

.action-word {
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 0.5rem;
}

.action-word::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    transition: width 0.3s ease;
}

.design {
    color: #e74c3c;
}

.design::after {
    background: #e74c3c;
}

.disrupt {
    color: #3498db;
}

.disrupt::after {
    background: #3498db;
}

.deliver {
    color: #2ecc71;
}

.deliver::after {
    background: #2ecc71;
}

.action-word:hover::after {
    width: 100%;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.action-word {
    animation: fadeIn 0.6s ease forwards;
}

.design {
    animation-delay: 0.1s;
}

.disrupt {
    animation-delay: 0.3s;
}

.deliver {
    animation-delay: 0.5s;
}

.brand-identity {
    font-weight: 700;
    font-family: "Scion W01 450R Light";
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: #fff;
}

.social-icons {
    margin-top: 1rem;
}

.fa-linkedin {
    color: #3498db;
    font-size: 25px;
}

.our-contact-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 30px;
}

.our-contact-details a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    transition: color 0.3s ease;
}

.our-contact-details p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    padding-top: 20px;
    text-transform: uppercase;
}

/* title */

.sec-title {
    font-size: 2.5rem;
}

/* title */

/* ----------------------------------------------------- */
/* --------------------Section-services---------------- */
/* --------------------------------------------------- */

.title-services {
    max-width: 750px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

.new-services {
    background-color: #191919;
    padding-top: 80px;
}

.new-services .container {
    max-width: 900px;
}

.border-card-video {
    display: flex;
    justify-content: center;
    align-items: center;

    box-sizing: border-box;
}

.border-card-video video {
    max-width: 100%;
    height: auto;
    display: block;
}

.card-big {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    background-color: #2c2c2e;
    border: none;
}

.border-card-video video {
    padding: 20px;
}

.card-big:hover {
    background-color: var(--green);
}

.card-big:hover .overlay-text strong {
    display: none;
}

.card-big:hover .overlay-text::before {
    content: "Read More";
    font-weight: 600;
}

.new-services:hover {
    cursor: pointer;
}

.card-big {
    position: relative;
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
}

.card-big img {
    width: 100%;
    display: block;
    border-radius: 15px;
}

.overlay-text {
    position: absolute;
    bottom: 50px;
    left: 20px;
    background: hsl(30deg 8.36% 13.52% / 92%);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 3px solid #736f6e;
}

.overlay-text strong {
    font-weight: 700;
    transition: opacity 0.3s ease;
}

.overlay-text .highlight {
    color: #9cff72;
    margin-left: 6px;
}


/* --card-small-- */
.card-small {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background-color: #2c2c2e;
    border: none;
}

.card-small:hover {
    background-color: var(--green);
}

.card-small:hover .overlay-text-web-design strong {
    display: none;
}

.card-small:hover .overlay-text-web-design::before {
    content: "Read More";
    font-weight: 600;
}

.new-services:hover {
    cursor: pointer;
}

.card-small img {
    width: 100%;
    display: block;
    border-radius: 15px;
}

.overlay-text-web-design {
    position: absolute;
    bottom: 50px;
    right: 10px;
    background: hsl(30deg 8.36% 13.52% / 92%);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 3px solid #736f6e;
}

.overlay-text-web-design strong {
    font-weight: 700;
    transition: opacity 0.3s ease;
}

.overlay-text-web-design .highlight {
    color: #9cff72;
    margin-left: 6px;
}

/* text-overlay-content-marketing */

.card-small:hover .overlay-text-cm strong {
    display: none;
}

.card-small:hover .overlay-text-cm::before {
    content: "Read More";
    font-weight: 600;
}

.overlay-text-cm {
    position: absolute;
    top: 40px;
    right: 10px;
    background: hsl(30deg 8.36% 13.52% / 92%);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 3px solid #736f6e;
}

.overlay-text-cm strong {
    font-weight: 700;
    transition: opacity 0.3s ease;
}

.overlay-text-cm .highlight {
    color: #9cff72;
    margin-left: 6px;
}

/* text-overlay-Design-services */

.card-small:hover .overlay-text-ds strong {
    display: none;
}

.card-small:hover .overlay-text-ds::before {
    content: "Read More";
    font-weight: 600;
}

.overlay-text-ds {
    position: absolute;
    bottom: 20px;
    left: 10px;
    background: hsl(30deg 8.36% 13.52% / 92%);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 3px solid #736f6e;
}

.overlay-text-ds strong {
    font-weight: 700;
    transition: opacity 0.3s ease;
}

.overlay-text-ds .highlight {
    color: #9cff72;
    margin-left: 6px;
}

/* text-overlay-Digital-marketing */

.card-small:hover .overlay-text-dm strong {
    display: none;
}

.card-small:hover .overlay-text-dm::before {
    content: "Read More";
    font-weight: 600;
}

.overlay-text-dm {
    position: absolute;
    bottom: 20px;
    right: 10px;
    background: hsl(30deg 8.36% 13.52% / 92%);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 3px solid #736f6e;
}

.overlay-text-dm strong {
    font-weight: 700;
    transition: opacity 0.3s ease;
}

.overlay-text-dm .highlight {
    color: #9cff72;
    margin-left: 6px;
}

/* text-overlay-SEO */

.card-small:hover .overlay-text-seo strong {
    display: none;
}

.card-small:hover .overlay-text-seo::before {
    content: "Read More";
    font-weight: 600;
}

.overlay-text-seo {
    position: absolute;
    bottom: 50px;
    left: 20px;
    background: hsl(30deg 8.36% 13.52% / 92%);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 3px solid #736f6e;
}

.overlay-text-seo strong {
    font-weight: 700;
    transition: opacity 0.3s ease;
}

.overlay-text-seo .highlight {
    color: #9cff72;
    margin-left: 6px;
}

/* text-overlay-SEM*/

.card-small:hover .overlay-text-sem strong {
    display: none;
}

.card-small:hover .overlay-text-sem::before {
    content: "Read More";
    font-weight: 600;
}

.overlay-text-sem {
    position: absolute;
    top: 55px;
    left: 20px;
    background: hsl(30deg 8.36% 13.52% / 92%);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 3px solid #736f6e;
}

.overlay-text-sem strong {
    font-weight: 700;
    transition: opacity 0.3s ease;
}

.overlay-text-sem .highlight {
    color: #9cff72;
    margin-left: 6px;
}

.underline-white {
    height: 1px;
    width: 90%;
    background: #736f6e;
    border-radius: 2px;
    margin: 20px auto;
}

/* ---------------------------------- */
/* -----------clients--------------- */
/* -------------------------------- */

.our-clients {
    /* margin-top:50px; */
    padding: 60px 0;
}

.our-clients .section-title {
    text-align: center;
    margin-bottom: 40px;
    margin: 0 auto;
    max-width: 750px;
}

.our-clients .section-title h3 {
    font-weight: 600;
    color: var(--green);
    position: relative;
    font-size: 2.5rem;
}

.client-logo {
    padding: 15px 0;
    text-align: center;
    background-color: transparent !important;
    transition: all 0.3s ease;
}

.client-logo img {
    max-width: 150px;
    width: auto;
    background-color: transparent !important;
    filter: grayscale(90%) brightness(1.1) contrast(1.1);
    mix-blend-mode: multiply;
    opacity: 0.95;
    transition: all 0.3s ease;
}


/* .client-logo img:hover {
    filter: grayscale(60%) brightness(1.2) contrast(1.2);
    mix-blend-mode: normal;
    opacity: 1;
} */



/* .our-clients .client-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
} */

/* ------------------------------------- */
/* -------------Footer----------------- */
/* ----------------------------------- */

.footer-bg {
    background-color: #000;
    color: #ccccce;
    padding-top: 90px;
    /* padding-bottom: 40px; */
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.contact-info {
    display: flex;
}

.contact-info span,
.contact-info i {
    margin-right: 10px;
}

.social-icons-footer {
    color: #ccccce;
}

.social-icons-footer a {
    margin-right: 10px;
    color: #ccccce;
    font-size: 22px;
}

.footer-list li {
    list-style: none;
    padding-bottom: 10px;
}

.quick_links ul li a:hover {
    color: #a3cd39 !important;
    text-shadow: 0 0 6px rgba(152, 238, 95, 0.7) !important;
}

.footer-list {
    padding-left: 0;
}

.footer-list li a {
    color: #ccccce;
}

.footer-bg h5 {
    color: #fff;
    font-weight: 700;
    color: var(--green);
}

.quick_links {
    display: flex;
    justify-content: center;
}

.footer-rm a {
    color: var(--green);
    font-size: 12px;
    padding-left: 5px;
}

.footer-rm i {
    font-size: 8px;
}

.footer-bottom a {
    color: var(--green);
    font-size: 14px;
}

.footer-logo img {
    width: 100px;
    padding-bottom: 20px;
}

.footer-top {
    background-color: var(--green);
    padding: 120px 0;
}

.footer-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.footer-actions {
    font-size: 18px;
}

.footer-call a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.footer-call a:hover {
    text-decoration: underline;
}

.line-vertical-cta {
    width: 2px;
    height: 30px;
    background-color: #ccc;
}

/* ---------------------------------------------- */
/* -----------Services-landing-page------------- */
/* -------------------------------------------- */

.services-box {
    display: flex;
    flex-direction: column;
}

.s-box-2 {
    padding: 30px;
}

.serv-icon {
    width: 80px;
    height: 80px;
}

.marquee-container {
    height: 500px;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
}

.marquee-container::before,
.marquee-container::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.marquee-container::before {
    left: 0;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0));
}

.marquee-container::after {
    right: 0;
    background: linear-gradient(to left,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0));
}

.marquee-wrapper {
    display: flex;
    height: 100%;
    transform: rotateX(15deg);
}

.marquee-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* New animation approach */
.marquee-content {
    display: flex;
    flex-direction: column;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee-column:first-child .marquee-content {
    animation: marquee-up 50s linear infinite;
}

.marquee-column:last-child .marquee-content {
    animation: marquee-down 50s linear infinite;
}

.marquee-item {
    flex-shrink: 0;
    margin: 10px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.marquee-item:hover {
    transform: scale(1.05) translateZ(20px);
}

.marquee-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

@keyframes marquee-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

@keyframes marquee-down {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .marquee-container {
        height: 400px;
    }

    .marquee-item img {
        height: 150px;
    }
}

/* ----------------------------------------------- */
/* -----------------Logo-marquee----------------- */
/* --------------------------------------------- */

.logo-marquee-wrapper {
    overflow: hidden;
    padding: 2rem 0;
    margin-bottom: 2rem;
    position: relative;
}

.logo-marquee-wrapper::before,
.logo-marquee-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.logo-marquee-wrapper::before {
    left: 0;
    background: linear-gradient(to right, white, transparent);
}

.logo-marquee-wrapper::after {
    right: 0;
    background: linear-gradient(to left, white, transparent);
}

.logo-scroll-track {
    display: flex;
    width: max-content;
    animation: logo-scroll-animation 60s linear infinite;
    gap: 4rem;
    align-items: center;
}

.logo-scroll-track:hover {
    animation-play-state: paused;
}

.company-logo-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 160px;
    transition: transform 0.3s ease;
}

.company-logo-item:hover {
    transform: scale(1.1);
}

.company-logo-item img {
    max-height: 100px;
    max-width: 200px;
    object-fit: contain;
    transition: filter 0.3s ease;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 8px;
    border-radius: 6px;
}

.company-logo-item:hover img {
    filter: grayscale(0%) opacity(1);
}

@keyframes logo-scroll-animation {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.logo-scroll-reverse {
    animation: logo-scroll-reverse-animation 35s linear infinite;
}

@keyframes logo-scroll-reverse-animation {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .company-logo-item {
        width: 120px;
        height: 60px;
    }

    .company-logo-item img {
        max-height: 40px;
        max-width: 100px;
    }

    .logo-scroll-track {
        gap: 2rem;
    }
}

/* ----------------------------------------------------- */
/* --------------aboute9 - section -------------------- */
/* ---------------------------------------------------- */

.counter-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding-top: 60px;
    padding-bottom: 80px;
}

.counter-box {
    text-align: center;
    width: 200px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.counter-box.visible {
    opacity: 1;
    transform: translateY(0);
}

.counter-image {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
}

.counter {
    font-size: 42px;
    font-weight: bold;
    color: var(--green);
    margin-bottom: 10px;
}

.counter-title {
    font-size: 18px;
    color: #ffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ------------------------------------------------------ */
/* --------------aboute9 - section - end ----------------*/
/* ---------------------------------------------------- */

/* ----------------------------------------------------- */
/* --------------Portfolio - section - start ------------*/
/* ---------------------------------------------------- */

.gallery-of-portfolio {
    margin-top: 60px;
}

.gallery-of-portfolio-sec-head {
    padding-bottom: 40px;
    text-align: center;
}

.gallery-of-portfolio-sec-head h2 {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #a3cd39 0%, #8eb42c 25%, #c6e872 50%, #4ecdc4 75%, #2a9d8f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.gallery-of-portfolio-sec-head p {
    color: #fff;
}

.pf-sec>.container>.row {
    padding: 20px;
}

.pf-sec .gallery-of-portfolio .row {

    padding: 0 10px;
}

.headline-portfolio {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 40px;
    color: #fff;
}

.headline-portfolio h3 {
    font-size: 2.5rem;
}

.item-portfolio {
    position: relative;
    overflow: hidden;
}

.portfolio-badges {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    visibility: hidden;
}

.portfolio-badges span {
    background: #f0f0f0;
    color: #333;
    font-size: 0.6rem;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}



/* ------------------------------------------------------ */
/* --------------Portfolio - section - end --------------*/
/* ---------------------------------------------------- */

.image-caption {
    position: absolute;
    bottom: 8px;
    right: 12px;
    font-size: 12px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    padding: 2px 6px;
    white-space: nowrap; 
    z-index: 5;
    opacity: 0.5;
}

.reprsentation {
    background: url(../images/home/banners/enter-nine-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 130px 20px;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.reprsentation h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #f5f5f5;
}

.reprsenting-logo img {
    max-width: 180px;
    margin: 0 auto;
    display: block;
}

.arrow-showing {
    margin: 30px auto 20px;
    width: 100%;
    position: relative;
}

.arrow-showing img {
    display: block;
    margin: 0 auto;
    max-width: 60px;
    transform: rotate(90deg);
    animation: bounceArrow 1.5s infinite;
}

@keyframes bounceArrow {

    0%,
    100% {
        transform: translateY(0) rotate(90deg);
    }

    50% {
        transform: translateY(10px) rotate(90deg);
    }
}

.typing-rep-show {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    min-height: 40px;
    color: #ffffff;
    position: relative;
}

.typing-dots {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 8px;
}

.typing-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.typing-dots .dot:hover {
    transform: scale(1.2);
}

.typing-dots .dot.active {
    background-color: var(--green);
}

/*---------------------- */
.content h1 {
    letter-spacing: 0;
}

.typing-text {
    display: inline-block;
    border-right: 3px solid white;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    font-family: "Courier New", monospace;
    word-spacing: normal;
}

/* First line animation */
.line1 {
    animation: typing1 3s steps(30, end) forwards, blink 0.7s step-end 4,
        removeCursor 0.1s 3.2s forwards;
    /* remove cursor after blink */
}

/* Second line animation (delayed start) */
.line2 {
    opacity: 0;
    /* Hidden until typing starts */
    animation: typing2 3s steps(30, end) 3.5s forwards, blink 0.7s step-end 4 3.5s,
        removeCursor 0.1s 6.5s forwards;
    /* remove cursor after blink */
    animation-fill-mode: forwards;
}

/* Keyframes */
@keyframes typing1 {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes typing2 {
    from {
        width: 0;
        opacity: 1;
    }

    to {
        width: 100%;
        opacity: 1;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

@keyframes removeCursor {
    to {
        border-right-color: transparent;
    }
}

/* --------------------------------------------- */
/* ----------------Aboutus-page---------------- */
/* ------------------------------------------- */

.about-page-enternine {
    padding-top: 50px;
}

.banner-inside-pg {
    background-color: var(--dark);
    background-size: cover;
    background-position: center center;
    height: 100px;
}

.banner-inside-pg-clients {
    background-color: transparent !important;
    background-size: cover;
    background-position: center center;
    height: 90px;
}

.main-title-page {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(135deg,
            #a3cd39 0%,
            #8eb42c 25%,
            #c6e872 50%,
            #4ecdc4 75%,
            #2a9d8f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.best-agency {
    background-color: #ebedf4;
    padding: 60px 0;
}

.best-agency .container-fluid {
    padding-left: 0;
}

.agency-content-right-side {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.right-move {
    position: relative;
    left: -80px;
}

.box-white {
    flex: 1 1 calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.box-white p {
    font-size: 14px;
}

.box-white:hover {
    transform: translateY(-5px);
}

.circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.circle img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.top-line-right {
    text-align: right;
    margin-bottom: 30px;
}

.philospy-enternine {
    background-color: transparent;
    padding: 80px 0 0;
}





.powers-of-enternine h3 {
    color: var(--dark);
    font-weight: 600;
    margin-bottom: 15px;
}

.powers-of-enternine p {
    color: var(--dark);
    font-size: 15px;
    line-height: 1.6;
}

.points-en ul {
    list-style: none;
    padding: 0;
    margin-top: 25px;
    /* padding-left: 45px; */
}

.points-en li {
    font-size: 16px;
    font-weight: 500;
    color: #BFBFBF;
    line-height: 1.5;
    transition: color 0.3s ease;
    position: relative;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.points-en li::before {
    position: absolute;
    content: '';
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 8px;
    background-color: var(--green);
    border-radius: 0px 50px 50px 0px;
    margin-right: 10px;
    display: none;

}

.points-en li span {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    display: block;
    width: 120px;
}

.points-en li:hover {
    color: var(--green);
}

.philosophy-titke-enternine {
    margin: 0 auto;
}

/* CSS */
.related-page {
    display: inline-block;
    background: #1b0e53;
    padding: 14px;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.related-page a {
    color: #ffff;
}

/* ------------------------------------- */
/* ------------Footer------------------ */
/* ----------------------------------- */

.footer-form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-form input,
.footer-form select,
.footer-form textarea {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid var(--gray);
    border-radius: 4px;
    font-size: 0.9rem;
    background-color: var(--light) !important;
    color: var(--dark) !important;
    transition: border 0.3s;
}

.footer-form input:focus,
.footer-form select:focus,
.footer-form textarea:focus {
    border-color: var(--green) !important;
    outline: none;
}

.footer-form button {
    padding: 0.5rem;
    border: none;
    border-radius: 4px;
    background-color: var(--green);
    color: var(--light) !important;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.footer-form button:hover {
    background-color: #8bb12d;
}

.contact-details-with-form {
    color: var(--dark);
    font-family: Arial, sans-serif;
}

/* ------------------------------------ */
/* ------------Contactus-page--------- */
/* ---------------------------------- */

.e9-contactus-section {
    padding: 60px 0;
}

.e9-contactus-section {
    background-color: var(--light);
    font-family: "Poppins", sans-serif;
    color: var(--dark);
}

.e9-contact-left .e9-contact-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--accent);
}

.e9-contact-left .e9-contact-subtitle {
    font-size: 1.1rem;
    margin-top: 10px;
    font-weight: 500;
    color: var(--accent);
}

.e9-contact-left .e9-contact-text {
    margin-top: 10px;
    color: #6c6c6c;
    line-height: 1.6;
}

.e9-contact-info a {
    color: var(--accent);
    text-decoration: none;
}

.e9-contact-social a {
    color: var(--dark);
    font-size: 1rem;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.e9-contact-social a:hover {
    color: var(--green);
}

/* Form Styling */
.e9-contact-form input,
.e9-contact-form select,
.e9-contact-form textarea {
    width: 100%;
    border: 1px solid #b8b8b8;
    padding: 10px 12px;
    font-size: 0.95rem;
    border-radius: 2px;
    background: transparent;
    color: var(--dark);
    transition: 0.3s ease;
}

.e9-contact-form input:focus,
.e9-contact-form select:focus,
.e9-contact-form textarea:focus {
    outline: none;
    border-color: var(--accent);
}

.e9-send-btn {
    background-color: var(--green);
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 2px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.e9-send-btn:hover {
    background-color: var(--green);
    transform: scale(1.05);
}

/* ----------------------------------- */
/* ------------Services- page---------*/
/* --------------------------------- */
.unique-service-section {
    padding: 60px 0;
}

/* .unique-service-title {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    line-height: 1.2;
    text-align: center;
} */
.unique-service-title {
    display: flex;
    align-items: center;
    /* justify-content: center; */

}

.unique-service-section p {
    color: #dfdfdf;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
    text-align: justify;
}

/* .unique-service-section h2 {
    color: #dfdfdf;
    font-size: 22px;
} */

.unique-service-section img {
    /* object-fit: cover; */
    /* padding-top: 80px; */
    /* display: none; */
    position: absolute;
    right: 0;
    width: 52%;
    top: 0;
}

.unique-service-section h1{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    font-family: "Scion W01 450R Light";
    color: #cccccc38;
}


.unique-service-section a {
    display: none;
}

.unique-service-section .col-lg-4:nth-child(1) {
    padding-right: 40px;
}

.unique-service-section .col-lg-4:nth-child(3) {
    padding-left: 40px;
}

.unique-service-section h1.unique-service-title:last-child {
    font-size: 26px;
    margin-top: 30px;
    font-weight: 600;
}

.services-button-for-all {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: #000;
    border-radius: 10rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services-button-for-all__icon-wrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.services-button-for-all:hover {
    background-color: #fff;
    color: black;
}

.services-button-for-all:hover .services-button-for-all__icon-wrapper {
    color: #fff;
    background-color: #000;
}

.services-button-for-all__icon-svg {
    transform: rotate(100deg);
}

.services-button-for-all__icon-svg--copy {
    position: absolute;
    transform: rotate(100deg) translate(-150%, 150%);
}

.services-button-for-all:hover .services-button-for-all__icon-svg:first-child {
    transform: translate(150%, -150%);
}

.services-button-for-all:hover .services-button-for-all__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: rotate(100deg) translate(0);
}

/* -- */


.accordian-style-services {
    background-color: var(--light);
}

.accordion-item-custom {
    background: #fff;
    border: 1px solid var(--gray);
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

.accordion-item-custom:hover {
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.accordion-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    background: #fff;
    transition: background 0.3s ease;
}

.accordion-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.accordion-icon img {
    width: 40px;
    height: 40px;
}

.accordion-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark);
    margin: 0;
}

.accordion-toggle {
    background: none;
    border: none;
    outline: none;
    font-size: 24px;
    font-weight: 600;
    color: var(--green);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.accordion-toggle .minus-icon {
    display: none;
}

.accordion-item-custom.active .accordion-toggle .plus-icon {
    display: none;
}

.accordion-item-custom.active .accordion-toggle .minus-icon {
    display: inline;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    padding: 0 20px;
    transition: all 0.4s ease;
}

.accordion-item-custom.active .accordion-content {
    max-height: 200px;
    padding: 16px 20px;
}

.accordion-content p {
    margin: 0;
    color: #555;
    line-height: 1.6;
    font-size: 15px;
}

.services-with-accordian-title {
    font-size: 34px;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.3;
    text-align: center;
    padding: 40px 0;
    display: none;
}

.accordian-items-services {
    padding: 80px 0;
}

/*  */

/* about-brand-stratagey */

.about-brand-stratagey {
    padding-top: 0px;
    padding-bottom: 60px;
}

.about-brand-stratagey .brand-stratagey-title {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg,
            #a3cd39 0%,
            #8eb42c 25%,
            #c6e872 50%,
            #4ecdc4 75%,
            #2a9d8f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.about-brand-stratagey .about-brand-stratagey {
    padding: 100px 0;
    position: relative;
}

.about-brand-stratagey .brand-stratagey-left-part {
    position: sticky;
    top: 120px;
    padding-right: 40px;
}

.about-brand-stratagey .brand-stratagey-left-part h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--green);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-brand-stratagey .brand-stratagey-left-part h3 {
    font-size: 34px;
    font-weight: 700;
    color: #dfdfdf;
    line-height: 1.3;
}

.about-brand-stratagey .offerings-brand {
    display: flex;
    flex-direction: column;
    gap: 45px;
    /* spacing between offerings */
}

.about-brand-stratagey .offering-points {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 30px 30px 70px;
    box-shadow: 0 4px 25px var(--gray);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.about-brand-stratagey .offering-points:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
}

.about-brand-stratagey .serial-no-offerings {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.about-brand-stratagey .serial-no-offerings img {
    width: 90px;
    position: absolute;
    left: -45px;
    transform: translate(10px, 10px);
    filter: grayscale(1);
}


.about-brand-stratagey .serial-no-offerings p {
    color: var(--dark);
    line-height: 1.8;
    margin: 0;
}

/* .about-brand-stratagey .serial-no-offerings p:first-child {
  font-size: 36px;
  font-weight: 700;
  color: var(--green);
  flex-shrink: 0;
  margin: 0;
  line-height: 1;
} */

/* .about-brand-stratagey .serial-no-offerings p:last-child {
  font-size: 16px;
  color: var(--dark);
  line-height: 1.8;
  margin: 0;
} */

.about-brand-stratagey .serial-no-offerings p b {
    color: var(--green);
    font-weight: 700;
    text-transform: uppercase;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .about-brand-stratagey .brand-stratagey-left-part {
        position: relative;
        top: 0;
        margin-bottom: 50px;
        text-align: center;
        padding-right: 0;
    }

    .about-brand-stratagey .brand-stratagey-left-part h3 {
        font-size: 28px;
    }

    .about-brand-stratagey .serial-no-offerings {
        flex-direction: column;
        gap: 15px;
    }

    .about-brand-stratagey .serial-no-offerings p:first-child {
        font-size: 28px;
    }

    .about-brand-stratagey .offering-points {
        padding: 25px;
    }
}

/* about-brand-stratagey */














.brand-cta-section {
    padding: 80px 0;
    background-image: url(../images/services/bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 5;
}

.brand-cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.2;
}

.brand-cta-description {
    font-size: 1.1rem;
    opacity: 0.8;
    margin-bottom: 2rem;
}

.brand-cta-services {
    position: relative;
    height: 100px;
    display: flex;
    justify-content: end;
    align-items: end;
    overflow: hidden;
    display: none;
}

.brand-service-item {
    position: absolute;
    font-size: 2.5rem;
    font-weight: 600;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.brand-service-item.active {
    opacity: 1;
    transform: translateY(0);
    color: var(--green);
}

.brand-service-item.exiting {
    opacity: 0;
    transform: translateY(-40px);

}





.accordian-style-services .services-inside {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 100%;

}

.accordian-style-services .col-lg-4 {
    margin-bottom: 30px;
}

.accordian-style-services .services-inside .services-inside-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    position: relative;
}

.accordian-style-services .services-inside .services-inside-header h5 {
    font-size: 18px;
    font-weight: 600;
    color: #BFBFBF;
    margin: 0;
}

.accordian-style-services .services-inside .services-inside-header img {
    width: 40px;
    height: 40px;
    filter: grayscale(1);
}

.accordian-style-services .services-inside p {
    color: var(--dark);
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 576px) {
    .brand-cta-title {
        font-size: 2rem;
    }

    .brand-service-item {
        font-size: 1.3rem;
    }
}

.cta-title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-text {
    font-size: 1rem;
    color: #666;
}

.cta-servicesall-btns {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.cta-servicesall-btns .cta-button {
    background-color: var(--green);
    color: var(--dark);
    text-decoration: none;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(163, 205, 57, 0.3);
}

.cta-servicesall-btns .cta-button i {
    font-size: 18px;
}

.cta-servicesall-btns .cta-phone {
    color: var(--dark);
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    border-left: 1px solid;
    padding-left: 10px;
}


/* ----------------------------------------------- */
/* ----------------Portfolio--------------------- */
/* --------------------------------------------- */

.imags-auto-slide {
    position: relative;
    width: 100%;
    height: 440px;
}


.imags-scrolling-effect {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
}

.constant-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.5s ease;
}

.hover-images {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.scroll-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    animation: scrollLoop 20s linear infinite;
}

.scroll-container img {
    width: 100%;
    height: auto;
    display: block;
}

.imags-scrolling-effect:hover .constant-image {
    opacity: 0;
    cursor: pointer;
}

.imags-scrolling-effect:hover .hover-images {
    opacity: 1;
    cursor: pointer;
}

@keyframes scrollLoop {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}


.portfolio-section {
    padding-top: 40px;
}

.portfolio-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .portfolio-heading {
    font-size: 3rem;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.3;
    margin-bottom: 0;
    letter-spacing: -0.5px;
} */

.portfolio-description {
    font-size: 1rem;
    color: rgba(34, 34, 34, 0.8);
    margin: 0;
    max-width: 80%;
}

.description-portfolio-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0px;
    border-radius: 14px;
    transition: all 0.3s ease;
    cursor: default;
}

.description-portfolio-images h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dark);
    margin: 0;
}

.description-portfolio-images p {
    font-size: 1rem;
    color: rgba(34, 34, 34, 0.7);
    margin: 0;
}

.video-portfolio video {
    border-radius: 10px;
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}



.service-process {
    position: relative;
    padding: 0 0 60px;
}


.service-process .process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.service-process .process-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background-color: #ccc;
}

.service-process .process-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    color: #cccccc38;
}

.service-process .process-item:hover img {
    transform: scale(1.05);
}

.service-process .process-item.large {
    grid-column: span 2;
}

.service-process .process-text {
    position: absolute;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    right: 20px;
    bottom: 20px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: -1px;
    font-size: 32px;
    letter-spacing: -1px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    font-family: monospace;
}

/* .service-process .process-box {
    background-color: #b9b9b9; 
    display: flex;
    align-items: center;
    justify-content: end;
    color: #fff;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: -1px;
    font-size: 40px;
    letter-spacing: -1px; 
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    font-family: monospace;

}

.service-process .process-box img {
    object-fit: contain;
}

.service-process .process-box.large{
    grid-column: span 2;
    height: 200px !important;
    background-color: transparent;
}

.service-process .process-box.large img {
    height: 200px !important;
    width: 100% !important;
} */


.service-process .service-process-content {
    padding-left: 30px;
}

.service-process .service-process-content h5 {
    font-weight: 600;
    color: var(--green);
    margin-bottom: 12px;
    font-size: 2rem;

}

.service-process .service-process-content h5 span {
    font-style: italic;
    color: #fff;
}

.service-process .service-process-content p {
    color: var(--light);
    line-height: 1.6;
}

.service-the-process {
    padding: 0px 0 30px;
}

.service-the-process .service-the-process-content {
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    border: 1px solid #cccccc0f;
    height: -webkit-fill-available;
    border-radius: 20px;
}

.service-the-process .service-the-process-content .service-the-process-title {
    color: var(--green);
    line-height: 1.2;
    margin-bottom: 5px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    /* white-space: nowrap; */
}

.service-the-process .service-the-process-content .number {
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    color: #cccccc38;
    font-family: "Scion W01 450R Light";
    top: 0;
    left: 30px;
}


.service-the-process .service-the-process-content p {
    color: var(--light);
    line-height: 1.6;
    font-size: 15px;
}


/* .service-main-concept{
    margin-bottom: 60px; 
} */

.service-main-concept h2 {
    color: var(--green);
    font-weight: 700;
    margin-bottom: 20px;
}


.service-main-concept p {
    color: var(--light);
    line-height: 1.6;
}

.service-main-concept .row-mb {
    margin-bottom: 50px;
}

.service-main-concept img{

}




.video-section-films {
    margin-top: 20px;
}

.video_content {
    position: relative
}

.video_content--video {
    height: 100svh;
    overflow: hidden;
    position: relative
}

.video_content--video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 260px;
    width: 100%;
    background: linear-gradient(0deg, #fff0 0%, rgb(0 0 0 / .2) 100%)
}

.video_content--video::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 260px;
    width: 100%;
    background: linear-gradient(180deg, #fff0 0%, rgb(0 0 0 / .5) 100%)
}

.video_content--video .layer {
    background: linear-gradient(0deg, rgb(0 0 0 / .2) 0%, rgb(0 0 0 / .2) 100%), rgb(171 240 255 / .6);
    mix-blend-mode: soft-light;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

@media (max-width: 768px) {
    .video_content--video {
        height: 500px
    }
}

.video_content--video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 768px) {
    .video_content--video video {
        -o-object-position: 26% center;
        object-position: 26% center
    }
}

.video_content_info {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    max-width: 650px;
    background: rgb(0 0 0 / 70%);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(1px);
    padding: 60px;
    z-index: 1;
    border-radius: 8px 0 0 8px;
}

.video_content_info p {
    color: var(--light);
}

@media (max-width: 768px) {
    .video_content_info {
        position: relative;
        top: auto;
        transform: none;
        padding: 20px 20px 30px;
        border-radius: 8px
    }
}

.video_block .videoPlayer {
    height: calc(100svh - 60px);
    position: relative
}

.video_block .videoPlayer_layer {
    position: relative;
    height: 100%
}

.video_block .videoPlayer_layer.opacity_light::before {
    background: linear-gradient(0deg, rgb(0 0 0 / .2) 0%, rgb(0 0 0 / .2) 100%), rgb(171 240 255 / .6);
    mix-blend-mode: soft-light
}

.video_block .videoPlayer_layer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgb(0 50 74 / .14) 0%, rgb(9 159 231 / .35) 100%)
}

.video_block .videoPlayer video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.video_block .videoPlayer.active .videoPlayer_layer::before {
    border-radius: 8px
}

.video_block .videoPlayer.active video {
    border-radius: 8px
}

@media (max-width: 768px) {
    .video_block .videoPlayer {
        height: 400px
    }
}

.video-container {
    position: relative
}

.video-container .muteUnmuteBtn {
    width: 48px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    bottom: 24px;
    right: 24px;
    border-radius: 100px;
    background: rgb(255 255 255 / .8);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
}

.video-container .muteUnmuteBtn.mute .unmute {
    opacity: 1
}

.video-container .muteUnmuteBtn.unmute .mute {
    opacity: 1
}

.video-container .muteUnmuteBtn img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: 0.35s linear
}

@keyframes scaleEffect {
    0% {
        transform: scale(.85)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.85)
    }
}








.faq {
    position: relative;
    z-index: 5;
    padding: 60px 0px;
    background-color: var(--dark);
}

.faq .faq-title {
    text-align: center;
    margin-bottom: 30px;
}


/* Faq Section
=============== */


.faq-section {
    padding: 60px 0;
}

.faq .main-title-page{
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(135deg,
            #a3cd39 0%,
            #8eb42c 25%,
            #c6e872 50%,
            #4ecdc4 75%,
            #2a9d8f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.faq-image {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.faq-item {

    padding: 10px 0;

    cursor: pointer;
}

.faq-item h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 0 !important;
    color: var(--light);
}

.faq-item p {
    display: none;
    margin-top: 10px;
    color: #cfc9c9;
}

.faq-item p strong {
    color: #fff;
}

.faq-item ul {
    display: none;
    margin-top: 10px;
    color: #555;
}

.faq-item.active {
    border-bottom: 1px solid #ddd;
}

.faq-item.active ul {
    display: block;
    animation: fadeIn 0.4s ease-in-out;
}

.faq-item.active p {
    display: block;
    animation: fadeIn 0.4s ease-in-out;
    font-size: 14px;
}

.faq-icon {
    font-size: 22px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ===== Base Grid ===== */
.portfolio-grid-section .grid-parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* grid-auto-rows: 200px; */
    /* gap: 8px; */
    /* padding: 10px; */
}

/* ===== Image Styling ===== */
.port-div {
    position: relative;
    overflow: hidden;
    /* border-radius: 10px; */
}

.port-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease, filter 0.3s ease;
}



/* ===== Custom Grid Layout (Desktop) ===== */
.div1 {
    grid-column: 1 / span 2;
    grid-row: 1;
}

.div2 {
    grid-column: 3;
    grid-row: 1;
}

.div3 {
    grid-column: 4;
    grid-row: 1;
}

.div4 {
    grid-column: 2 / span 2;
    grid-row: 2;
}

.div5 {
    grid-column: 1;
    grid-row: 2;
}

.div6 {
    grid-column: 4;
    grid-row: 2 / span 2;
}

.div7 {
    grid-column: 1 / span 2;
    grid-row: 3;
}

.div8 {
    grid-column: 3;
    grid-row: 3;
}

.div9 {
    grid-column: 5;
    grid-row: 3;
}

.div11 {
    grid-column: 5;
    grid-row: 1 / span 2;
}


@media (max-width: 1200px) {
    .portfolio-grid-section .grid-parent {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .portfolio-grid-section .grid-parent {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 180px;
    }

    .port-div {
        grid-column: auto !important;
        grid-row: auto !important;
    }
}

@media (max-width: 768px) {
    .portfolio-grid-section .grid-parent {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 150px;
    }
    .faq-item h5 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 15px;
        margin-bottom: 0 !important;
        color: var(--light);
    }
    .faq .main-title-page{
        padding-left: 12px;
    }
}

@media (max-width: 480px) {
    .portfolio-grid-section .grid-parent {
        grid-template-columns: 1fr;
        grid-auto-rows: 200px;
    }
}







/*======================
    404 page
=======================*/


.page_404 {
    padding: 40px 0;
    background: #fff;
    font-family: 'Arvo', serif;
}

.page_404 img {
    width: 100%;
}

.four_zero_four_bg {
    background-image: url(../images/404/404.gif);
    height: 400px;
    background-position: center;
}


.four_zero_four_bg h1 {
    font-size: 80px;
}

.four_zero_four_bg h3 {
    font-size: 80px;
}

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;
}

.contant_box_404 {
    margin-top: -50px;
}



/* -----------------NEW-EXTRA_CSS----------------- */

.image-container img {
    filter: grayscale(100%);
    transition: 0.4s ease;
}

.image-container img:hover {
    filter: grayscale(0%);
}


/* ------------------------------------------ */

.agency-portfolio .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 10px;
  grid-gap: 20px;
}

.agency-portfolio .item {
  border-radius: 6px;
  overflow: hidden;
}

.agency-portfolio .item img {
  width: 100%;
  height: auto;
  display: block;
}

/* Dynamic height control */
.agency-portfolio .item img {
  grid-row-end: span 25; /* Default */
}

.agency-portfolio .item:nth-child(2) img {
  grid-row-end: span 35;
}

.agency-portfolio .item:nth-child(3) img {
  grid-row-end: span 20;
}
