.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: 119px;
  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 {
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link21 {
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link31 {
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link41 {
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link51 {
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link6 {
  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: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.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-threeunits);
  }
  .blog-post-header1-header {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .blog-post-header1-text11 {
    text-align: center;
  }
  .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: 25px;
    align-self: center;
  }
  .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;
  }
  .blog-post-header1-text12 {
    font-size: 13px;
  }
  .blog-post-header1-text13 {
    font-size: 10px;
  }
  .blog-post-header1-text14 {
    font-size: 10px;
  }
  .blog-post-header1-text15 {
    font-size: 10px;
  }
  .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-text43 {
  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-text43 {
    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 {
    width: 100%;
    flex-direction: column;
  }
  .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-text50 {
    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%;
  }
  .footer-image2 {
    width: 100%;
    height: 100%;
  }
  .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-text35 {
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-align: center;
  }
  .footer-footer-contact-item6 {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .footer-text36 {
    font-size: 12px;
    text-align: center;
  }
  .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-text50 {
    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-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;
  }
}

/* Blog Cards Styles */
.blog-posts-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

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

.blog-posts-title {
  font-size: 42px;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}

.blog-posts-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 2px;
}

.blog-posts-description {
  font-size: 18px;
  color: #5a6c7d;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 400;
}

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

.blog-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 0 20px;
  max-width: 900px;
  margin: 0 auto;
}

.blog-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-color: rgba(102, 126, 234, 0.3);
}

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

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

.blog-card-content {
  padding: 25px;
}

.blog-card-category {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  transition: all 0.3s ease;
}

.blog-card:hover .blog-card-category {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #666;
}

.blog-card-author {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-card-date {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-card-title {
  font-size: 24px;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

.blog-card:hover .blog-card-title {
  color: #667eea;
}

.blog-card-content {
  color: #555;
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: 16px;
}

.blog-card-content h1,
.blog-card-content h2,
.blog-card-content h3,
.blog-card-content h4,
.blog-card-content h5,
.blog-card-content h6 {
  color: #2c3e50;
  margin: 25px 0 15px 0;
  font-weight: 700;
}

.blog-card-content h1 { font-size: 28px; }
.blog-card-content h2 { font-size: 24px; }
.blog-card-content h3 { font-size: 20px; }
.blog-card-content h4 { font-size: 18px; }

.blog-card-content p {
  margin-bottom: 15px;
}

.blog-card-content ul,
.blog-card-content ol {
  margin: 15px 0;
  padding-left: 25px;
}

.blog-card-content li {
  margin-bottom: 8px;
}

.blog-card-content blockquote {
  border-left: 4px solid #667eea;
  padding-left: 20px;
  margin: 20px 0;
  font-style: italic;
  color: #666;
  background: #f8f9fa;
  padding: 15px 20px;
  border-radius: 5px;
}

.blog-card-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 20px 0;
}

.blog-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.blog-tag {
  background: #f8f9fa;
  color: #667eea;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.blog-tag:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
}

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



.no-posts-message {
  text-align: center;
  padding: 60px 20px;
  background: #f8f9fa;
  border-radius: 15px;
  margin: 40px 0;
}

.no-posts-message h3 {
  color: #666;
  font-size: 24px;
  margin-bottom: 10px;
}

.no-posts-message p {
  color: #999;
  font-size: 16px;
}

/* Blog Posts Grid - Yeni Stil */
.blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  padding: 40px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-posts-section {
  padding: 60px 20px;
  background: #f8f9fa;
}

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

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

.blog-posts-title {
  font-size: 42px;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blog-posts-description {
  font-size: 18px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Blog Card Image Container */
.blog-card-image-container {
  position: relative;
  height: 250px;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}

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

.blog-card:hover .blog-card-image-container .blog-card-image {
  transform: scale(1.1);
}

.blog-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blog-card:hover .blog-card-overlay {
  opacity: 1;
}

.blog-card-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

/* Blog Card Düzenlemeleri */
.blog-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: auto;
  display: flex;
  flex-direction: column;
}

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

.blog-card .blog-card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-card .blog-card-content .blog-card-content {
  flex-grow: 1;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* No Posts Message */
.blog-no-posts {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 20px;
}

.blog-no-posts-content {
  background: white;
  padding: 60px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin: 0 auto;
}

.blog-no-posts-content h3 {
  color: #2c3e50;
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700;
}

.blog-no-posts-content p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog-posts-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 30px 15px;
  }
  
  .blog-posts-section {
    padding: 40px 15px;
  }
  
  .blog-posts-title {
    font-size: 32px;
  }
  
  .blog-posts-description {
    font-size: 16px;
  }
  
  .blog-card-image-container {
    height: 200px;
  }
  
  .blog-card .blog-card-content {
    padding: 20px;
  }
  
  .blog-card-title {
    font-size: 20px;
  }
  
  .blog-cards-container {
    padding: 20px 15px;
  }
}

@media (max-width: 480px) {
  .blog-posts-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 10px;
  }
  
  .blog-card-image-container {
    height: 180px;
  }
}

/* Blog Detail Styles */
.blog-detail-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.breadcrumb-container {
  margin-bottom: 30px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #666;
}

.breadcrumb a {
  color: #667eea;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: #5a6fd8;
}

.breadcrumb span {
  color: #999;
}

.blog-detail-header {
  text-align: center;
  margin-bottom: 40px;
}

.blog-detail-category {
  display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.blog-detail-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
  margin-bottom: 20px;
}

.blog-detail-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  color: #666;
  flex-wrap: wrap;
}

.blog-detail-author,
.blog-detail-date,
.blog-detail-views {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-detail-image-container {
  margin: 40px 0;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.blog-detail-image {
  width: 100%;
  height: auto;
  display: block;
}

.blog-detail-content {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 40px;
}

.blog-detail-content h1,
.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4,
.blog-detail-content h5,
.blog-detail-content h6 {
  margin: 30px 0 15px 0;
  color: #333;
  font-weight: 600;
}

.blog-detail-content h2 {
  font-size: 28px;
}

.blog-detail-content h3 {
  font-size: 24px;
}

.blog-detail-content h4 {
  font-size: 20px;
}

.blog-detail-content p {
  margin-bottom: 20px;
}

.blog-detail-content ul,
.blog-detail-content ol {
  margin: 20px 0;
  padding-left: 30px;
}

.blog-detail-content li {
  margin-bottom: 8px;
}

.blog-detail-content blockquote {
  background: #f8f9fa;
  border-left: 4px solid #667eea;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  border-radius: 0 8px 8px 0;
}

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

.blog-detail-tags {
  margin: 40px 0;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 15px;
}

.blog-detail-tags h4 {
  margin-bottom: 15px;
  color: #333;
  font-size: 18px;
}

.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  background: #667eea;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.blog-detail-share {
  margin: 40px 0;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 15px;
  text-align: center;
}

.blog-detail-share h4 {
  margin-bottom: 20px;
  color: #333;
  font-size: 18px;
}

.share-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
}

.share-btn.facebook {
  background: #3b5998;
}

.share-btn.twitter {
  background: #1da1f2;
}

.share-btn.linkedin {
  background: #0077b5;
}

.share-btn.whatsapp {
  background: #25d366;
}

.share-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Related Posts */
.related-posts-container {
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 40px 20px;
  background: #f8f9fa;
  border-radius: 15px;
}

.related-posts-container h3 {
  text-align: center;
  font-size: 28px;
  color: #333;
  margin-bottom: 40px;
}

.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

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

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

.related-post-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.related-post-placeholder {
  width: 100%;
  height: 200px;
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adb5bd;
  font-size: 48px;
}

.related-post-content {
  padding: 20px;
}

.related-post-category {
  display: inline-block;
  background: #667eea;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.related-post-title {
  margin-bottom: 10px;
}

.related-post-title a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.related-post-title a:hover {
  color: #667eea;
}

.related-post-meta {
  font-size: 13px;
  color: #666;
}

/* Responsive Design for Blog Detail */
@media (max-width: 768px) {
  .blog-detail-container {
    padding: 20px 15px;
  }
  
  .blog-detail-title {
    font-size: 28px;
  }
  
  .blog-detail-meta {
    gap: 15px;
    justify-content: center;
  }
  
  .blog-detail-content {
    font-size: 15px;
  }
  
  .blog-detail-content h2 {
    font-size: 24px;
  }
  
  .blog-detail-content h3 {
    font-size: 20px;
  }
  
  .related-posts-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .related-posts-container {
    margin-top: 40px;
    padding: 20px 15px;
  }
}
