:root {
  --bg-ddc:  rgb(216, 221, 225)
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}


.logo_navbar {
    height: 100px;
}

.navbar-brand-ddc {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.navbar-brand-10best {
  margin-right: 0;
}

.logo_10best {
  height: 72px;
  width: auto;
}

.headerbar {
    background-color:  var(--bg-ddc);
    height: 50px;
}

.instagram_logo {
    margin-top: 10px;
    margin-left: 10px;
    height: 30px;
}

.lang_dropdown {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    height: 30px;
    border-width: 0.4px;
    border-color: rgba(0, 0, 0, 0.1);
}

.bg-ddc {
    background-color:  var(--bg-ddc);
}

.card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
  
 hr {
    margin: 0.5rem 0;
  }
  
.card-title {
    font-size: 1rem;
    margin: 0;
    letter-spacing: .1rem;
    font-weight: bold;
  }
  
 .card-price {
    font-size: 1.5rem;
    margin: 0;
  }
  
  .card-price .period {
    font-size: 0.8rem;
  }
  
 ul li {
    margin-bottom: 0.5rem;
  }

  .flow_image {
    max-width: 100%;
 }

 .bg-footer {
  background-color: var( --bg-ddc);
}

.inp {
  border:none;
  width: 100%;
  border-bottom: 1px solid black;
  padding: 5px 10px;
  outline: none;
}

.blogLink {
  all: unset
  text-decoration: none !important;
}

.testimonial-slider {
    width: 300px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.testimonial-slide {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    background: #f1f1f1;
    border-radius: 5px;
}

.testimonial-slide.active {
    display: block;
}

.buttonSlider {
    margin: 10px;
    padding: 10px 20px;
    border: none;
    background-color: #007BFF;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

.buttonSlider:hover {
    background-color: #0056b3;
}

.about-me-slider {
  width: 75%;
  max-width: 920px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: var(--bg-ddc);
}

.about-me-slider-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.about-me-slider .carousel-indicators {
  margin-bottom: 0.75rem;
}

.about-me-slider .carousel-control-prev,
.about-me-slider .carousel-control-next {
  width: 12%;
}

.blog-index-section,
.blog-article-page {
  padding: 4rem 0 5rem;
  background:
    radial-gradient(circle at top left, rgba(216, 221, 225, 0.9), transparent 36%),
    linear-gradient(180deg, #f7f8fa 0%, #ffffff 100%);
}

.blog-index-container,
.blog-article-container {
  position: relative;
}

.blog-index-hero {
  max-width: 760px;
  margin: 0 auto 2.75rem;
  text-align: center;
}

.blog-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(32, 56, 74, 0.08);
  color: #20384a;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-index-title {
  margin-bottom: 1rem;
  color: #17232d;
  font-size: clamp(2.4rem, 4vw, 4.25rem);
  font-weight: 700;
  line-height: 1.05;
}

.blog-index-intro {
  margin: 0 auto;
  max-width: 640px;
  color: #55626d;
  font-size: 1.08rem;
  line-height: 1.7;
}

.blog-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.blog-card-modern {
  overflow: hidden;
  border: 1px solid rgba(23, 35, 45, 0.08);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 60px rgba(23, 35, 45, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.blog-card-link:hover .blog-card-modern,
.blog-card-link:focus-visible .blog-card-modern {
  transform: translateY(-8px);
  border-color: rgba(32, 56, 74, 0.16);
  box-shadow: 0 28px 70px rgba(23, 35, 45, 0.14);
}

.blog-card-image-wrap {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #d8dde1;
}

.blog-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.blog-card-link:hover .blog-card-image,
.blog-card-link:focus-visible .blog-card-image {
  transform: scale(1.04);
}

.blog-card-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 1.5rem 1.7rem;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.blog-card-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(216, 221, 225, 0.7);
  color: #20384a;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-card-readtime {
  color: #687680;
  font-size: 0.92rem;
}

.blog-card-title {
  margin: 0;
  color: #17232d;
  font-size: 1.55rem;
  line-height: 1.22;
}

.blog-card-excerpt {
  margin: 0;
  color: #57636d;
  font-size: 1rem;
  line-height: 1.7;
}

.blog-card-cta {
  margin-top: auto;
  color: #20384a;
  font-size: 0.95rem;
  font-weight: 700;
}

.blog-empty-state {
  padding: 3rem 2rem;
  border: 1px dashed rgba(23, 35, 45, 0.16);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
}

.blog-empty-title {
  margin-bottom: 0.65rem;
  color: #17232d;
  font-size: 1.35rem;
  font-weight: 700;
}

.blog-empty-copy {
  margin: 0;
  color: #57636d;
}

.blog-article-header {
  margin-bottom: 1.5rem;
}

.blog-back-link {
  color: #20384a;
  font-weight: 700;
  text-decoration: none;
}

.blog-back-link:hover {
  text-decoration: underline;
}

.blog-article-shell {
  overflow: hidden;
  border: 1px solid rgba(23, 35, 45, 0.08);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 22px 60px rgba(23, 35, 45, 0.08);
}

.blog-article-media {
  background: #d8dde1;
}

.blog-article-image {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.blog-article-body {
  padding: 2rem;
}

.blog-article-title {
  margin: 1rem 0;
  color: #17232d;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.08;
}

.blog-article-intro {
  max-width: 760px;
  margin-bottom: 2rem;
  color: #57636d;
  font-size: 1.08rem;
  line-height: 1.8;
}

.blog-article-content {
  color: #1e2d38;
  font-size: 1.02rem;
  line-height: 1.85;
}

.blog-article-content h2,
.blog-article-content h3,
.blog-article-content h4 {
  margin-top: 2rem;
  margin-bottom: 0.85rem;
  color: #17232d;
}

.blog-article-content p,
.blog-article-content ul,
.blog-article-content ol,
.blog-article-content blockquote {
  margin-bottom: 1.25rem;
}

.blog-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

@media (max-width: 767.98px) {
  .about-me-slider {
    width: 100%;
  }

  .blog-index-section,
  .blog-article-page {
    padding-top: 2.5rem;
  }

  .blog-card-content,
  .blog-article-body {
    padding: 1.25rem;
  }

  .blog-card-title {
    font-size: 1.3rem;
  }
}
