.inner_project_img img {
  height: 354px;
  width: 100%;
  object-fit: cover;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.8s ease-in-out;
}
.inner_project2_img img {
  height: 354px;
  width: 100%;
  object-fit: cover;
}
.inner_project_img img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

.inner_project_content h2 {
  font-family: "Playfair", Sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #001f3f;
  text-align: center;
  margin: 0px;
  padding-top: 25px;
}
.inner_project_content p {
  color: #676767;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0px;
  padding: 18px 0px;
}
.project_tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.project_tags p {
  font-weight: 600;
  background-color: #e9e9e9;
  color: #6b6b6b;
  border-radius: 4px;
  padding: 8px 0px;
  font-size: 14px;
  margin-bottom: 8px !important;
}

/* swiper css / */

.project_swipper {
  position: relative;
  padding: 53px 30px 0px 30px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  padding-top: 68px;
  position: static;
}
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  border: 2px solid #001f3f;
  border-radius: 50px;
  background: none;
  opacity: 1;
  height: 14px;
  width: 14px;
}

.swiper-pagination-bullet-active {
  background: #001f3f !important;
  width: 57px !important;
}
/* swiper css end  */
.project_wrap2 {
  padding-bottom: 50px;
}
.project2_wrap {
  padding-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}
.project_para {
  color: #6b6b6b;
  padding-top: 12px;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px !important;
}

/* pagination css  */
.page-numbers {
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.page-numbers li {
  border: 1px solid #001f3f;
  width: 25px;
  height: 30px;
  border-radius: 3px;
}
.page-numbers li:first-child {
  width: auto;
  height: auto;
  border: none;
}
.page-numbers li:last-child {
  width: auto;
  height: auto;
  border: none;
}
.page-numbers li a:first-child {
  width: auto;
  height: auto;
  color: grey !important;
  border: none !important;
}
.page-numbers li a:last-child {
  width: auto;
  color: #a4a4a4 !important;
  border: none !important;
  height: 100%;
  font-family: "Open Sans", Sans-serif;
}
.page-numbers.current {
  background-color: #001f3f;
  color: white;
  width: 25px;
  height: 30px;
  border-radius: 3px;
  padding-bottom: 3px;
}
.project-pagination {
  padding-top: 78px;
  padding-bottom: 30px;
}
.how_it_wrap {
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 1200px) {
  .project2_wrap {
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .how_it_wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .ourvaultslider {
    padding: 20px;
  }
  .investor-circle .submit {
    width: 50%;
  }
  .investor-circle {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 5px;
  }
  .investor-circle p {
    width: 100% !important;
    height: fit-content;
  }
  .investor-circle input {
    width: 100%;
    height: fit-content;
  }
  /*  .project2_wrap {
    padding-top: 100px;
    padding-top: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }*/
  .project2_wrap {
    padding-top: 100px;
    padding-top: 100px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 100px 15px 0px 15px;
  }
  .investor-circle {
    display: flex;
    gap: 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .project_tags {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
}
@media (max-width: 420px) {
  .project_tags {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
  .project2_wrap {
    padding-top: 50px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .project_wrap2 {
    padding-bottom: 20px;
  }
}

/*28-7-2025*/

/*  Media Query Start*/
@media (max-width: 767px) {
  .hide-mobile {
    display: block !important;
  }
  .soc-footd ul {
    margin: 0px !important;
  }
  .form-row {
    margin-bottom: 12px !important;
  }
  .form-col {
    flex: 1 1 100%;
  }

  .form-textarea {
    height: 160px;
  }
}

/*  Media Query End*/

.slider-section-top .bdt-prime-slider-social-icon {
  display: none;
}

.slider-section-top a.bdt-slide-btn {
  display: none !important;
}

.soc-footd .elementor-icon-list-item {
  position: relative;
  padding-left: 30px;
}

.soc-footd .elementor-icon-list-item::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.soc-footd a {
  justify-content: normal !important;
}

.hide-mobile {
  display: none;
}

/*29-7-2025  */
.investor-circle {
  display: flex;
  gap: 5px;
}

.investor-circle input,
.investor-circle select {
  border: 1px solid #c8b560 !important;
  height: 53px;
  outline: none !important;
  font-size: 14px;
}

.investor-circle p {
  width: 25%;
}

.submit {
  background-color: #001f3f;
  color: #c8b560;
  padding: 15px 52px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: "Open Sans", Sans-serif;
}

.submit:hover {
  background-color: #001f3f;
  color: #c8b560;
}

/*  Contact Us page form css*/

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 25px;
}

.form-col {
  flex: 1 1 48%;
}

.custom-contact-form .form-input,
.custom-contact-form .form-textarea {
  border: 1px solid #e9e9e9 !important;
  border-radius: 0px !important;
  font-size: 14px;
}

.form-textarea {
  height: 225px;
  resize: vertical;
  flex: 1 1 100%;
}

/* Ensure full width on mobile */

/* Submit Button */

.custom-contact-form .form-submit {
  color: #fff !important;
  padding: 12px 45px;
  border: none;
  transition: background 0.3s ease;
  display: inline-block;
}

.form-submit:hover {
  background-color: #001e3a;
}

.custom-contact-form .form-input::placeholder,
.custom-contact-form .form-textarea::placeholder {
  color: #6b6b6b;
  font-size: 14px;
}

.color-how {
  color: #c8b560;
}

/* 31-7-2025 */

.investor-access-form .name {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 10px;
}
.investor-access-form .email {
  width: 49%;
  margin-bottom: 10px;
}
.investor-access-form .investment-interest label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6b6b6b;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 400;
}
.investor-access-form .investment-interest {
  display: inline-block;
  margin-top: 10px;
}
.investor-access-form .submit-investor {
  line-height: normal !important;
  padding: 1rem 1.75rem;
  font-size: 1rem !important;
  color: #ffffff !important;
  background-color: #001f3f !important;
  margin-top: 14px;
}
.investor-access-form .investment-interest .first {
  margin: 0;
}
.investor-access-form .investment-interest input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: #001f3f;
}
.investor-access-form .warning-section {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.investor-access-form .warning-section p {
  font-size: 14px;
  color: #d54444;
  font-weight: 400;
  font-family: "Open Sans";
}
.investor-access-form .warning-section i {
  color: #d54444;
  font-size: 21px;
}
.investor-access-form input.wpcf7-form-control {
  background: #efefef;
  color: #6b6b6b;
  border: none !important;
  border-radius: 0px !important;
  height: 62px;
  line-height: 62px;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  outline: none !important;
}
/*.slick-slide {
    display: block !important;
}

.htslider-arrow-2.htslider-postslider-area button.slick-arrow, .htslider-arrow-3.htslider-postslider-area button.slick-arrow{
  transform:rotate(0) !important
}
.elementor-7 .elementor-element.elementor-element-8ea3c2b .htslider-arrow-3.htslider-postslider-area button.htslider-carosul-next.slick-arrow{
  left:24.5% !important;
}*/
button.slick-arrow {
  top: 83% !important;
}
@media screen and (max-width: 768px) {
  .elementor-7
    .elementor-element.elementor-element-8ea3c2b
    .htslider-arrow-3.htslider-postslider-area
    button.htslider-carosul-next.slick-arrow {
    left: 35% !important;
  }
}

.investor-circle .submit {
  padding: 15px 53px;
}
.home-page-slider {
  position: relative;
}

.home-page-slider::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 92px;
  z-index: 9;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(2, 0, 36, 0) 0%,
    rgba(0, 31, 63, 1) 100%
  );
}

@media screen and (max-width: 1440px) {
  .htslider-arrow-1.htslider-postslider-area
    button.htslider-carosul-next.slick-arrow {
    right: 530px !important;
  }

  .htslider-arrow-1.htslider-postslider-area button.slick-arrow {
    left: 530px !important;
  }
}

.image-change img:hover {
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.05);
}

.image-change img {
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.8s ease-in-out;
}

/*27-8-2025*/

.project-showcase-project .inner_project2_img img:hover {
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

.project-showcase-project .inner_project2_img img {
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.8s ease-in-out;
}

/*03-10-2025*/
.ourvaultslider {
  width: 100%;
}

/*.project3_wrap {
    padding-top: 70px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 21px;
    justify-content: center;
    max-width: 500px;
    justify-content: center;
    margin: 0 auto;
}
*/

.project3_wrap {
  padding-top: 70px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 21px;
  justify-content: center;
  max-width: 500px;
  justify-content: center;
  margin: 0 auto;
  padding: 20px;
}
@media (max-width: 768px) {
  .project_swipper {
    padding: 0px !important;
  }
}
