header {
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  z-index: 99999 !important;
}

.navbar-brand {
  height: 58px;
}

.common-btn.style-2 {
  background-color: #104980;
  border: none;
}

.common-btn.style-2::before {
  background-color: #d1ab59;
  background-color: var(--primary-color);
}

.hero-main-title {
  font-size: 36px !important;
  max-width: 520px;
}

/* 
.service-bg .ak-white-bg-service {
    background: #104980;
} */

.service-bg {
  /* padding-top: 2em; */
  background: #104980;
}

.footer-brand {
  height: 100px;
}

.contact-title {
  max-width: 420px;
}

.social-icon {
  display: none !important;
}

.common-btn {
  background:#d1ab59;;
}

.common-btn::before {
  background-color: #104980;
}

.service-swiper-controller-mobile {
  display: none;
}

.about-us-content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
}

.service-footer {
  display: none;
}

@media only screen and (max-width: 600px) {
  .ak-site_branding img {
    max-height: 56px;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    display: block;
    box-sizing: border-box;
    margin: auto;
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }

  .hero-main-title {
    font-size: 32px !important;
    max-width: 520px;
  }

  .ak-munu_toggle {
    display: none;
  }

  .service-swiper-controller-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    width: fit-content;
    margin: 0 0 0 auto;
    padding: 2em;
  }

  .service-swiper-controller-desktop {
    display: none;
  }

  .about-us-content {
    display: grid;
    grid-template-columns: 1fr;
  }
  .contact-form-content .contact-form-img {
    max-width: 100%;
    flex-basis: 375px;
    overflow: hidden;
  }
}

/* hero section start  */
.primary-hero-section {
  position: relative;
}

.hero-section-container-wrapper {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  background: transparent;
  display: flex;
  align-items: center;
}

.hero-img-container {
  height: 60vh;
  background: #faf3e3;
}

.hero-info {
  max-width: 520px;
}

.hero-info .hero-main-title {
  margin: 1em 0 16px 0;
  font-weight: bold;
}

.hero-info .main-desp {
  font-size: 16px;
  line-height: 1.5;
}
/* hero section end */

/* founder profile section start */
.founder-profile-img-wrapper {
  height: 200px;
  /* background: gray; */
  width: 200px;
  clip-path: circle();
  margin: 2em auto;
}

.about-founder-content {
  display: flex;
  flex-direction: column-reverse;
}

.about-founder-content .info-content {
  text-align: center;
}

.founder-profile-info {
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.founder-profile-img-wrapper {
  background-image: url("../img/deep-chheda-profile-img.jpg");
  background-size: cover;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
/* founder profile section end */

/* about us start  */
.about-us-content .image-content {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: fit-content;
}
/* about us end */

/* service section start  */
.service-thumb img {
  display: none;
}

.service-bg .ak-white-bg-service {
  background: white;
}

.service-bg {
  /* padding-top: 2em; */
  background: white;
}

.service-card {
  background: #104980;
  padding: 1em 2.5em;
  border-radius: 22px;
}

.gst-icon svg {
  height: 82px;
  margin-top: 2em;
}

.income-tax-icon svg {
  height: 70px;
  width: auto;
  margin-top: 2.4em;
}

.TDS-TCS-icons svg {
  fill: white;
  height: 69px;
  stroke-width: 3px !important;
  width: fit-content;
  margin-top: 2em;
}

.account-bookkeeping-icon svg {
  height: 70px;
  fill: white !important;
  margin-top: 1.5em;
}

.advisory-icon svg {
  fill: white;
  color: white;
  height: 70px;
  margin-top: 1.5em;
}

.representation-services svg {
  fill: white;
  height: 70px;
  margin-top: 1.7em;
}

.company-formation svg {
  color: white;
  height: 70px;
  fill: white;
  margin-top: 1.4em;
}

.service-card span {
  display: flex;
  align-items: center;
  height: 116px;
}

.service-card svg {
  margin: 0% !important;
}
/* service section end */
.hero-img-container.desktop {
    display: block;
}

.hero-img-container.mobile {
    display: none;
}


.why-us-grid-item h1 {
  font-size: 18px;
  font-weight: bold;
}

.why-us-grid-item p {
  font-size: 16px;
  margin: 12px 0 12px 0;
}



.why-us-grid {
  display: grid;
  gap: 1em;
  grid-template-columns: 1fr 1fr 1fr;
}

.why-us-grid-item {
  max-width: 400px;
  padding: 6px;
}

.why-us-row .img-container {
  display: flex;
  align-items: center;
  display: none;
}

.text-content-section {
  text-align: center;
}

.text-content-section h1 {
  font-weight: bold;
  font-size: 35px;
}

.text-content-section p {
  margin: 1em 0;
}



@media (max-width: 768px) {

  .contact-form-content {
    background: #fdfbf7;
}

  .text-content-section {
    text-align: left;
  }
  
  .text-content-section h1 {
    text-align: left;
  }
  
    .hero-img-container.desktop {
        display: none;
    }

    .hero-img-container.mobile {
        display: block;
    }

    .why-us-grid {
      grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  }

  .contact-form-content {
    margin-bottom: 0px;
  }
}

.nav-underline {
  height: 2px;
  display: block;
  margin: auto;
  width: 0;
  transition: .3s;
}

.nav-underline-active {
  background: #104980;
  width: 100%;


}

/* .ak-nav_list a {
  padding: 3px 12px;
} */

.ak-nav .ak-nav_list>li {
  margin-right: 40px;
  height: fit-content;
}

header {
  padding-top: 1em;
  padding-bottom: 1em;
}

.common-btn {
  background:#d1ab59;
}

.common-btn.style-2::before {
  background-color:#d1ab59;
}

.ak-section-subtitle {
  background: #d1ab59;
}

.service-card {
  box-sizing: border-box;
}