body {
  display: flex;
  justify-content: center;
}
.content-container {
  max-width: 577px;
  position: relative;
}
.tabs {
  position: fixed;
  display: grid;
  top: 30%;
  right: 0;
  z-index: 999;
  cursor: pointer;
}
.cnc-bd-example {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 50px;
}
.carousel-item img {
  width: 100%;
  height: 164px;
  object-fit: cover;
}
.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50px !important;
}
.cnc-card {
  position: relative;
  width: 100%;

  margin: 20px auto;
  overflow: hidden;
}
.layout {
  position: relative;
  width: 100%;
  max-width: 577px;
  margin: 20px auto;
  overflow: hidden;
}
.layout img {
  width: 100%;
}

.cnc-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#icon {
  /* fill: #007bff; */
}
.nav-item.active {
  border-left: 2px solid #f8b500; /* Change to your desired color */
  fill: #f8b500; /* Optional: Change the text color */
}

.nav-item {
  display: flex;
  align-items: center;
  padding: 5px;
  border-bottom: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  background-color: #fff;
}
.tabs .nav-item:first-child {
  border-top: 1px solid #c4c4c4 !important;
}

.cnc-connect-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 15px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.cnc-connect-button img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.cnc-connect-text {
  position: absolute;
  bottom: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.cnc-card-title {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.2;
  background-color: rgba(247, 247, 247, 0.884);
  padding: 15px 20px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.5s;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  margin: 0;
}
h2 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.cnc-underline {
  width: 100px;
  height: 4px;
  background-color: #f8b500;
  margin: 0 auto 20px;
}
.cnc-title {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .carousel-item img {
    width: 100%;
    height: 164px !important;
  }
}
.carousel-item img {
  width: 100%;
  height: 50%;
  object-fit: unset;
}

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: var(--dark-grey);
  transition: 0.3s;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: black;
  border-bottom: solid 1px var(--secondary-blue);
  padding-bottom: 10px;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #5f687b;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: black;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
#header {
  position: sticky;
  top: 0;
  overflow: hidden;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  background-color: #ffffff;

  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 18px 0;
  background: #fff;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#header .logo a {
  color: #5f687b;
}

#header .logo img {
  max-height: 100px;
}
#header.header-scrolled .logo img {
  max-height: 60px;
}

@media (max-width: 991px) {
  #header {
    padding: 12px 0;
  }
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 18px 0;
  background: #fff;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: var(--secondary-blue);
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #206bfb;
  color: #fff;
}

.cnc-container {
  position: relative;
  width: 100%;
  max-width: 577px;
  margin: 0px auto;
  overflow: hidden;
  align-items: center;
  padding: 0px;
  font-size: 30px !important;
}
.icon {
  padding-left: 10px;
  cursor: pointer;
  border-radius: 50px;
  background: red;
  color: white;
  margin-right: 10px;
}
.footer {
  position: fixed;
  display: grid;
  top: 85.5%;
  left: 80%;
  z-index: 999;
  cursor: pointer;
}
.footer img {
  height: 50px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
#sendMessageButton {
  width: 100%;
  background-color: #16be45;
  color: white;
}
.cnc-card-description {
  display: block;
  padding: 8px 4px 2px 4px;
}