:root {
    --heading-font: "Gutter";
    --paragraph-font: "Inter";
    --third-font: "Montserrat";
    --white-color: #ffffff;
    --black-color: #000000;
    --green-color: #258B6F;
}



header.header-wrapper a.navbar-brand {
    padding: 0;
    margin: 0;
}

header.header-wrapper a.navbar-brand img {
    width: 14rem;
}

header.header-wrapper ul.left-side-navbar-ul li {
    margin-right: 2.5rem;
}

header.header-wrapper ul.right-side-navbar-ul li {
    margin-left: 2.5rem;
}

header.header-wrapper ul li a:hover,
header.header-wrapper ul li a {
    font: 400 .875rem var(--heading-font);
    color: var(--white-color);
}


/* !----------- */


header.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #000;
    transition: 1s;
    /* padding: 0 100px; */
    box-sizing: border-box;
    z-index: 99;
}

header.header-wrapper nav {
    position: static;
}

header.scrolled {
    height: 70px;
}

header img.banner {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .4s ease-in-out;
}

header.scrolled img.banner {
    opacity: 0;
}

header .logo {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    /* transition: 1s ease-in-out; */
}

header.scrolled .logo {
    position: relative;
    top: 0px;
    left: 0;

}

header .logo img {
    /* width: 300px; */
    transition: 1s ease-in-out;
}

header.scrolled .logo img {
    width: 80px;
}

header.scrolled nav ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

header.header-wrapper ul {
    margin: 0;
    /* padding: 40px 0; */
    display: flex;
    transition: 1s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
}


/* !--------- */


.home-banner-section {
    width: 100%;
    position: relative;
    z-index: 0;
    padding-top: 12rem;
}

.home-banner-video-box {
    width: 100%;
    position: relative;
    top: 0;
    height: 98vh;
    left: 0;
    z-index: 2;
    contain: content;
}

/* header.header-wrapper::before, */
.home-banner-video-box::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.home-banner-video-box video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.our-services-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.our-services-box {
    width: calc(100% / 4 - 20px);
    padding: 1.125rem;
    border-radius: .25rem;
    margin-bottom: 1.5rem;
}

.our-services-box img {
    width: 3rem;
}

.our-services-box h4 {
    font: 700 1.5rem var(--third-font);
    letter-spacing: .5px;
    /* word-break: ; */
    /* word-wrap: ; */
    /* word-spacing:; */
}

.our-services-box p {
    font: 400 .875rem var(--third-font);
    letter-spacing: .5px;
    line-height: 1.25rem;
}

/* .our-services-wrapper.last-row>div {
    margin-right: calc(100%/38);
} */
.our-services-icon-box {
    padding-bottom: 1.25rem;
}






/* !-------- */


.founder-content h2 {
    color: var(--green-color);
    text-align: left;
}



/* !----------- */
.agencies-logo-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 2rem;
}

.agencies-logo-slide .agencies-logo-slide-img {
    width: calc(100% / 5 - 25px);
    /* text-align: center; */
    display: flex;
    justify-content: center;
}

.agencies-logo-slide .agencies-logo-slide-img img {
    width: auto !important;
}

.selected-work-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 3rem;
}

.selected-work-wrapper img {
    border-radius: 1rem;
    width: 100%;
}

.selected-work-box,
.selected-work-container {
    position: relative;
}

.selected-work-img-txt-box {
    position: absolute;
    z-index: 1;
    bottom: 5%;
    left: 5%;
    align-items: center;
    background-color: transparent;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    transition: all .6s ease-in-out;
    width: 90%;
    display: flex;
    justify-content: space-between;
    padding: 0.875rem 2.5rem;
    border-radius: 2rem;
}

.selected-work-img-txt-box a {
    height: fit-content;
}

.selected-work-img-txt-box h5 {
    margin: 0;
    font: 400 1.25rem var(--heading-font);
    letter-spacing: .5px;
}

.contact-us-detail-box {
    border: 1px solid #00000066;
    border-radius: 1rem;
    padding: 1.5rem 1rem 0 1rem;
    margin-top: 2rem;
}

.contact-us-detail-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-us-detail-ul>li {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #00000066;
    margin-bottom: 1.5rem;
}

.contact-us-detail-ul>li:last-child {
    padding-bottom: 0;
    border-bottom: 0 solid #00000066;
    margin-bottom: 0;
}

.contact-us-detail-ul a {
    display: flex;
    color: var(--black-color);
    text-decoration: none;
    align-items: center;
}

.contact-us-detail-ul a img {
    width: 3rem;
    margin-right: 1.25rem;
}

.contact-us-detail-ul a .contact-us-txt-box h6 {
    font: 400 .875rem var(--heading-font);
    margin: 0;
}

.contact-us-detail-ul a .contact-us-txt-box p {
    font: 400 .75rem var(--paragraph-font);
    color: #000000da;
    margin: 0;
}

.social-icon-ul {
    display: flex;
    padding: 0;
    border: 0;
    list-style: none;
}

.social-icon-ul li a {
    margin-right: 0.875rem;
}

.social-icon-ul li a img {
    /* border: none; */
    width: 2.5rem;
    margin-right: 0;
}

h3.follow-us-txt {
    font: 400 1.375rem var(--heading-font);
}

.contact-us-address-map-box {
    height: 100%;
}

.contact-us-address-map-box>iframe {
    height: 100%;
    border-radius: 1rem;
}

.footer-link-ul {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: center;
    padding-block: 1.375rem;
    margin: 0;
}

.footer-link-ul li {
    margin-inline: 1rem;
}

.footer-link-ul li a {
    color: var(--white-color);
    font: 400 .875rem var(--heading-font);
    text-decoration: none;
}

.footer-copy-right-box p {
    font: 300 .625rem var(--paragraph-font);
}
.heading-content h4 {
    font: 400 2rem var(--heading-font);
    line-height: 3.25rem;
}
.contact-us-detail-ul li:nth-child(2) {
    border-bottom: none;
}
p.our-promise-heading{
    font: 700 .9375rem var(--paragraph-font);
    letter-spacing: .5px;
    line-height: 1.375rem;
}p.our-promise-heading{
    font-weight: 700!important;
}
.selected-work-img-txt-box h5 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  transition: letter-spacing 0.4s ease, color 0.4s ease;
  cursor: pointer;
}
.selected-work-img-txt-box a{
    text-decoration: none;
}

.selected-work-img-txt-box h5:hover {
  letter-spacing: 2px;}

.view-more-button-box a{
   background-color: #000;
   color: #fff;
}
.view-more-button-box a:hover{
   background-color: #000;
   color: #fff;
}
/* .view-more-button-box:hover {
  transform: scale(0.9); 
} */
.view-more-button-box{
  transition: transform 0.3s ease;
}

.mobile-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 10;
}

.logo {
  font-size: 20px;
  font-weight: bold;
}

.hamburger {
  font-size: 26px;
  cursor: pointer;
}

/* ✅ Mobile Menu - slides in from LEFT now */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  transform: translateX(-100%); /* Start off-screen to the LEFT */
  transition: transform 0.4s ease-in-out; /* Smooth slide */
  padding-top: 60px;
  z-index: 20;
}

/* ✅ When menu opens, slide into view from left */
.mobile-menu.open {
  transform: translateX(0);
}

.mobile-menu .close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
}

.mobile-menu ul li {
  margin: 20px 0;
  text-align: center;
}

.mobile-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.2s;
}

.mobile-menu ul li a:hover {
  color: #f0c040;
}