/*------------------- 4.6. Blog  -------------------*/
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-style-large,
blockquote {
  font-size: 24px;
  line-height: 34px;
  padding: 20px;
  display: block;
  position: relative;
  background-color: var(--smoke-color);
  overflow: hidden;
  margin: 35px 0;
  color: var(--title-color);
  border-color:#ec1f25;
}
blockquote.wp-block-quote cite,
blockquote.wp-block-quote.is-style-large cite,
blockquote cite {
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding-left: 45px;
  border-color: inherit;
  line-height: 1;
  font-weight: 400;
  margin-top: 2px;
  font-style: normal;
  color:#ec1f25;
}
blockquote.wp-block-quote cite::before,
blockquote.wp-block-quote.is-style-large cite::before,
blockquote cite::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 30px;
  height: 2px;
  border-top: 2px solid;
  border-color: inherit;
}

blockquote.wp-block-quote p,
blockquote.wp-block-quote.is-style-large p,
blockquote p {
  margin-bottom: 0;
}

figure.wp-block-pullquote {
  border-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 30px 0;
}
figure.wp-block-pullquote blockquote {
  text-align: center;
  border-left: none;
}
figure.wp-block-pullquote blockquote::before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 7rem;
  font-weight: 300;
  opacity: 0.1;
  line-height: 1;
  color:#ec1f25;
}
figure.wp-block-pullquote blockquote p {
  color: inherit;
}
figure.wp-block-pullquote blockquote cite {
  text-align: center;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figure.wp-block-pullquote blockquote cite::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 30px;
  height: 2px;
  border-top: 2px solid;
  border-color: inherit;
}

.vs-blockquote {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--title-color);
  background-color: var(--quote-bg, #f0f4f5);
  border-left: 4px solid#ec1f25;
  padding: 43px 50px 42px 35px;
  margin: 35px 0;
}
.vs-blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  line-height: 1.5;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
  font-style: italic;
}
.vs-blockquote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  font-size: 6.5rem;
  font-weight: 900;
  line-height: 1;
  color: #ffccb1;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
}
.vs-blockquote p {
  margin-bottom: 0;
}
.vs-blockquote p a {
  color: inherit;
}
.vs-blockquote cite {
  display: inline-block;
  font-size: 20px;
  position: relative;
  padding-left: 45px;
  line-height: 1;
  font-weight: 600;
  margin-top: 22px;
  font-style: normal;
  color: var(--title-color);
}
.vs-blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 30px;
  height: 2px;
  border-top: 2px solid#ec1f25;
}

.vs-quote {
  background-color:#ec1f25;
  color:white;
  font-weight: 700;
  line-height: 36px;
  font-size: 22px;
  padding: 50px 60px 49px 150px;
  border-radius: 5px;
}
.vs-quote:before {
  background-color: var(--theme-color2);
  height: 100%;
  right: auto;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 115px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\f10d";
  color:white;
}
.vs-quote p {
  font-style: normal;
}

.blog-meta span,
.blog-meta a {
  align-items: center;
  display: inline-flex;
  margin-right: 18px;
  font-size: 16px;
  color: var(--title-color);
  gap: 7px;
  flex-wrap: wrap;
  font-weight: 500;
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 0px;
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-meta a:hover {
  color:#ec1f25;
}

.blog-category a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 21px;
  margin-right: 10px;
  margin-bottom: 10px;
  color:white;
  background-color: var(--theme-color2);
  display: inline-block;
}
.blog-category a:hover {
  background-color:#ec1f25;
  color:white;
}

.blog-category {
  margin-bottom: -10px;
  margin-right: -10px;
}

.blog-title a {
  color: inherit;
  font-size: 16px;
}
.blog-title a:hover {
  color:#ec1f25;
}

.vs-blog {
  margin-bottom: 30px;
}

.vs-blog-details .blog-single {
  border: none;
  box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.12);
  padding: 40px 40px;
}
.vs-blog-details .blog-single .blog-title {
  margin-bottom: 15px;
}
.vs-blog-details .blog-meta {
  margin-bottom: 18px;
}
.vs-blog-details .blog-meta span,
.vs-blog-details .blog-meta a {
  margin-bottom: 10px;
}
.vs-blog-details .blog-meta span i,
.vs-blog-details .blog-meta a i {
  color:#ec1f25;
}
.vs-blog-details .blog-inner-img {
  margin-bottom: 20px;
}
.vs-blog-details .blog-inner-img img {
  border-radius: 10px;
}

.blog-author {
  display: flex;
  align-items: center;
  background-color:#ec1f25;
  --body-color: #fff;
  --title-color: #fff;
  padding: 40px;
  margin: 50px 0;
}
.blog-author .media-img {
  width: 160px;
  height: 160px;
  margin-right: 25px;
  border-radius: 50%;
}
.blog-author .media-img img {
  border-radius: inherit;
}
.blog-author .author-name {
  margin-bottom: 10px;
  margin-right: 25px;
  display: inline-block;
  color:white;
}
.blog-author .author-links {
  display: inline-block;
}
.blog-author .author-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blog-author .author-links li {
  display: inline-block;
}
.blog-author .author-links li:not(:first-child):before {
  content: "";
  width: 1px;
  height: 15px;
  background-color:white;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 10px;
  top: -1px;
  position: relative;
  opacity: 0.5;
}
.blog-author .author-links a {
  display: inline-block;
  color:white;
  font-size: 16px;
}
.blog-author .author-links a:hover {
  color:#ec1f25;
}

.blog-inner-title {
  margin: -0.04em 0 40px 0;
  width: max-content;
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
}

.blog-inner-author {
  --theme-color: #ffffff;
  padding: 20px;
  display: inline-block;
  border-radius: 0px 10px 10px 0px;
  background-color: rgba(28, 28, 28, 0.8);
  padding-left: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-inner-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  background-color: var(--smoke-color);
}
.blog-inner-author .author-name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color:white;
}
.blog-inner-author .author-degi,
.blog-inner-author .blog-date {
  color:#ec1f25;
  font-size: 14px;
  font-weight: 400;
}

.share-links-title {
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 600;
  margin: 0 15px 0 0;
  display: inline-block;
}

.share-links {
  margin: 50px 0 0px 0;
  padding: 50px 0px;
  border-top: 1px solid #ffccb1;
  border-bottom: 1px solid #ffccb1;
}
.share-links .row {
  align-items: center;
}
.share-links .tagcloud {
  display: inline-block;
}
.share-links .tagcloud a {
  color: var(--body-color);
  background-color: var(--smoke-color);
  font-weight: 500;
}
.share-links .tagcloud a:hover {
  color:white;
  background-color:#ec1f25;
}
.share-links .social-links {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.share-links .social-links li {
  display: inline-block;
  margin-right: 4px;
}
.share-links .social-links li:last-child {
  margin-right: 0;
}
.share-links .social-links a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: var(--body-color);
  text-align: center;
  display: block;
  background-color: var(--smoke-color);
  border-radius: 50%;
}
.share-links .social-links a:hover {
  color:white;
  background-color:#ec1f25;
}

.post-pagi-box img {
  border-radius: 10px;
}

.blog-single {
  margin-bottom: 60px;
  border-radius: 10px;
  border: 1px solid #ffccb1;
}
.blog-single .blog-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: var(--smoke-color);
  overflow: hidden;
}
.blog-single .blog-img img {
  transform: scale(1.002);
  transition: all ease 0.4s;
}
.blog-single:hover .blog-img img {
  transform: scale(1.15);
}
.blog-single .blog-inner-author {
  position: absolute;
  left: 0;
  bottom: 60px;
}
.blog-single .blog-content {
  position: relative;
  /* padding: 40px 40px; */
}
.blog-single .blog-title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 18px;
}
.blog-single .blog-date {
  color: var(--body-color);
}
.blog-single .blog-date i {
  margin-right: 4px;
}
.blog-single .blog-date:hover {
  color:#ec1f25;
}
.blog-single .blog-bottom {
  margin-top: 40px;
  padding: 40px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ffccb1;
}
.blog-single .blog-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-single .blog-meta li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
.blog-single .blog-meta li::before {
  content: "";
  width: 1px;
  height: 70%;
  background-color: var(--title-color);
  opacity: 0.5;
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-single .blog-meta li:last-child::before {
  content: none;
}
.blog-single .play-btn {
  position: absolute;
  top: 10%;
  right: 10%;
}
.blog-single .play-btn i {
  color:white;
}

.blog-style2 {
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: var(--smoke-color);
  padding: 30px 24px;
}
.blog-style2 .blog-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  background-color: var(--smoke-color);
}
.blog-style2 .blog-inner-author {
  position: absolute;
  left: 0;
  bottom: 30px;
}
.blog-style2 .blog-inner-author .author-name {
  font-size: 16px;
}
.blog-style2 .blog-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 18px;
}
.blog-style2 .blog-date {
  color: var(--body-color);
}
.blog-style2 .blog-date i {
  margin-right: 5px;
}
.blog-style2 .blog-date:hover {
  color:#ec1f25;
}
.blog-style2 .blog-bottom {
  padding: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ffccb1;
}
.blog-style2 .vs-btn {
  padding: 16px 20px;
  font-size: 14px;
}

.blog-style3 {
  border: none;
  border: 1px solid #ffccb1;
  padding: 30px 24px;
  border-radius: 10px;
}
.blog-style3 .blog-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 24px;
}
.blog-style3 .blog-img img {
  transition: 0.5s ease-in-out;
}
.blog-style3 .blog-title {
  font-size: 24px;
  margin-bottom: 2px;
}
.blog-style3 .blog-text {
  margin-bottom: 15px;
}
.blog-style3 .vs-btn {
  padding: 16px 20px;
  font-size: 14px;
  margin-left: 4px;
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-style3 .vs-btn {
    margin-left: 0;
  }
}
.blog-style3 .vs-btn i {
  margin-left: 4px;
}
.blog-style3 .blog-bottom {
  margin-top: 0;
  padding-top: 20px;
  border-top: 1px solid #ffccb1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-style3 .blog-date {
  margin-right: 4px;
}
.blog-style3 .blog-date i {
  margin-right: 4px;
}
.blog-style3:hover .blog-img img {
  transform: scale(1.1);
}

.blog-style4 {
  display: flex;
  align-items: center;
}
.blog-style4 .blog-image {
  position: relative;
  border-radius: 10px;
}
.blog-style4 .blog-image img {
  border-radius: 10px;
}
.blog-style4 .category-tag a {
  background-color:white;
  color:#ec1f25;
  padding: 18px 44px 16px;
  border-radius: 0 10px 10px 0;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 80px;
}
.blog-style4 .category-tag a i {
  margin-right: 4px;
}
.blog-style4 .blog-content {
  border: 1px solid #ffccb1;
  background-color:white;
  position: relative;
  margin-left: -100px;
  padding: 40px;
  max-width: 615px;
  border-radius: 10px;
}
.blog-style4 .blog-text {
  font-size: 16px;
  max-width: 475px;
}
.blog-style4 .blog-date {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color:#ec1f25;
  background-color: unset;
  padding: 0;
}
.blog-style4 .blog-date i {
  margin-right: 4px;
}
.blog-style4:nth-child(even) {
  margin: 60px 0 30px 0;
}
.blog-style4:nth-child(even) .blog-image {
  order: 2;
}
.blog-style4:nth-child(even) .category-tag a {
  right: 0;
  left: unset;
  border-radius: 10px 0 0 10px;
}
.blog-style4:nth-child(even) .blog-content {
  margin-right: -100px;
  margin-left: unset;
  z-index: 2;
}

.blog-wrapper .vs-carousel {
  margin-top: -10px;
}
.blog-wrapper .blog-style3 {
  margin-top: 10px;
}

.blog-wrapper1 .title-area {
  padding-top: 50px;
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-style4 .blog-date {
    font-size: 16px;
  }
  .blog-style4 .blog-title {
    font-size: 20px;
  }
  .share-links-title {
    font-size: 16px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10px;
  }
  .share-links .social-links a {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .blog-single .blog-meta li:last-child {
    display: none;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .blog-style3 {
    padding: 30px 15px;
  }
  .blog-style3 .blog-date {
    font-size: 14px;
  }
  .blog-style3 .vs-btn {
    padding: 12px 16px;
    font-size: 13px;
  }
  .blog-style4 {
    display: block;
  }
  .blog-style4 .blog-content {
    margin: 30px 0 0 0;
    max-width: 100%;
  }
  .blog-wrapper1 .title-area {
    padding-top: 0px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-inner-author {
    min-height: unset;
    padding: 15px 13px 15px 75px;
  }
  .blog-inner-author .author-name {
    font-size: 14px;
  }
  .blog-inner-author .author-degi {
    font-size: 10px;
  }
  .blog-inner-author img {
    width: 50px;
    height: 50px;
    left: 15px;
  }
  .blog-single {
    padding: 20px;
    margin-bottom: 30px;
  }
  .blog-single .blog-title {
    font-size: 18px;
    line-height: 1.6;
  }
  .blog-single .blog-img .blog-date {
    right: 15px;
    top: 15px;
    font-size: 14px;
    padding: 12px 15px;
  }
  .blog-single .blog-inner-author {
    bottom: 0;
  }
  .blog-single .blog-content {
    margin-top: 20px;
  }
  .blog-single .play-btn {
    --icon-size: 60px;
    --icon-font-size: 18px;
  }
  .blog-single .blog-meta li {
    display: none;
  }
  .blog-single .blog-meta li:first-child {
    display: inline-block;
  }
  .blog-single .blog-meta span,
  .blog-single .blog-meta a {
    font-size: 13px;
  }
  .blog-single .vs-btn {
    font-size: 13px;
    padding: 12px 10px;
  }
  .blog-single .blog-bottom {
    margin-top: 0;
    padding-top: 20px;
  }
  .vs-blockquote {
    padding: 24px 20px 24px 24px;
  }
  .blog-style4 {
    display: block;
  }
  .blog-style4 .blog-content {
    padding: 20px 15px;
    margin: 0;
  }
  .blog-style4 .tips-tag {
    padding: 10px 24px 8px;
  }
  .blog-style4 .blog-title a {
    font-size: 24px;
  }
  .blog-style4 .blog-date {
    font-size: 16px;
  }
  .blog-style4 .category-tag a {
    padding: 10px 20px 8px;
  }
  .blog-style2 .blog-img {
    margin-bottom: 20px;
  }
  .blog-style2 .blog-inner-author {
    bottom: 0;
  }
  .blog-style2 .blog-inner-author .author-name {
    font-size: 14px;
  }
  .blog-style2 .vs-btn {
    padding: 12px 14px;
    font-size: 13px;
  }
  .blog-style2 .blog-date {
    font-size: 14px;
  }
  .blog-style2 .blog-title {
    font-size: 20px;
  }
  .share-links-title {
    margin-bottom: 10px;
  }
  .vs-blog-details .blog-single {
    padding: 0;
    box-shadow: none;
  }
  .post-pagi-box .pagi-title {
    font-size: 14px;
  }
  .blog-inner-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .share-links {
    padding: 30px 0;
  }
}
.blog-single .blog-audio {
  line-height: 1;
}

.blog-single .blog-audio,
.blog-single .blog-img {
  position: relative;
  background-color: var(--smoke-color);
  margin: -1px -1px 0 -1px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}


/*Tur Anasayfa Card AlanÄ±*/
.swiper-container { width: 100%; padding: 20px; }
.swiper-slide { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }
.card-img { width: 100%; height: 200px; object-fit: cover; }
.card-body { padding: 15px; text-align: center; }
.badge { font-size: 12px; position: absolute; top: 10px; left: 10px; background: #007bff; color: #fff; padding: 5px 10px; border-radius: 5px; }
.price { font-size: 22px; font-weight: bold; color: #000; }
.old-price { text-decoration: line-through; color: gray; font-size: 14px; }
.btn { background: #ec1f25 color: white; padding: 10px; display: block; text-align: center; border-radius: 5px; text-decoration: none; }
.blog-insight-date {
  line-height: 2;
  margin-bottom: 5px;
}