@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html, body {
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}

:root{
  --nvh-green:#97e55a;
  --nvh-green2:#a3ec6b;
}

@media (min-width: 1570px) {
  .container {
    max-width: 1570px;
  }
}
/* General */
h1 {
  font-size: 70px;
  font-weight: light;
  line-height: 1.2;
}
h2 {
  font-size: 60px;
  font-weight: 300;
  text-transform: capitalize;
}
p {
  font-size: 20px;
  font-weight: 500;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.greenColor {
  color: var(--nvh-green);
}
.secHead {
  margin-bottom: 40px;
}

/* Note: All responsive media queries are at the end of the file */

/* Responsive Typography */
@media (max-width: 1199px) {
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 48px;
  }
  p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 40px;
  }
  p {
    font-size: 16px;
  }
  .secHead {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  p {
    font-size: 14px;
  }
  .secHead {
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 13px;
  }
}

/* Theme Buttom */

.btn-theme {
  position: relative;
  color: #000 !important;
  background-color: var(--nvh-green2);
  background-image: linear-gradient(to bottom, var(--nvh-green2), #d8f7c0);
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 30px;
  border-radius: 30px;
  width: max-content;
}

.btn-theme::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-image: url('../images/arr.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Theme Buttom */

/* swiper buttos */
.swiper-button {
  position: unset;
  background: #f8f3f3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transition: 0.35s all ease;
}
.swiper-button:hover {
  background-color: #000;
}
.swiper-button img {
  transition: filter 0.3s ease;
}

.swiper-button:hover img {
  filter: invert(1);
}
.swiper-button svg {
  display: none;
}
.sliderArrowUp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 20px;
}
/* swiper buttos */
/* General */

.mainNav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.mainNav .nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.navbar-toggler i {
  font-size: 1.5rem;
  color: #fff; /* or white for dark navbar */
}

.banner_sec {
  background-image: url(../images/banner-bg.png);
  background-size: cover;
  min-height: 100vh;
  padding: 100px 0 30px;
}
.banner_content * {
  /* margin: 0; */
  color: #fff;
}

.banner_title {
  font-weight: 300;
}

.banner_content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
/* Banner End */

/* About */
.ourAwards {
  padding: 60px 0;
}
.ourAwardBanner {
  background-image: url(../images/oa_bg.png);
  background-size: 100% 100%;
  background-position: top center;
  padding: 100px 30px 0;
  position: relative;
  border-radius: 30px;
}
.ourAwardBannerContentt {
  max-width: 720px;
  padding-left: 40px;
}

.oa_bannerIcon {
  max-width: 250px;
  position: absolute;
  right: 34%;
  top: -6%;
}

.oa_p {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
}

.ow_pills {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 600px;
}

/* About */

/* Real Results */
.realResult {
  background-image: url(../images/rr_bg.png);
  background-size: cover;
  background-position: bottom center;
  padding: 30px 0 108px;
}
.realResult .secHead {
  max-width: 650px;
}

.realResult_img {
  transform: scale(1.3);
  transform-origin: left top;
}

/* UI UX challange */
.uiux_challenge {
  background-image: url(../images/UX_Challenges-bg.png);
  background-size: cover;
  background-position: top center;
  padding: 80px 0;
}

.uiux_challenge .secHead .secTitle {
  text-align: center;
  color: #fff;
}

.uiux_challenge .secHead {
  margin-bottom: 40px;
}

.uiux_box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #fff;
}

.contentBox h3 {
  font-size: 30px;
  font-weight: 500;
}

.contentBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contentBox p {
  font-weight: 400;
  line-height: 1.8;
}

.contentBox_tag {
  background-color: rgb(255 255 255 / 21%);
  padding: 10px 30px;
  width: max-content;
  margin: 0 auto;
  border-radius: 30px;
}

.imgBox {
  position: relative;
}

.imgBox_tag {
  position: absolute;
  top: 30px;
  left: 30px;
  margin: 0;
  background-color: var(--nvh-green2);
  color: #000;
  padding: 12px 30px;
  border-radius: 30px;
}

/* Why Choose */
.whyChoose {
  padding: 60px 0;
}
.wcb_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.whyChooseBox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wcb_head img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.whyChooseBox h4 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.3;
}
.whyChooseBox p {
  font-size: 20px;
  font-weight: 500;
}

.whyChooseArrow {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 16px;
}

.whyChooseSwiper .swiper-slide {
  height: auto;
  display: flex;
  background-color: var(--nvh-green2);
  background-image: linear-gradient(to bottom, #97e55a, #fff);
  padding: 30px 30px;
  border-radius: 20px;
}

/* Industry Slide start */
.indInsightContent p {
  color: var(--nvh-green);
  font-size: 32px;
  font-weight: 600;
}
.indInsightContent h4 {
  color: #fff;
  font-size: 45px;
}
.industryInsightsSwiper .swiper-slide {
  background-size: cover;
  height: auto;
  background-repeat: no-repeat;
  padding: 60px 30px 0;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.insightBottomIcon {
  max-width: 300px;
}
/* Industry Slide end */

/* Laucnh sec start */
.launchSec {
  padding: 80px 0;
}
.launchSec .secHead {
  max-width: 620px;
}
.launchSec .secHead .secTitle {
  line-height: 1;
  font-weight: 400;
  font-size: 73px;
}

.launchVideo video {
  width: 100%;
  border-radius: 30px;
}
/* Laucnh sec end */

/* Grow Business Start */
.growBusiness {
  padding: 80px 0;
}
.growBusiness .secHead .btn-theme {
  margin: 0 auto;
}
/* Grow Business End */
/* Client Rev*/
.clientSec {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.clientSecAfterImage {
  position: absolute;
  bottom: -25%;
  width: 50%;
  right: 0;
  height: 100%;
}

.startImg {
  max-width: 116px;
}

.clientReviewBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reviewBoxUser {
  display: flex;
  align-items: center;
  gap: 16px;
}

.reviewBoxUser * {
  margin: 0;
}

.reviewBoxUserMeta h5 {
  font-size: 17px;
  margin-bottom: 5px;
}
.reviewBoxUserMeta p {
  font-size: 17px;
}

.clientReviewQuote {
  font-size: 18px;
  font-weight: 500;
  max-width: 593px;
}

.clientSwiperOne .swiper-slide {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
}
.clientSwiperOne,
.meetGenSwiper {
  padding: 10px 6px 50px;
}
.clientSwiperOne .swiper-pagination-bullet-active,
.meetGenSwiper .swiper-pagination-bullet-active {
  background-color: var(--nvh-green);
}
/* Client*/

/* mmet generation */
.meetGeneration {
  background-image: url(../images/meet_generation_bg.png);
  background-size: cover;
  background-position: top left;
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
video {
  width: 100%;
}
.meetGeneration .swiper-slide {
  height: auto;
}
.meetSlideVideo {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 25px;
}

.meetSlideVideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* mmet generation */

/* Grow Togather */
.industry_timeline {
  padding: 60px 0;
}

.industry_timeline .secHead {
  max-width: 1209px;
}

.timeline-years {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.timeline-years button {
  border: unset;
  background: unset;
  line-height: 1;
  font-size: 35px;
  font-weight: 500;
  transition: 0.35s all ease;
}
.timeline-years button.active {
  color: var(--nvh-green);
  font-size: 50px;
  font-weight: 600;
}
.its_wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.timeLineHead {
  margin-bottom: 16px;
}

.industryTimelineSwiper .swiper-slide {
  height: auto;
}
.its_wrapper img {
  display: block;
  width: 100%;
}

.industryTimelineSwiper .swiper-slide h3 {
  font-size: 45px;
  font-weight: 500;
}
.industryTimelineSwiper .swiper-slide p {
  font-size: 20px;
  font-weight: 400;
}
/* Grow Togather */

/* Services start */
.ourServices .secTitle {
  font-size: 13vw;
  font-weight: 700;
  text-align: center;
}

.ourServices {
  padding: 60px 0 0;
}

.ourServicesAcc .accordion-header {
  border-top: 1px solid #d9d9d9;
  background-color: #F4F4F4;
  padding: 20px 0;
  cursor: pointer;
}
.ourServicesAcc .accordion-header h3 {
  /* line-height: 1; */
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  user-select: none;
  /* cursor: pointer; */
}
.ourServicesAcc .accordion-collapse {
  background-image: url(../images/our_service_content_bg.png);
  background-size: cover;
  background-position: right center;
}

.ourServicesAccContent .secHead {
  margin: 0;
}

.ourServicesAccContent .secHead .secTitle {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
}
.ourServicesAccContent .secHead p {
  color: #fff;
}
.ourServicesAccImg {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Services end */

/* Footer start */
.mainFooter {
  background-image: url(../images/footerBg.png);
  background-size: 100% 100%;
}

.footerTop {
  padding: 80px 0;
}

.footerInfo p {
  color: rgb(255 255 255 / 80%);
  font-size: 16px;
  font-weight: 400;
  max-width: 426px;
  line-height: 2;
}

.footerInfo {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footerLinkHeader {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 16px;
}

.footerLinks {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footerLinks a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 4px;
}

.footerLinks a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.5s ease;
}

.footerLinks a:hover {
  font-weight: 600;
}

.footerLinks a:hover::after {
  width: 100%;
}

.footersocialLinks {
  display: flex;
  justify-content: end;
  gap: 30px;
}

.footersocialLinks a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.footerCopyRight {
  border-top: 1px solid #585858;
  padding: 16px 0;
}
.copyrightText {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
/* Footer end */

/* ============================================
   RESPONSIVE MEDIA QUERIES - ALL BREAKPOINTS
   ============================================ */

@media (max-width: 1600px) {
  h1 {
    font-size: 60px;
  }
  p {
    font-size: 18px;
  }
  .oa_p {
    font-size: 30px;
  }
  h2 {
    font-size: 55px;
  }
  .whyChooseBox h4 {
    font-size: 30px;
  }
  .wcb_head img {
    width: 70px;
    height: 70px;
  }
  .whyChooseBox p {
    font-size: 16px;
  }
  .whyChooseBox {
    gap: 6px;
  }
  .indInsightContent h4 {
    font-size: 33px;
  }
  .launchSec .secHead .secTitle {
    font-size: 57px;
  }
  .ourServicesAccContent .secHead .secTitle {
    font-size: 45px;
  }
}

@media (max-width: 1399px) {
  h2 {
    font-size: 50px;
  }
  p {
    font-size: 16px;
  }
  .ourAwardBannerContentt {
    padding-left: 0;
  }
  .oa_p {
    font-size: 25px;
  }
  .oa_bannerIcon {
    max-width: 180px;
    right: 36%;
    top: -10%;
  }
  .wcb_head {
    margin-bottom: 16px;
  }
  .launchSec .secHead .secTitle {
    font-size: 50px;
  }

  .clientReviewQuote {
    font-size: 16px;
  }
  .whyChooseBox h4 {
    font-size: 25px;
  }

  .contentBox {
    gap: 5px;
  }
  .industryTimelineSwiper .swiper-slide h3 {
    font-size: 35px;
  }
  .industryTimelineSwiper .swiper-slide p {
    font-size: 16px;
  }

  .footerLinks li {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 45px;
  }
  .ourAwardBannerContentt {
    margin: 0 auto 50px;
  }
  .oa_p {
    text-align: center;
  }
  .ow_pills {
    justify-content: center;
    margin: 30px auto;
  }

  .ow_image {
    text-align: center;
  }
  .realResult_img {
    transform: scale(1.5);
  }
  .indInsightContent h4 {
    font-size: 36px;
  }
  .timeline-years button {
    font-size: 25px;
  }
  .timeline-years button.active {
    font-size: 35px;
  }
  .footerLinkHeader {
    font-size: 27px;
  }
  .footersocialLinks a {
    font-size: 16px;
  }
  .oa_bannerIcon {
    max-width: 130px;
    right: 0;
    top: -5%;
  }
}
@media (max-width: 991px) {
  .banner_content {
    text-align: center;
  }

  .btn.btn-theme {
    margin: 0 auto;
  }

  .banner_sec .row {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .banner_sec {
    padding: 100px 0 40px;
  }
  .oa_bannerIcon {
    max-width: 100px;
    top: -3%;
  }

  .ourAwardBanner {
    padding: 70px 30px 0;
  }
  .realResult_img {
    transform: scale(1);
  }

  .realResult .secHead {
    text-align: center;
    margin: 0 auto 0;
  }
  h2 {
    font-size: 40px;
  }
  .ourServices .secTitle {
    font-size: 11vw;
  }
  .launchSec .secHead .secTitle {
    text-align: center;
  }
  .launchVideoCol {
    order: -1;
  }
  .launchSec .secHead {
    margin: 40px auto 0;
  }
  .launchSec .secHead .secTitle {
    font-size: 45px;
  }
  .ourServicesAccContent {
    padding: 50px 10px 50px;
  }

  .ourServicesAccContent .secHead {
    text-align: center;
  }

  .ourServicesAccContent .row {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .footerCopyRight .row {
    flex-direction: column-reverse;
    gap: 16px;
  }

  .copyrightText {
    text-align: center;
  }

  .footersocialLinks {
    justify-content: center;
  }
  .footerLinks li {
    flex-direction: row;
    gap: 5px;
  }
  .realResult_div {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .realResult {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ourServicesAccContent .secHead .secTitle {
    font-size: 35px;
  }

  .industryInsightsSwiper .swiper-slide {
    background-position: right;
  }

  .ourServicesAcc .accordion-header h3 {
    font-size: 25px;
  }
  h2 {
    font-size: 37px;
  }
  .oa_p {
    font-size: 20px;
  }
  .launchSec {
    padding: 80px 0 40px;
  }
  .industryInsightsSwiper .swiper-slide .row {
    position: relative;
    z-index: 2;
  }
  .industryInsightsSwiper .swiper-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4); /* overlay color */
    z-index: 1;
  }
}


/* ============================================
   POLISHED MOTION + RESPONSIVE NAV
   ============================================ */
.navbar-toggler{
  border: 0;
  padding: 8px 10px;
}
.navbar-toggler:focus{
  box-shadow: none;
}
.navbar-toggler-icon-custom{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (max-width: 991px){
  .mainNav{
    position: sticky;
    top: 0;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .mainNav .navbar{
    padding: 10px 0;
  }
  .mainNav .navbar-collapse{
    margin-top: 12px;
    background: rgba(0,0,0,0.65);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 18px;
    padding: 14px 14px 18px;
  }
  .mainNav .navbar-nav{
    gap: 8px !important;
  }
  .mainNav .nav-link{
    padding: 10px 12px;
    border-radius: 12px;
  }
  .mainNav .nav-link:hover,
  .mainNav .nav-link.active{
    background: rgba(255,255,255,0.08);
  }
  .mainNav .d-flex{
    margin-top: 10px;
    justify-content: center;
  }
}

/* Reduce motion preference */
@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  [data-aos]{
    transform: none !important;
    opacity: 1 !important;
  }
}


/* realResult responsive fix */
@media (max-width: 1199px){
  .realResult_img{
    transform: none !important;
  }
}
