/* 
    Theme Name: AAAGENCY
    Theme Author: AAAGENCY
*/
@font-face {
  font-family: 'Safiro';
  src: url('../fonts/Safiro-Medium.woff2') format('woff2'),
    url('../fonts/Safiro-Medium.woff') format('woff'),
    url('../fonts/Safiro-Medium.svg#Safiro-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.woff2') format('woff2'),
    url('../fonts/Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
    url('../fonts/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.safiro-font {
  font-family: 'Safiro', sans-serif;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  position: relative;
}

h1,
h2,
h3 {
  font-family: 'Safiro', 'Courier New', Courier, monospace;
}

p {
  font-family: 'Gotham Book', 'Courier New', Courier, monospace;
}

header .navbar {
  padding: 2rem 2rem;
  transition: all 0.3s ease;
}

header .navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
  color: white !important;
}

.nav-links-container {
  background: rgba(255, 255, 255, 0.2);
  /* Semi-transparent white */
  backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 0.5rem 1rem;
}

header .navbar-nav .nav-link {
  border-radius: 25px;
  color: white !important;
  padding: 0.5rem 1.2rem !important;
  font-size: 0.9rem;
}

.get-started-btn {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.get-started-btn:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #ffb5b5;
  transform: translateY(-2px);
}

.get-started-btn:hover .arrow-icon {
  transform: rotate(360deg);
}

.arrow-icon {
  width: 16px;
  height: 16px;
  transform: rotate(322deg);
  transition: all 0.3s ease;
}

.navbar-brand {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 50px;
}

.navbar-brand img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navbar-brand img:first-child {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.navbar-brand img:last-child {
  opacity: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.5s ease, opacity 0.3s ease;
  margin-left: 107px;
  margin-top: 2px;
}

.navbar-brand:hover img:last-child {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.sec-1 {
  /*   min-height: 750px; */
  background-color: #f9b8a8;
  /*   padding-top: 100px; */
  position: relative;
  /* overflow: hidden; */
}

.video-container-banner {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}

section.sec-2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

section.sec-3 {
  padding: 6rem;
}

.line-container {
  position: absolute;
  width: 1000px;
  max-width: 1740px;
  margin: 0 auto;
  top: 0%;
  left: calc(50% - 645px);
}

.svg-path {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}

.svg-circle {
  opacity: 0;
  transform-origin: center;
}

/* lin */
.link-points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.svg-link {
  position: absolute;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  pointer-events: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  background: #fffffff2;
  border-radius: 30px;
  padding: 1rem;
  height: 65px;
  width: 65px;
}

.link-1 {
  top: 22%;
  right: 8%;
}

.link-2 {
  top: 22%;
  left: 4%;
}

.link-3 {
  top: 41.5%;
  left: 11%;
}

.link-4 {
  top: 74%;
  left: 25.5%;
}

.link-dot {
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  margin-right: 8px;
  transition: transform 0.3s ease;
}

.link-text {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  transition: transform 0.3s ease;
}

/* Hover effects */
.svg-link:hover .link-dot {
  transform: scale(1.5);
}

.svg-link:hover .link-text {
  transform: translateX(5px);
}

.svg-link.visible {
  opacity: 1;
  transform: translateY(0);
}

section.sec-2,
section.sec-3 {
  /* min-height: 300px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

section.sec-3 {
  background-color: #f8ecba;
}

.jaafar-vdeo-button img {
  border-radius: 75px;
}

.jaafar-vdeo-button {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 300px;
}

.google-partner-badge {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: 120px;
}

header .navbar-nav .nav-link:hover {
  background: #8080804d;
}

.marquee-text {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-text h1 {
  display: inline-block;
  padding-right: 60%;
  animation: marquee 20s linear infinite;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
}

.marquee-text::before,
.marquee-text::after {
  content: '';
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: 2;
}

.marquee-text::before {
  left: 0;
  background: linear-gradient(to right, #f7b09d 0%, transparent 100%);
}

.marquee-text::after {
  right: 0;
  background: linear-gradient(to left, #f7b09d 0%, transparent 100%);
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

.aaa-cp {
  position: absolute;
  width: 99%;
  top: 51%;
}

svg#lets-scroll {
  position: absolute;
  width: 75px;
  bottom: 0;
  margin: 0 auto;
  transform: translate(-50%, -1rem);
  left: 50%;
}

.scroll-down2 {
  width: 30px;
  height: 50px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.scroll-down2:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  transform: translateX(-50%);
  background: #ffffff;
  animation: scrollDown2 1.5s ease infinite;
}

.scroll-down2:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 5px;
  width: 6px;
  height: 15px;
  border-radius: 3px;
  transform: translateX(-50%);
  background: #ffffff;
}

@keyframes scrollDown2 {
  0% {
    transform: translate(-50%, 0px);
    opacity: 0;
  }

  50% {
    transform: translate(-50%, 8px);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, 16px);
    opacity: 0;
  }
}

.css-scroll-down {
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -1rem);
  left: 50%;
}

.banner-animation-wrapper {
  position: absolute;
  /* bottom: 0;
  transform: translate(-42%, 0);
  left: 50%;
  width: 915px; */
  bottom: -70px;
  transform: translate(-42%, 0);
  left: 50%;
  width: 1000px;
}

.banner-animation-wrapper img {
  width: 100%;
}

nav.navbar.sticky {
  padding: 1rem 2rem;
  background: rgb(0 0 0 / 84%);
  backdrop-filter: blur(10px);
}

.link-points a > img {
  width: 50px;
  height: 50px;
}

footer {
  background: #171618;
}

.footer-links a svg {
  width: 25px;
  height: 25px;
}

.footer-links a svg path {
  fill: #f9c031;
  transition: 0.3s all linear;
}

.footer-links a {
  text-decoration: none;
}

.footer-links {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}

.footer-links a:hover svg path {
  fill: #9e9e9e;
}

p.copyright {
  text-align: left;
  color: #f9c031;
  font-size: 0.9rem;
  margin: 0;
  align-self: self-end;
  line-height: 15px;
}

.aaa-footy {
  margin-top: -100px;
  z-index: 3;
  position: relative;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper.expectSwiper {
  width: 100%;
  height: 350px;
}

.swiper.membersSwiper {
  width: 100%;
  /* height: 650px; */
}

.swiper-slide {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-hero,
.our-services-hero {
  min-height: 550px;
}

.our-services-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

.creative-sec-content h2,
.expect-us-sec h2,
.benefits-main-sec h2,
.benefits-sec h2 {
  font-size: 2.6rem;
  color: #ed6b39;
}

.benefit-item {
  height: 100%;
  border-radius: 25px;
  background-color: #f1f1f1;
  padding: 1.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.benefit-item h3 {
  color: #ed6b39;
  font-size: 2rem;
  line-height: 1.5;
}

.benefit-item .icon-bg {
  width: fit-content;
  background-color: #ed6b39;
  border-radius: 25px;
  padding: 1rem;
}

.benefit-item .icon-bg img {
  width: 35px;
  height: 35px;
}

.marketing-sec {
  padding-top: 7rem;
}

.marketing-sec .nav-tabs {
  width: 35%;
  margin: 0 auto;
  border: none;
}

.marketing-sec .tab-content {
  width: 50%;
}

.bulb-img,
.bulb-hover-img {
  width: 785px;
  margin-top: -100px;
  margin-left: -135px;
}

.nav-tabs button {
  font-family: 'Safiro', 'Courier New', Courier, monospace;
  font-size: 1.5rem;
  position: relative;
}

.nav-tabs button::before {
  content: url('../img/arrow-diag.svg');
  height: 30px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}

.nav-tabs .nav-link.active svg.arrow-icon-serv,
.nav-tabs .nav-link:hover svg.arrow-icon-serv {
  transform: rotate(360deg) !important;
  left: -35px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  border: none;
  background: none;
}

.marketing-sec {
  position: relative;
  padding-bottom: 255px;
}

.marketing-sec .nav-tabs .nav-link {
  position: relative;
  transition: 0.3s all linear;
  color: #000;
  border: none;
  text-align: start;
}

.marketing-sec .nav-tabs .nav-link > svg.arrow-icon-serv {
  width: 40px;
  height: 40px;
  transform: rotate(315deg);
  transition: all 0.3s ease;
  position: absolute;
  left: -40px;
}

svg.arrow-icon-serv * {
  stroke-width: 1px;
}

.nav-tabs .nav-link::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/lihover.svg') no-repeat;
  background-position: center left;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: -1;
}

.nav-tabs .nav-item.show .nav-link::before,
.nav-tabs .nav-link.active::before,
.nav-tabs .nav-link:hover::before {
  opacity: 1;
}

.tab-pane h2 {
  color: #ed6b39;
  margin-bottom: 1.5rem;
}

.benefit-img img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.aaagency-list {
  font-family: 'Gotham', 'Courier New', Courier, monospace;
  list-style-type: none;
}

.aaagency-list li {
  font-family: 'Gotham', 'Courier New', Courier, monospace;
  padding-block: 0.8rem;
  position: relative;
}

.aaagency-list li::marker {
  display: none;
}

.aaagency-list li::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -31px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/aaa-list.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.expect-us-sec {
  height: 665px;
  display: flex;
  align-items: center;
  position: relative;
}

.expect-slide {
  /* background-color: #ed6b39; */
  padding: 3rem 5rem;
  height: calc(100% - 55px);
}

.expect-slide h2 {
  color: #000;
}

.expectSwiper {
  position: relative;
}

.custom-swiper-arrows {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 20px;
  z-index: 1;
}

.expectSwiper .custom-swiper-arrows {
  margin-left: 2rem;
}

.custom-swiper-arrows.team {
  left: 4%;
  /* transform: translateX(-50%); */
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
  content: '';
  background-image: url(../img/slider-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 35px;
  height: 30px;
}

.custom-swiper-button-prev {
  transform: scale(-1, 1);
}

.ceo-banner {
  color: #fff;
  min-height: 600px;
  /* height: 600px; */
  /* margin-left: 3rem; */
  margin-top: -380px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.ceo-info > div {
  position: relative;
}

.ceo-info > div > div {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.ceo-info > div > div > p {
  margin: 0;
}

.ceo-banner .yellow-box {
  color: #000;
  background-color: rgba(248, 192, 49, 0.95);
  padding: 2.5rem;
  margin-left: -5rem;
  z-index: 1;
  position: relative;
  border-top-left-radius: 25px;
}

.yellow-box h2 {
  color: #ed6b39;
}

.creative-sec {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  padding-bottom: 4rem;
}

.creative-sec > img {
  position: absolute;
  z-index: -1;
}

.creative-sec-content {
  padding-top: 7rem;
}

.member-slide h3 {
  color: #ed6b39;
}

.member-slide .red-line {
  height: 1px;
  width: 100%;
  background-color: #ed6b39;
  margin: 1rem 0 1.5rem;
}

.bulb-container {
  position: relative;
}

.bulb-img,
.bulb-hover-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}

.bulb-hover-img {
  opacity: 0;
}

.bulb-container.hover-active .bulb-hover-img {
  opacity: 1;
}

a.mailcta {
  font-size: 5rem;
  color: #f9c031;
  text-decoration: none;
  text-shadow: 0 0 20px #f9c0315e;
}

address.address-foot a {
  color: #b7b7b7;
  text-decoration: none;
  font-size: 1.3rem;
}

address.address-foot span svg {
  width: 20px;
  position: relative;
  display: inline-block;
  height: 20px;
  margin-top: -3px;
}

address.address-foot span svg * {
  fill: #ffffff;
}

.scroll-top-btn {
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  background-color: #f5f5f6;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.scroll-top-btn.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-top-btn:hover {
  background-color: #eeeeee;
  transform: translateY(-3px);
}

.scroll-top-btn svg.arrow-up {
  padding: 0.2rem;
}

.video-trigger {
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.popup-container {
  position: relative;
  width: 90%;
  max-width: 800px;
  transform: scale(0.7);
  transition: transform 0.3s ease-in-out;
}

.popup-overlay.active {
  opacity: 1;
  display: flex;
}

.popup-overlay.active .popup-container {
  transform: scale(1);
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.close-button {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 5px;
  transition: transform 0.3s;
}

.close-button:hover {
  transform: scale(1.1);
}

section.contactus-hero {
  min-height: 550px;
  background: #f7b09d;
}

.contactus-hero h1 {
  font-size: 3rem;
  font-weight: 400;
  color: #ffffff;
}

.mapsvg {
  position: relative;
  width: 80vw;
  margin: -196px auto 0 auto;
}

.contact-meta {
  padding: 4rem 0 6rem 0;
}

p.ten-year-p {
  /* width: 50%; */
  margin: 3rem 0 auto auto;
}

section.sec-4 {
  padding: 4rem 0;
  overflow: hidden;
}

h2.hm-serv-head {
  color: #ed6b39;
}

.marketing-sec.home-sec .tab-pane h3 {
  color: #000000;
  margin-bottom: 1.5rem;
}

.industry-card {
  border: 1px solid #ee6b39;
  border-radius: 15px;
  display: block;
  text-decoration: none;
  padding: 1rem;
  position: relative;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}

.industry-card .icon-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.industry-card .icon-container svg {
  width: 45px;
  height: 45px;
}

.industry-card .icon-container svg * {
  stroke: #ee6b39;
}

h3.industry-title {
  color: #ee6b39;
}

section.sec-5 {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
  min-height: 590px;
  display: flex;
  align-items: center;
}

.play-inside-scoop {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  text-decoration: none;
  overflow: hidden;
  padding: 2rem;
}

.play-inside-scoop h4 {
  color: #7c7c7c;
}

.play-inside-scoop img {
  width: 70px;
  top: 48%;
  position: absolute;
  left: calc(50% - 35px);
  height: 70px;
  transition: 0.3s all linear;
}

.play-inside-scoop span {
  color: #7c7c7c;
  font-size: 0.8rem;
  position: absolute;
  bottom: 2rem;
}

.play-inside-scoop:hover img {
  transform: scale(1.1);
}

.btn-explore {
  position: relative;
  z-index: 1;
  color: #ed6b39;
  text-decoration: none;
}

.lady-animation-wrapper {
  /* background: #ed6b39; */
}

.lady-animation-wrapper img {
  width: 100%;
}

.lady-text {
  margin-bottom: 150px;
}

.lady-text p {
  color: #000000;
}

.lady-text a {
  background: #f9c031;
  border-radius: 20px;
  padding: 0.5rem 1.5rem;
}

.lady-text a:hover {
  background: #f9c031;
  color: #fff;
}

.sec-7 {
  background: #ef7842;
}

.sec-6 {
  background: #000;
}

.line-container-2 {
  position: absolute;
  width: 413px;
  max-width: 1740px;
  margin: 0 auto;
  top: 64%;
  right: 0;
}

.line-container-2 .link-points .link-1 {
  top: 1%;
  right: 29%;
}

.line-container-2 .link-points .link-2 {
  top: 66%;
  right: 77%;
  left: auto;
}

.line-container-3 {
  position: absolute;
  width: 600px;
  max-width: 1740px;
  margin: 0 auto;
  top: 0;
  right: -105px;
}

.video-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

video {
  width: 100%;
  height: auto;
}

.vm-wrapper {
  position: relative;
}

.vm-wrapper .aaa-box {
  background: #f8bf31;
  width: 390px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  border-radius: 25px;
  position: relative;
}

.vm-wrapper .aaa-box > img {
  width: 170px;
}

.aaa-mission-box {
  position: absolute;
  width: 300px;
  left: -150px;
  top: 45px;
}

.aaa-mission-box > img {
  width: 64px;
  background: #ffdb70;
  padding: 0.5rem;
  border-radius: 50px;
  height: 64px;
  position: absolute;
  bottom: -3.2px;
  right: calc(50% - 51px);
}

.aaa-mission-box > p {
  background: #ec6c38;
  color: #000;
  padding: 1.5rem;
  border-radius: 25px;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  text-align: justify;
}

.aaa-mission-box > h2 {
  margin-bottom: 0;
  margin-left: -70px;
}

/* vision */
.aaa-vision-box > img {
  width: 80px;
  background: #ffdb70;
  padding: 0.5rem;
  border-radius: 50px;
  height: 80px;
  margin: 0 0 -11px 70px;
}

.aaa-vision-box {
  position: absolute;
  width: 320px;
  right: -210px;
  top: 45px;
}

.aaa-vision-box p {
  background: #efefef;
  color: #000;
  padding: 1.5rem;
  border-radius: 25px;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  text-align: justify;
}

.aaa-vision-box h2 {
  margin-bottom: 0;
  margin-right: -20px;
  text-align: right;
}

/* passion */
.aaa-purpose-box img {
  width: 80px;
  background: #ee9102;
  padding: 0.5rem;
  border-radius: 50px;
  height: 80px;
  margin: 0 0 0px -50px;
  position: absolute;
  bottom: 0;
}

.aaa-purpose-box {
  position: absolute;
  width: 300px;
  right: -200px;
  bottom: -22px;
}

.aaa-purpose-box h2 {
  text-align: right;
}

.aaa-purpose-box p {
  background: #fdf2ca;
  color: #000;
  padding: 1.5rem;
  border-radius: 25px;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  text-align: justify;
}

section.our-vm-sec {
  padding-top: 3rem;
  padding-bottom: 7rem;
}

.scroll-section {
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.scroll-section .svg-wrapper {
  width: 100vw;
  height: 242px;
  overflow: visible;
}

.scroll-section svg {
  display: block;
  height: 100%;
}

.creative-sec .single-team-member {
  width: 280px;
  text-align: center;
  padding-bottom: 55px;
}

.creative-sec .single-team-member img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.creative-sec .single-team-info {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}

.creative-sec .single-team-info.active {
  opacity: 1;
  height: auto;
  padding: 20px;
}

.creative-sec .single-team-info h2 {
  color: #ed6b39;
  font-size: 32px;
  margin-bottom: 16px;
}

.creative-sec .single-team-info p {
  color: #333;
  line-height: 1.6;
}

.creative-sec .team-button-next,
.creative-sec .team-button-prev {
  color: #ed6b39;
}

.creative-sec .swiper-pagination-bullet-active {
  background: #ed6b39;
}

.swiper-slide.single-team-member.swiper-slide-active:before {
  content: '';
  background: url(../animations/svg/team-arrow.svg);
  height: 60px;
  width: 110px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 44px;
}

.expertise-sec-1 .accordion-button {
  box-shadow: none !important;
  background: #f8ecba73;
  color: #ed6b39;
  border-radius: 10px !important;
}

.expertise-sec-1 .accordion-item {
  border: none !important;
  margin-bottom: 0.8rem;
}

.ms-hero {
  font-size: 10vw;
  text-align: center;
  color: #ed6b39;
  margin-bottom: 3rem;
}

section.expect-us-sec::before {
  background: #ed6b39;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 350px;
  width: 500px;
  content: '';
  position: absolute;
  z-index: 0;
  left: calc(50% - 250px);
  top: calc(50% - 240px);
}

section.expect-us-sec .swiper-slide {
  opacity: 0 !important;
}

section.expect-us-sec .swiper-slide-active {
  opacity: 1 !important;
}

.f-card-wrapper {
  font-size: 0.9rem;
  text-align: justify;
}

.f-card-wrapper {
  height: 365px;
  margin-bottom: 2rem;
}

.f-card-wrapper.c-1 {
  position: relative;
  background: #f9d316;
  padding: 3rem 2rem 3rem 4rem;
  /* height: 300px; */
  display: flex;
  justify-content: center;
}

.f-card-wrapper.c-1 > h3 {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 1.9rem;
  font-weight: 400;
  color: #e86c43;
  margin-left: 1rem;
  margin-right: 0;
  float: left;
  height: 100%;
  margin-top: -3rem;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  left: -11px;
}

.f-card-wrapper.c-1 > div {
  background: #ed6c39;
  padding: 1.5rem;
  border-radius: 20px;
  font-size: 0.9rem;
}

.f-icon {
  position: absolute;
  height: 30px;
  width: 30px;
}

img.f-icon.icon-2 {
  right: 84px;
  bottom: 8px;
  height: 50px;
  width: 50px;
}

img.f-icon.icon-1 {
  right: 2rem;
  top: -21px;
  height: 55px;
  width: 55px;
}

.f-card-wrapper.c-2 {
  position: relative;
  background: #ed6d39;
  padding: 2rem 2rem 3rem 2rem;
}

.f-card-wrapper.c-2 > h3 {
  font-size: 1.9rem;
}

.f-card-wrapper.c-2 > div {
  background: #f9d414;
  padding: 1.5rem;
  border-radius: 40px;
}

img.f-icon.icon-3 {
  left: 1rem;
  bottom: 0.5rem;
  height: 70px;
  width: 70px;
}

img.f-icon.icon-4 {
  right: 2rem;
  bottom: 0.3rem;
  height: 60px;
  width: 60px;
}

.f-card-wrapper.c-3 {
  position: relative;
  background: #ed6d39;
  padding: 2rem 4rem 2rem 2rem;
  display: flex;
  justify-content: center;
}

.f-card-wrapper.c-3 > h3 {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 1.9rem;
  font-weight: 400;
  color: #000000;
  margin-left: 0rem;
  margin-right: 1rem;
  float: left;
  height: 100%;
  margin-top: -2rem;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  right: -11px;
}

.f-card-wrapper.c-3 > div {
  background: #f9d414;
  padding: 1.5rem;
  border-radius: 25px;
}

img.f-icon.icon-6 {
  right: 3rem;
  bottom: 5rem;
  height: 60px;
  width: 60px;
  opacity: 0.9;
}

img.f-icon.icon-5 {
  left: 1rem;
  bottom: 1rem;
  height: 60px;
  width: 60px;
  opacity: 0.9;
}

.f-card-wrapper.c-4 {
  position: relative;
  background: #f9d513;
  padding: 2rem;
}

.f-card-wrapper.c-4 > h3 {
  color: #ed6d39;
}

.f-card-wrapper.c-4 > div {
  background: #ed6d39;
  padding: 1.5rem;
  border-radius: 25px;
}

img.img-fluid.f-icon.icon-8 {
  right: 2rem;
  bottom: 5rem;
  height: 60px;
  width: 60px;
  opacity: 0.9;
}

img.img-fluid.f-icon.icon-7 {
  right: 5rem;
  height: 60px;
  width: 60px;
  opacity: 0.9;
}

.f-card-wrapper.c-5 {
  position: relative;
  background: #f9d513;
  padding: 2rem;
}

.f-card-wrapper.c-5 > h3 {
  color: #ed6d39;
}

.f-card-wrapper.c-5 > div {
  background: #ed6d39;
  padding: 1.5rem;
  border-radius: 25px;
}

img.img-fluid.f-icon.icon-9 {
  right: 0;
  bottom: 6px;
  height: 40px;
  width: 60px;
  opacity: 0.9;
}

img.img-fluid.f-icon.icon-10 {
  right: 26px;
  bottom: 109px;
  height: 60px;
  width: 60px;
  opacity: 0.9;
}

.f-card-wrapper.c-1 ul li::before,
.f-card-wrapper.c-4 ul li::before,
.f-card-wrapper.c-5 ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-image: url(../animations/svg//a-icon22.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.f-card-wrapper.c-2 ul li::before,
.f-card-wrapper.c-3 ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-image: url(../animations/svg//a-icon21.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.f-card-wrapper ul {
  padding-left: 0rem;
  list-style-type: none;
}

.f-card-wrapper ul li {
  font-family: 'Gotham', 'Courier New', Courier, monospace;
  padding-left: 18px;
  position: relative;
}

@media (max-width: 480px) {
  .popup-container {
    width: 95%;
  }

  .close-button {
    top: -35px;
    right: 0;
  }
}

svg .contactmapsvg-1 {
  stroke-dashoffset: 10031.40625px;
  stroke-dasharray: 10031.40625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      1s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .contactmapsvg-1 {
  stroke-dashoffset: 0;
  fill: rgb(239, 107, 57);
}

svg .contactmapsvg-2 {
  stroke-dashoffset: 455.1322021484375px;
  stroke-dasharray: 455.1322021484375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      1.12s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .contactmapsvg-2 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .contactmapsvg-3 {
  stroke-dashoffset: 135.5419921875px;
  stroke-dasharray: 135.5419921875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      1.24s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.24s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .contactmapsvg-3 {
  stroke-dashoffset: 0;
  fill: rgb(250, 193, 49);
}

svg .contactmapsvg-4 {
  stroke-dashoffset: 199.3548504985108px;
  stroke-dasharray: 199.3548504985108px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      1.3599999999999999s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      1.3599999999999999s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .contactmapsvg-4 {
  stroke-dashoffset: 0;
}

svg .contactmapsvg-5 {
  stroke-dashoffset: 42.65229797363281px;
  stroke-dasharray: 42.65229797363281px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      1.48s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.48s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

svg.active .contactmapsvg-5 {
  stroke-dashoffset: 0;
  fill: rgb(250, 193, 49);
}

svg .contactmapsvg-6 {
  stroke-dashoffset: 42.65230941772461px;
  stroke-dasharray: 42.65230941772461px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      1.6s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .contactmapsvg-6 {
  stroke-dashoffset: 0;
  fill: rgb(250, 193, 49);
}

svg .contactmapsvg-7 {
  stroke-dashoffset: 42.652366638183594px;
  stroke-dasharray: 42.652366638183594px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      1.72s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.72s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

svg.active .contactmapsvg-7 {
  stroke-dashoffset: 0;
  fill: rgb(250, 193, 49);
}

svg .contactmapsvg-8 {
  stroke-dashoffset: 42.652320861816406px;
  stroke-dasharray: 42.652320861816406px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      1.8399999999999999s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      1.8399999999999999s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.active .contactmapsvg-8 {
  stroke-dashoffset: 0;
  fill: rgb(250, 193, 49);
}

svg .contactmapsvg-9 {
  stroke-dashoffset: 42.65237808227539px;
  stroke-dasharray: 42.65237808227539px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      1.96s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.96s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .contactmapsvg-9 {
  stroke-dashoffset: 0;
  fill: rgb(250, 193, 49);
}

svg .contactmapsvg-10 {
  stroke-dashoffset: 42.652320861816406px;
  stroke-dasharray: 42.652320861816406px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      2.08s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.08s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}

svg.active .contactmapsvg-10 {
  stroke-dashoffset: 0;
  fill: rgb(250, 193, 49);
}

svg .contactmapsvg-11 {
  stroke-dashoffset: 42.65248489379883px;
  stroke-dasharray: 42.65248489379883px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      2.2s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

svg.active .contactmapsvg-11 {
  stroke-dashoffset: 0;
  fill: rgb(250, 193, 49);
}

svg .contactmapsvg-12 {
  stroke-dashoffset: 42.65237045288086px;
  stroke-dasharray: 42.65237045288086px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      2.32s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.32s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}

svg.active .contactmapsvg-12 {
  stroke-dashoffset: 0;
  fill: rgb(250, 193, 49);
}

svg .contactmapsvg-13 {
  stroke-dashoffset: 42.65248489379883px;
  stroke-dasharray: 42.65248489379883px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      2.44s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.44s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

svg.active .contactmapsvg-13 {
  stroke-dashoffset: 0;
  fill: rgb(250, 193, 49);
}

svg .contactmapsvg-14 {
  stroke-dashoffset: 566.1409301757812px;
  stroke-dasharray: 566.1409301757812px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      2.56s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.56s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

svg.active .contactmapsvg-14 {
  stroke-dashoffset: 0;
}

svg .contactmapsvg-15 {
  stroke-dashoffset: 149.53453063964844px;
  stroke-dasharray: 149.53453063964844px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      2.6799999999999997s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      2.6799999999999997s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

svg.active .contactmapsvg-15 {
  stroke-dashoffset: 0;
}

svg .contactmapsvg-16 {
  stroke-dashoffset: 249.57000732421875px;
  stroke-dasharray: 249.57000732421875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      2.8s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}

svg.active .contactmapsvg-16 {
  stroke-dashoffset: 0;
}

svg .contactmapsvg-17 {
  stroke-dashoffset: 109.15000915527344px;
  stroke-dasharray: 109.15000915527344px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      2.92s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.92s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
}

svg.active .contactmapsvg-17 {
  stroke-dashoffset: 0;
}

svg .contactmapsvg-18 {
  stroke-dashoffset: 334.4455261230469px;
  stroke-dasharray: 334.4455261230469px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      3.04s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.04s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}

svg.active .contactmapsvg-18 {
  stroke-dashoffset: 0;
}

svg .contactmapsvg-19 {
  stroke-dashoffset: 151.9164276123047px;
  stroke-dasharray: 151.9164276123047px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      3.16s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.16s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}

svg.active .contactmapsvg-19 {
  stroke-dashoffset: 0;
}

svg .contactmapsvg-20 {
  stroke-dashoffset: 42.652320861816406px;
  stroke-dasharray: 42.652320861816406px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      3.28s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.28s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}

svg.active .contactmapsvg-20 {
  stroke-dashoffset: 0;
  fill: rgb(239, 107, 57);
}

/* babar css */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
    url('../fonts/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.about-sec-2,
.about-us-hero,
.industry-insights-hero {
  min-height: 550px;
}

.about-us-hero {
  padding-top: 15%;
}

.about-us-hero h1,
.industry-insights-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

.our-story-sec h2 {
  font-size: 2.6rem;
  color: #ed6b39;
}

.about-sec .content-box {
  border-radius: 50px;
  border: 1px solid #ed6b39;
}

.about-sec .content-box img {
  width: 200px;
}

.about-sec:nth-of-type(2n + 1) .content-box {
  background-color: #ed6b39;
}

section.about-sec .content-yellow-box {
  background-color: #f8bf31;
  border-radius: 50px;
}

/* .about-sec:not(:first-of-type) .content-box {
	border: 1px solid #ed6b39;
  }
  .about-sec:nth-of-type(2n + 3) .content-box {
	background-color: #ed6b39;
  }
  .about-sec:first-of-type .content-box img {
	width: unset;
  }
  .about-sec:first-of-type .content-box {
	background-color: #f8bf31;
  } */
/* contact us css */
.contact-meta h4 {
  font-family: 'Gotham', 'Courier New', Courier, monospace;
  font-weight: bold;
}

.contact-meta a {
  font-family: 'Gotham', 'Courier New', Courier, monospace;
  font-weight: normal;
}

.contact-meta a {
  color: #000;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.contact-meta .meta-icon {
  margin-right: 0.5rem;
}

.contact-meta .meta-icon svg {
  width: 20px;
  height: 24px;
}

.contact-social {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

.contact-social a {
  text-decoration: none;
}

.contact-social a svg {
  width: 25px;
  height: 25px;
}

.contactus-hero h1,
.ceo-banner::before {
  font-weight: 700;
}

.ceo-banner > .container-fluid {
  position: absolute;
}

.hamburger {
  display: none;
  color: #fff;
  font-size: 2rem;
  position: relative;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hamburger-line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.125em;
  border-radius: 0.125em;
  background: currentColor;
  transition: inherit;
}

.hamburger-line:nth-child(1) {
  top: 0.125em;
}

.hamburger-line:nth-child(2) {
  top: 0.438em;
}

.hamburger-line:nth-child(3) {
  top: 0.75em;
  width: 0.625em;
}

div#avyah-form-8 {
  background-color: #f9f9f980;
  border-radius: 50px;
  padding: 2rem;
}

#avyah-form-8 iframe {
  min-height: 815px;
}

.navbar-brand-logo {
  width: 200px;
}

.navbar-brand-logo img {
  opacity: 1;
  clip-path: inset(0 60% 0 0);
  transition: clip-path 0.5s ease, opacity 0.3s ease;
}

.navbar-brand-logo:hover img {
  clip-path: inset(0 0 0 0);
}

.marketing-sec.home-sec li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(../img/aaa-list.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.marketing-sec.home-sec li {
  position: relative;
  padding-left: 18px;
}

.marketing-sec.home-sec ul {
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
  }

  header .navbar {
    padding: 2rem 0;
  }

  nav.navbar.sticky {
    padding: 1.5rem 0;
  }

  .nav-links-container {
    border-radius: 25px;
    background: unset;
    backdrop-filter: unset;
    padding: 1rem 0 0;
  }

  nav.navbar:has(.hamburger:not(.collapsed)) {
    background: rgb(0 0 0 / 84%);
    backdrop-filter: blur(10px);
  }

  header .navbar-nav .nav-link {
    padding: 0.5rem 1rem 0.5rem 0rem !important;
    font-size: 1rem;
  }

  header .navbar-nav .nav-link {
    display: inline-block;
  }

  header .navbar-nav .nav-link:hover {
    background: none;
  }

  .mapsvg {
    width: 95vw;
    height: 450px;
    margin: -326px auto 0;
  }

  section.contactus-hero,
  .team-hero,
  .our-services-hero,
  .about-sec-2,
  .about-us-hero,
  .industry-insights-hero {
    min-height: 400px;
  }

  .contactus-hero h1,
  .our-services-hero h1,
  .about-us-hero h1,
  .industry-insights-hero h1 {
    font-size: 2.3rem;
    font-weight: 400;
  }

  .creative-sec-content h2,
  .expect-us-sec h2,
  .benefits-main-sec h2,
  .benefits-sec h2,
  .our-story-sec h2 {
    font-size: 2rem;
  }

  .about-sec .content-box img {
    width: 150px;
  }

  .benefit-item {
    padding: 1.5rem;
  }

  .benefit-item h3 {
    line-height: 1.2;
  }

  .marketing-sec {
    padding-top: 3rem;
  }

  .marketing-sec .nav-tabs {
    width: calc(100% - 2rem);
    margin: 0 0 0 2rem;
  }

  .marketing-sec .tab-content {
    width: 100%;
  }

  .bulb-img,
  .bulb-hover-img {
    width: 500px;
    margin-top: 0px;
    margin-left: -135px;
  }

  .expect-slide {
    padding: 2rem 1rem;
  }

  .ceo-banner {
    /* min-height: 900px; */
    margin-left: 0rem;
    margin-top: -10rem;
  }

  .ceo-banner::before {
    font-size: 2.5rem;
    top: -4rem;
    left: 1rem;
  }

  .ceo-banner > .container-fluid {
    position: relative;
    margin-top: -110px;
  }

  .ceo-banner .ceo-info,
  .ceo-banner .yellow-box {
    padding: 1rem;
  }

  .creative-sec-content {
    padding-top: 5rem;
  }

  .benefit-img img {
    width: 150px;
    height: 150px;
  }

  .get-started-btn {
    display: none;
  }

  .aaa-footy {
    margin-top: -22px;
  }

  .navbar-brand-logo img {
    clip-path: inset(0 0 0 0);
  }

  .contact-meta {
    padding: 4rem 1rem;
  }

  p.copyright {
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }

  a.mailcta {
    font-size: 2rem;
  }

  .line-container {
    width: 100%;
    max-width: 100%;
    top: 0%;
    left: 0;
  }

  .line-container-2 {
    width: 100vw;
    max-width: 100%;
    top: 61%;
    right: 0;
  }

  .jaafar-vdeo-button {
    bottom: -17px;
    right: calc(50% - 75px);
    width: 150px;
    box-shadow: 0px 3px 4px #00000024;
    border-radius: 25px;
  }

  .google-partner-badge {
    left: unset;
    right: 1rem;
    bottom: 1rem;
    width: 60px;
  }

  .scroll-down2 {
    width: 18px;
    height: 30px;
    border-radius: 56px;
  }

  .scroll-down2:after {
    top: 5px;
    width: 2px;
    height: 9px;
    border-radius: 3px;
  }

  .scroll-down2:before {
    top: 10px;
    width: 3px;
    height: 3px;
  }

  .css-scroll-down {
    transform: none;
    left: 0.5rem;
    bottom: 0.5rem;
  }

  section.sec-3 {
    padding: 3rem 0.5rem;
  }

  section.sec-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .line-container,
  .line-container-2,
  .line-container-3 {
    display: none;
  }

  .sec-1 {
    padding-top: 60px;
  }

  section.sec-4 {
    padding: 3rem 0;
  }

  .lady-text {
    margin-bottom: 0px;
    display: block;
    margin: 2rem 0;
  }

  .video-trigger {
    height: 100%;
    width: 100%;
    display: block;
    z-index: 3;
    position: relative;
  }

  section.sec-5 {
    min-height: 455px;
  }

  .vm-wrapper .aaa-box {
    width: 100%;
  }

  .aaa-mission-box {
    width: 70vw;
    left: auto;
    top: -55px;
    right: 8px;
  }

  .aaa-mission-box > h2 {
    margin-left: -40px;
  }

  .aaa-vision-box {
    width: 70vw;
    right: auto;
    top: 220px;
    left: 8px;
  }

  .aaa-purpose-box {
    width: 70vw;
    right: 24px;
    bottom: -69px;
  }

  .aaa-mission-box > img,
  .aaa-vision-box > img,
  .aaa-purpose-box > img {
    width: 50px;
    height: 50px;
  }

  .vm-wrapper .aaa-box > img {
    opacity: 0;
  }

  .aaa-purpose-box img {
    margin: 0 0 0px -10px;
  }

  .f-card-wrapper {
    height: 400px;
  }

  .team-hero {
    min-height: 295px;
  }

  .ceo-banner .yellow-box {
    border-top-left-radius: 0;
    margin-left: 0;
    margin-top: -115px;
  }

  .ceo-info > div > div {
    bottom: 120px;
  }

  .lolita h3,
  .lolita p {
    text-shadow: 0 0 9px black;
  }

  .swiper-slide.single-team-member.swiper-slide-active:before {
    height: 46px;
    width: 77px;
    bottom: 15px;
    left: 40px;
    transform: rotate(-41deg);
  }

  .container-fluid.creative-sec-content {
    padding-top: 2rem;
  }

  .creative-sec {
    padding-bottom: 2rem;
  }

  section.expect-us-sec::before {
    height: 300px;
    width: 350px;
    left: calc(50% - 175px);
    top: calc(50% - 120px);
  }

  .our-services-hero {
    min-height: 230px;
    align-items: end !important;
    padding-bottom: 1rem;
  }

  .industry-insights-hero {
    min-height: 450px;
    align-items: end !important;
    padding-bottom: 1rem;
  }

  .sec-1 {
    background-color: #f6baa7;
  }
  .scroll-section svg {
    display: block; /* Removes any extra space below the SVG */
  }
  .scroll-section .svg-wrapper {
    height: auto;
  }
  .scroll-section {
    width: 100%;
    height: auto; /* Or whatever height you prefer */
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
