* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Univia Pro";
  src: url("fonts/UniviaPro-Regular.woff2") format("woff2"),
    url("fonts/UniviaPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Univia Pro";
  src: url("fonts/UniviaPro-Bold.woff2") format("woff2"),
    url("fonts/UniviaPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}


.fa-solid {
  color: #16232a;
  font-size: 25px;
}
.navbar {
  background-color: rgb(22, 35, 42);
  color: #fff;
}
  .footer_home img{
        filter: brightness(0) invert(1);
      }
.brand_logo {
  width: 30%;
}
      .header{
        position: absolute;
        width: 100%;
        z-index: 99;
      }
.brand_logo img {
  width: 145px;
    filter: brightness(0) invert(1);
}

.nav-item .nav-link {
  color: #fff;
  font-size: 20px;
  padding: 15px !important;
  font-weight: 400;
text-transform: capitalize;
}

.nav-item .nav-link:hover {
  color: bisque;
  transition: 0.2s ease-in-out;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent !important;
}

.dropdown-item:active {
  background: none !important;
  color: #b6ab8d;
}
.dropdown-item:hover {
  background: none !important;
  color: #b6ab8d;
}

/* Middle line style for dropdown items */
.dropdown-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
    font-size: 11px;
        font-family: "univia-pro", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  color: #16232a!important;
}
.dropdown-item::after{
    content: "";
    position: absolute;
    left: 36%;
    top: 38px;
    width: 30%;
    border: 1px solid #b6ab8d;
}
.dropdown-item{
  color: #b6ab8d;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  margin-top: 0;
  background-color: #f7f7f7;
  border: none !important;
  border-radius: 0px !important;
  padding: auto 0px !important;
  width: auto;
  padding: 20px;
}
.footer-text{
  font-size: 18px;
}
.footer-text a{
  color: #fff;
  text-decoration: none;
}
/* hero section css  start*/

.hero-section {
  position: relative;
  height: 140vh;
  overflow: hidden;
  color: #fff;
}

.hero-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  text-align: center;
  padding: 280px 20px 0 20px;
}
  .market-content{
      position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
      padding: 100px 20px 0 20px;
  }
.market-content h2{
        font-family: "univia-pro", Sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1em;
  }
.hero-title {
  font-size: 60px;
  font-family: "Univia Pro", sans-serif;
  color: #b6ab8d;
  margin-bottom: 10px;
  font-weight: 400;
}

.hero-underline {
  width: 100px;
  height: 1px;
  background-color: #b6ab8d;
  margin: 16px auto;
}

.hero-subtitle {
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 400;
}

/* Optional: dark overlay for better contrast */
.overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.container_own {
  max-width: 1480px;
  height: auto;
  margin: 0 auto;
}
.card-gallery {
  margin-top: -350px;
  padding: 100px 40px;
  /* background: #0b1a23; */
  z-index: 2;
  position: relative;
}

.card-row {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  flex-wrap: wrap;
}

.image-card {
  height: 430px;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease, box-shadow 0.3s ease;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transform-style: preserve-3d;
}
 .image-card::after {
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 5%);
    transition: opacity 0.3s ease-in-out;
    z-index: 99999;
}

.image-card   .caption img{
   filter: brightness(0) invert(1);
}

.image-card .main_img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  overflow: hidden;
  display: block;
  transition: transform 0.5s ease;
}

.image-card .caption {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  font-size: 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  padding: 20px 0 40px 0;
  transition: all 0.4s ease;
  opacity: 0.9;
}

/* Hover Effects */
.image-card.center:hover {
  transform: scale(1.08);
  z-index: 3;
}

/* Maintain spacing + smooth entry */
.image-card.center {
  transition: transform 0.6s ease;
  z-index: 2;
}

.image-card.left,
.image-card.right {
  z-index: 1;
}

.quote-section {
  /* background-color: #f9f9f9; */
  padding: 80px 20px;
  text-align: center;
}

.quote-container {
  max-width: 1000px;
  margin: 0 auto;
}

.quote-line {
  width: 80px;
  height: 2px;
  background-color: #b6ab8d; /* soft gold */
  margin: 20px auto;
}

.quote-text {
  font-size: 40px;
  font-weight: 300 !important;
  color: #2e2e2e;
  line-height: 1.4em;
}

/* opening mind and market section css */

.hero_section_two {
  position: relative;
  color: white;
  text-align: center;
  background: url("https://cognizant.scene7.com/is/image/cognizant/cdo-industries-subpage-banner-v2-1")
    no-repeat center center/cover;
  background-attachment: fixed;
  padding: 250px 20px;
  z-index: 1;
  /* clip-path: polygon(0 9%, 100% 0%, 100% 88%, 0% 100%); */
}

.hero_content_two {
  position: relative;
  z-index: 3;
  max-width: 900px;
  margin: 15px auto;
  line-height: 35px;
  letter-spacing: 1px;
  font-size: 24px;
}

h2.section-heading {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #b6ab8d;
}

.divider-common {
  width: 100px;
  height: 1px;
  background-color: #b6ab8d;
  margin: 10px auto 20px auto;
}

/* brief history section */
.history-section {
  padding: 100px 100px;
  text-align: center;
  position: relative;
}

.history-title {
  font-size: 20px;
  letter-spacing: 2px;
  color: #40828c;
  text-transform: uppercase;
}

.history-divider {
  width: 100px;
  height: 1.2px;
  background-color: #b6ab8d;
  margin: 40px auto;
}

.carousel-year {
  font-size: 40px;
  color: #b6ab8d;
  font-weight: 400;
}

.carousel-desc {
  font-size: 24px;
  margin: 20px auto;
  color: #16232a;
  width: 70%;
}

.carousel-emp {
  margin: 20px 0;
  color: #b6ab8d;
  letter-spacing: 2px;
  font-size: 18px;
}

.timeline-nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 75%;
  margin: 80px auto ;
  padding: 0 20px ;
}

.timeline-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background: #b6ab8d;
  z-index: 1;
}

.timeline-dot {
  position: relative;
  z-index: 2;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 2px solid #b6ab8d;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.timeline-dot.active {
  background: #000;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon.new,
.carousel-control-next-icon.new {
  background-color: rgb(22, 35, 42) !important;
  padding: 15px !important;
  border-radius: 50%;
}

@media (max-width: 576px) {
  .carousel-year {
    font-size: 30px;
  }

  .carousel-desc {
    font-size: 18px;
  }

  .timeline-nav {
    gap: 10px;
    margin: 50px auto;
  }
}

/* get to knows section */

.know-section {
  background: url("https://www.newsbtc.com/wp-content/uploads/2023/03/Bitcoin-shorts.jpeg?fit=509%2C339")
    no-repeat center center fixed;
  background-size: cover;
  color: white;
  padding: 190px 0;
  position: relative;
  margin: 0 0 80px 0;
  clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 93%, 0% 50%);
}

.know-section .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.know-content {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: 60px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #b6ab8d;
}

.section-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 1.5px;
  background-color: #b6ab8d;
  margin: 15px auto 0;
}

.stat-item {
  text-align: center;
  padding: 60px 20px;
  border: 1px solid #b6ab8d;
}

.stat-item h2 {
  font-size: 60px;
  margin-bottom: 10px;
  color: #fff;
}
.stat-item h5 {
  font-size: 20px;
  margin-top: 48px;
  margin-bottom: 10px;
}

.stat-item p {
  font-size: 17px;
  color: #b6ab8d;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .stat-item {
    border: none;
    padding: 20px 10px;
  }
}

/* recent post css */
.recent_post_section {
  max-width: 1480px;
  margin: 50px auto;
}
.carousel-container {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item-custom {
  flex: 0 0 32.333%;
  padding: 10px;
}

.carousel-item-custom img {
  width: 100%;
  height: auto;
  border-radius: 0px;
  object-fit: cover;
}

.carousel-indicators-custom {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.carousel-indicators-custom button {
  width: 12px;
  height: 12px;
  background-color: #bbb;
  border: none;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.carousel-indicators-custom button.active {
  background-color: #333;
}

.navbar-toggler {
  border: 1px solid #fff !important;
}

.navbar-toggler span svg {
  color: red !important;
}

.border-top-left{
  border-left: none;
  border-top: none;
}
.border-top-left-bottom{
    border-left: none;
    border-bottom: none;
}
.bordre-right{
  border-right: none!important;
}
.footer_home {
  background-color: rgb(22, 35, 42);
  padding: 40px 16px 20px 16px;
}

.footer_home h5 {
  color: #b6ab8d;
}

.footer_home .copyright_text {
  color: #b6ab8d;
  font-size: 15px;
}
.footer_home .copyright_lst {
  color: #b6ab8d;
  font-size: 15px;
}
.footer_home .copyright_lst  a{
  color: #b6ab8d;
  font-size: 14px;
  text-decoration: none;
}
.footer_home ul{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer_home .big_link{
  font-size: 18px;
  font-weight: 400;
}
.footer_home .small_link {
  font-size: 14px;
  
}
.footer_home img {
  width: 160px;
  margin-bottom: 60px;
}

.border_secondary{
  border: 1px solid #b6ab8d;
}
.design_txt{
  color: #2D5B62;
  font-size:12px;
  letter-spacing: 1.2px;
  font-weight: 500;
}

  .header .navbar{
        background: transparent;
  }
.header.header-relative{
      position: relative;
}
.header.header-relative .brand_logo img{
    filter:none;
}
.header.header-relative .nav-item .nav-link{
  color: #000000;
}

/*  mobile responsive */


@media (max-width: 576px) {

  .header .navbar-nav{
          background: rgb(22, 35, 42);
        border-radius: 6px;
        margin-top: 13px;
  }
  .brand_logo img {
        width: 99px;
  }
.navbar-toggler-icon{
    filter: invert(1);
}


.hero-section {
  height: 120vh;
}


.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  text-align: center;
  padding: 120px 20px 0 20px;
}

.image-card {
width: 100%;
height: 335px;
}



.quote-text {

font-size: 20px;
}

.hero_section_two {
  padding: 100px 20px;
}

.history-section{
  margin-top: 50px;
  padding: 8px;
}

.history-divider{
  margin: 25px auto;
}
.timeline-dot {
width: 9px;
height: 9px;
}


.section-title {
margin-bottom: 30px;
font-size: 35px;
}
.stat-item h2 {

font-size: 45px;}
}

@media (min-width: 992px) {
  
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

}

@media (max-width: 576px) {
    .dropdown .nav-link, .dropdown-submenu .dropdown-item {
        display: flex;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
    }
    .header.header-relative{
      position: relative;
}
.header.header-relative .brand_logo img,
.header.header-relative .navbar-toggler-icon{
    filter:none;
}
.header.header-relative .nav-item .nav-link{
  color: #fff;
}
.dropdown-item{
  justify-content: start;
}
.navbar-nav .dropdown:hover .dropdown-menu{
  width: 100%;
  border-radius: 10px;
}
.dropdown-item::after{
  left: 0;
  width: 100%;
}
.card-gallery{
      padding: 100px 20px;
}
.image-card .main_img{
      height: 400px;
}
  }