 /* Navbar styles */
 header {
  position: fixed;
  z-index: 50;
  width: 100%;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  color: white;
  position: relative;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.navbar .logo {
  font-size: 40px;
  font-weight: bold;
}

.nav-links {
  list-style: none;
  display: flex;
}

.ae-links{
  display: none;
}

.nav-links li {
  margin: 0 15px;
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  transition: 0.3s;
  letter-spacing: 3px;
  opacity: 0.7;
}

.nav-links a:hover {
  opacity: 1;
}

/* Mobile menu */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 1000;
}

.menu-toggle div {
  width: 25px;
  height: 2px;
  background: white;
  margin: 4px;
  transition: 0.3s;
}

/* Transform hamburger into X */
.menu-toggle.active div:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active div:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active div:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Responsive */
@media (max-width: 1024px) {
  header {
    background-color: #1a1a1a !important;
  }

  .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .navbar .logo {
    font-size: 30px;
    font-weight: bold;
  }

  .menu-toggle {
    display: flex;
  }

  /* Combine both nav-links under the same toggle */
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #1e1e1e;
    padding: 10px 0;
  }

  .ae-links{
    display:block;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    text-align: center;
    margin: 10px 0;
  }
}

/* hero Section */
#hero {
  height: 100vh;
  width: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.video-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(26, 26, 26, 1) 0%,
    rgba(26, 26, 26, 0) 100%
  );
  /* background: linear-gradient(180deg, #1A1A1A 0%, rgba(26, 26, 26, 0.00) 43%, rgba(26, 26, 26, 0.00) 100%); */
  z-index: 5;
}
.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.hero-description {
  color: #fff;
  position: relative;
  z-index: 10;
  padding-top: 120px;
  display: flex;
  justify-content: right;
  height: 25%;
}

.hero-description > p {
  font-size: 24px; 
  text-align: right;
  opacity: 1;

}

.hero-content-wrapper {
  color: #fff;
  position: relative;
  z-index: 10;
  height: 75%;
}

.hero-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: end;
  padding-bottom: 30px;
}

.cta-btn {
  display: flex;
  gap: 10px;
  padding: 17px 33px;
  background-color: #fff;
  height: fit-content;
  max-width: fit-content;
}

.cta-btn > a {
  color: #1a1a1a;
  font-size: 16px;
  text-decoration: none;
}

.cta-btn:hover {
  text-decoration: underline;
}

.arrow-svg {
  width: 10px;
  height: 10px;
}

/* Discover Us */
.discover-us-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.discover-us-para {
  padding-top: 20px;
}

/* Company Story */
.company-story-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.company-story-grid {
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid rgba(26, 26, 26, 0.15);
}

.company-story-grid:nth-child(2) {
  border-left: none;
  border-right: none;
}

.company-story-icon {
  width: 50px;
  height: 50px;
}

/* service */
.service-inner {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
}

.service-line {
  width:0%;
  height: 1px;
  transform-origin: left;
  background-color: #1a1a1a;
}

.service-title {
  padding: 0 24px;
  position: absolute;
  right: 25%;
  background-color: #fff;
  width: max-content;
}

.ac-service {
  left: 25%;
}

.ces-service {
  right: 20%;
}

.at-service {
  left: 20%;
}

.ss-service {
  right: 15%;
}

.ds-service {
  left: 45%;
}

/* Global Offshore */
.global-offshore-wrapper {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
 
.global-offshore-accounting-service{
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.accounting-grid-wrapper{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  padding-top: 20px; 
}

.accounting-grid{
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding: 40px;
  border: 1px solid rgba(26, 26, 26, 0.15);
}

 

.cta-btn-accounting{
  display: flex;
  justify-content: center;
  align-items: center; 
  background-color:#EFEFEF ;
}

.cta-btn-accounting > .cta-btn{
  /* border: 1px solid #1a1a1a; */
  text-decoration: none;
}

.cta-btn-accounting > .cta-btn :hover{
  text-decoration: underline;  
}



/* Accounting solution */
.solution-wrapper {
  display: flex;
  background-color: rgba(26, 26, 26, 0.07);
}

.solution-image-wrapper {
  width: 40%;
  position: relative;
}

.solution-image{
  height: 100%;
}

.solution-image > img {
  object-fit: cover;
}

.solution-cta {
  position: absolute;
  bottom: 5%;
  left: 10%;
}

.solution-content {
  width: 60%;
  padding: 60px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.solution-timing {
  display: flex;
  gap: 10px;
}

.solution-timing > p{
  font-size: 16px;
}

.solution-title{
  max-width: 610px;
}

.solution-title > h2 {
  font-size: 60px;
  letter-spacing: -3px;
  line-height: 1.1;
}

.solution-icon  {
  width: 14px;
  height: 14px;
}

.solution-description {
  max-width: 540px;
}

.solution-union-svg {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* consultancy llp */
 

.consultancy-content-wrapper {
  display: flex;
  justify-content: space-between;
}

.consultancy-title-main{
  width: 70%;
}

.consultancy-content-question {
  width: 20%;
}

.consultancy-content-question > p {
  opacity: 1;
}

.consultancy-title {
  width: 100%;
}

.consultancy-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.consultancy-grid {
  padding: 50px 35px 80px 35px;
  border: 1px solid rgba(26, 26, 26, 0.15);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.consultancy-grid:nth-child(even) {
  border-left: none;
  border-right: none;
}

/* software we use */
#software-we-use {
  padding-bottom: 75px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.15);
}

.softwares-we-use-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.softwares-we-use-title {
  padding-bottom: 20px;
}

.softwares-we-use-description > p {
  max-width: 720px;
  text-align: center;
}

.marquee-wrapper {
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.marquee-inner {
  display: flex;
  width: 100%;
  gap: 80px;
}

.marquee-track {
  display: flex;
  gap: 80px;
}

.marquee-image img {
  width: 150px;
  aspect-ratio: 5/2;
  object-fit: contain; 
}

/* footer */
#footer {
  padding-bottom: 20px;
}

.footer-grid-wrapper {
  display: grid;
  grid-template-columns: 1.3fr 1.3fr 1fr 0.9fr;
  gap: 20px;
}

/* .footer-grid {
  padding: 10px;
} */

.footer-title {
  padding-bottom: 15px;
}

.footer-contact-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-line {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #1a1a1a;
}

.footer-link > a {
  font-size: 18px;
  color: #1a1a1a;
  text-decoration: none;
  opacity: 0.7;
}

.footer-address{
  max-width: 280px;
}

.footer-cta {
  background-color: #1a1a1a;
}

.footer-cta > a {
  color: #fff;
}

.footer-img {
  padding: 50px 0;
}

.footer-conditions-wrapper {
  display: flex;
  justify-content: space-between;
}

.our-rights > p {
  font-size: 18px;
  opacity: 0.7;
}

.our-left{
  display: flex;
  gap: 25px;
}
