body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  background: #f5f5f5;
  padding: 20px;
  /* overflow: hidden !important; */
}

/* style of hero section */
.hero {
  position: relative;
  width: 100%;
  height: 615px;
  background-image: url("../images/bg-image.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 50px;
  border-radius: 52px;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 870px;
}

.hero-content h1 {
  font-size: 65px;
  line-height: 1.3;
  font-weight: 600;
  width: 820px;
  height: 170px;
  margin: 0;
}

.hero-content p {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 1.5;
  width: 616px;
  letter-spacing: -1px;
  height: 60px;
  font-weight: 500;
}

.nav-tabs {
  width: 291px;
  height: 56px;
  border-bottom: none;
}

.nav-tabs .nav-link {
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 8px 18px;
  border: none;
  background: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  width: 90px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-tabs .nav-link.active {
  color: #00AEFF;
  border-bottom: 2px solid #00AEFF;
  background: #fff;
}

.nav-tabs .nav-link:first-child {
  border-radius: 0 0 0 0;
}

.nav-tabs .nav-link:last-child {
  border-radius: 0 0 0 0;
}


.search-box-content {
  background: white;
  padding: 20px;
  border-radius: 0 6px 6px 6px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  width: 801px;
  height: 104px;
}

.search-box input {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 6px;
  font-size: 0.9rem;

}

.search-box {
  background: #fff;
  border-radius: 0 6px 6px 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  max-width: 900px;
}

.search-field {
  flex: 1;
  min-width: 180px;
}

.search-label {
  font-size: 13px;
  color: #555;
  font-weight: 600;
  margin-bottom: 4px;
  display: block;
}

.search-value {
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

.btn-browse {
  background-color: #00AEFF;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  transition: background-color 0.3s;
  white-space: nowrap;
}

.btn-browse:hover {
  background-color: #0090d9;
}

/* responsive of hero section  */
@media (max-width: 1400px) {
  .hero {
    width: 100%;
    height: 615px;
    padding: 30px 20px;
  }
}


@media (max-width:1024px) {
  .hero {
    width: 100%;
    height: 615px;
    padding: 30px 20px;
  }
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
    width: 100%;
    height: auto;
  }

  .hero-content p {
    width: 100%;
    height: auto;
  }

  .nav-tabs {
    width: 100%;
  }

  .nav-tabs .nav-link {
    width: auto;
  }

  .search-box {
    flex-direction: column;
    align-items: stretch;
  }
}

/* featured sction style  */

.features-heading {
  width: 100%;
  max-width: 1140px;
  height: auto;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 15px;
}

.featured-text h3 {
  font-size: 42px;
  font-weight: 500;
  color: #011923;
  margin-bottom: 6px;
}

.featured-text p {
  font-size: 16px;
  margin: 0;
  color: #41495E;
  font-weight: 500;
  line-height: 24px;
}

.featured-tabs {
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 310px;
  gap: 8px;
  background: #fff;
  flex-shrink: 0;
}

.featured-tabs button {
  border: none;
  background: transparent;
  font-weight: 600;
  color: #333;
  font-size: 16px;
  border-radius: 50px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s;
  width: 100px;
  height: 48px;
}

.featured-tabs button.active {
  background-color: #00AEFF;
  color: #fff;
}

.featured-tabs button.active i {
  color: #fff;
}

.featured-tabs i {
  font-size: 18px;
  color: #00AEFF;
}

.featured-tabs button.active:hover i {
  color: #00AEFF;
}

.featured-tabs button:hover {
  background: #f5faff;
  color: #000;
}

/* responsive */
@media (width:1440px) {
  .features-heading {
    width: 100%;
    max-width: 1300px;
    height: auto;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 15px;
  }
}

@media (max-width: 992px) {
  .features-heading {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
  }

  .featured-text h3 {
    font-size: 32px;
  }

  .featured-text p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 576px) {
  .features-heading {
    text-align: center;
    align-items: center;
  }

  .featured-text h3 {
    font-size: 26px;
  }

  .featured-text p {
    font-size: 14px;
    line-height: 20px;
  }

  .featured-tabs {
    width: 100%;
    justify-content: center;
    border-radius: 40px;
  }

  .featured-tabs button {
    width: auto;
    padding: 8px 16px;
    font-size: 15px;
  }
}


/* Property Cards Section */
.property-card {
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 590px;
}

.property-card:hover {
  transform: translateY(-5px);
}

.property-img {
  position: relative;
  overflow: hidden;
}

.property-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 24px;
}

.badge-hot {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff4747;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  font-size: 0.8rem;
  padding: 4px 10px;
}

.favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #00AEFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.favorite:hover {
  background: #eaeaea;
}

.property-body {
  padding: 15px;
  border-right: 1px solid #C2CBD9;
  border-bottom: 1px solid #C2CBD9;
  border-left: 1px solid #C2CBD9;
  height: 210px;
  border-radius: 0px 0px 24px 24px;
}

.property-body h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  color: #011923;
  font-family: "Plus Jakarta Sans";
}

.property-body p {
  color: #41495D;
  font-size: 15px;
  margin-bottom: 15px;
}

.property-divider {
  border: none;
  height: 2px;
  background-color: #C2CBD9;
  margin: 10px 0 15px 0;
  width: 100%;
}

.price {
  font-size: 34px;
  font-weight: 600;
  color: #011923;
  margin-bottom: 15px;
}

.price span {
  color: #6c757d;
  font-size: 16px;
  font-weight: 400;
}

.property-features {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #555;
  flex-wrap: wrap;
  gap: 8px;
}

.property-features i {
  margin-right: 5px;
  color: #0d6efd;
}

/* Responsive  */
@media (max-width: 992px) {
  .property-img img {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .property-img img {
    height: 200px;
  }

  .property-body {
    padding: 16px;
  }

  .price {
    font-size: 16px;
  }

  .property-features {
    font-size: 13px;
  }

  .property-card {
    height: 420px;
  }
}

@media (max-width: 576px) {
  .property-img img {
    height: 180px;
  }

  .property-body p {
    font-size: 0.85rem;
  }

  .property-card {
    height: 415px;
  }
}

/* taxonomy style */
.taxonomy-section {
  width: 1270px;
  height: 912px;
  margin: 35px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.taxonomy-heading {
  width: 100%;
  max-width: 1220px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 15px;
}

.taxonomy-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

.taxonomy-text h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 42px;
  color: #011923;
  margin: 0;
}

.taxonomy-text p {
  font-size: 16px;
  color: #41495E;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 24px;
  font-weight: 500;
  max-width: 420px;
  margin: 0;
}

/* responsive of heading taxonomy */
@media (max-width:1440px) {
  .taxonomy-heading {
    max-width: 1300px;
    padding: 0;
  }
}

@media (max-width: 992px) {
  .taxonomy-text {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .taxonomy-text h3 {
    font-size: 34px;
  }

  .taxonomy-text p {
    font-size: 15px;
    line-height: 22px;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .taxonomy-text {
    text-align: center;
    align-items: center;
  }

  .taxonomy-text h3 {
    font-size: 26px;
  }

  .taxonomy-text p {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
  }
}



.taxonomy-row {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.taxonomy-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #000;
  transition: transform 0.3s ease;
}

.taxonomy-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  transition: transform 0.4s ease;
}

.taxonomy-card:hover img {
  transform: scale(1.05);
}

.taxonomy-overlay {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 10%, rgba(0, 0, 0, 0) 70%);
}

.taxonomy-info {
  position: absolute;
  bottom: 20px;
  left: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  z-index: 2;
}

.taxonomy-btn {
  position: absolute;
  bottom: 15px;
  right: 20px;
  width: 45px;
  height: 45px;
  background: #00b2ff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  z-index: 2;
  transition: background 0.3s ease;
}

.taxonomy-btn:hover {
  background: #0090d1;
}

/* Specific Sizes */
.villa {
  width: 755px;
  height: 355px;
}

.apartment {
  width: 470px;
  height: 355px;
}

.home {
  width: 470px;
  height: 355px;
}

.office {
  width: 755px;
  height: 355px;
}

/* Responsive */
@media (max-width: 1200px) {
  .taxonomy-section {
    width: 100%;
    height: auto;
  }

  .taxonomy-row {
    flex-direction: column;
  }

  .villa,
  .apartment,
  .home,
  .office {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 768px) {

  .villa,
  .apartment,
  .home,
  .office {
    height: 240px;
  }

  /* .apartment {
    width: 50%;
  }

  .home {
    width: 50%;
  }

  .office{
    display: none;
  } */
}


@media (max-width: 576px) {

  .villa,
  .apartment,
  .home,
  .office {
    height: 200px;
  }
}

/* Latest Properties style */
.latest-heading {
  max-width: 1155px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto;
  gap: 350px;
  padding: 0 15px;
}

.latest-heading-text h3 {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 42px;
  color: #011923;
  margin: 0 0 10px 0;
}

.latest-heading-text p {
  font-size: 16px;
  color: #41495E;
  font-family: "Plus Jakarta Sans";
  line-height: 24px;
  font-weight: 500;
  width: 486px;
  margin: 0;
}

.nav-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 280px;
  height: 60px;
}

.nav-btn {
  width: 100px;
  height: 60px;
  border: 1px solid #41495A;
  border-radius: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: all 0.3s ease;
}

.nav-btn:hover {
  background-color: #3c4452;
}

.nav-btn:hover i {
  color: #fff;
}

.nav-btn i {
  font-size: 22px;
  color: #011923;
  transition: color 0.3s ease;
  font-weight: 500;
}

.page-number {
  font-size: 16px;
  font-weight: 600;
  color: #41495E;
  letter-spacing: 1px;
}



/* responsive */
@media (max-width:1440px) {
  .latest-heading {
    max-width: 1300px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0;
    gap: 350px;
    padding: 0 15px;
  }
}

@media (max-width: 1200px) {
  .latest-heading {
    gap: 150px !important;
  }

  .latest-heading-text h3 {
    font-size: 36px;
  }

  .latest-heading-text p {
    width: 420px;
  }
}

@media (max-width: 1024px) {
  .latest-heading {
    gap: 135px !important;
  }

  .latest-heading-text h3 {
    font-size: 32px;
  }

  .latest-heading-text p {
    width: 100%;
  }

  .nav-wrapper {
    width: auto;
    gap: 20px;
  }
}

/* @media (max-width: 992px) {
  .latest-heading {
    gap: 100px;
  }

  .latest-heading-text h3 {
    font-size: 34px;
  }

  .latest-heading-text p {
    width: 100%;
  }
} */

@media (max-width: 768px) {
  /* .latest-heading {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  } */



  .nav-wrapper {
    justify-content: center;
    width: 100%;
  }

  .latest-heading-text h3 {
    font-size: 28px;
  }

  .latest-heading-text p {
    font-size: 10px;
    line-height: 20px;
  }
}

@media (max-width: 576px) {

  .nav-btn {
    width: 70px;
    height: 50px;
  }

  .nav-wrapper {
    gap: 20px;
  }

  .page-number {
    font-size: 14px;
  }

  .latest-heading-text h3 {
    font-size: 26px;
  }
}

@media(max-width:425px) {
  .latest-heading {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

/* cards */
.latest-properties {
  width: 1270px;
  height: 800px;
  margin: 35px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.latest-property-card {
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 590px;
}

.latest-property-card:hover {
  transform: translateY(-5px);
}

.latest-property-img {
  position: relative;
  overflow: hidden;
}

.latest-property-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 24px;
}


.favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #00AEFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.favorite:hover {
  background: #eaeaea;
}

.latest-property-body {
  padding: 15px;
  border-right: 1px solid #C2CBD9;
  border-bottom: 1px solid #C2CBD9;
  border-left: 1px solid #C2CBD9;
  height: 210px;
  border-radius: 0px 0px 24px 24px;
}

.latest-property-body h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  color: #011923;
  font-family: "Plus Jakarta Sans";
}

.latest-property-body p {
  color: #41495D;
  font-size: 15px;
  margin-bottom: 15px;
}

.latest-property-divider {
  border: none;
  height: 2px;
  background-color: #C2CBD9;
  margin: 10px 0 15px 0;
  width: 100%;
}

.price {
  font-size: 34px;
  font-weight: 600;
  color: #011923;
  margin-bottom: 15px;
}

.price span {
  color: #6c757d;
  font-size: 16px;
  font-weight: 400;
}

.latest-property-features {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #555;
  flex-wrap: wrap;
  gap: 8px;
}

.latest-property-features i {
  margin-right: 5px;
  color: #0d6efd;
}

.latest-property-cards .card-4 {
  display: none;
}

/* Responsive  */
@media (max-width: 1024px) {
  .latest-properties {
    width: 955px;
  }
}

@media (max-width: 992px) {
  .latest-property-img img {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .latest-properties {
    width: 740px;
    height: auto;
  }

  .latest-property-cards .card-4 {
    display: block;
  }

  .latest-property-img img {
    height: 200px;
  }

  .latest-property-body {
    padding: 16px;
  }

  .price {
    font-size: 16px;
  }

  .latest-property-features {
    font-size: 13px;
  }

  .latest-property-card {
    height: 420px;
  }
}



@media (max-width: 576px) {
  .latest-property-img img {
    height: 180px;
  }

  .latest-property-body p {
    font-size: 0.85rem;
  }

  .latest-property-card {
    height: 415px;
  }

}

/* Partners Section style*/
.partners-section {
  /* background: linear-gradient(to bottom, #f9fdfd, #ffffff); */
  padding: 60px 0;
}

.partners-title {
  font-size: 42px;
  font-weight: 500;
  color: #011923;
  margin-bottom: 40px;
  font-family: "Plus Jakarta Sans";
}

.partner-logo {
  height: 80px;
  width: 200px;
  filter: grayscale(0);
  opacity: 0.85;
  transition: 0.3s ease-in-out;
  object-fit: contain;

}

.partner-logo:hover {
  opacity: 1;
  transform: scale(1.08);
}

/* Responsive  */
@media (max-width: 767px) {
  .partner-logo {
    max-height: 40px;
    margin-bottom: 15px;
  }
}


/* agency section style */
.agencies-section {
  /* background: linear-gradient(to bottom, #f9fdfd, #ffffff); */
  padding: 60px 0;
}

.agencies-title {
  font-size: 42px;
  font-weight: 500;
  color: #011923;
  margin-bottom: 40px;
  font-family: "Plus Jakarta Sans";
}

/* Responsive  */
@media (max-width: 767px) {
  .partner-logo {
    max-height: 40px;
    margin-bottom: 15px;
  }
}

/* company logos */
.agency-box {
  width: 270px;
  height: 80px;
  border-radius: 8px;
}

.agency-logo {
  width: 55px;
  height: auto;
}

.agency-title {
  font-size: 17px;
  font-weight: 600;
  color: #000;
}

.emoji-pin {
  font-size: 18px;
  margin-right: 4px;
}

.agency-location {
  font-size: 16px;
  font-weight: 600;
  color: #0d6efd;
}

/* our agents */
.our-agents-tittle {
  font-size: 42px;
  font-weight: 500;
  color: #011923;
  margin-bottom: 40px;
  font-family: "Plus Jakarta Sans";
}

.agent-card {
  text-align: center;
  padding: 20px;
}

.agent-img-wrap {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}

.agent-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agent-name {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.agent-role {
  font-size: 16px;
  color: #0d6efd;
  font-weight: 500;
}

@media (max-width: 768px) {
  .agent-img-wrap {
    width: 100px;
    height: 100px;
  }

  .agent-name {
    font-size: 18px;
  }

  .agent-role {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .agent-card {
    padding: 10px;
  }

  .agent-img-wrap {
    width: 85px;
    height: 85px;
  }

  .agent-name {
    font-size: 16px;
  }

  .agent-role {
    font-size: 13px;
  }
}



/* recent blogs */

.recent-blog-heading {
  max-width: 1155px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0 15px;
}

.recent-blog-heading h3 {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 42px;
  color: #011923;
  margin: 0 0 10px 0;
}

.recent-blog-heading p {
  font-size: 16px;
  color: #41495E;
  font-family: "Plus Jakarta Sans";
  line-height: 24px;
  font-weight: 500;
  max-width: 486px;
}

.nav-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  width: auto;
  height: 60px;
}

/* Responsive */

@media (min-width: 1200px) {
  .recent-blog-heading {
    max-width: 1300px;
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .recent-blog-heading {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 25px;
  }

  .recent-blog-heading h3 {
    font-size: 32px;
  }

  .recent-blog-heading p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 576px) {
  .recent-blog-heading {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .nav-wrapper {
    justify-content: center;
  }

  .recent-blog-heading h3 {
    font-size: 26px;
  }

  .recent-blog-heading p {
    font-size: 14px;
    line-height: 20px;
  }
}


/* article card */
.article-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.article-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.1));
}

.article-content {
  position: relative;
  padding: 20px;
  z-index: 2;
}

.article-content h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 6px;
}

.article-content p {
  font-size: 15px;
  opacity: 0.9;
  margin-bottom: 15px;
}

.article-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.writer-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.writer-info img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
}

.writer-details {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.writer-name {
  font-size: 14px;
  font-weight: 600;
}

.writer-verify {
  font-size: 12px;
  color: #a7ffcb;
}

.date {
  font-size: 13px;
  opacity: 0.85;
}

/* Responsive */
@media (max-width: 992px) {
  .article-card {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .article-card {
    height: 300px;
  }

  .article-content h5 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .article-card {
    height: 280px;
  }

  .article-content h5 {
    font-size: 17px;
  }

  .article-content p {
    font-size: 14px;
  }
}