h1, h2, h3 {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

p {
    font-size: 16px;
}

.dropdown-menu {
    display: none;
    overflow: hidden;
    height: 0;
    transition: height 0.9s ease; 
}

.ld-dropdown-menu:hover .dropdown-menu {
    display: block;
    height: auto; 
}

.blog-container-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
}

.blog {
    width: 27% !important; 
    height: auto; 
    margin-bottom: 20px;
    background-color: white;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.blog:hover {
    transform: translateY(-5px);
}

.blog .blog-image {
    width: 100%;
    height: auto; 
    margin-bottom: 0; 
}

.blog .blog-content {
    margin: 0; 
    padding: 0; 
    color: #ffff;
}

.blog .blog-title {
    font-size: 1.2em; 
    margin: 5px 0 2px 0;
    color: #ffff;
}

.blog .blog-description {
    font-size: 0.9em; 
    margin: 2px 0; 
    color: #fff;
}

.read-more a {
    color: white !important; 
    text-decoration: none !important; 
}

.read-more a:hover {
    color: #f0f0f0 !important; 
}

.blog-container {
    width: 48%;
    margin-bottom: 20px;
    background-color: white;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.blog-container:hover {
    transform: translateY(-5px);
}

.blog-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

.blog-image {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.blog-content {
    padding: 0;
}

.blog-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.blog-description {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.read-more {
    font-size: 0.9em;
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

.blog-container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    border-radius: 8px;
}

.blog-container h1, .blog-container h2, .blog-container h3, .blog-container h4 {
    font-family: 'Roboto', sans-serif;
}

.blog-container h1 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(130deg, #b50488 5%, #80005c 80%, #b5047d 110%, #c711a7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.blog-container h2 {
    font-size: 28px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 20px;
    background: linear-gradient(130deg, #8d04b5 5%, #700080 80%, #8b04b5 110%, #b811c7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.blog-container h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 10px;
    background: linear-gradient(130deg, #047BB5 5%, #005880 80%, #047BB5 110%, #118CC7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.blog-container h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
    background: linear-gradient(130deg, #04aeb5 5%, #007c80 80%, #04aab5 110%, #11bac7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.blog-container p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-container ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.blog-container ul li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}

.blog-header {
    text-align: center;
    padding: 20px 0;
}

.blog-content {
    margin-top: 10px;
}

.blog-quote {
    font-style: italic;
    color: #007bff;
    margin: 20px 0;
    font-size: 18px;
    border-left: 4px solid #007bff;
    padding-left: 15px;
}

.blog-conclusion {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.blog-conclusion .text {
    flex: 2;
}

.blog-conclusion .image {
    flex: 1;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-author {
    font-style: italic;
    color: #666;
    text-align: right; 
    margin-bottom: 20px;
    font-size: 1em; 
}

h1{
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    text-align:center;
}


h2, h3 {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

p {
    font-size: 16px;
}

.dropdown-menu {
    display: none;
    overflow: hidden;
    height: 0;
    transition: height 0.9s ease; 
}

.ld-dropdown-menu:hover .dropdown-menu {
    display: block;
    height: auto; 
}

.blog-content {
    padding: 0;
}

.blog-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.blog-description {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.blog-container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    border-radius: 8px;
}

.blog-container h1, .blog-container h2, .blog-container h3, .blog-container h4 {
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.blog-container h1 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.blog-container h2 {
    font-size: 28px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 20px;
}

.blog-container h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 10px;
}

.blog-container h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}

.blog-container p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-container ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.blog-container ul li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}

.blog-header {
    text-align: center;
    padding: 20px 0;
}

.blog-content {
    margin-top: 10px;
}

.blog-quote {
    font-style: italic;
    color: #007bff;
    margin: 20px 0;
    font-size: 18px;
    border-left: 4px solid #007bff;
    padding-left: 15px;
}

.blog-conclusion {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.blog-conclusion .text {
    flex: 2;
}

.blog-conclusion .image {
    flex: 1;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.disclaimer {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

.image-placeholder {
    height: 200px;
    background-color: #eee;
    margin: 20px 0;
    text-align: center;
    line-height: 200px;
    color: #aaa;
}

/*footer*/
.ld-fancy-heading .heading-container {
    display: flex;  
    align-items: center;
    justify-content: center; 
    white-space: nowrap;  
    text-align: center;
  }
  
  .ld-fancy-heading .switch-text, 
  .ld-fancy-heading .collab-text, 
  .ld-fancy-heading .lqd-highlight-txt {
    font-size: 46px; 
    color: #FFFFFF;
  }
  
  .ld-fancy-heading .collab-text {
    margin-left: 8px;
  }
  
  @media (max-width: 991px) {
    .ld-fancy-heading .heading-container {
      flex-direction: column; 
      align-items: center; 
    }
  
    .ld-fancy-heading .switch-text, 
    .ld-fancy-heading .collab-text, 
    .ld-fancy-heading .lqd-highlight-txt {
      font-size: 32px; 
    }
    
    .ld-fancy-heading .btn {
      display: block;
      margin: 20px auto; 
      text-align: center; 
      width: fit-content; 
    }
  }
  
  @media (max-width: 768px) {
    .ld-fancy-heading .switch-text, 
    .ld-fancy-heading .collab-text, 
    .ld-fancy-heading .lqd-highlight-txt {
      font-size: 28px; 
    }
  }
  
  @media (max-width: 480px) {
    .ld-fancy-heading .switch-text, 
    .ld-fancy-heading .collab-text, 
    .ld-fancy-heading .lqd-highlight-txt {
      font-size: 22px; 
    }
  }
  
  @media (max-width: 250px) {
    .ld-fancy-heading .switch-text, 
    .ld-fancy-heading .collab-text, 
    .ld-fancy-heading .lqd-highlight-txt {
      font-size: 16px; 
    }
  }
  
  .ld-fancy-heading .btn {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin: 20px auto; 
  }