/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2025 | 21:34:51 */
.chini-heading-style{
	font-family: Poppins !important;
}

#absolute-footer p{
	font-family: "Playfair Display";
	font-size:14.875px;
}

#absolute-footer ul li a {
    font-size: 20px;
}

@media (min-width: 1200px) and (max-width: 1366px) {
    ul.ct-main-navigation > li, div.ct-main-navigation > ul > li {
        margin-left: 2.5rem;
    }
}

.ct-header__logo-nav #ct-main-nav .ct-main-navigation {
    font-size: 13px;
}

.ct-header__logo-nav img.ct-logo__image {
    height: 80px;
}


/* Read more read less styling starts here */

.chini-read-more-container {
  position: relative;
  max-width: 400px; /* adjust width */
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

/* Collapsed by default */
.chini-read-more-content {
  max-height: 50px; 
  overflow: hidden;
  transition: max-height 0.5s ease;
}

/* Label (button) styles */
.chini-read-more-label {
  display: inline-block;
  margin-top: 30px;
  color: #c9ac8c;
  cursor: pointer;
  font-weight: bold;
}

/* Read more read less styling ends here */
