body {
  background: #000;
}

:root {
  --gradient: linear-gradient(
    180deg,
    #f8be00,
    #f8be00,
    #f8be00,
    #f8be00,
    wheat
  );
  --border-top-color: #f8be00;
  --border-right-color: #f8be00;
  --border-bottom-color: wheat;
  --border-left-color: gold;
  --Main-Brand-Color: #f8be00;
  --Text-Body: #ededed;
}

.mWebOnly {
  display: none;
}

/* Styles for the navigation bar */
.navbar {
  background-color: #000;
  width: 100%;
  position: fixed;
  z-index: 1;
}
.nav_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;

  /* background-color: black; */
  padding: 40px 80px;
  width: 90%;
}
/* Styles for the logo */
.navbar .logo {
  width: 18%;
}

/* Styles for the navigation links */
.navbar .nav {
  display: flex;
  gap: 40px;
}

.navbar .nav a {
  text-decoration: none;
  color: #ccc;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#menu-icon {
  display: none;
}

/* home section */
#home {
  background-color: #000;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  padding-bottom: 5%;
}

.home_wrapper {
  padding-top: 60px;
  display: flex;
  width: 90%;
  justify-content: center;
  align-items: center;
  margin: auto;
  gap: 10px;
}
.home_text {
  width: 80%;
}
.home_text h1 {
  color: #fff;
  font-family: Nexa;
  font-size: 60px;
  font-style: normal;
  font-weight: 200;
  line-height: 96px; /* 128% */
}
.highlight {
  color: #f8be00;
  /* Any other styles you want to apply */
}

.text_cta {
  cursor: pointer;
  position: relative;
  width: 50%;
  padding: 20px 0;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border-top-color) var(--border-right-color)
    var(--border-bottom-color) var(--border-left-color);
}
.text_cta img {
  width: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  margin-bottom: 10px;
}
.text_cta button {
  margin: auto;
  display: block;
  background-color: black;
  color: #f8be00;
  font-size: 20px;
  font-family: Nexa;
  border: none;
  background: transparent;
}
.hero_img {
  width: 80%;
}
.hero_img img {
  width: 100%;
}
.home_wrapper_mobile {
  display: none;
}
/* usp section */
.usp {
  padding: 0 70px;
  background-color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.usp .usp_text {
  width: 30%;
}

.usp .usp_text h2 {
  color: #f8be00;
  font-family: Nexa;
  font-size: 50px;
  font-style: normal;
  font-weight: 200;
  line-height: 75px; /* 125% */
}

.usp .usp_accordian {
  background-image: url(./assest/Ellipse1.png);
  height: 70vh;
  position: relative;
  margin-top: 70px;
  margin-bottom: 70px;
  margin-right: 40px;
  padding-left: 10%;
  width: 40%;
  border: 0.5px solid #39352a;
  display: flex;
  justify-content: flex-end;
}

.usp .usp_accordian img {
  position: absolute;
  top: 150px;
  left: -135px;
  /* border: solid white; */
  width: 320px;
  height: 300px;
  z-index: 1;
}

.usp_accordian .accordian {
  margin-top: 22px;
  margin-left: 25%;
  width: 70%;
  padding: 10px;
  border-radius: 10px;
  background-color: black;
  position: relative;
}
.accordian div {
  margin-right: 10px;
}

.accordian .custom-hr {
  width: 650px;
  border: none;
  position: absolute;
  left: -267px;
  border-width: 0.5px;
  border-style: solid;
  border-color: #39352a;
}

.accordion_item_title {
  padding: 10px;
  text-align: right;
  margin-top: 15px;
  cursor: pointer;
  color: #f8be00;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
  justify-content: space-between;
}

.accordion_item_content {
  width: 80%;
  display: none;
  color: #ededed;
  font-family: Nexa;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
  margin-left: 10px;
  padding-bottom: 30px;
  border-bottom: #f8be00;
}

.open {
  display: block;
}
.open_mweb {
  display: none;
}
#usp_mweb {
  display: none;
}

/* who are you section */
.who {
  /* border: white solid; */
  width: 100%;
  padding: 180px 0;
  background-image: url(./assest/gradient_stripe.png);
  background-color: #000;
  background-size: cover;
}
.who_main {
  width: 90%;
  /* border: solid purple; */
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.who_mweb {
  display: none;
}
.who_text {
  width: 20%;
  margin-right: 30px;
  /* border: red solid; */
}
.who_text h2 {
  /* border: solid red; */
  /* padding: 20px; */
  color: var(--Main-Brand-Color, #f8be00);
  font-family: Nexa;
  font-size: 54px;
  font-style: normal;
  font-weight: 200;
  line-height: 75px; /* 125% */
}

.who_cards {
  /* border: solid green; */
  width: 75%;
  display: flex;
  justify-content: end;
  /* border: solid green; */
  gap: 40px;
}
.who_card_item {
  cursor: pointer;
  width: 35%;
  /* border: pink solid; */
  position: relative;
  padding: 20px 0;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border-top-color) var(--border-right-color)
    var(--border-bottom-color) var(--border-left-color);
}
.who_card_item .card_icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.who_card_item .card_icon img {
  /* border: white solid; */
  width: 20px;
}
.who_card_item .card_img {
  /* border: saddlebrown solid; */
  width: 100%;
}
.who_card_item .card_img img {
  display: block;
  margin: 50px auto;
  width: 100px;
  /* border: blue solid; */
}
.who_card_item h3 {
  margin-top: 80px;
  /* border: solid white; */
  color: #ededed;
  text-align: center;
  font-family: Nexa;
  font-size: 30px;
  font-style: normal;
  font-weight: 150;
  line-height: 42px; /* 140% */
  margin-bottom: 80px;
  padding: 20px;
}

/* experties section */
#experties {
  margin-top: 80px;
}
.experties {
  margin-bottom: 30px;
  background: #000;
  padding-bottom: 30px;
}
.experties_main {
  /* border: solid blueviolet; */
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.experties_text {
  margin-top: 50px;
  width: 40%;
}
.experties_text_title h2 {
  /* border: solid red; */
  color: #f8be00;
  font-family: Nexa;
  font-size: 55px;
  font-style: normal;
  font-weight: 200;
  text-align: left;
}
.experties_text_subTitle {
  color: #ededed;
  font-family: Nexa;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  /* border: solid goldenrod; */
  margin-bottom: 40px;
}
.experties_image {
  /* border: solid green; */
  width: 55%;
}
.experties_image img {
  /* border: solid sandybrown; */
  width: 100%;
}
.experties_text .experties_cta_btn {
  cursor: pointer;
  width: 90%;
  position: relative;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border-top-color) var(--border-right-color)
    var(--border-bottom-color) var(--border-left-color);
}
.experties_cta_btn img {
  width: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.experties_cta_btn button {
  background-color: #000;
  border: none;
  display: block;
  margin: 20px auto;
  color: #f8be00;
  font-family: Nexa;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}
.experties_mweb {
  display: none;
}
/* Carousel container styles */

.slider-wrapper .image-list {
  background: #000;
  display: flex;
  gap: 10px;
  font-size: 0;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}

/* Placeholder comment for image item styles */
.slider-wrapper .image-list .image-item {
  /* Define your styles for each image item */
  /* Example styles: */
  width: 225px;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
  /* Add any additional styles for the images */
}

/* Placeholder comment for slide button styles */
.slider-wrapper .slide-button {
  /* Define styles for the prev/next buttons */
  /* Example styles: */
  background-color: #000;
  padding: 5px 15px;
  color: gold;
  font-size: 1.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border-top-color) var(--border-right-color)
    var(--border-bottom-color) var(--border-left-color);

  border-radius: 10%;
  /* Add other button styles as needed */
}

/* Placeholder comment for container styles */
.container {
  /* Define styles for the slider container */
  /* Example styles: */
  max-width: 900px;
  width: 90%;
  margin-left: 200px;
  /* Add other container styles */
}

/* Media queries for responsiveness */
@media only screen and (max-width: 1023px) {
  .slider-wrapper .image-list {
    gap: 10px;
  }
}

/* modal */
#myModal {
  display: none;
  position: fixed;
  top: 0; /* Position at the top of the viewport */
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Adjust for center alignment */
  background-color: rgba(0, 0, 0, 0.8); /* Add a semi-transparent background */
  width: 100%;

  padding: 20px;
  /* border: 1px solid #39352a; */
  z-index: 2; /* Ensure it's on top of other elements */
}
#accordianModal {
  display: none;
}

.modal-content {
  background-color: black;
  margin: auto;
  padding: 20px;
  border: 1px solid #39352a;
  width: 80%;
}

.modal-content .card {
  background: #000;

  display: grid;
  grid-template-columns: repeat(3, 1fr);

  padding-left: 40px;
  justify-content: center;
  margin-top: 50px;
}

.modal-content .card .card_item {
  background-color: #000000;
  width: 65%;
  /* padding: 20px; */
}
.modal-content .card .card_item_bg {
  background: #070709;
  width: 80%;
}

.modal-content .card_item .card_p_gold {
  color: #f8be00;
  font-family: Nexa;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modal-content .card_item .card_content,
.modal-content .card_item .card_subcontent {
  color: #d9d9d9;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 30px; /* 136.364% */
}
.modal-content .card_item .card_subcontent {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

.modal-content .card_item #office_para {
  color: #ededed;
  font-size: 38px;
  font-family: Nexa, sans-serif;
  font-weight: 300;
  line-height: 44px;
  /* Other styles for #office_para if needed */
}
#modal_title_img {
  width: 80px;
}

/* The Close Button */
.close {
  color: #f8be00;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  /* border: solid white; */
  margin-bottom: 10px;
  max-height: 80vh;
}

/* .formModal {
  display: none;
  border: none;

  position: fixed;
  top: 50%; 
  left: 50%; 
  transform: translateX(-50%); 
  width: 50%;
  z-index: 4;
} */
/* grow section */
#grow {
  background-color: #000;
}
.grow {
  background-color: black;
  width: 78%;
  margin: auto;
  padding: 50px 0 190px 0;
}
#grow h2 {
  color: #ededed;
  text-align: center;
  font-family: Nexa;
  font-size: 60px;
  font-style: normal;
  font-weight: 200;
  line-height: 106px; /* 132.5% */
}
.grow_cta {
  width: 40%;
  margin: 30px auto;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border-top-color) var(--border-right-color)
    var(--border-bottom-color) var(--border-left-color);
  position: relative;
  padding: 20px;
  cursor: pointer;
}
.grow_cta img {
  position: absolute;
  width: 15px;
  top: 10px;
  right: 10px;
}
.grow_cta button {
  border: none;
  color: #f8be00;
  font-family: Nexa;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: auto;
  display: block;
  background: #000;
}
.mail {
  /* width: 30%; */
  margin: auto;
  /* border: red solid; */
  padding: 10px;
  margin-block-start: 30px;
}
.mail img {
  display: block;
  margin: auto;
  width: 30px;
}
.mail p {
  text-align: center;
  font-family: Nexa;
  font-style: normal;
}

.mail a {
  text-decoration: none;
}
.emailUs {
  color: #f8be00;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}
.mailId {
  color: var(--Text-Body, #ededed);
  font-size: 24px;
  font-weight: 300;
  line-height: 0;
}

.footer {
  background: #000;
  /* border: solid red; */
}
.footerTop {
  background: #000;
  width: 100%;
  margin: auto;
  /* border: solid blue; */
}
.footerTop img {
  display: block;
  margin: auto;
  width: 278.49px;
  margin-bottom: 57px;
  /* border: solid green; */
}
.footerTop p {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-family: Nexa;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.footerTop p:nth-last-child(-n + 2) {
  margin: 0 0 10px 0;
}
.footer hr {
  /* border-color: red; */
  border-color: rgba(82, 80, 73, 0.8);
  margin-top: 25px;
  width: 90%;
  border-width: 0.5px;
}
.footerBody {
  width: 100%;
  margin: auto;
  border-color: #000000;
}
.footer_address {
  width: 50%;
  padding: 30px;
  /* border: solid red; */
  background: #000;
}
.footerBodyCard {
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 80px;
}
.footerBodyCard .footer_address_mweb p {
  display: none;
}
.legalPolicy {
  display: flex;
  justify-content: space-evenly;
}
.footer_address p {
  color: rgba(255, 255, 255, 0.7);
  font-family: Nexa;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.footerBottom .copyright {
  margin-left: 0;
  margin-bottom: 10px;
}
.ul_legal,
.ul_policy {
  padding-top: 30px;
  margin-top: 20px;
  padding-bottom: 40px;
  background: #000;
  color: rgba(255, 255, 255, 0.7);
  font-family: Nexa;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.ul_policy {
  width: 100%;
  margin-bottom: 10px;
}
.ul_legal a,
.ul_policy a {
  text-decoration: none;
}

.ul_legal li,
.ul_legal p,
.ul_policy li {
  margin: 10px 10px 0 10px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}
.ul_legal li:nth-child(1) {
  margin-top: 10px;
}
.ul_legal p {
  margin-top: 0;
  line-height: 1px;
}
.footerBottom p {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-family: Nexa;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-top: 46px;
  padding-bottom: 53px;
}
.ul_legal .ann_report {
  margin-left: 30px;
}

/* modal form */
.formModal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  width: 960px;
  border-radius: 10px;
  z-index: 1000;
  /* border-width: 1px;
      border-style: solid;
      border-color: var(--border-top-color) var(--border-right-color)
        var(--border-bottom-color) var(--border-left-color); */
}
.modalWrapper {
  width: 960px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modalHeader {
  border: solid #222019;
  background: #222019;
  position: relative;
}
.modalHeader .img {
  width: 20px;
  color: #f8be00;
  margin-bottom: 104px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.modalHeader .modalHeader_title {
  margin: 60px 119px 0px;
  color: #f8be00;
  text-align: center;
  font-family: Nexa;
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: 10px;
}

.modalHeader .modalHeader_subtitle {
  color: var(--Text-Body, #ededed);
  font-family: Nexa;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  width: 374px;
  margin: 0 293px 0px;
}

.modalFooter {
  /* border: solid green; */
  width: 75%;
  margin: auto;
  padding: 33px 0;
}
.modalFooter label {
  color: #ccc;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 63px 154px 562px 10px;
}
.formName div {
  width: 693px;
  display: flex;
  justify-content: space-between;
  row-gap: 50px;
}
.formName input,
.addresss_form input {
  width: 324px;
  border: 1px solid #39352a;
  /* color: var(--Text-Body, #ededed); */
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 10px;
  border-radius: 5px;
  margin: 10px 20px 22px 0px;
  margin-right: 20px;
  margin-top: 10px;
}
.addresss_form input {
  width: 653px;
}

.dropdown-toggle {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border: none;
  width: 653px;
  padding: 0 10px;
}
.dropdown-toggle p {
  color: #666;
  font-size: 20px;
  font-family: Nexa;
}

/* dropdown */
.dropdown {
  width: 673px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  border: 1px solid #39352a;
  margin: 20px 0;
}

.input-container {
  width: 673px;
  display: block;
  background-color: #000;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  top: 50px;
}
.dropdown-content .option {
  width: 653px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.option p {
  margin-right: 80px;
  color: #666;
  font-family: Nexa;
  font-size: 20px;
  font-weight: 400;
}
.option p:hover {
  color: white;
}

#inputContainer input {
  background: #000;
  width: 653px;
  border: none;
  padding: 10px;
  border-radius: 5px;
  margin: 0px 18px 32px 0px;
  color: var(--Text-Body, #ededed);
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border: 1px solid #39352a;
}
#inputContainer input:not(:placeholder-shown) {
  background: #000 !important;
  outline: 1px solid #39352a;
  /* other styles */
}

.button-group {
  margin: 14px 0px 16px 0px;
  width: 653px;
  display: flex;
  justify-content: space-between;
  gap: 13px;
  align-items: center;
}
.button-group input {
  width: 145px;
  padding: 15px 35px 17px;
  background: #000;
  color: #666;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #39352a;
  background: #000;
}
.button-group input:focus {
  background-color: #f8be00;
  color: #000;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: solid gold;
  outline: none;
}
.group-btn {
  /* Your default button styles */
  width: 230px;
  padding: 15px 35px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  background: #000;
  color: #666;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border: 0.5px solid #39352a;
}

.group-btn.active {
  /* Styles for the active button */
  background-color: #f8be00;
  color: #000;
  font-family: Nexa;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.formSubmit {
  width: 653px;
  position: relative;
  padding: 10px;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;

  border-color: var(--border-top-color) var(--border-right-color)
    var(--border-bottom-color) var(--border-left-color);
}
.formSubmit img {
  width: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.formBtn {
  padding: 10px;
  margin: auto;
  display: block;
  background: #000;
  border: none;
  color: #f8be00;
  font-family: Nexa;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* CSS for mobile view */

@media only screen and (max-width: 768px) {
  .mWebOnly {
    display: inherit;
  }

  .navbar {
    width: 100%;
  }
  .navbar .nav_wrapper {
    margin: 0;

    padding: 30px;
  }
  .navbar .logo {
    width: 130px;
  }

  .navbar .nav {
    padding-bottom: 200px;
    padding-top: 100px;
    display: none; /* Hide navigation links by default */
    flex-direction: column;
    align-items: center;
    background-color: black; /* Adjust background color */
    position: absolute;
    top: 60px; /* Adjust as needed */

    left: 0px;
    width: 100%;
    z-index: 1; /* Ensure links appear above other content */
  }

  .navbar .nav a {
    padding: 15px 0 0 30px;
    width: 90%;
    text-align: left;
    color: #ccc;
    font-family: Nexa;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 350% */
  }

  #menu-icon {
    width: 20px;
    display: block; /* Show the menu icon */
    font-size: 100px;
    cursor: pointer;
    /* border: white solid; */
    color: white;
  }

  /* Add class to display navigation links */
  .navbar .nav.show {
    display: flex;
  }
  #home {
    background: transparent;
  }
  .home_wrapper {
    display: none;
  }
  .home_wrapper_mobile {
    display: block;

    width: 100%;
    padding-top: 25%;
  }
  .home_wrapper_mweb {
    width: 100%;
  }
  .home_text_mweb {
    width: 80%;
    margin: auto;
  }
  .home_text_mweb h1 {
    text-align: center;
    color: #fff;
    text-align: center;
    font-family: Nexa;
    font-size: 30px;
    font-style: normal;
    font-weight: 200;
    line-height: 34px; /* 113.333% */
  }
  .hero_img_mweb {
    width: 100%;
    background: transparent;
    /* border: solid blue; */
    margin: 0;
    padding: 0;
  }
  .hero_img_mweb img {
    border: transparent;
    /* border: solid white; */
    width: 100%;
  }
  .text_cta_mweb {
    cursor: pointer;
    width: 80%;
    margin: auto;
    position: relative;
    border-radius: 10px;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--border-top-color) var(--border-right-color)
      var(--border-bottom-color) var(--border-left-color);
  }
  .text_cta_mweb img {
    width: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .text_cta_mweb button {
    width: 100%;
    margin: auto;
    display: block;
    color: #f8be00;
    text-align: center;
    font-family: Nexa;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    border: none;
  }
  #usp {
    display: none;
  }
  #usp_mweb {
    display: block;
    /* border: solid white; */
    height: 70vh;
  }
  .usp_mweb {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;

    display: flex;
    flex-direction: column;
    position: relative;
  }
  .usp_wrapper_mweb {
    background-color: black;
    margin: auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
  }
  .usp_text_mweb {
    margin-top: 30px;
    width: 50%;
    /* border:solid green;  */
  }
  .usp_text_mweb h2 {
    /* border: solid blue; */
    color: #f8be00;
    margin-left: 10px;
    font-family: Nexa;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 125% */
  }
  .usp_img_mweb {
    width: 40%;
    background: #000;
    /* border: solid white; */
    margin-top: 30px;
  }
  .usp_img_mweb img {
    margin-top: 40px;
    width: 140.771px;
    height: 121.117px;
    z-index: 1;
  }
  .usp_accordian_mweb {
    position: absolute;
    width: 90%;
    top: 150px;
    left: 5%;
    border: 0.5px solid #39352a;
    border-radius: 10px;
    padding: 36px 0 5px;
  }
  .usp_accordian_mweb .accordian_mweb {
    width: 100%;
    /* border:solid red; */
    margin: auto;
  }
  .accordian_mweb div {
    margin-top: 10px;
    /* padding: 20px; */
  }
  .accordion_item_title_mweb {
    padding: 0 30px;
    color: #f8be00;
    font-family: Nexa;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    justify-content: space-between;
  }

  .accordion_item_content_mweb {
    overflow: hidden;
    height: 0;
    padding: 0 30px;
    padding-bottom: 0;
    margin-bottom: 10px;
    color: #ededed;
    font-family: Nexa;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-bottom: 1px solid #39352a;
  }

  .accordion_item_mweb:first-of-type .accordion_item_content_mweb {
    height: fit-content;
    padding-bottom: 40px;
  }

  .accordion_item_mweb:last-of-type .accordion_item_content_mweb {
    border-bottom: 0;
  }

  .open {
    display: none;
  }
  .open_mweb {
    display: block;
  }
  .accordion_item_content_mweb.open_mweb {
    display: block; /* Show the content when the open class is present */
  }
  .who {
    display: none;
  }
  .who_mweb {
    /* border: solid hotpink; */
    display: block;
    width: 100%;
    background-image: url(./assest/gradient_stripe.png);
    /* background-color: #000; */
  }
  .who_main_mweb {
    margin: 140px 0 0;
    width: 380px;
    /* border: solid white; */
    display: flex;
    justify-content: start;
    flex-direction: column;
  }
  .who_text_mweb {
    margin: 80px 30px 0 30px;
    /* border: solid greenyellow; */
  }
  .who_text_mweb h2 {
    width: 179px;
    /* border: solid hotpink; */
    color: #f8be00;
    font-family: Nexa;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 125% */
  }
  .who_cards_mweb {
    width: 370px;
    display: flex;
    flex-direction: column;
  }
  .who_card_item_mweb {
    cursor: pointer;
    margin: 23px 30px;
    position: relative;
    width: 90%;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--border-top-color) var(--border-right-color)
      var(--border-bottom-color) var(--border-left-color);
  }
  .card_icon_mweb img {
    width: 16px;
    position: absolute;
    top: 14px;
    right: 13px;
    /* margin: 14px 13px 10px 340px; */
  }
  .who_card_item_mweb .card_img_mweb {
    margin: 30px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .who_card_item_mweb .card_img_mweb h3 {
    /* margin: 50px 39px 50px 140px; */
    width: 191px;
    color: #ededed;
    font-family: Nexa;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 20px;
  }

  .who_card_item_mweb .card_img_mweb img {
    width: 60px;
  }

  .experties {
    width: 100%;
  }

  .experties_main {
    width: 90%;
    display: flex;
    flex-direction: column;
  }

  .experties_text_title h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
  }
  .experties_text_subTitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
  }

  .experties {
    display: none;
  }

  .experties_mweb {
    display: block;
  }

  .experties_mweb {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }

  .experties_text_mweb .experties_text_title {
    width: 100%;
    margin-top: 100px;
  }

  .experties_text_mweb .experties_text_title p {
    color: #f8be00;
    font-family: Nexa;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 125% */
  }
  .experties_text_mweb .experties_text_subTitle {
    width: 80%;
  }
  .experties_text_mweb .experties_text_subTitle p {
    color: #ededed;
    font-family: Nexa;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .experties_mweb .experties_image {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .experties_mweb .experties_cta_btn_mweb {
    cursor: pointer;
    width: 55%;
    margin: 47px auto 0;
    padding: 14px 62px;
    position: relative;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--border-top-color) var(--border-right-color)
      var(--border-bottom-color) var(--border-left-color);
  }
  .experties_cta_btn_mweb img {
    width: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .experties_cta_btn_mweb button {
    background-color: #000;
    border: none;
    display: block;
    color: #f8be00;
    font-family: Nexa;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
  }
  #grow {
    width: 100%;
    background: linear-gradient(
      180deg,
      rgba(217, 217, 217, 0) 51.56%,
      rgba(248, 190, 0, 0.15) 100%
    );
  }
  .grow {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;

    /* background: linear-gradient(
      180deg,
      rgba(217, 217, 217, 0) 0%,
      rgba(248, 190, 0, 0.3) 100%
    ); */
    background: linear-gradient(
      180deg,
      rgba(217, 217, 217, 0) 51.56%,
      rgba(248, 190, 0, 0.15) 100%
    );
  }
  .grow .h1 {
    width: 80%;
    margin: auto;
    margin-top: 50px;
  }
  #grow h2 {
    color: #fff;
    text-align: center;
    font-family: Nexa;
    font-size: 30px;
    font-style: normal;
    font-weight: 200;
    line-height: 34px;
  }
  .grow .grow_cta {
    display: flex;
    justify-content: center;
    width: 50%;
    padding: 14px 62px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--border-top-color) var(--border-right-color)
      var(--border-bottom-color) var(--border-left-color);
  }

  .grow .grow_cta img {
    width: 10px;
  }

  .grow_cta .experties_btn,
  .group-btn .experties_btn {
    color: #f8be00;
    text-align: center;
    font-family: Nexa;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .mail .mailId {
    color: var(--Text-Body, #ededed);
    text-align: center;
    font-family: Nexa;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .mail .emailUs {
    color: #f8be00;
    text-align: center;
    font-family: Nexa;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footer {
    width: 90%;
    margin: 42px auto 0;
    color: rgba(82, 80, 73, 0.8);
  }
  .footerTop {
    padding: 10px;
  }
  .footerBodyCard {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .footerBodyCard .footer_address {
    /* border: solid hotpink; */
    width: 90%;
  }
  .footerBodyCard .footer_address p {
    color: rgba(82, 80, 73, 0.8);
    font-family: Nexa;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .footerTop img {
    width: 120px;
  }
  .footerTop p {
    color: rgba(82, 80, 73, 0.8);
    font-size: 12px;
  }
  .legalPolicy {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .formModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    width: 430px;
    overflow-x: hidden;
    border-radius: 10px;
    z-index: 2;
  }
  .ul_legal,
  .ul_policy li,
  .footerBottom p,
  .ul_legal li,
  .ul_policy {
    color: rgba(82, 80, 73, 0.8);
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 10px;
    /* padding-top: 30px; */
    margin-top: 20px;
    margin-left: 30px;
  }
  .ul_policy li {
    margin: 0;
    padding: 0;
    line-height: 20px;
    margin-left: 10px;
  }
  .ul_legal li {
    margin: 10px;

    color: rgba(82, 80, 73, 0.8);
  }
  .ul_policy {
    line-height: 20px;
  }
  .ul_legal .ann_report {
    margin-left: 20px;
  }
  .modalWrapper {
    width: 430px;
  }
  .modalHeader .modalHeader_title {
    color: #f8be00;
    width: 300px;
    text-align: center;
    font-family: Nexa;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    margin: 40px 59px 10px;
  }
  .modalHeader .modalHeader_subtitle {
    color: var(--Text-Body, #ededed);
    font-family: Nexa;
    font-size: 20px;
    font-weight: 300;
    width: 250px;
    margin: 0;
    line-height: 10px;
  }
  .formName div {
    width: 292px;
    display: flex;
    row-gap: 0;
    flex-direction: column;
  }

  .modalHeader p {
    width: 250px;
    font-size: 20px;
    margin: 10px 90px 29px;
  }
  .modalFooter {
    width: 430px;
    padding: 23px 0;
  }
  .modalFooter label {
    color: #ccc;
    font-family: Nexa;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 26px 69px 13px;
  }
  .formName input,
  .addresss_form input {
    width: 292px;
    border: 1px solid #39352a;
    color: var(--Text-Body, #ededed);
    font-family: Nexa;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 14px 69px 18px;
    background: #000;
  }
  .dropdown {
    width: 330px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    border: 1px solid #39352a;
    margin: 10px 69px;
  }
  .dropdown-toggle {
    cursor: pointer;
    width: 290px;
  }
  .dropdown-toggle p {
    font-size: 14px;
  }
  .dropdown-content {
    top: 40px;
  }
  .dropdown-content .option {
    width: 290px;
  }
  .option p {
    font-size: 14px;
  }
  .button-group {
    margin: 14px 69px;
    width: 292px;
    gap: 5px;
  }
  .button-group input {
    border-radius: 5px;
    width: 90px;
    padding: 15px 8px;
    font-size: 14px;
    align-self: center;
  }
  #inputContainer input {
    width: 310px;
    margin: 14px 69px 20px;

    font-size: 14px;
  }
  .button-group input:focus {
    font-size: 14px;
  }
  .formSubmit {
    width: 330px;
    margin: 10px 69px;
    padding: 0;
  }
  .formBtn {
    font-size: 14px;
  }
  .formSubmit img {
    width: 10px;
  }
  /* accordian_modal */

  #accordianModal {
    display: none;
    position: fixed;
    top: 100px; /* Position at the top of the viewport */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust for center alignment */
    background: black;
    width: 430px;
    height: 430px;

    padding: 20px;
    border: 1px solid #39352a;
    z-index: 5;
  }
  .accordian_modal_header {
    background: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .accordian_modal_title {
    margin: 32px 2px 20px 30px;
  }
  .accordian_modal_header p {
    width: 100px;
    color: #f8be00;
    font-family: Nexa;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 125% */
  }
  .accordian_modal_header img {
    width: 21px;
    margin: 47px 30px;
  }
  .accordian_modal_footer {
    width: 370px;
    margin: 0 30px 25px;
    border: 0.5px solid #39352a;
    height: 'fit-content';
    background: #000;
    border-radius: 20px;
  }

  .accordian_modal_footer_head {
    border: 0.5px solid #39352a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px 20px 0 0;
  }
  .accordian_modal_footer_title {
    margin: 35px 100px 21px 35px;
  }
  .accordian_modal_footer_title p {
    color: #ededed;
    font-family: Nexa;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 105.556% */
  }
  .accordian_modal_footer_img {
    width: 20%;
    margin-right: 20px;
    /* margin: 34px 25px 31px 0; */
  }
  .accordian_modal_footer_img img {
    width: 100%;
    /* margin: 34px 25px 31px 0; */
  }
  #accordian_modal_footer_modal {
    background-color: #000;
    width: 301px;
    margin: 20px 35px;
  }
  .modal_accordion_item_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .modal_accordion_item_title p,
  .modal_accordion_item_content {
    color: #f8be00;
    font-family: Nexa;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .modal_accordion_item_title p {
    margin: 21px 0 0px;
  }
  .modal_accordion_item_title span {
    color: #f8be00;
  }
  .modal_accordion_item_content {
    display: none;
    color: #d9d9d9;
    margin: 20px 0 10px;
    position: relative;
  }
  .modalAccordianToggle {
    display: block;
  }
  .modal_accordion_card hr {
    width: 370px;
    position: absolute;
    right: 30px;
    border: 0.5px solid #39352a;
  }
  #ourServices {
    position: relative;
  }
  #openModal {
    width: 100vw;
    background-color: #000;
    position: fixed;
    top: 50px; /* Position at the top of the viewport */
    /*  */
    z-index: 4;
  }
}
