.elementor-144 .elementor-element.elementor-element-19c29bf{--display:flex;}.elementor-144 .elementor-element.elementor-element-fa1b17a{--display:flex;}.elementor-144 .elementor-element.elementor-element-b3d074f{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a07d86a */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@300;400;500;600&display=swap');

.blogs-hero-wrapper {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  background-image: url('https://reetiriwaaz.in/wp-content/uploads/2026/07/blogs-hero.png');
  background-size: cover;
  background-position: center;
  border: 1px solid #d4af37;
  border-radius: 6px;
  padding: 60px 60px 40px 60px;
  overflow: hidden;
  font-family: 'Manrope', sans-serif;
  box-sizing: border-box;
}

.blogs-hero-wrapper *, .blogs-hero-wrapper *::before, .blogs-hero-wrapper *::after {
  box-sizing: border-box;
}

/* Dark gradient overlay for background image readability */
.blogs-hero-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(4, 4, 4, 0.96) 0%, rgba(6, 6, 6, 0.88) 50%, rgba(10, 10, 10, 0.4) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Corner Ornaments Graphics */
.blogs-hero-wrapper .corner-ornament {
  position: absolute;
  width: 65px;
  height: 65px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.85;
}

.blogs-hero-wrapper .top-left {
  top: 12px;
  left: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

.blogs-hero-wrapper .top-right {
  top: 12px;
  right: 12px;
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

.blogs-hero-wrapper .bottom-left {
  bottom: 12px;
  left: 12px;
  transform: scaleY(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

.blogs-hero-wrapper .bottom-right {
  bottom: 12px;
  right: 12px;
  transform: scale(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

/* Hero Content Area */
.blogs-hero-wrapper .blogs-hero-content {
  position: relative;
  z-index: 2;
  max-width: 580px;
  margin-bottom: 60px;
}

.blogs-hero-wrapper .brand-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: #d9b15d;
  font-weight: 600;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}

.blogs-hero-wrapper .brand-subtitle span {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: #aaaaaa;
  margin-top: 2px;
  text-transform: uppercase;
}

.blogs-hero-wrapper .subheading {
  color: #d9b15d;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}

.blogs-hero-wrapper .heading-divider-left {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.blogs-hero-wrapper .heading-divider-left span {
  width: 35px;
  height: 1px;
  background: #d4af37;
}

.blogs-hero-wrapper .heading-divider-left svg {
  width: 16px;
  fill: #d4af37;
}

.blogs-hero-wrapper .hero-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.8rem;
  color: #ffffff;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 20px;
}

.blogs-hero-wrapper .hero-description {
  color: #cccccc;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Explore Insights Button */
.blogs-hero-wrapper .hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: 1px solid #d4af37;
  color: #d9b15d;
  font-family: 'Manrope', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.blogs-hero-wrapper .hero-btn svg {
  width: 16px;
  height: 12px;
  stroke: #d9b15d;
  transition: transform 0.3s ease;
}

.blogs-hero-wrapper .hero-btn:hover {
  background: #d4af37;
  color: #080808;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.blogs-hero-wrapper .hero-btn:hover svg {
  stroke: #080808;
  transform: translateX(4px);
}

/* Bottom Features Bar */
.blogs-features-bar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  padding-top: 40px;
}

.blogs-features-bar .feature-item {
  text-align: left;
}

.blogs-features-bar .feature-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  color: #d9b15d;
}

.blogs-features-bar .feature-icon svg {
  width: 100%;
  height: 100%;
  stroke: #d9b15d;
}

.blogs-features-bar h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: #d9b15d;
  letter-spacing: 1px;
  margin-bottom: 6px;
  font-weight: 600;
}

.blogs-features-bar p {
  color: #aaaaaa;
  font-size: 11.5px;
  line-height: 1.4;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .blogs-features-bar {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .blogs-hero-wrapper {
    padding: 40px 20px;
  }
  .blogs-hero-wrapper .hero-heading {
    font-size: 2.8rem;
  }
  .blogs-features-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  .blogs-hero-wrapper .corner-ornament {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 480px) {
  .blogs-features-bar {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d6fe9e3 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@300;400;500;600&display=swap');

.newsletter-banner-wrapper {
  position: relative;
  width: 100%;
  max-width: 1350px;
  min-height: 320px;
  margin: 0 auto;
  background-image: url('https://reetiriwaaz.in/wp-content/uploads/2026/07/newsletter-banner.png');
  background-size: cover;
  background-position: center;
  border: 1px solid #d4af37;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 50px 70px;
  overflow: hidden;
  font-family: 'Manrope', sans-serif;
  box-sizing: border-box;
}

.newsletter-banner-wrapper *, .newsletter-banner-wrapper *::before, .newsletter-banner-wrapper *::after {
  box-sizing: border-box;
}

/* Dark gradient overlay on the right side for text readability */
.newsletter-banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(4, 4, 4, 0.96) 0%, rgba(6, 6, 6, 0.88) 50%, rgba(10, 10, 10, 0.3) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Newsletter Content Area */
.newsletter-banner-wrapper .newsletter-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 600px;
  text-align: left;
}

/* Subtitle Styling */
.newsletter-banner-wrapper .newsletter-subtitle {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: #d9b15d;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.newsletter-banner-wrapper .sub-divider {
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsletter-banner-wrapper .sub-divider span {
  width: 40px;
  height: 1px;
  background: #d4af37;
}

.newsletter-banner-wrapper .sub-divider svg {
  width: 14px;
  fill: #d4af37;
}

/* Main Heading */
.newsletter-banner-wrapper .newsletter-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  color: #ffffff;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 30px;
}

/* Form Container */
.newsletter-banner-wrapper .newsletter-form {
  display: flex;
  gap: 15px;
  max-width: 540px;
}

/* Input Field */
.newsletter-banner-wrapper .newsletter-input {
  flex-grow: 1;
  background: rgba(15, 15, 15, 0.8);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 4px;
  padding: 15px 20px;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.newsletter-banner-wrapper .newsletter-input::placeholder {
  color: #777777;
}

.newsletter-banner-wrapper .newsletter-input:focus {
  border-color: #d4af37;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
}

/* Subscribe Button */
.newsletter-banner-wrapper .newsletter-btn {
  background: linear-gradient(135deg, #d4af37 0%, #aa8228 100%);
  color: #0c0c0c;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  border: none;
  padding: 0 30px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  white-space: nowrap;
}

.newsletter-banner-wrapper .newsletter-btn:hover {
  background: linear-gradient(135deg, #e6be42 0%, #bd9130 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .newsletter-banner-wrapper {
    justify-content: center;
    padding: 50px 30px;
    background-position: left center;
  }
  .newsletter-banner-wrapper::before {
    background: rgba(4, 4, 4, 0.88);
  }
  .newsletter-banner-wrapper .newsletter-content {
    max-width: 100%;
    text-align: center;
  }
  .newsletter-banner-wrapper .newsletter-subtitle {
    justify-content: center;
  }
  .newsletter-banner-wrapper .newsletter-form {
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .newsletter-banner-wrapper {
    padding: 40px 20px;
  }
  .newsletter-banner-wrapper .newsletter-heading {
    font-size: 2.2rem;
  }
  .newsletter-banner-wrapper .newsletter-form {
    flex-direction: column;
  }
  .newsletter-banner-wrapper .newsletter-btn {
    padding: 15px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fa1b17a */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@300;400;500;600&display=swap');

.explore-category-wrapper {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  background: radial-gradient(circle at top, #16110a 0%, #080808 50%, #040404 100%);
  border: 1px solid #d4af37;
  border-radius: 6px;
  padding: 60px 40px;
  overflow: hidden;
  font-family: 'Manrope', sans-serif;
  box-sizing: border-box;
}

.explore-category-wrapper *, .explore-category-wrapper *::before, .explore-category-wrapper *::after {
  box-sizing: border-box;
}

/* Heading Styling */
.explore-category-wrapper .section-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}

.explore-category-wrapper .heading-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.explore-category-wrapper .heading-divider span {
  width: 40px;
  height: 1px;
  background: #d4af37;
}

.explore-category-wrapper .heading-divider svg {
  width: 18px;
  fill: #d4af37;
}

/* Category Filters Bar */
.explore-category-wrapper .category-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 45px;
}

.explore-category-wrapper .filter-btn {
  background: transparent;
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #d9b15d;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.explore-category-wrapper .filter-btn:hover,
.explore-category-wrapper .filter-btn.active {
  background: #d4af37;
  color: #080808;
  border-color: #d4af37;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
}

/* Blog Cards Grid (5 Columns) */
.explore-category-wrapper .blog-cards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.explore-category-wrapper .blog-card {
  background: rgba(12, 10, 7, 0.9);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.explore-category-wrapper .card-image-box {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
}

/* Smooth Zoom-in Animation on Image */
.explore-category-wrapper .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.explore-category-wrapper .card-content {
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.explore-category-wrapper .card-meta {
  color: #d9b15d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.explore-category-wrapper .card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  color: #ffffff;
  line-height: 1.35;
  margin-bottom: 18px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.explore-category-wrapper .read-more-link {
  color: #d9b15d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}

.explore-category-wrapper .read-more-link span {
  transition: transform 0.3s ease;
}

/* Card Hover Animations */
.explore-category-wrapper .blog-card:hover {
  border-color: #ffd700;
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(212, 175, 55, 0.3);
}

.explore-category-wrapper .blog-card:hover .card-bg {
  transform: scale(1.12); /* Zoom-in effect */
}

.explore-category-wrapper .blog-card:hover .card-title {
  color: #fceea7;
}

.explore-category-wrapper .blog-card:hover .read-more-link span {
  transform: translateX(5px);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .explore-category-wrapper .blog-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .explore-category-wrapper {
    padding: 40px 20px;
  }
  .explore-category-wrapper .section-heading {
    font-size: 30px;
  }
  .explore-category-wrapper .blog-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .explore-category-wrapper .blog-cards-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-993f980 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@300;400;500;600&display=swap');

.newsletter-banner-wrapper {
  position: relative;
  width: 100%;
  max-width: 1350px;
  min-height: 320px;
  margin: 0 auto;
  background-image: url('https://reetiriwaaz.in/wp-content/uploads/2026/07/blogs-footer.png');
  background-size: cover;
  background-position: center;
  border: 1px solid #d4af37;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 50px 70px;
  overflow: hidden;
  font-family: 'Manrope', sans-serif;
  box-sizing: border-box;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.newsletter-banner-wrapper *, .newsletter-banner-wrapper *::before, .newsletter-banner-wrapper *::after {
  box-sizing: border-box;
}

/* Dark gradient overlay on the right side for text readability */
.newsletter-banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(4, 4, 4, 0.96) 0%, rgba(6, 6, 6, 0.88) 50%, rgba(10, 10, 10, 0.3) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Newsletter Content Area */
.newsletter-banner-wrapper .newsletter-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 600px;
  text-align: left;
}

/* Subtitle Styling */
.newsletter-banner-wrapper .newsletter-subtitle {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: #d9b15d;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.newsletter-banner-wrapper .sub-divider {
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsletter-banner-wrapper .sub-divider span {
  width: 40px;
  height: 1px;
  background: #d4af37;
}

.newsletter-banner-wrapper .sub-divider svg {
  width: 14px;
  fill: #d4af37;
}

/* Main Heading */
.newsletter-banner-wrapper .newsletter-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  color: #ffffff;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 30px;
  transition: color 0.3s ease;
}

/* Form Container */
.newsletter-banner-wrapper .newsletter-form {
  display: flex;
  gap: 15px;
  max-width: 540px;
}

/* Input Field */
.newsletter-banner-wrapper .newsletter-input {
  flex-grow: 1;
  background: rgba(15, 15, 15, 0.8);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 4px;
  padding: 15px 20px;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.newsletter-banner-wrapper .newsletter-input::placeholder {
  color: #777777;
}

.newsletter-banner-wrapper .newsletter-input:focus {
  border-color: #d4af37;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
}

/* Subscribe Button */
.newsletter-banner-wrapper .newsletter-btn {
  background: linear-gradient(135deg, #d4af37 0%, #aa8228 100%);
  color: #0c0c0c;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  border: none;
  padding: 0 30px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  white-space: nowrap;
}

.newsletter-banner-wrapper .newsletter-btn:hover {
  background: linear-gradient(135deg, #e6be42 0%, #bd9130 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
}

/* Container Hover Animation */
.newsletter-banner-wrapper:hover {
  border-color: #ffd700;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .newsletter-banner-wrapper {
    justify-content: center;
    padding: 50px 30px;
    background-position: left center;
  }
  .newsletter-banner-wrapper::before {
    background: rgba(4, 4, 4, 0.88);
  }
  .newsletter-banner-wrapper .newsletter-content {
    max-width: 100%;
    text-align: center;
  }
  .newsletter-banner-wrapper .newsletter-subtitle {
    justify-content: center;
  }
  .newsletter-banner-wrapper .newsletter-form {
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .newsletter-banner-wrapper {
    padding: 40px 20px;
  }
  .newsletter-banner-wrapper .newsletter-heading {
    font-size: 2.2rem;
  }
  .newsletter-banner-wrapper .newsletter-form {
    flex-direction: column;
  }
  .newsletter-banner-wrapper .newsletter-btn {
    padding: 15px 20px;
  }
}/* End custom CSS */