.profile {
  border-radius: 50% !important;
  display: block;
  margin: auto;
}

.img-button {
  display: inline-block;
  padding: unset;
  text-align: unset;
  width: auto;
}

.footer {
  background-color: #000000;
}

.link {
  color: #FFFFFF;
  opacity: 1;
  text-decoration: underline;
}

.small-text {
  font-family: 'Open Sans';
  font-weight: lighter;
  font-size: 1rem;
}

.nav-container {
  max-width: unset;
}

.nav-link {
  font-size: 24px;
  font-weight: lighter;
}

.container {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  max-width: unset;
  flex-wrap: wrap;
}

.heading.h1 {
  font-size: 24px;
  text-align: left;
}

.page-content-card {
  border-radius: unset;
  margin-top: unset;
}

.cf-tabs-menu-2 {
  /* align-self: flex-end; */
  align-self: flex-start;
}

.cf-tabs-menu-2 {
  margin-right: 0;
}

.cf-tabs-content-2,
.cf-flex-image-wrapper {
  max-width: 380px;
  max-height: 520px;
  margin: auto;
  overflow: hidden;
}

.device {
  max-height: 620px;
  display: block;
  margin: auto;
  margin-bottom: -160px;
  overflow: hidden;
}


/* POST CARD STARTS */
.card-link {
  text-decoration: none;
  display: block;
  max-width: 450px;
  transition: transform 0.2s ease-in-out;
}

.card {
  background-color: #ffffff;
  border: 1px solid #e1e4e8;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease;
}

/* Hover Effects */
.card-link:hover .card {
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
  border-color: #d0d7de;
}

.card-link:hover {
  transform: translateY(-2px);
}

/* Header Styles */
.card-header {
  margin-bottom: 16px;
}

.logo-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.card-logo-container {
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-logo {
  background-color: #1e56a0;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  text-transform: lowercase;
}

.brand-name {
  color: #57606a;
  font-size: 14px;
  font-weight: 500;
}

/* Body Styles */
.card-title {
  color: #1f2328;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 20px 0;
  font-weight: 600;
}

/* Footer Styles */
.card-footer {
  color: #57606a;
  font-size: 13px;
  display: flex;
  align-items: center;
  border-top: 1px solid #f6f8fa;
  padding-top: 16px;
}

.separator {
  margin: 0 8px;
  color: #d0d7de;
}

.author {
  font-weight: 500;
}

/* POST CARD ENDS */


/***** NEW STYLES TO REVIEW *****/

/* Nabar */
@media screen and (max-width: 767px) {
  .nav-container {
    margin-top: 18px;
  }
}

/* Hero device */
.device {
  margin-bottom: auto;
}

@media screen and (max-width: 767px) {
  .device {
    margin-bottom: -160px;
  }
}

/* FEATURES AND REVIEW SETIONS START */
.cf-tabs-content-2,
.cf-flex-image-wrapper {
  margin: unset;
}

.cf-feature-tabs-wrapper {
  padding-bottom: 0;
}

#review-section {
  background-color: #0248aa;
  color: white;
}

.review-text {
  color: white;
  font-size: 1.9em;
  text-align: justify;
}

/* FEATURES AND REVIEW SETIONS END */