/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://yourwebsite.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");

p {
  margin-top: 0;
}

.double_color span {
  color: #e8c87a;
}

.product-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.35s;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.product-image {
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.product-image img {
  max-height: 100%;
  transition: 0.35s;
}

.product-card:hover img {
  transform: scale(1.05);
}

.product-content {
  padding: 30px 20px;
}

.product-content h5 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 4px;
  font-family: "Marcellus", Sans-serif;
  color: #1f3354;
}

.product-content p {
  color: #6c7178;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.bg-beige {
  background: #f5efe8;
}

.bg-light-pink {
  background: #f8f2f3;
}

.bg-pink {
  background: #f7eef0;
}

@media (max-width: 991px) {
  .product-image {
    height: 260px;
  }

  .product-image img {
    max-height: 200px;
  }
}

@media (max-width: 576px) {
  .product-content h5 {
    font-size: 20px;
  }

  .product-content p {
    font-size: 13px;
  }
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(232, 200, 122, 0.18);
  border-radius: 6px;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  transition: 0.35s;
  height: 100%;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  border-color: #e8c87a;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.testimonial-rating {
  color: #e8c87a;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.testimonial-text {
  font-family: "Marcellus", serif;
  font-size: 20px;
  line-height: 36px;
  color: #eadfc9;
  flex-grow: 1;
  margin-bottom: 30px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto;
}

.rating .elementor-heading-title span {
  font-family: Marcellus;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  text-align: right;
  color: #90a1ba !important;
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b8862f, #e8c87a);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #16263f;
  font-family: "Marcellus", serif;
  font-size: 18px;
  font-weight: 600;
  flex-shrink: 0;
}

.testimonial-author h6 {
  color: #f1ece1;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.testimonial-author span {
  color: #eadfc9;
  font-size: 12px;
  display: block;
  margin-top: 3px;
}

.bob_counter .elementor-counter-number {
  display: none;
}

@media (max-width: 991px) {
  .testimonial-text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .testimonial-card {
    padding: 28px 24px;
  }

  .testimonial-text {
    font-size: 17px;
  }
}

@media (min-width: 1500px) {
  .e-con.e-flex > .e-con-inner,
  .site-main {
    max-width: 1440px !important;
  }
}

/* my-footer */
.page-id-114 .my-footer,
.page-id-516 .my-footer {
  padding-top: 150px !important;
}

@media (max-width: 576px) {
  .page-id-114 .my-footer,
  .page-id-516 .my-footer {
    padding-top: 200px !important;
  }
}

/* marquee */
.marquee {
  overflow: hidden;
  border-block: 1px solid rgba(247, 243, 234, 0.16);
  background: linear-gradient(270deg, #c37b13 0%, #dfaa48 50%, #c37b13 100%);
  position: relative;
  z-index: 5;
  height: 60px;
}

.marquee__track {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  will-change: transform;
  gap: clamp(22px, 3vw, 48px);

  animation: marqueeMove 34s linear infinite;
}

.marquee__track .m-item {
  display: inline-flex;
  align-items: center;
  padding: 18px 0;
  font-size: 18px;
  color: #000;
  gap: clamp(22px, 3vw, 48px);

  white-space: nowrap;
  font-family: "Marcellus", serif;
}

.marquee__track .m-item .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  flex: none;
}

@keyframes marqueeMove {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee__track {
    animation: none;
  }
}

/* custom-form */
.zaitun-custom-form .ff-t-cell .ff-el-group .ff-el-input--content input,
.zaitun-custom-form .ff-t-cell .ff-el-group .ff-el-input--content select {
  height: 54px;
  background-color: #fff;
  border: 1px solid #b8862f4d;
  border-radius: 6px;
}
.zaitun-custom-form
  .ff-t-cell
  .ff-el-group
  .ff-el-input--content
  input:disabled,
.zaitun-custom-form
  .ff-t-cell
  .ff-el-group
  .ff-el-input--content
  select:disabled {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.zaitun-custom-form .ff-t-cell .ff-el-group .ff-el-input--content select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
}
.zaitun-custom-form
  .ff-el-group
  .ff-el-input--content
  textarea.ff-el-form-control {
  height: 160px;
  background: #fff;
  border: 1px solid #b8862f4d;
  border-radius: 6px;
}

.zaitun-custom-form .ff-el-group button.ff-btn-submit {
  text-align: center !important;
  margin: 0 auto !important;
  border-radius: 0px;
  padding: 16px 50px;
  background: linear-gradient(135deg, #b8862f 0%, #e8c87a 100%) !important;
  color: #1f3354 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  border: none !important;
}

.contact-custom .ff-t-container {
  flex-direction: column;
}
.contact-custom .ff-btn-submit {
  width: 100% !important;
}

/* project-detail */
.product.type-product {
  justify-content: space-between;
}

.product.type-product .product_title {
  font-family: Marcellus;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  color: #022714;
}

.product.type-product .zaitun-intro {
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 40px;
}

.product.type-product .zaitun-cta-button {
  text-align: center !important;
  margin: 0 auto !important;
  border-radius: 0px;
  padding: 16px 56px;
  background: linear-gradient(135deg, #b8862f 0%, #e8c87a 100%) !important;
  color: #1f3354 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  border: none !important;
  margin-bottom: 50px !important;
}

.product.type-product .zaitun-specs-heading {
  font-family: Marcellus;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  color: #022714 !important;
  margin-bottom: 30px;
}
.product.type-product .zaitun-specs-grid {
  row-gap: 30px !important;
}
.product.type-product .zaitun-spec-row {
  padding: 0 0 20px 0 !important;
}
.product.type-product .zaitun-spec-label {
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.product.type-product .zaitun-specs-block .zaitun-spec-value {
  font-family: Manrope;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #033b1d !important;
}
.product.type-product .zaitun-uses-block .zaitun-uses-heading {
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Marcellus;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  color: #022714 !important;
}
.product.type-product .zaitun-tag {
  border: 1px solid #c8952a;
  color: #7a5c17;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
}
.product.type-product .zaitun-packing-box {
  background-color: #fff;
  padding: 30px !important;
}
.product.type-product .zaitun-packing-box h3 {
  font-family: Marcellus;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  color: #022714 !important;
  margin-bottom: 20px;
}
.product.type-product .zaitun-packing-box p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.flex-viewport {
  margin-bottom: 10px;
  background-color: #f3e6df;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image {
  /* padding: 30px;
  background-color: #f3e6df;
  display: flex;
  justify-content: center !important;
  align-items: center !important; */
  margin-bottom: 15px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
  display: block;
  width: auto !important;
  max-height: 360px !important;
  box-shadow: none;
  object-fit: contain;
  margin: 30px auto;
}
.woocommerce div.product .flex-control-nav li:not(:last-child) {
  padding-right: 10px;
}
.woocommerce div.product .flex-control-nav li img {
  background: #f3e6df;
  padding: 20px;
  object-fit: contain;
  max-height: 150px;
}
.woocommerce-breadcrumb,
.onsale {
  display: none;
}

/* ==========================
   WooCommerce Product Cards
========================== */

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  background: #fff;
  /* border: 1px solid #ececec; */
  border-radius: 6px;
  overflow: hidden;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

/* Image Section */
.woocommerce ul.products li.product a img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  background: #f3e6df;
  padding: 25px;
  margin: 0 !important;
}

/* Content Area */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #1f3354;
  padding: 18px 18px 8px;
  font-family: Marcellus;
  margin: 0;
}

.woocommerce ul.products li.product .price {
  display: none;
}

.woocommerce ul.products li.product .button {
  display: none;
}

.woocommerce ul.products li.product .star-rating {
  display: none;
}

.woocommerce ul.products li.product .onsale {
  display: none;
}

/* If using product short description plugin */
.woocommerce
  ul.products
  li.product
  .woocommerce-product-details__short-description,
.woocommerce ul.products li.product .product-excerpt,
.woocommerce ul.products li.product p {
  color: #7d7d7d;
  font-size: 15px;
  line-height: 1.6;
  padding: 0 18px 18px;
  margin: 0;
}

/* Mobile */
@media (max-width: 991px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }

  .woocommerce ul.products li.product a img {
    height: 260px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}
.related.products h2,
.woocommerce-products-header__title.page-title {
  font-size: 32px;
  font-family: Marcellus;
  color: #022714;
  font-weight: 400;
  margin-bottom: 40px;
}
.woocommerce-products-header__title.page-title {
  font-size: 36px;
  margin-bottom: 10px;
}
.woocommerce-result-count {
  color: #7d7d7d;
  font-size: 15px;
  margin: 0;
}
.content-area {
  padding: 40px 0;
}
.woocommerce .woocommerce-ordering select {
  appearance: none;
  padding: 0 45px 0 18px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #e8e2db;
  background-color: #fff;
  color: #24365a;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  outline: none !important;
  box-shadow: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
}

.woocommerce .woocommerce-ordering select:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  border-color: #c9b07d;
}
.related.products {
  width: 100%;
}
.elementor-icon-box-description a {
  color: #333;
}
.modal_close {
  padding: 0 !important;
  background: unset !important;
  margin: 0 !important;
  height: 30px !important;
  width: 30px !important;
  opacity: 1 !important;
  box-shadow: none;
  outline: none !important;
}
@media (min-width: 992px) {
  .content-area {
    padding: 60px 0;
  }
  .content-area {
    padding: 100px 0;
  }
  .product.type-product .product_title,
  .related.products h2,
  .woocommerce-products-header__title.page-title {
    font-size: 48px;
  }
  .woocommerce-product-gallery .woocommerce-product-gallery__image img {
    margin: 50px auto;
  }
}
@media (max-width: 991px) {
  .product.type-product .zaitun-packing-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .product.type-product .zaitun-packing-box p {
    font-size: 14px;
    line-height: 24px;
  }
  .woocommerce div.product .flex-control-nav li img {
    padding: 10px;
    max-height: 88px;
  }
  .site-main {
    padding-inline: 20px !important;
  }
}

.zaitun-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  align-items: center;
  justify-content: center;
}

.zaitun-popup-overlay.active {
  display: flex;
}

.zaitun-popup-content {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 600px;
  padding: 30px;
  border-radius: 8px;
}

.zaitun-popup-close {
  position: absolute;
  right: 10px;
  top: 5px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
}
.ff-message-success {
  border-left: 3px solid #4caf50;
}
#fluentform_1_errors {
  border-left: 3px solid #f44336;
}
.zaitun-custom-form .ff-el-group textarea {
  margin-bottom: 40px !important;
}
.footer_mobile .elementor-icon-list-text a {
  color: #eadfc9;
}
.footer_mobile .elementor-icon-list-text a:hover,
.elementor-icon-box-description a:hover {
  color: #b8862f;
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 50px;
  height: 50px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.35);
  z-index: 99999;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 15px 35px rgba(37, 211, 102, 0.45);
  color: #fff;
}

.floating-whatsapp:focus {
  outline: none;
  color: #fff;
}

@media (max-width: 767px) {
  .floating-whatsapp {
    width: 45px;
    height: 45px;
    right: 16px;
    bottom: 16px;
  }

  .floating-whatsapp svg {
    width: 26px;
    height: 26px;
  }
}

.blog-banner,
.single-banner {
  padding: 90px 0;
  text-align: center;
  background-image: linear-gradient(180deg, #033b1d 0%, #001c0e 100%);
  margin-top: 80px;
  margin-bottom: 60px;
}
.blog-banner p,
.single-banner .single-meta {
  color: #e8c87a;
  font-size: 15px;
}
.single-banner .single-meta .dot {
  margin: 0 10px;
  color: #b8862f;
}
.blog-banner h1,
.single-banner h1 {
  font-size: 48px;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Marcellus", Sans-serif;
}
.single-banner .entry-title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.single-post .featured-image {
  max-height: 400px;
  border-radius: 10px;
}
.single-post .featured-image img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 400px;
  object-fit: contain;
}
.blog-listing {
  padding: 80px 0;
}

.blog-grid {
  gap: 30px;
}

.blog-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
}

.blog-card:hover {
  transform: translateY(-8px);
}

.blog-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.blog-image-placeholder {
  width: 100%;
  height: 240px;
  background: #f3e6df;
  display: block;
}

.blog-content {
  padding: 25px;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #888;
  margin-bottom: 15px;
}

.blog-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.blog-content h3 a {
  color: #111;
  text-decoration: none;
}

.blog-content p {
  line-height: 1.8;
  color: #666;
}

.read-more {
  margin-top: 20px;
  padding: 12px 22px;
  background: #111009;
  color: #fff;
  border-radius: 0px;
  text-decoration: none;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.read-more:hover {
  background: #c19a2e;
  color: #111009;
}
.page-id-918 .blog-banner h1 {
  margin-top: 60px;
}
.pagination {
  margin-top: 60px;
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 12px 18px;
  margin: 0 5px;
  border-radius: 8px;
  background: #f3e6df;
  color: #1f3354;
  text-decoration: none;
  transition: 0.25s;
}

.pagination .page-numbers:hover {
  background: linear-gradient(135deg, #b8862f, #e8c87a);
  color: #fff;
}

.pagination .current {
  background: linear-gradient(135deg, #b8862f, #e8c87a);
  color: #fff;
}

.pagination .dots {
  background: transparent;
}

.featured-image {
  margin-bottom: 40px;
}

.featured-image img {
  width: 100%;
  border-radius: 15px;
}

.post-content {
  font-size: 18px;
  line-height: 1.9;
}

.post-content h2,
.post-content h3 {
  margin-top: 40px;
}

.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.post-navigation a {
  text-decoration: none;
  padding: 14px 20px;
  background: #111;
  color: #fff;
  border-radius: 8px;
}

.post-tags {
  margin: 40px 0;
}

/* Entry content typography */
.entry-content {
  font-size: 18px;
  line-height: 1.9;
  color: #444a52;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: "Marcellus", serif;
  color: #1f3354;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 40px;
  margin-bottom: 18px;
}

.entry-content h2 {
  font-size: 32px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f3e6df;
}

.entry-content h3 {
  font-size: 26px;
}

.entry-content h4 {
  font-size: 22px;
}

.entry-content h5 {
  font-size: 19px;
}

.entry-content h6 {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

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

.entry-content ul,
.entry-content ol {
  margin: 0 0 24px;
  padding-left: 22px;
}

.entry-content ul li,
.entry-content ol li {
  margin-bottom: 10px;
  padding-left: 6px;
}

.entry-content ul {
  list-style: none;
  padding-left: 0;
}

.entry-content ul li {
  position: relative;
  padding-left: 28px;
}

.entry-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b8862f, #e8c87a);
}

.entry-content a {
  color: #b8862f;
  text-decoration: underline;
}

.entry-content a:hover {
  color: #1f3354;
}

.entry-content strong,
.entry-content b {
  color: #1f3354;
}

.entry-content blockquote {
  margin: 30px 0;
  padding: 20px 25px;
  background: #f3e6df;
  border-left: 4px solid #b8862f;
  font-style: italic;
  color: #1f3354;
  border-radius: 0 8px 8px 0;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 10px 0 30px;
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.entry-content table th,
.entry-content table td {
  border: 1px solid #eee0d6;
  padding: 12px 15px;
  text-align: left;
}

.entry-content table th {
  background: #f3e6df;
  color: #1f3354;
}

/* Author / company profile box */
.company_profile_wraper {
  background: #fff;
  border: 1px solid #f0e4da;
  border-radius: 15px;
  padding: 35px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.company_profile_wraper .company-logo img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #f0e4da;
}

.company_profile_wraper .company-label {
  display: block;
  font-size: 13px;
  color: #b8862f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.company_profile_wraper .company-name {
  font-family: "Marcellus", serif;
  color: #1f3354;
  font-size: 24px;
  margin: 0;
}

.contact-box {
  background: #f9f4f0;
  border-radius: 10px;
  padding: 18px 20px;
  height: 100%;
}

.contact-box h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #b8862f;
  margin-bottom: 6px;
}

.contact-box p {
  margin: 0;
  font-size: 15px;
  word-break: break-word;
}

.contact-box a {
  color: #1f3354;
  text-decoration: none;
}

.contact-box a:hover {
  color: #b8862f;
}

/* Tags */
.post-tags a {
  display: inline-block;
  padding: 7px 16px;
  margin: 4px 6px 4px 0;
  background: #f3e6df;
  color: #1f3354;
  font-size: 13px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.25s;
}

.post-tags a:hover {
  background: linear-gradient(135deg, #b8862f, #e8c87a);
  color: #fff;
}
