/* Bozon Fonts */
@font-face {
  font-family: "bozon-reg";
  src: url(../fonts/bozon-reg.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "bozon-ultra-thin";
  src: url(../fonts/bozon-ultra-thin.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "ROHH-BOZON-REGULAR";
  src: url("../fonts/ROHH - BOZON REGULAR.OTF") format("opentype");
  font-display: swap;
}

/* Trirong Fonts - Regular Styles */
@font-face {
  font-family: "Trirong-Regular";
  src: url(../fonts/Trirong-Regular.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Trirong-Thin";
  src: url(../fonts/Trirong-Thin.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Trirong-ExtraLight";
  src: url(../fonts/Trirong-ExtraLight.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Trirong-Light";
  src: url(../fonts/Trirong-Light.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Trirong-Medium";
  src: url(../fonts/Trirong-Medium.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Trirong-SemiBold";
  src: url(../fonts/Trirong-SemiBold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Trirong-Bold";
  src: url(../fonts/Trirong-Bold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Trirong-ExtraBold";
  src: url(../fonts/Trirong-ExtraBold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Trirong-Black";
  src: url(../fonts/Trirong-Black.ttf) format("truetype");
  font-display: swap;
}

/* Trirong Fonts - Italic Styles */
@font-face {
  font-family: "Trirong-Italic";
  src: url(../fonts/Trirong-Italic.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Trirong-ThinItalic";
  src: url(../fonts/Trirong-ThinItalic.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Trirong-ExtraLightItalic";
  src: url(../fonts/Trirong-ExtraLightItalic.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Trirong-LightItalic";
  src: url(../fonts/Trirong-LightItalic.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Trirong-MediumItalic";
  src: url(../fonts/Trirong-MediumItalic.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Trirong-SemiBoldItalic";
  src: url(../fonts/Trirong-SemiBoldItalic.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Trirong-BoldItalic";
  src: url(../fonts/Trirong-BoldItalic.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Trirong-ExtraBoldItalic";
  src: url(../fonts/Trirong-ExtraBoldItalic.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Trirong-BlackItalic";
  src: url(../fonts/Trirong-BlackItalic.ttf) format("truetype");
  font-display: swap;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

:root {
  --bg-color: #202020
}

html {
  font-size: 13px;
  font-family: bozon-reg;
  overflow-x: hidden;
  scroll-behavior: smooth;
  width: 100%;
}

body {
  background-color: #fff;
  font-size: 14px;
  font-family: bozon-reg;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
  font-family: 'Trirong-Light';
}

p,
li,
a,
button {

  letter-spacing: .1rem;
  line-height: 1.6;
  color: #000
}

li {
  list-style: none
}

a {
  color: #000
}

a:hover {
  color: #2e86c1
}

p {
  letter-spacing: 0px;
}

.dHide {
  display: none !important;
}

.mHide {
  display: block !important;
}

.marginTop_Bottom {
  padding-top: 50px;
  padding-bottom: 20px;
}

.marginTop {
  padding-top: 40px
}

/* img
{
  width:100%;
  max-width: 100%;
  vertical-align: middle;
} */

/* button {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  padding: .6rem 2.4rem;
  text-align: center;
  outline: none;
  border: none;
  text-transform: unset;
  transition: all .3s ease-in-out;
  background: #202020;
  color: #fff;
  border-radius: 1.5rem;
  border-width: .1rem;
  border-style: solid;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  margin-top: 1.6rem
} */

.container {
  width: 1280px;
  max-width: 80%;
  margin: auto
}

.grid {
  display: grid
}

.grid-two-cols {
  grid-template-columns: repeat(2, 1fr)
}

.grid-three-cols {
  grid-template-columns: repeat(3, 1fr)
}

.grid-four-cols {
  grid-template-columns: repeat(4, 1fr)
}


footer {
  padding: 45px 0;
  background-color: #f0f0f0;
}

.footer-content {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer-logo img {
  height: 50px;
  width: 100%;
}

.logo-text {
  color: #4A90E2;
  font-size: 24px;
  font-weight: bold;
  margin-right: 10px;
}

.tagline {
  color: #4A90E2;
  font-size: 14px;
}

.social-icons-and-disclaimer {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.social-icons {
  display: flex;
  gap: 29px;
  /* flex-direction: ; */
}

.social-icon {
  width: 39px;
  height: 39px;
  border-radius: 50%;
}

.footer-copyright {
  color: #666;
  font-size: 12px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .footer-social-icons {
    justify-content: center;
  }
}

/* green btn css starts */
.greenBtn {
  width: 100px;
  margin: 0 auto;
  background: #4e9470;
  border-radius: 4px;
  border: 1px solid #4e9470;
  padding: 3px 0px;
  color: #fff;
  text-align: center;
  margin-top: 60px;
  font-family: "Trirong-Light";
  cursor: pointer;
  box-shadow: 6px 3px 14px 4px #0000003d;
  /* "to left" / "to right" - affects initial color */
  background: linear-gradient(to left, #4e9470 50%, #fff 50%) right;
  background-size: 200%;
  transition: .5s ease-out;
}

.greenBtn:hover {
  border: 1px solid #4e9470;
  color: #4e9470;
  background-position: left;
}

.greenBtn a{
  text-decoration: none;
  color: #fff;
}

.greenBtn:hover a{
  color: #4e9470;
}
/* green btn css ends */

.heading {
  /* font-family: 'Trirong-Light'; */
  font-family: "Trirong-ExtraLight";
  font-size: 90px;
  line-height: 110%;
  font-weight: 200;
  margin:0;
}

.rosegold {
  color: #fbdba5;
}

.green {
  color: #4f9570;
}

.skyblue {
  color: #6885c2;
}

.mainsection {
  position: relative;
}

.mainsection .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #b48e47;
  border: #000 1px solid;
  /* clip-path: polygon(0 6%, 0 0, 100% 0, 100% 54%); */
  z-index: 1;
}

.overlay-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.tickerTape{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #3367d1;
  color: #fff;
  overflow: hidden;
  height: 60px;
  display: flex;
  align-items: center;
}
/* New Ticker */
.ticker {
  display: flex;
  width: fit-content;
  white-space: nowrap;
  animation: scroll-left linear infinite;
}

.ticker-content {
  display: flex;
}

.ticker-content p {
  margin: 0 30px;
  white-space: nowrap;
  font-size: 20px !important;
  color:#fff;
}
/* New Ticker Ends*/

.tickerTape span{
  font-size: 20px !important;
}

.tickerTape span .rupee{
  font-size: 18px !important;
}

.tickerTape .marquee{
  height: 35px;
}

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

.marquee-single span {
  display: inline-block;
  min-width: 100%;
  width: max-content;
  animation: marquee-single-scroll 10s linear;
  font-size: 1.2rem;
}

@keyframes marquee-single-scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  .marquee-single span {
    animation-duration: 4s;
  }
}

/* About us */

.aboutus {
  position: relative;
  background-color: #eff0f2;
  padding-bottom: 30px;
}

.aboutus .container {
  text-align: center;
  z-index: 2;
  position: relative;
}

.aboutus p {
  color: #fff;
  width: 850px!important;
  max-width: 90%;
  margin: 0 auto!important;
  font-size: 14px;
}

.aboutusImgOuter {
  width: 62%;
  min-height: 340px;
  margin: 0 auto;
  transition: all ease-in-out 500ms;
  box-shadow: 8px 8px 18px 10px #00000033;
  overflow: hidden;
  margin-top: 25px;
  line-height: 0;
}

.aboutus .greenBtn {
  margin-top: 45px !important;
}


.aboutus img {
  width: 100%;
  height: 100%;
  transition: all ease-in-out 500ms;
}

.aboutusImgOuter:hover img {
  transform: scale(1.1);
}

/*visionaries*/
.visionaries {
  text-align: center;
  position: relative;
  background-color: #eff0f2;
  ;
}

.visionaries .container {
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}

.visionaries .marginTop {
  padding-top: 30px;
  margin-top:0;
  margin-bottom:0;
}

.visionaries .overlay1 {
  background-color: #fff;
  position: absolute;
  display: flex;
  z-index: 1;
  height: 50%;
  width: 100%;
  top: 53%;
}

.visionaries .vsubhead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: -10px;
}

.vsubhead span:nth-child(2) {
  font-size: 26px;
  /* font-weight: 300; */
  line-height: normal;
  font-family: 'Trirong-Light';

}

.vline {
  width: 200px;
  height: 8px;
  background-color: #4f9570;
}

.vsSlider {
  width: 80%;
  margin: 0 auto;
  margin-top: 15px;
  cursor: ew-resize;
}

.vslide {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  justify-items: flex-end;
  max-height: 500px;
  overflow: hidden;

}

.vslidecontent {
  text-align: left;
  margin-top: 90px;

}

.vslidecontent h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 104%;
  margin:0;
}

.vslidecontent h3 {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 6px;
}

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

.vslideimage img {
  max-height: 785px;
  max-width: 438px;
  /* margin-left: 70px; */
  height: 100%;
  width: 100%;
}


.visionaryoption {
  background-color: #7790c9de;
  display: flex !important;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 3;
}

.visionaryoption .face {
  cursor: pointer;
  transition: all 0.3s ease;
  /* Smooth transition */
  opacity: 0.7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.visionaryoption .face.active {
  opacity: 1;
}

.visionaryoption .face img {
  /* border: 1px solid #fff; */
  border-radius: 100%;
  /* background-color: #fff; */
  transition: all 0.3s ease;
  box-shadow: 2px 7px 12px 9px #0000003b
}

.visionaryoption .face .face-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  width: 78px;
  height: 78px;
  padding: 4.5px;
  border-radius: 100%;
}

.visionaryoption .face.active .face-wrap {
  border: 1px solid white;
  box-shadow: 0 0 0 6px transparent;
  /* Creates 6px space */
  border-radius: 100%;
}

.visionaryoption .face h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  font-family: bozon-reg;
  margin:0;
}

.visionaryoption .face p {
  color: #fff;
  font-size: 10px;
  transition: all 0.3s ease;
  font-family: bozon-reg;
  margin:0!important;
  padding:0;
}

/* Hover effects for non-active items */
.visionaryoption .face:not(.active):hover {
  opacity: 0.9;
  transform: scale(1.05);
}

.visionaries .slick-prev {
  left: -100px;
  top: 35%;
  width: 30px;
}

.visionaries .slick-next {
  right: -100px;
  top: 35%;
  width: 30px;
}

/* constultants */
.constultants {
  text-align: center;
  background-color: #fff;
  padding-bottom: 40px;
}

.constultants .heading {
  line-height: 100%;
  margin:0;
}

.constultants .container {
  position: relative;
}

.constultants .csubhead {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  padding-top: 70px;
}

.csubhead span:nth-child(1) {
  font-size: 26px;
  /* font-weight: 300; */
  line-height: normal;
  font-family: 'Trirong-Light';

}

.cline {
  width: 180px;
  height: 8px;
  background-color: #6885c2;
}

.consultantScroll {
  width: 900px;
  max-width: 90%;
  margin: 30px auto auto;
}

.consultant {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: ew-resize;
  gap: 30px;
}

.consultant img {
  /* max-height: 400px; */
  width: 30%;
}

.constultant .consultantName {
  /* max-width: 383px; */
  /* max-height: 574px !important; */
}

.constultant .consultantProject {
  width: 100%;
  height: 100%;
}

.consultantProject-clip {
  position: relative;
  width: 70%;
  /* height: 100%; */
  display: block;
  /* overflow: hidden; */
}

.consultantProject-cover {
  background: #fff;
  z-index: 2;
  pointer-events: none;
  border-top-right-radius: 0% !important;
}

.consslide {
  /* scroll-snap-align: start;
  scroll-snap-stop: always; */
}

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

.consslide h2 {
  margin-top: 20px;
  font-size: 35px;
  font-weight: 200;
  line-height: 140%;
  margin-bottom:0;
}

.consslide h3 {
  font-size: 25px;
  font-weight: 200;
  line-height: 120%;
  margin:0;
}

.consslide p {
  font-family: 'Trirong-Light';
  font-size: 18px;
  padding:0;
}

/* .consultant img
{
  width:100%;
  height:auto;
} */

.progress-bar-container {
  border-bottom: 1px solid #000;
  width: 350px;
  position: absolute;
  bottom: 118px;
  left: 50%;
  transform: translateX(-50%);

}

.progress-bar-inner {
  background-color: #000;
  height: 2px;
}

/* Constulatns Ends */


/* DNA */

.dnasection {
  text-align: center;
  background-color: #fff;
  position: relative;
}

.dnasectionHeading {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.dnasectionHeading p
{
  margin-bottom: 30px!important;
  padding:0;
}

.dnasection .container {
  border: 0px solid black;
}

.dnaanimation {
  position: relative;

  border: 0px solid red;

}

.pin-spacer {
  padding: 0 !important;
  height: 100% !important;

}

#hero-lightpass {
  position: sticky !important;
  top: 0;
  left: 0;
  transform: translate(0, 0) !important;
  width: 100% !important;
  padding: 0;
}


/* WWD */

.wwd {
  text-align: center;
  background-color: #fff;
}

.wwd .marginTop {
  margin-top: 50px;
  
}

.wwdcontainer {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  /* display: flex; */
  /* align-items: center;
  justify-content: space-between;
  justify-items: center;
  gap: 65px;
  padding-top: 100px;
  padding-bottom: 100px; */
}

.wwd p {
    width: 55%;
    text-align: center;
    margin: 0 auto!important;
    letter-spacing: 0px;
    padding:0;
}

.wesupport {
  text-align: center;
  background-color: #4f9570;
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  font-family: 'Trirong-Light';
  letter-spacing: 5px;
}

.wesupport marquee{
  padding-top: 10px;
}
/* .wesupport .container {
  padding: 10px;
} */

.wwditemcontainer {
  width: 77%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 14px 7px 16px 8px #00000033;
}

.wwd .slick-track{
  padding: 100px 0px;
}

.wwd .slick-slider{
  padding: 0px 35px;
}

.wwditemcontainer img {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 20px;
  transition: transform 0.3s ease;
  display: block;
}

/* .wwditem img
{
  width:100%;
  border:1px solid #fff;
  border-radius: 20px;
  transition: transform 0.3s ease;
  display: block;
} */

/* .wwditem:nth-child(even) {
  margin-top: -100px;
} */


* Hide slick dots and their container for What We Do slider */
.wwdcontainer .slick-dots,
.wwdcontainer .slick-dots li,
.wwdcontainer .slick-dots li button {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

/* Remove any border or background from the slider containers */
.wwdcontainer,
.wwdcontainer .slick-slider,
.wwdcontainer .slick-list,
.wwdcontainer .slick-track {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  /* padding-left: 10px;
  padding-right: 10px; */
}

.wwdcontainer .slick-list{
  padding-left: 10px;
  padding-right: 10px;

}
@media screen and (min-width: 800px) {
  .wwd .slick-slide:nth-child(even) {
    margin-top: -50px;
  }
}

.wwditem {
  position: relative;
  border: 0px solid red;

}

.wwditem a {
  background-color: #4f9570;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 7px 20px;
  width: 160px;
  display: block;
  font-size: 16px;
  text-align: center;
  position: absolute;
  bottom: -14px;
  right: -20px;
  z-index: 999;
}

.wwditem .service-title {
  font-family: "Trirong-ExtraLight";
  position: relative;
  display: block;
  bottom: 21px;
  right: -75px;
  left: auto;
  color: #fff;
  background: #529471;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s, background 0.3s;
  box-shadow: 7px 4px 16px 8px #00000029;
}

.wwditem .service-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: -1;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.wwditem:hover .service-title::before {
  width: 100%;
}

.wwditem:hover .service-title {
  color: #000;
}

/* .projectscontainer .projectOverlay, */
.wwditemcontainer .overlay3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  color: #fff;
  padding: 15px 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(100%);
  pointer-events: none;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
}


/* .projectslide:hover .projectOverlay, */
/* .wwditem:hover .overlay3 {
  opacity: 1;
  transform: translateY(0);
  border-radius: 20px;
  pointer-events: auto;
} */


.wwditem .overlay3 a {
  font-family: "Trirong-ExtraLight";
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 7px 20px;
  width: 150px;
  display: block;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: unset;
  right: unset;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s;
  display: block;
  cursor: pointer;
}

.wwditem .overlay3 a:hover {
  background-color: #fff;
  color: #000;
  font-weight: 500;
  transition: all ease-in-out 500ms;
}

/* .projectslide a .projectOverlay a::before, */
.wwditem a .overlay3 a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: -1;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* .projectslide a:hover .projectOverlay a::before, */
.wwditem a:hover .overlay3 a::before {
  width: 100%;
}

/* .projectslide a:hover .projectOverlay a,  */
.wwditem a:hover .overlay3 a {
  color: #000;
}




/* button {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  padding: .6rem 2.4rem;
  text-align: center;
  outline: none;
  border: none;
  text-transform: unset;
  transition: all .3s ease-in-out;
  background: #202020;
  color: #fff;
  border-radius: 1.5rem;
  border-width: .1rem;
  border-style: solid;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  margin-top: 1.6rem
} */

.ourprojects {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  padding-bottom: 100px;

}

.projectscontainer {
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.projectcontent {
  padding: 0px 50px 0px 150px;
  text-align: left;
  width: 45%;
}

.projectcontent h3 {
  margin-top: 24px;
  font-size: 42px;
  font-weight: 200;
  width: 80%;
  line-height: 120%;
  margin-bottom:0;
}

.sliderproject {
  position: relative;
  cursor: ew-resize;
}

.slider-container {
  position: relative;
}

.sliderproject .slick-slider .slick-list {
  overflow: visible;
}

.projectslider {
  position: relative;
  z-index: 1;
}

.projectslide {
  position: relative;
}

.projectslide img {
  width: 100%;
  z-index: 1;
  position: relative;
}

.prologo {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%) !important;
  /* width: 130px;
  height: 130px; */
  display: flex;
  z-index: 10;
  /* Higher z-index to be above arrows and image */
}

.prologo img {
  width: 65%;
  margin: 0 auto;
  box-shadow: 7px 4px 16px 8px #00000029;
}

.sliderproject {
  display: block;
  width: 55%;
  position: relative;
}

.projectarrows {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  /* background-color: #00000069; */
  padding: 10px;
  width: 100%;
  position: absolute;
  bottom: 0%;
  right: 0;
  z-index: 2;
}

.projectarrows button {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
}

.projectscontainer .projectOverlay {
  border-radius: 0px;
}


.projectslide:hover .projectOverlay {
  border-radius: 0px;
}

.projectscontainer .greenBtn {
  margin-left: 0;
  margin-top: 16px;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.projectslide-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.projectslide-img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.projectslide-gradient-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  /* covers bottom half of image */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  z-index: 1;
}

.projectslide-img-wrapper:hover .projectslide-gradient-overlay {
  opacity: 1;
}



.projectslide .projectOverlay a {
  display: none;
  transition: all ease-in-out 500ms;
  font-family: "Trirong-ExtraLight";
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 7px 20px;
  width: 150px;
  display: none;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: unset;
  right: unset;
  overflow: hidden;
  z-index: 999999999;
  transition: color 0.3s;
  cursor: pointer;
}

.projectslide:hover .projectOverlay a {
  display: block;
}

.projectOverlay a:hover {
  background-color: #fff;
  color: #000;
  font-weight: 500;
  transition: all ease-in-out 500ms;
}

.happinesshub {
  text-align: center;
  background-color: #eff0f2;
  position: relative;
}

.happinesshub p {
  width: 55%;
  text-align: center;
  margin: 0 auto!important;
  letter-spacing: 0px;
  font-size:14px;
}

.happinessSlider {
  width: 70%;
  margin: 0 auto;
}

.happinessSlider .slick-next,
.slick-prev {
  top: 45%;
}

.hslide {
  display: flex !important;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  position: relative;
  margin-top: 75px;
  margin-bottom: 88px;
  background-color: #6785c3;
}

.hcontent {
  background-color: #6785c3;
  padding: 36px 100px 45px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 305px;
  cursor: ew-resize;
}

.hcontent span {
  background-color: red;
  width: 30%;
}

.hcontent h5,
.hcontent h6,
.hcontent p {
  width: 53%;
  color: #fff;
  border: 0px solid red;
  float: right;
  text-align: left;
  margin-right: 0px;
  font-family: bozon-reg!important;
  font-size: 15px;
  font-weight: 400;
  line-height:inherit!important;
}

.hcontent h5 {
  margin: 18px 0px 6px 0px;
}

.hcontent h6 {
  font-size: 14px;
}

.hccontentTextInside:hover {
  transform: scale(1.1);
  transition: all ease-in-out 500ms;
}

.hcontent p::before,
.hcontent p::after {
  font-family: "bozon-reg";
  font-size: 100px;
  position: absolute;
  opacity: 0.8;
}

.hcontent p::before {
  content: "“";
  margin: -40px 0px 0px -40px;
  color: #fff;
}

.hcontent p::after {
  content: "”";
  margin: -22px 0px 0px 0px;
  color: #fff;
}

.happinesImgs {
  position: absolute;
  left: 0px;
  scale: 0.75;
  box-shadow: 8px 20px 35px 13px rgba(0, 0, 0, 0.20);
}

/* .hcontent .greenBtn {
  margin-top: 0;
} */

.happinesshub .greenBtnOuter {
  padding-bottom: 50px;
}

.happinesshub .greenBtn {
  margin-top: 0px;
}

.happinessSlider svg {
  color: #000;
  width: 40px;
  height: 40px;
}

.happinessSlider .slick-next {
  right: -40px;
}

.happinessSlider .slick-prev {
  left: -40px;
}

.happinessSlider .slick-next:hover,
.happinessSlider .slick-prev:hover {
  color: #000;
}

.consArrows .consRight,
.consArrows .consLeft,
.happinessArrows .happinessRight,
.happinessArrows .happinessLeft {
  position: absolute;
  top: 55%;
  left: 15%;
}

.consArrows .consRight,
.happinessArrows .happinessRight {
  right: 15%;
  left: auto;
}

.consArrows .consRight {
  right: 3%;
}

.consArrows .consLeft {
  left: 3%;
}

.happinessArrows .happinessRight,
.happinessArrows .happinessLeft {
  top:64%;
}

/* Our Team*/

.ourteam {
  background-color: #fff;
  text-align: center;
}

.ourteam .otsubhead {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  width: 85%;
}

.ourteam .greenBtn {
  margin-top: 10px;
  margin-bottom: 30px;
}

.otsubhead span:nth-child(2) {
  font-size: 26px;
  /* font-weight: 300; */
  line-height: normal;
  font-family: 'Trirong-Light';

}

.ourteam p {
  width: 55%;
  margin: 0 auto!important;
}

.ourteam h2 {
  font-size: 72px;
  /* background: -webkit-linear-gradient(left, #4f9570, #b48e47); */
  background: -webkit-linear-gradient(left, #4f9570, #f7c76e);
  background: -o-linear-gradient(left, #4f9570, #f7c76e);
  background: -moz-linear-gradient(right, #4f9570, #f7c76e);
  background: linear-gradient(to right, #4f9570, #f7c76e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.otline {
  width: 180px;
  height: 8px;
  background-color: #6885c2;
}

.ourteam img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/*Our Team Ends Here*/



/* Media*/

.media {
  background-color: #fff;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 40px;
}

.media .msubhead {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  line-height: 100%;
  margin-top: -11px;
}

.media .para {
    width: 55%;
    text-align: center;
    margin: 0 auto!important;
    letter-spacing: 0px;
    font-size: 14px;
}

.msubhead span:nth-child(2) {
  font-size: 26px;
  /* font-weight: 300; */
  line-height: normal;
  font-family: 'Trirong-Light';
  letter-spacing: 1px;
}

.msubhead2 span:nth-child(1) {
  font-size: 26px;
  /* font-weight: 300; */
  line-height: normal;
  font-family: 'Trirong-Light';

}

.mline {
  width: 140px;
  height: 8px;
  background-color: #4f9570;
}

.media img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.mediaslider {
  gap: 40px;
  position: relative;
}

.mediaslide {
  width: 84% !important;
  position: relative;
  transition: all .2s ease-in;
  /* filter: grayscale(1); */
}

.mediaslide:hover {
  transform: scale(1.1);
  transition: all ease-in-out 500ms;
}

.mediaslide img {
  position: relative;
  z-index: 2;
  width: 95%;
  margin: 0 auto;
  line-height: 0;
  box-shadow: 7px 11px 15px 4px rgba(194, 192, 192, 0.75);
  -webkit-box-shadow: 7px 11px 15px 4px rgba(194, 192, 192, 0.75);
  -moz-box-shadow: 7px 11px 15px 4px rgba(194, 192, 192, 0.75);

}

.mediaslide:hover {
  transition: all .2s ease-in;
  /* filter: grayscale(0); */
}

.mediaslider .slick-track {
  padding-bottom: 180px;
  padding-top: 60px;
}

.mediaslidetext {
  position: absolute;
  top: 97%;
  left: 0;
  z-index: 99999999;
  padding: 18px 22px 18px 18px;
  background-color: #fff;
  border-radius: 10px;
  min-height: 125px;
  box-shadow: 9px 5px 25px 3px rgba(194, 192, 192, 0.75);
  -webkit-box-shadow: 9px 5px 25px 3px rgba(194, 192, 192, 0.75);
  -moz-box-shadow: 9px 5px 25px 3px rgba(194, 192, 192, 0.75);
}

.mediaslide p {
  position: relative;
  z-index: 10;
}

.media a {
    text-decoration: none;
    font-size: 14px;
    font-family: bozon-reg;
    letter-spacing: 0;
    display: block;
}

.media a:hover {
    text-decoration: none;
    color:#000;
}

/*Our Team Ends Here*/

/* FAQs */

.Faqs {
  text-align: center;
  background-color: #fff;
  padding-bottom: 50px;
}

.Faqs .fsubhead {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  font-family: 'Trirong-Light';
  /* letter-spacing: 3px; */
}

.fsubhead span:nth-child(1) {
  font-size: 26px;
  font-weight: 300;
  line-height: normal;
}

.fline {
  width: 120px;
  height: 8px;
  background-color: #4e9470;
}


.faqcontent {
  display: none;
}

.faqcontent.active {
  display: block;
  margin-top: 30px;
}

.downarrow {
  font-size: 40px;
}

.faqcontent ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 20px;
}

.faqcontent ul li {
  padding: 5px;
  border-bottom: 5px solid #4e9470;
  width: 100%;
  cursor: pointer;
}

.faqcontent ul li.active {
  border-bottom: 5px solid #000;
}

.Faqs .faqaccordian {
  max-width: 100%;
  margin: 30px auto 0px auto;
  display: none;
  transition: all .3s ease-in-out;
}

.Faqs .show-content {
  display: block;
}

.Faqs .faqaccordian.active {
  height: 100%;
  display: block;
  transition: all .3s ease-in-out;

}

.Faqs .faqaccordian .card {
  width: 100%;
  border-radius: 0px;
  background-color: transparent;

  border: 0px;
  border-bottom: 2px solid #c9c7c7;
  border-style: dotted;
  padding: 15px 20px 15px 30px;
}

.Faqs .faqaccordian .card:last-child {
  margin-bottom: 0px;
}

.Faqs .faqaccordian .card .card-header h3 {
  cursor: pointer;
  color: #000;
  position: relative;
  margin: 0;
  padding: 0px;
  font-weight: 600;
  font-size: 16px;
  padding-right: 30px;
  font-family: "Trirong-Medium";
}

.Faqs .faqaccordian .card .card-header {
  position: relative;
  background-color: transparent;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 10px;
  font-weight: 600;
}

.Faqs .faqaccordian .card .card-header.active {
  position: relative;
}

.Faqs .faqaccordian .card .card-header .darrow {

  width: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Faqs .faqaccordian .card .card-body {
  padding: 10px 60px 0px 10px;
  width: 100%;
  text-align: left;
  line-height: 140%;
}


/*open one card by default*/
.Faqs .faqaccordian .card:nth-child(1) .card-body {
  display: block;
}

.Faqs .faqaccordian .card .card-body p {
  margin: 0px;
  text-align: justify;
}

.Faqs .faqaccordian .card .card-header:nth-child(1) .card-body {
  padding-top: 0px;
}





/* FAQs */


.footer {
  background-color: #4e9470;
  padding: 50px 50px;
  color: #fff;
}

.footer h2,
.footer p,
.footer ul li {
  color: #fff;
  font-weight: 300;
}

.footer .logo {
  width: 100px;
}

.footercolumns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 15px;
}

.footercolumns h2 {
  font-family: "ROHH-BOZON-REGULAR";
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}

.footercolumns p {
  font-size: 14px;
}

.footercolumns ul li {
  margin-bottom: 10px;
  font-size: 14px;
  /* background-color: red; */
}


.footercolumns .projects ul li a{
  text-decoration: none;
  color: #fff;

}

.footercolumns .aboutus {
  background-color: #4e9470;
}

.socialMediaF {
  margin: 40px 0 20px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
}

.footerEnd {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footerEnd a{
  text-decoration: none;
  color: #fff;
}

.disAndPrivacy {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 35px;
}

.quickLinks a{
  text-decoration: none;
  color: #fff;
}
/* footer csss end */
.container {
  padding: 3.2rem 0;
  margin: 0 auto;
}

.paragraph {
  margin: 3.2rem 0
}

.heading-xl {
  font-family: 'Trirong-Light';
  font-size: clamp(5.2rem, 6vw, 4.241rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px
}

.hero-image {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  position: relative;
  background-color: #65513e;
  min-height: 60vh;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1), 0 1px 20px 0 rgba(0, 0, 0, 0.1);
}

.hero-image img {
  width: 100%;
  margin: 0 auto;
}

.container .banner-image {
  width: 100%
}

.clearfix {
  clear: both;
}

.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: transparent;
  height: 40px;
  /* adjust as needed */
  display: flex;
  align-items: center;
}

.marquee-inner {
  display: flex;
  width: max-content;
  animation: marquee-scroll 16s linear infinite;
}
.animated-section p{
    padding:0;
    font-size:14px;
}
/* Duplicate the marquee text in .marquee-inner for seamless looping */

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.marquee a {
  text-decoration: none;
  color: #fff;
}

.custom-marquee {
  width: 100%;
  overflow: hidden;
  background: transparent;
  color: #fff;
  position: relative;
  padding: 5px 0;
}

.custom-marquee-inner {
  display: inline-block;
  white-space: nowrap;
  animation: marquee-scroll 16s linear infinite;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.custom-marquee span {
  font-size: 16px;
  padding-right: 300px;
}

@media screen and (max-width: 1370px) {
  .grid-four-cols {
    grid-template-columns: repeat(3, 1fr)
  }

  .heading {
    font-size: 78px;
  }

  p,
  li,
  a,
  button {
    font-size: 13px;
  }

  .container {
    width: 1024px;
    max-width: 90%;
    padding: 0 0px;
  }

  .vsubhead span:nth-child(2) {
    font-size: 25px;
  }

  .vslidecontent h2 {
    font-size: 32px;
  }

  .vslidecontent h3 {
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 25px;
  }

  .vsSlider {
    width: 80%;
    margin: 0 auto;
  }

}

@media screen and (max-width:1280px) {

  .visionaries .overlay1 {
    top: 51%;
  }

  .happinessArrows .happinessRight {
    right: 10%;
  }

  .happinessArrows .happinessLeft {
    left: 10%;
  }
}

@media screen and (max-width: 1170px) {
  .aboutusImgOuter {
    width: 68%;
  }
}

@media screen and (max-width: 990px) {
  .grid-four-cols {
    grid-template-columns: repeat(2, 1fr)
  }

  .container .banner-image {
    width: 80%;
    order: 0
  }
  .marquee-inner span {
    font-size: 25px;
  }
  .marquee{
    height: 30px;
  }
}

@media screen and (max-width: 800px) {

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

  .heading {
    font-size: 50px;
  }

  .dHide {
    display: block !important;
  }

  .mHide {
    display: none !important;
  }

  .hero-image {
    max-width: 100%;
    width: 800px;
    min-height: 60vh;
  }

  .tickerTape span{
    letter-spacing: 0 !important;
    font-size: 18px !important;
  }

  .tickerTape span .rupee {
      font-size: 14px !important;
  }
  /* about us */

  .aboutusImgOuter {
    width: 96%;
    min-height: 160px;
  }

  /* visionaries */

  .visionaries .container {
    width: 100%;
    padding: 0;
  }

  .vslide {
    max-height: 260px;
  }

  .vline {
    width: 35px;
    height: 6px;
  }

  .vsSlider {
    width: 100%;
  }

  .vslideimage img {
    width: 68%;
    margin: 0 auto;
  }
  .vslidecontent {
    margin-top: 20px;
}

  .visionaries p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
  }

  .visionaries .slick-prev {
    left: 30px;
    top: 37%;
    z-index: 999;
  }

  .visionaries .slick-next {
    right: 30px;
    top: 37%;
    z-index: 999;
  }

  .vslide {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
  }

  .nameBackground {
    background-color: #6c93cec4;
    position: absolute;
    bottom: 48px;
    transform: translateY(-50%);
    z-index: 999;
    width: 100%;
    padding: 30px;
  }

  .nameBackground h3, .nameBackground h2{
    color: #fff;
    font-size: 22px;
  }
  .vslidecontent h3{
    margin: 0 auto;
    font-size: 14px;
  }



  /* consaltant */

  .consultant{
    width: 98%;
    margin: 0 auto;
  }

  .consultantName {
    width: 34%;
  }

  .consultant {
  gap: 17px;
  }

  .consultant img{
    width: 34%;
  }
  .cline {
    width: 100px;
    height: 6px;
  }

  .consultantScroll {
    max-width: 100%;
  }

  .progress-bar-container {
    bottom: 100px;
  }

  .consslide h3 {
    font-size: 20px;
  }

  .consslide h2 {
    font-size: 25px;
  }

  .consslide p {
    font-size: 15px;
  }

  .consArrows .consLeft, .consArrows .consRight{
    bottom: 35px;
    top: auto;
    left: 6%;
  }

  .consArrows .consRight{
    right: 6%;
    left: auto;
  }
  /* our project */

  .ourprojects .marginTop_Bottom{
    padding-bottom: 0;
  }
  .projectscontainer {
    flex-direction: column;
  }

  .projectcontent {
    width: 96%;
    padding: 0;
  }

  .projectslider {
    max-width: 100%;
  }

  .sliderproject {
    width: 100%;
  }

  .sliderproject .slick-slider .slick-list {
    overflow: hidden;
  }

  .projectarrows img{
  cursor: none !important;
  }
  .prologo {
    bottom: -40px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .prologo img{
    width: 100%;
  }

  .projectcontent h3 {
    font-size: 30px;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }

  .projectcontent p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }

  .projectarrows {
    justify-content: space-between;
    bottom: 42%;
  }

  /* what we do */
  .wwd .heading{
    margin-bottom: 20px;
  }
  .wesupport .container {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .wwd .slick-track {
    padding: 15px 0px 0px 0px;
  }
  .wwdcontainer {
    width: 90%;
    /* display: inline; */
  }
  
  .wwd .slick-slide{
    padding: 0px 0px 0px 47px;
  }

  .wwd .slick-slider{
    padding: 0px;
  }

  .wwdcontainer .slick-slider .slick-list {
    overflow: hidden;
  }

  .wwditem {
    margin-bottom: 30px;
  }

  
  /* .wwdcontainer .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
  } */

  .wesupport {
    margin-top: 20px;
  }

  .wwdLeft, .wwdRight {
    position: absolute;
    top: 40%;
  }
  .wwdLeft {
    left: -2%;
  }
  .wwdRight {
    right: -2%;
  }
  
  .wwditem .service-title{
    right: -60px;    
    box-shadow: 2px 2px 8px 6px #00000029;
  }

  
.wwdcontainer .slick-list{
  padding-left: 0;
  padding-right:0;
}
  /* happiness hub */
  .happinesshub .container {
    padding: 0;
  }

  .happinesshub p {
    width: 80%;
  }

  .hslide {
    width: 100%;
    margin-top: 0;
    background-color: transparent;
    margin-bottom: 0;
  }

  .hslide img {
    scale: 0.5;
    top: 7%;
    left: 27%;
    transform: translate(-50%, -50% );
  }

  .hcontent {
    height: 370px;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 45%;
    padding: 0 20px 40px 20px;
  }

  .hcontent p {
    width: 100%;
    padding-top: 160px;
    text-align: center;
  }

  .happinessSlider {
    width: 100%;
  }

  .happinessSlider .slick-next,
  .happinessSlider .slick-prev {
    top: 25%;
    z-index: 9999;
  }

  .happinessSlider .slick-next {
    right: 70px;
  }

  .happinessSlider .slick-prev {
    left: 60px;
  }

  .happinessArrows .happinessRight, .happinessArrows .happinessLeft{
    top: 49%;
  }

  .happinessArrows .happinessRight img, .happinessArrows .happinessLeft img { 
  cursor: none !important;
  }
  .hslide {
    padding-bottom: 0;
  }
  .hcontent h5, .hcontent h6, .hcontent p {
      width: 100%;
      padding: 0 20px 0px 20px;
      text-align: center;
  }

  .hccontentTextInside:hover {
    transform: scale(1.0);
  }
  .hcontent p {
    /* margin-top: 20px; */
    padding-left: 30px;
    text-align: justify;
  }
  .hcontent p {
    padding-top: 160px;
  }

  .hcontent h5{
    margin-top: 20px;
  }

  /* media  */
  .media {
    padding-bottom: 9px;
  }
  .mline {
    width: 70px;
  }

  .msubhead span:nth-child(2) {
    letter-spacing: 0;
  }
    
  /* .mediaArrows{
    display: block;
    position: absolute;
  } */

  .mediaArrows .mediaRight,
  .mediaArrows .mediaLeft{
    position: absolute;
    bottom:50%;
    left: -10px;
  }

  .mediaArrows .mediaRight{
    left: auto;
    right: -10px;
  }
  .mediaslidetext {
  min-height: 98px;
  }
  .mediaslider .slick-track {
    padding-bottom: 150px;
    padding-top: 35px;
  }

  .mediaslide:hover {
    transform: scale(1.0);
  }
  /* our team */
  .ourteam .heading {
    font-size: 50px !important;
  }

  .ourteam .otsubhead {
    width: 100%;
  }

  .ourteam p {
    width: 95%;
    margin-top: 10px;
  }

  .otsubhead span:nth-child(2) {
    font-size: 26px !important;
    letter-spacing: 0;
  }

  .otline {
    width: 100px !important;
  }

.teamStruMain{
  width: 400px !important;
  max-width: 100% !important;
}
  /* faq */
  .fline {
    width: 70px;
  }


  /* footer */

  .footer {
    padding: 40px 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .footercolumns {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px 0px;
  }

  .footercolumns .projects{
    margin-left: 30px;
  }

  .footercolumns .contactus {
    width: 100%;
  }

  .footercolumns h2 {
    font-size: 14px;
  }

  .footercolumns p {
    font-size: 12px;
    letter-spacing: 0.5px;
  }

  .footercolumns ul li {
    font-size: 12px;
    margin-bottom: 6px;
    letter-spacing: 0;
  }

  .disAndPrivacy {
    gap: 15px;
  }

  .footerEnd {
    gap: 15px;
    flex-direction: column;
    font-size: 12px;
  }

  .socialMediaF {
    gap: 0px;
    margin: 15px 0 11px 0;
  }
  .socialMediaFInside{
    width: 10%;
  }

  .socialMediaFInside img{
    width: 26px;
  }
  
  .footerEnd a{
    font-size: 12px;
    margin-top: 13px;
  }

  .quickLinks a{
    font-size: 12px;
  }

  .footercolumns .projects ul li a{
    font-size: 12px;
    letter-spacing: 0;
  }
  
  /* dna section css start */

  .dnasection video{
    margin-top: 40px !important;
  }
  
  .dnasectionHeading{
        /*top: -40px; */
        left: 0px;
        transform: none;
        width: 100%;
        text-align: center;
        position: relative;
  }
  .dnaanimation {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: 30px; */
  }

  .dnasection .marginTop{
    padding-top: 0;
  }
  
  .dna-text-row {
    position: absolute !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
    width: 100% !important;
    left: 0 !important;
    bottom: -100px !important;
    justify-content: center !important;
  }

  #hero-lightpass {
    width: 100% !important;
    max-width: 430px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    margin-top: 30px !important;
  }
  
  .dna-text-row {
    width: 37% !important;
    gap: 0 !important;
    right: 20px !important;
    left: auto !important;
    top:30% !important;
  }
  .projectslide-gradient-overlay{
    opacity: 1;
  }
  .projectslide .projectOverlay a{
    display: block;
    top: 71%;
  }

  .wwd p {
      width: 80%;
      margin-bottom:20px;
  }

  .dnasectionHeading p {
    width:80%;
    margin:20px auto;
  }

  .media .para {
    margin-top: 10px;
      width: 80%;
  }

  .wwd .marginTop {
    margin-top: 50px;
    padding-top:0px;
  }
  
}

@media screen and (max-width: 760px) {

  .grid-four-cols,
  .grid-three-cols,
  .grid-two-cols,
  .grid--cols {
    grid-template-columns: 1fr
  }
}





@media screen and (max-width: 360px) {
  /* .dnasectionHeading {
    top: -90px;
} */
.dnasection video {
  margin-top: 20px !important;
}
}



/* NAV MENU BASE */
.nav-menu {
  display: flex;
  flex-direction: row;
  align-items: left;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

/* NAV ITEM */
.nav-item {
  position: relative;
  text-align: left;
}

/* NAV LINK */
.nav-link {
  font-size: 1.1rem;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  padding: 0.6rem 0.5rem;
  border-radius: 7px;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.nav-link:focus,
.nav-link:hover {
  background: #f5f7fa;
  color: #357a50;
  outline: none;
  text-decoration: none;
}

/* EXPANDABLE MENU BUTTON */
.expandable-menu-btn {
  background: none;
  border: none;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
  padding: 1rem;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  gap: 0.4em;
  font-family: "bozon-reg" !important;
}
.expandable-menu-btn:hover,
.expandable-menu-btn[aria-expanded="true"] {
  color: #4f9570;
}

.expandable-menu-btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #4f9570, #2c5aa0);
  transition: width 0.3s ease;
}

.expandable-menu-btn:hover:after,
.expandable-menu-btn[aria-expanded="true"]:after {
  width: 100%;
}
.expandable-menu-btn:focus,
.expandable-menu-btn:hover {
  background: #f5f7fa;
  color: #357a50;
}

/* SUBMENU */
.submenu {
  position: static;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.25s;
  background: #fff;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0 0 0 1.2rem;
}

.submenu.open {
  max-height: 500px;
  opacity: 1;
  transition: max-height 0.45s cubic-bezier(0.4,0,0.2,1), opacity 0.25s;
  /* border-radius: 0 0 10px 10px; */
  /* background: #fff; */
  /* box-shadow: 0 4px 24px rgba(0,0,0,0.10); */
  /* border: 1px solid #e0e0e0; */
  margin-top: 0.2rem;
  padding: 0.5rem 0 0.5rem 1.2rem;
}

.submenu li {
  width: 100%;
}

.submenu .nav-link {
  display: block;
  width: 100%;
  padding: 0.65rem 1.2rem;
  color: #333;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.98rem;
  background: none;
  text-align: left;
}

.submenu .nav-link:hover,
.submenu .nav-link:focus {
  background: #f5f7fa;
  color: #357a50;
}


.submenu  a{
  letter-spacing: 0;
}
/* MOBILE STYLES */
@media (max-width: 768px) {
  .nav-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0;
    background: #fff;
    width: 100%;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.04); */
    border-radius: 0 0 12px 12px;
  }
  .nav-link,
  .expandable-menu-btn {
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
    padding: 0.9rem 1.2rem;
    border-radius: 0;
  }
  .submenu {
    position: static;
    box-shadow: none;
    border: none;
    min-width: 0;
    border-radius: 0;
    padding: 0;
  }
  .submenu .nav-link {
    padding-left: 2rem;
    font-size: 1rem;
  }
}

.nav-link,
.expandable-menu-btn,
.expandable-menu-label,
.submenu .nav-link {
  text-transform: uppercase;
  /* font-weight: 400; */
}

@media (max-width: 768px) {
  .custom-marquee-inner {
    animation-duration: 20s;
  }
}
