.navbar1-wrapper {
  display: contents;
}
 
.navbar1-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar1-navbar-interactive {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.navbar1-navlink1 {
  display: contents;
}
 
.navbar1-image1 {
  width: 139px;
  height: 100%;
  text-decoration: none;
}
 
.navbar1-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar1-links1 {
  gap: var(--dl-layout-space-threeunits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar1-link11 {
  color: #000000;
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link21 {
  color: #000000;
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link31 {
  color: #000000;
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link41 {
  color: #000000;
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link51 {
  color: #000000;
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link6 {
  color: #000000;
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link7 {
  display: contents;
}
 
.navbar1-btn1 {
  padding-top: 10px;
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #900000;
}
 
.navbar1-text1 {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}
 
.navbar1-burger-menu {
  display: none;
}
 
.navbar1-icon10 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar1-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

.navbar1-mobile-menu.active {
  display: flex;
  transform: translateX(0);
}
 
.navbar1-nav {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.navbar1-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar1-navlink2 {
  display: contents;
}
 
.navbar1-logo {
  height: 3rem;
  text-decoration: none;
}
 
.navbar1-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar1-icon12 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar1-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: center;
  align-items: center;
  margin-bottom: var(--dl-layout-space-unit);
  flex-direction: column;
}
 
.navbar1-link12 {
  text-decoration: none;
}
 
.navbar1-link22 {
  text-decoration: none;
}
 
.navbar1-link32 {
  text-decoration: none;
}
 
.navbar1-link42 {
  text-decoration: none;
}
 
.navbar1-link52 {
  text-decoration: none;
}
 
.navbar1-link8 {
  display: contents;
}
 
.navbar1-btn2 {
  padding-top: 10px;
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #900000;
}
 
.navbar1-text2 {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}
 
.navbar1-icon-group {
  gap: var(--dl-layout-space-twounits);
  display: flex;
}
 
.blog-fragment15 {
  display: contents;
}
 
.blog-text15 {
  display: inline-block;
}
 
.blog-fragment14 {
  display: contents;
}
 
.blog-text14 {
  display: inline-block;
}
 
.blog-fragment13 {
  display: contents;
}
 
.blog-text13 {
  display: inline-block;
}
 
.blog-fragment12 {
  display: contents;
}
 
.blog-text12 {
  display: inline-block;
}
 
.blog-fragment11 {
  display: contents;
}
 
.blog-text11 {
  display: inline-block;
}
 
.blog-fragment10 {
  display: contents;
}
 
.blog-text10 {
  display: inline-block;
}
 

 

 

 

 
@media(max-width: 1200px) {
  .navbar1-links1 {
    gap: var(--dl-layout-space-oneandhalfunits);
    align-items: center;
  }
  .navbar1-nav {
    align-items: center;
  }
  .navbar1-links2 {
    align-self: center;
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 991px) {
  .navbar1-desktop-menu {
    display: none;
  }
  .navbar1-text1 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 700;
  }
  .navbar1-burger-menu {
    display: flex;
  }
  .navbar1-nav {
    align-items: center;
    justify-content: center;
  }
  .navbar1-links2 {
    align-self: center;
    margin-bottom: 22px;
  }
  .navbar1-text2 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 700;
  }
}
 
@media(max-width: 767px) {
  .navbar1-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar1-burger-menu {
    align-items: center;
    justify-content: center;
  }
  .navbar1-nav {
    align-items: center;
    justify-content: center;
  }
  .navbar1-logo {
    width: 117px;
    height: 99px;
  }
  .navbar1-links2 {
    align-self: center;
    align-items: center;
    margin-bottom: 19px;
  }
}
 
@media(max-width: 479px) {
  .navbar1-navbar-interactive {
    padding: var(--dl-layout-space-unit);
    padding-right: 16px;
  }
  .navbar1-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
}

.blog-post-header1-wrapper {
  display: contents;
}
 
.blog-post-header1-content1 {
  width: 1057px;
  height: 723px;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: center;
}
 
.blog-post-header1-max-width {
  gap: var(--spacing-xl);
  width: 100%;
  height: 715px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.blog-post-header1-header {
  gap: var(--spacing-lg1);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-start;
}
 
.blog-post-header1-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.blog-post-header1-breadcrumbs {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
}
 
.blog-post-header1-text10 {
  font-size: 20px;
  font-family: "Poppins";
}
 
.blog-post-header1-category {
  font-size: 20px;
  font-family: "Poppins";
}
 
.blog-post-header1-text11 {
  font-size: 35px;
  font-family: "Poppins";
}
 
.blog-post-header1-content3 {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: space-between;
}
 
.blog-post-header1-avatar {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
}
 
.blog-post-header1-image {
  width: 62px;
  height: 58px;
  object-fit: cover;
}
 
.blog-post-header1-content4 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.blog-post-header1-text12 {
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 600;
}
 
.blog-post-header1-time {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
}
 
.blog-post-header1-text13 {
  font-size: 20px;
  font-family: "Poppins";
}
 
.blog-post-header1-text14 {
  font-size: 20px;
}
 
.blog-post-header1-text15 {
  font-size: 20px;
  font-family: "Poppins";
}
 
.blog-post-header1-share-buttons {
  gap: var(--dl-layout-space-halfunit);
  display: none;
  align-items: flex-start;
}
 
.blog-fragment16 {
  display: contents;
}
 
.blog-text16 {
  display: inline-block;
}
 
.blog-fragment17 {
  display: contents;
}
 
.blog-text17 {
  display: inline-block;
}
 
.blog-fragment19 {
  display: contents;
}
 
.blog-text19 {
  display: inline-block;
}
 
.blog-fragment18 {
  display: contents;
}
 
.blog-text18 {
  display: inline-block;
}
 
.blog-fragment20 {
  display: contents;
}
 
.blog-text20 {
  display: inline-block;
}
 
@media(max-width: 1200px) {
  .blog-post-header1-content1 {
    position: static;
  }
}
 
@media(max-width: 991px) {
  .blog-post-header1-content1 {
    width: 764px;
  }
}
 
@media(max-width: 767px) {
  .blog-post-header1-content1 {
    width: 100%;
  }
  .blog-post-header1-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .blog-post-header1-header {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .blog-post-header1-text10 {
    font-size: 15px;
  }
  .blog-post-header1-category {
    font-size: 15px;
  }
  .blog-post-header1-text11 {
    font-size: 20px;
    text-align: center;
  }
  .blog-post-header1-text12 {
    font-size: 10px;
  }
  .blog-post-header1-text13 {
    font-size: 10px;
  }
  .blog-post-header1-text15 {
    font-size: 10px;
  }
  .blog-post-header1-image1 {
    border-radius: 10px;
  }
}
 
@media(max-width: 375px) {
  .blog-post-header1-content1 {
    width: 100%;
    height: 475px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog-post-header1-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
    width: 100%;
    height: auto;
  }
  .blog-post-header1-header {
    width: 100%;
  }
  .blog-post-header1-content2 {
    width: 100%;
    align-self: center;
  }
  .blog-post-header1-text10 {
    font-size: 15px;
  }
  .blog-post-header1-category {
    font-size: 15px;
  }
  .blog-post-header1-text11 {
    font-size: 20px;
    align-self: flex-start;
  }
  .blog-post-header1-content3 {
    gap: var(--dl-layout-space-halfunit);
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .blog-post-header1-image {
    width: 80px;
    height: 100%;
  }
  .blog-post-header1-text12 {
    font-size: 13px;
  }
  .blog-post-header1-text13 {
    font-size: 7px;
  }
  .blog-post-header1-text14 {
    font-size: 10px;
  }
  .blog-post-header1-text15 {
    font-size: 7px;
  }
  .blog-post-header1-image1 {
    border-radius: 10px;
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}
 
.footer-footer {
  width: 100%;
}
 
.footer-footer-background-overlay {
  width: 100%;
}
 
.footer-footer-container1 {
  display: none;
}
 
.footer-footer-main1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.footer-footer-brand1 {
  width: 531px;
  align-items: center;
}
 
.footer-footer-brand-logo1 {
  width: 190px;
  height: 151px;
  justify-content: center;
}
 
.footer-footer-logo-icon1 {
  width: 199px;
  height: 100%;
}
 
.footer-image1 {
  width: 170px;
  object-fit: cover;
}
 
.footer-footer-contact-info1 {
  align-items: flex-start;
  justify-content: center;
}
 
.footer-icon10 {
  width: 20px;
  height: 20px;
}
 
.footer-icon14 {
  width: 20px;
  height: 21px;
}
 
.footer-icon16 {
  width: 20px;
  height: 20px;
}
 
.footer-footer-nav-section1 {
  display: grid;
  place-items: start center;
}
 
.footer-footer-nav-column1 {
  flex-direction: column;
}
 
.footer-btn1 {
  background-color: #ecd780;
}
 
.footer-footer-nav-column3 {
  display: none;
}
 
.footer-footer-gallery {
  height: 278px;
}
 
.footer-footer-trust-badges1 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.footer-footer-container2 {
  width: 1253px;
  height: 690px;
}
 
.footer-footer-main2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.footer-footer-brand2 {
  width: 423px;
  align-items: center;
}
 
.footer-footer-brand-logo2 {
  width: 190px;
  height: 151px;
  justify-content: center;
}
 
.footer-footer-logo-icon2 {
  width: 199px;
  height: 100%;
}
 
.footer-image2 {
  width: 170px;
  object-fit: cover;
}
 
.footer-footer-brand-description2 {
  width: 320px;
  text-align: center;
}
 
.footer-footer-contact-info2 {
  align-items: flex-start;
  justify-content: center;
}
 
.footer-icon30 {
  width: 20px;
  height: 20px;
}
 
.footer-icon34 {
  width: 20px;
  height: 21px;
}
 
.footer-icon36 {
  width: 20px;
  height: 20px;
}
 
.footer-footer-nav-section2 {
  width: 250px;
  display: grid;
  place-items: start center;
}
 
.footer-footer-nav-column4 {
  flex-direction: column;
}
 
.footer-footer-nav-list4 {
  margin-bottom: 13px;
}
 
.footer-li22 {
  text-decoration: none;
}
 
.footer-li23 {
  text-decoration: none;
}
 
.footer-li25 {
  text-decoration: none;
}
 
.footer-li26 {
  text-decoration: none;
}
 
.footer-li27 {
  text-decoration: none;
}
 
.footer-btn2 {
  background-color: #900000;
}
 
.footer-text41 {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}
 
.footer-li28 {
  text-decoration: none;
}
 
.footer-li29 {
  text-decoration: none;
}
 
.footer-footer-nav-column6 {
  display: none;
}
 
.footer-footer-bottom2 {
  justify-content: center;
}
 
.footer-footer-trust-badges2 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.blog-fragment21 {
  display: contents;
}
 
.blog-text21 {
  display: inline-block;
}
 

 

 
@media(max-width: 1200px) {
  .footer-footer {
    width: 100%;
  }
  .footer-footer-background-overlay {
    width: 100%;
  }
  .footer-footer-container2 {
    width: 796px;
    height: 613px;
  }
  .footer-footer-main2 {
    width: 754px;
  }
  .footer-footer-brand2 {
    height: 353px;
  }
  .footer-footer-brand-description2 {
    text-align: center;
  }
  .footer-footer-bottom2 {
    justify-content: center;
  }
}
 
@media(max-width: 991px) {
  .footer-footer {
    width: 100%;
    height: 619px;
  }
  .footer-footer-background-overlay {
    width: 100%;
  }
  .footer-footer-container2 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer-footer-main2 {
    width: 604px;
    height: 483px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer-footer-brand2 {
    width: 100%;
    height: 100%;
  }
  .footer-footer-nav-section2 {
    width: 100%;
    height: 100%;
    place-items: start center;
  }
  .footer-text41 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 700;
  }
  .footer-footer-bottom2 {
    width: 722px;
    justify-content: center;
  }
}
 
@media(max-width: 767px) {
  .footer-footer {
    width: 100%;
    height: auto;
  }
  .footer-footer-background-overlay {
    width: 100%;
    height: auto;
  }
  .footer-footer-container2 {
    width: 100%;
    height: auto;
    display: flex;
  }
  .footer-footer-main2 {
    width: 100%;
    height: auto;
    padding-left: var(--dl-layout-space-threeunits);
    margin-bottom: 0px;
    padding-right: var(--dl-layout-space-threeunits);
    flex-direction: column;
  }
  .footer-footer-brand2 {
    width: auto;
  }
  .footer-footer-contact-info2 {
    width: auto;
  }
  .footer-footer-contact-item4 {
    align-self: center;
    flex-direction: column;
  }
  .footer-footer-contact-item5 {
    align-self: center;
    flex-direction: column;
  }
  .footer-footer-contact-item6 {
    flex-direction: column;
  }
  .footer-text34 {
    text-align: center;
  }
  .footer-footer-nav-section2 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .footer-footer-bottom2 {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer-footer-legal2 {
    align-items: center;
    justify-content: center;
  }
  .footer-text48 {
    width: 203px;
    text-align: center;
  }
}
 
@media(max-width: 375px) {
  .footer-container1 {
    width: 100%;
    height: 1005px;
    display: block;
  }
  .footer-footer {
    width: 100%;
    height: 813px;
    display: block;
  }
  .footer-footer-background-overlay {
    width: 100%;
    height: 100%;
  }
  .footer-footer-container1 {
    width: 100%;
  }
  .footer-footer-container2 {
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 0px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer-footer-main2 {
    width: 289px;
    height: auto;
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    flex-direction: column;
    justify-content: center;
  }
  .footer-footer-brand2 {
    width: 100%;
    height: 100%;
  }
  .footer-footer-logo-icon2 {
    width: 100%;
    height: auto;
  }
  .footer-image2 {
    width: 100%;
    height: auto;
  }
  .footer-footer-brand-description2 {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .footer-footer-contact-info2 {
    width: auto;
    height: 100%;
    align-items: flex-start;
    padding-right: 0px;
    justify-content: flex-start;
  }
  .footer-footer-contact-item4 {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .footer-text32 {
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-align: center;
  }
  .footer-footer-contact-item5 {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .footer-text33 {
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-align: center;
  }
  .footer-footer-contact-item6 {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .footer-text34 {
    font-size: 12px;
  }
  .footer-footer-nav-section2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: center;
  }
  .footer-footer-nav-title4 {
    align-self: center;
  }
  .footer-footer-nav-list4 {
    align-items: center;
  }
  .footer-footer-nav-title5 {
    align-self: center;
  }
  .footer-footer-nav-list5 {
    align-items: center;
  }
  .footer-footer-bottom2 {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer-footer-legal2 {
    width: auto;
    align-items: center;
    justify-content: center;
  }
  .footer-text48 {
    width: 206px;
    height: auto;
    text-align: center;
  }
}

.blog-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
  animation-name: none;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}

/* Blog Posts Section Styles */
.blog-posts-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.blog-posts-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.blog-posts-header {
  text-align: center;
  margin-bottom: 60px;
}

.blog-posts-header h2 {
  color: #2c3e50;
  margin-bottom: 16px;
}

.blog-posts-header p {
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
}

.blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.blog-post-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.blog-post-image-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}

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

.blog-post-card:hover .blog-post-image {
  transform: scale(1.05);
}

.blog-post-content {
  padding: 24px;
}

.blog-post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.blog-post-category {
  background: #e74c3c;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-post-date {
  color: #6c757d;
  font-size: 14px;
}

.blog-post-title {
  margin-bottom: 12px;
}

.blog-post-title a {
  color: #2c3e50;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-post-title a:hover {
  color: #e74c3c;
}

.blog-post-excerpt {
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.blog-post-read-more {
  background: #e74c3c;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.blog-post-read-more:hover {
  background: #c0392b;
  color: white;
}

.blog-post-views {
  color: #6c757d;
  font-size: 12px;
}

.blog-no-posts {
  text-align: center;
  padding: 60px 20px;
  color: #6c757d;
}

.blog-no-posts h3 {
  color: #2c3e50;
  margin-bottom: 12px;
}

/* Single Post Styles */
.single-post-section {
  background-color: white;
  padding: 80px 0;
}

.single-post-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.single-post-header {
  margin-bottom: 40px;
}

.single-post-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.single-post-category {
  background: #e74c3c;
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.single-post-date,
.single-post-views {
  color: #6c757d;
  font-size: 14px;
}

.single-post-title {
  color: #2c3e50;
  margin-bottom: 30px;
  line-height: 1.3;
}

.single-post-featured-image {
  margin-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
}

.single-post-image {
  width: 100%;
  height: auto;
  display: block;
}

.single-post-content {
  line-height: 1.8;
  color: #2c3e50;
  margin-bottom: 40px;
}

.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #2c3e50;
}

.single-post-content p {
  margin-bottom: 20px;
}

.single-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

.single-post-content ul,
.single-post-content ol {
  margin-bottom: 20px;
  padding-left: 30px;
}

.single-post-content li {
  margin-bottom: 8px;
}

.single-post-footer {
  border-top: 1px solid #e9ecef;
  padding-top: 30px;
}

.back-to-blog {
  background: #6c757d;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.back-to-blog:hover {
  background: #5a6268;
  color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog-posts-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog-post-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .blog-post-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .single-post-meta {
    flex-direction: column;
    gap: 10px;
  }

  .blog-posts-section,
  .single-post-section {
    padding: 40px 0;
  }
}
 
.blog-fragment10 {
  display: contents;
}
 
.blog-text10 {
  display: inline-block;
}
 
.blog-fragment11 {
  display: contents;
}
 
.blog-text11 {
  display: inline-block;
}
 
.blog-fragment12 {
  display: contents;
}
 
.blog-text12 {
  display: inline-block;
}
 
.blog-fragment13 {
  display: contents;
}
 
.blog-text13 {
  display: inline-block;
}
 
.blog-fragment14 {
  display: contents;
}
 
.blog-text14 {
  display: inline-block;
}
 
.blog-fragment15 {
  display: contents;
}
 
.blog-text15 {
  display: inline-block;
}
 
.blog-hero-section {
  height: 901px;
  padding-top: 0px;
  animation-name: none;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.blog-hero-video-container {
  height: auto;
}
 
.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 400%;
}
 
.blog-hero-overlay {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 100%;
}
 
.blog-hero-title {
  text-align: center;
}
 
.blog-container2 {
  width: 100%;
  height: 911px;
  display: flex;
  align-items: center;
  animation-name: fadeIn;
  flex-direction: column;
  animation-delay: 0s;
  justify-content: center;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.blog-fragment16 {
  display: contents;
}
 
.blog-text16 {
  display: inline-block;
}
 
.blog-fragment17 {
  display: contents;
}
 
.blog-text17 {
  display: inline-block;
}
 
.blog-fragment18 {
  display: contents;
}
 
.blog-text18 {
  display: inline-block;
}
 
.blog-fragment19 {
  display: contents;
}
 
.blog-text19 {
  display: inline-block;
}
 
.blog-fragment20 {
  display: contents;
}
 
.blog-text20 {
  display: inline-block;
}
 
.blog-fragment21 {
  display: contents;
}
 
.blog-text21 {
  display: inline-block;
}
 
@media(max-width: 1200px) {
  .blog-hero-section {
    height: 815px;
    padding-top: 155px;
    margin-bottom: var(--dl-layout-space-fourunits);
    padding-bottom: 0px;
  }
  .blog-hero-video-container {
    height: 818px;
  }
  .blog-image {
    height: 819px;
  }
  .blog-hero-overlay {
    height: 817px;
  }
  .blog-container2 {
    width: 100%;
    height: 759px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
}
 
@media(max-width: 991px) {
  .blog-hero-section {
    height: 812px;
    padding-top: 168px;
    margin-bottom: 39px;
    padding-bottom: 0px;
  }
  .blog-hero-video-container {
    height: 667px;
  }
  .blog-hero-overlay {
    height: 854px;
  }
}
 
@media(max-width: 767px) {
  .blog-hero-section {
    height: 665px;
    display: flex;
    padding-top: 145px;
    margin-bottom: 55px;
    padding-bottom: 0px;
  }
  .blog-image {
    height: 100%;
  }
  .blog-hero-overlay {
    height: 665px;
  }
}
 
@media(max-width: 375px) {
  .blog-hero-section {
    height: 484px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .blog-hero-video-container {
    height: 509px;
  }
  .blog-image {
    height: 509px;
  }
  .blog-hero-overlay {
    height: 509px;
  }
  .blog-container2 {
    height: 481px;
  }
}

/* Dropdown Styles */
.navbar1-dropdown {
  position: relative;
  display: inline-block;
}

.navbar1-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
}

.navbar1-dropdown-arrow {
  width: 12px;
  height: 12px;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.navbar1-dropdown:hover .navbar1-dropdown-arrow {
  transform: rotate(180deg);
}

.navbar1-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.navbar1-dropdown:hover .navbar1-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar1-dropdown-item {
  display: block;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}

.navbar1-dropdown-item:last-child {
  border-bottom: none;
}

.navbar1-dropdown-item:hover {
  background-color: #f8f9fa;
  color: #007bff;
}

/* Mobile Dropdown Styles */
.navbar1-mobile-dropdown {
  width: 100%;
}

.navbar1-mobile-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 0;
}

.navbar1-mobile-dropdown-arrow {
  width: 12px;
  height: 12px;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.navbar1-mobile-dropdown.active .navbar1-mobile-dropdown-arrow {
  transform: rotate(180deg);
}

.navbar1-mobile-dropdown-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-top: 8px;
}

.navbar1-mobile-dropdown.active .navbar1-mobile-dropdown-menu {
  max-height: 200px;
}

.navbar1-mobile-dropdown-item {
  display: block;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease;
}

.navbar1-mobile-dropdown-item:last-child {
  border-bottom: none;
}

.navbar1-mobile-dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
