<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* NEW ===== AFFILIATE BAR ===== */
.affiliate-bar {
  background-color: rgba(229, 229, 229, 0.3);
  color: #938f8f;
  line-height: 18px;
  padding: 8px;
  font-size:12px;
  margin-bottom:10px;
}

/* ===== CATEGORY DESCRIPTION ===== */
.category-description {
  width:70%;
  margin-top:30px;
  margin-bottom:50px;
  margin-left:auto;
  margin-right:auto;
}

.category-description h3 {
  font-size:1.4rem;
}

/* ===== SEARCH BAR STYLES ===== */
.top-section-one{
  margin-top: 2px;
  height: 72px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
  width: 100%;
}

.top-section-one-topsearch {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
  width: 100%;
}

.top-section-one-topsearch .form-group-search {
  padding: 10px 15px;
}

.form-group {
  margin-bottom: 0;
}

.form-group-search {
  justify-self: center;
  align-self: center;
  width: 100%;
  border-radius: 6px;
  padding: 10px 15px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 10px;
}

.form-control-search{
  width: 95%;
  height: 32px;
  border : none;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-control-search-top{
  width: 95%;
  height: 22px;
  border : none;
}

.form-control {
  font-weight: 600;
  padding: 0;
}

.button-search{
  float: right;
  width: 34px;
  height: 36px;
  margin-top: -35px;
  margin-right: -5px;
  border: none;
  background: #fff;
}

.button-search-top {
  float: right;
  width: 34px;
  height: 36px;
  margin-top: -31px;
  margin-right: -5px;
  border: none;
  background: #fff;
}

.button-search-2{
  float: right;
  width: 28px;
  height: 30px;
  border: none;
}

.button-search-nav {
  width: 34px;
  height: 36px;
  border: none;
  background: #fff;
  margin-top: -4px;
}

input[type="search"]{
  outline: none;
  box-shadow: none !important;
}

/* Search placeholders */
.form-control-search::placeholder,
.form-control-search-top::placeholder {
  color: #b9bdc1;
  opacity: 1;
}

.form-control-search:focus::placeholder,
.form-control-search-top:focus::placeholder {
  opacity: 0;
}

/* ===== SEARCH AUTOCOMPLETE STYLES ===== */
.s-wrapper {
  position: relative;
}

.s-wrapper.show .s-results {
  display: block;
}

.s-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 1001;
  max-height: 45vh;
  overflow-y: scroll;
  padding-top: 10px;
  display: none;
}

.s-results ul {
  list-style-type: none;
  z-index: 1001;
  position: relative;
  margin: 0;
  padding: 0;
}

.s-results ul li {
  margin-left: 7px;
  margin-bottom: 10px;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  color: #4fb68d;
  border-bottom: 1px solid #eee;
}

.s-results ul li:last-child {
  border-bottom: none;
}

.s-results ul li a,
.s-results a {
  display: block;
  padding: 10px 15px;
  color: #4fb68d;
  text-decoration: none;
  transition: background-color 0.2s;
}

.s-results a:hover {
  background-color: #f5f5f5;
  color: #4fb68d;
}

/* ===== ALERT BAR STYLES ===== */
.alertbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid #e7e7f4;
  z-index: 1000;
  display: none;
  padding: 15px 0;
}

.alertbar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.alertbar form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.alertbar input[type="email"] {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-width: 200px;
}

.alertbar input[type="submit"] {
  padding: 8px 16px;
  background: #073b4c;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.alertbar input[type="submit"]:hover {
  background: #0a4a5c;
}

/* ===== HEADER AND NAVIGATION ===== */
.header-top-nav {
  border-bottom: solid 1.5px #e7e7f4;
  margin-top: -5px;
  max-height: 130px;
}

.footer-area {
  background: linear-gradient(to right, #e7e7f4, #fff);
}

.inner-cont {
  max-width: 900px;
  margin-top: 54px;
  margin-bottom: 54px;
}

.mens-womens-buttons .mw-btn:hover {
  border: 1px #4fb68d solid;
  color: #4fb68d;
}

.mw-btn {
  border: 1px #adb5bd solid;
  border-radius: 5px;
  font-size: 12px;
  background-color: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 6px;
}

#main-header {
  color: black;
}

.title-text h2 {
  font-weight: 500;
}

#main-title {
  font-family: 'Righteous';
  font-size: 24px;
  color: black;
  white-space: nowrap;
  margin-top: 18px;
  margin-bottom: 4px;
  margin-left: 5px;
}

#main-title-2 {
  font-family: 'Righteous', cursive;
  font-size: 24px;
  color: black;
  white-space: nowrap;
  line-height: 21px;
  margin-bottom: 8px;
  max-width: 250px;
  float: left;
  margin-left: 12px;
  z-index: 1000;
}

.meanmenu-reveal {
  margin-top: 29px;
  margin-right: -5px;
}

.main-navigation {
  margin-top: 0px;
}

.main-navigation ul li a {
  color: #6C757D;
}

.header-right-nav ul li a {
  color: black;
  font-weight: 600;
}

.main-navigation ul li ul.mega-menu-wrap {
  width:910px;
}

.header-right-nav ul li::after {
  background-color: black;
}

.ul-header-right {
  min-width: 230px;
  float: right;
  margin-top: 7px;
}

.search-bar-mods {
  margin-right: -20px;
}

/* ===== REGION POPUP STYLES ===== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
}

.modal {
  position: relative;  
  background: white;
  border-radius: 8px;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  min-height: 300px;
  height: auto;
  color: hsl(44, 0%, 40%);
  display: flex;
  position: relative;
  transition: transform 0.3s ease;
  transform: translateY(-100px);
}


.modalContent {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.modalContent img {
  width: 40%;
}

.modalInfo {
  width: 60%;
  padding: 0 0 0 2rem;
}

.modalInfo h3 {
  font-size: 2rem;
  line-height: 100%;
  color: hsl(44, 0%, 26%);
  text-transform: uppercase;
  margin-bottom: 0.83rem;
}

#close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
  color: #666;
}

#close:hover {
  cursor: pointer;
}

.popup-title {
  width: 100%;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.flag-space {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.flag-content {
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
}

.flag-content img {
  width: 150px;
  height: auto;
}

.flag-text {
  font-size: 26px;
  font-weight: 700;
  color: black;
}

.flag-anchors {  
  display: flex;
  flex-direction: column;  
  align-items: center;
  gap: 10px;
  padding: 15px;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.mini-flag {
  height: 25px;
  width: auto;
  margin-top: -5px;
}

/* ===== NEWSLETTER POPUP STYLES ===== */
.newsletter-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 3000;
}

.newsletter-popup-container {
  background: white;
  border-radius: 12px;
  padding: 40px;
  max-width: 500px;
  width: 90%;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.newsletter-popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.newsletter-popup-close:hover {
  color: #333;
  background-color: #f0f0f0;
}

.logo-container,
.newsletter-popup-logo-container {
  margin-bottom: 20px;
}

.newsletter-popup-logo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.popup-content h2,
.newsletter-popup-container h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #6a917f;
  font-size: 24px;
  font-weight: 600;
}

.newsletter-popup-description {
  text-align: center;
  margin-bottom: 30px;
  color: #666;
  line-height: 1.5;
  font-size: 16px;
  padding: 0 20px;
}

.newsletter-popup-form {
  text-align: center;
  margin-bottom: 20px;
}

.newsletter-popup-email {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e7e7f4;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 16px;
  box-sizing: border-box;
}

.newsletter-popup-email:focus {
  outline: none;
  border-color: #073b4c;
}

.newsletter-popup-submit {
  width: 100%;
  padding: 12px 16px;
  background: #5d8070;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.newsletter-popup-submit:hover {
  background: #6a917f;
}

.newsletter-popup-submit:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.newsletter-popup-customer-text {
  margin-top: 15px;
  font-size: 14px;
  color: #888;
}

.newsletter-popup-signin-container {
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.newsletter-popup-signin-text {
  color: #777;
  font-size: 14px;
}

.newsletter-popup-signin-link {
  color: #6b9080;
  text-decoration: none;
  font-weight: 500;
}

.newsletter-popup-signin-link:hover {
  text-decoration: underline;
}

/* ===== BLOG POST CARDS AND LINKS ===== */
.inner-link-home {
  font-size: 16px;
  color: #253237;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}

.inner-link-home:hover{
  color: #4fb68d;
}

.product-link-home {
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #999;
  font-size: 12px;
}

.product-link-home:hover{
  color: #253237;
}

.product-link-blog {
  line-height: 22px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #999;
  font-size: 0.875rem;
}

.product-link-blog:hover{
  color: #253237;
}

.footer-logo {
  color: #e7e7f4;
}

.pub-date {
  font-size: 15px;
}

.pub-date-home {
  font-size: 0.75rem;
}

.read-more-home {
  color: rgb(107, 144, 128);
}

.read-more-home:hover {
  color: rgb(107, 144, 128);
}

/* ===== PRICING STYLES ===== */
.sale-price {
  display: inline-block;
  text-decoration: line-through;
  color: #f27575;
  float: left;
  margin-left: 6px;
  margin-bottom: 2px;
}

.normal-price {
  float: left;
}

/* ===== SEARCH AND FILTER BUTTONS ===== */
#next_set_div {
  width: 100%;
}

.search-buttons {
  border: 1.5px #adb5bd solid;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 5px;
  color: black;
  font-size: 12px;
  display: inline-block;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 6px;
  width: 100%;
  max-width: 140px;
}

.search-buttons:hover {
  border: 1.5px #4fb68d solid;
  color: #4fb68d;
}

.clear-search-term {
  border: 1.5px #adb5bd solid;
  border-radius: 4px;
  margin-top: 10px;
  margin-right: 5px;
  color: black;
  font-size: 12px;
  display: inline-block;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 6px;
  padding: 5px;
}

.clear-search-term:hover {
  border: 1.5px #4fb68d solid;
  color: #4fb68d;
}

.options-block {
  margin-top: 6px;
}

/* ===== MOBILE MENU AND FILTERS ===== */
.scrollable-menu {
  height: auto;
  max-height: 600px;
  overflow-x: hidden;
}

#mobileSidebar {
  width: 300px;
  position: fixed;
  top: 0;
  left: -300px;
  height: 100vh;
  z-index: 1999;
  transition: all .3s;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,.2);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  overflow-y: scroll;
  color: #021135;
}

#mobileSidebar.active {
  left: 0;
}

#dismiss {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 22px;
}

.mobileSidebarHeader {
  padding-bottom: 20px;
}

#top_search_bar {
  display: block;
}

#mag-filter-container {
  margin-right: 54px;
  position: relative;
  z-index: 110000;
}

#magnify-container {
  display: none;
  float: right;
  margin-right: 15px;
  margin-top: 1.5px;
}

#top-filter-button {
  display: none;
  float: right;
  position: relative;
  z-index: 110000;
  margin-top: 5px;
  margin-right: 0px;
}

#magnify-container:hover {
  cursor: pointer;
}

.openbtn {
  cursor: pointer;
  margin-right: 7px;
}

.openbtn:hover {
  color: #e5e5e5;
}

/* ===== BRAND AND COUNTRY DROPDOWNS ===== */
.brand-drop-one,
.country-drop-one {
  font-size: 16px;
  font-weight: 600;
  color: #253237;
  text-align: left;
}

.brand-menu {
  width: 100%;
  position: relative;
}

.brand-drop-one:hover,
.country-drop-one:hover {
  color: #4fb68d;
  cursor: pointer;
}

.down-arrow {
  float: right;
  margin-top: 7px;
}

.brand-option,
.country-option {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}

.brand-filter ul li {
  display: inline-block;
}

.brand-filter-wrap &gt; li ul li a:hover,
.country-filter-wrap &gt; li ul li a:hover {
  color: #4fb68d;
  transform: translateX(10px);
}

.brand-filter-wrap &gt; li ul li a,
.country-filter-wrap &gt; li ul li a {
  color: #888;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 0;
  line-height: 27px;
}

.brand-filter-wrap &gt; li ul li,
.country-filter-wrap &gt; li ul li {
  display: block;
  float: inherit;
  padding-left: 20px;
}

.brand-collapsable-menu,
.country-collapsable-menu {
  position: absolute;
  z-index: 9;
  text-align: left;
  transform-origin: 0% 0%;
  transform-style: preserve-3d;
  min-width: 205px;
  left: auto !important;
  background: #fff;
  box-shadow: 0 0 3.76px 0.24px rgba(0,0,0,.15);
}

.brand-collapsable-menu &gt; li,
.country-collapsable-menu &gt; li {
  position: relative;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  display: block !important;
  transition: all 300ms ease;
}

/* ===== STICKY ELEMENTS ===== */
.sticky-header {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: sticky;
  z-index: 10;
  height: 38px;
  margin-bottom: 12px;
}

.left-sidebar {
  max-width: 230px;
}

/* ===== PRODUCT CARD STYLES ===== */
.first-img {
  height: 100%;
  max-width: auto;
  object-fit: contain;
  bottom: 0;
}

.first-blog {
  width: 100%
}

/* ===== SEARCH INPUT CUSTOMIZATION ===== */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 50em;
  background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
}

input[type="search"]:focus::-webkit-search-cancel-button {
  opacity: .3;
  pointer-events: all;
}

input[type="search"].dark::-webkit-search-cancel-button {
  filter: invert(1);
}

/* ===== BLOG STYLES ===== */
.blog-home-hr {
  background-color: black;
  width: 100px;
  margin-bottom: 0px;
  margin-top: 0px;
  float: left;
}

.post-title h1 {
  margin-bottom: 10px;
  font-family: Merriweather;
}

hr {
  margin-top: 4px;
  margin-bottom: 8px;
}

.blog-crumbs {
  background: rgba(178, 204, 207, 0.1);
}

.main-content {
  font-family: Merriweather;
}

.main-content p {
  font-family: Merriweather;
  color: rgba(0,0,0,0.8);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.main-content blockquote {
  margin-left: 30px;
  border-left: solid 3px #00ab6b;
  padding-left: 10px;
}

.main-content h2 {
  color: #2f2f2f;
  margin-bottom: 10px;
  margin-top: 36px;
}

.main-content h3 {
  color: #2f2f2f;
  margin-bottom: 10px;
  margin-top: 24px;
}

.main-content a {
  color: #00ab6b;
}

.main-content a:hover {
  text-decoration: underline;
}

.main-content p img {
  margin-top: 20px;
}

.pre-toc p {
  font-family: Merriweather;
  font-style: italic;
  color: rgba(0,0,0,0.8);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 5px;
}

.mce-toc h2 {
  display: none;
}

.mce-toc a {
  color: rgba(47, 47, 47, 0.8);
  font-size: 18px;
  line-height: 1.8;
}

.mce-toc a:hover {
  color: #00ab6b;
}

.mce-toc ul {
  margin-left: 20px;
  color: #b2cccf;
  list-style-type: disc;
}

.mce-toc ul li ul li {
  margin-left: 25px;
  color: #b2cccf;
  list-style-type: circle;
}

.mce-toc {
  margin-bottom: 30px;
  margin-top: 10px;
}

.n-p-markers a {
  color: rgba(47, 47, 47, 0.8);
}

.social-icons {
  color: #b2cccf;
}

h3[id*='mcetoc_']::before,
h2[id*='mcetoc_']::before {
  content: '';
  display: block;
  height: 75px;
  margin-top: -75px;
}

.sharing-icons-narrow {
  float: right;
  margin-top: 8px;
}

#about-main p {
  line-height: 1.8;
}

#about-main h4 {
  margin-top: 25px;
  margin-bottom: 15px;
}

#about-main p,
#about-main li {
  margin-top: 15px;
  margin-bottom: 15px;
}

#social-icons-top {
  display: none;
}

/* ===== BRAND SEARCH STYLES ===== */
.search-by-brand {
  font-size: 12px;
  border: 1px #adb5bd solid;
  border-radius: 5px;
  width: 250px;
}

.brand-a-tag {
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  line-height: 0;
}

.brand-list-home ul li a {
  color: #212529;
  padding: 8px 5px 6px 5px;
  text-transform: capitalize;
}

.sub-menu-brand-home {
  max-height: 350px;
  font-style: normal;
  margin-top: 5px;
  right: 0;
  border-radius: 2px;
  text-align: center;
  width: 100%;
}

/* ===== SALE AND WIDGET STYLES ===== */
.on-sale-ref {
  white-space: nowrap;
  cursor: pointer;
  height: 20px;
  color: #fff;
}

.on-sale-ref:hover {
  border-bottom: solid 1px #fff;
}

.improv-onsale-widget {
  width: 100px;
}

.shop-tab a i {
  line-height: 12px;
  font-size: 16px;
  transition: none;
}

.shop-tab a i:hover {
  color: #fff;
}

.on-sale-lable {
  font-weight: 600;
  color: #253237;
}

.on-sale-lable:hover {
  color: #4fb68d !important;
}

.plus-sign {
  margin-left: -90px;
}

/* ===== SECTION HEADERS AND LAYOUT ===== */
.section-header {
  margin-bottom: 30px;
}

.section-title {
  font-size: 32px;
  color: rgb(45, 67, 86);
  margin-bottom: 8px;
  font-weight: 600;
}

.section-subtitle {
  font-size: 16px;
  color: #2d4356b3;
  margin-bottom: 0;
}

.view-all-link {
  font-size: 16px;
  color: #6c757d;
  font-weight: 500;
  transition: color 0.3s;
}

.view-all-link:hover {
  color: #3a3a3a;
  text-decoration: none;
}

/* ===== NAVIGATION ARROWS ===== */
.section-navigation {
  display: flex;
  align-items: center;
}

.nav-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.nav-arrow:hover {
  background-color: #f8f8f8;
  border-color: #d5d5d5;
}

/* ===== MATERIAL CATEGORIES AND SLIDERS ===== */
.material-categories-area, 
.popular-categories-area, 
.blog-preview-area {
  padding-top: 40px;
  position: relative;  
}

.material-category-item, 
.category-item, 
.blog-preview-item {
  margin-bottom: 20px;
  border-radius: 8px;
  transition: box-shadow 0.3s;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.material-category-item:hover, 
.category-item:hover, 
.blog-preview-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);  
}

.material-category-item:hover .category-img,
.category-item:hover .category-img,
.blog-preview-item:hover .blog-img {
  transform: scale(1.05);
}

.img-block-home {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  aspect-ratio: 4/3;
}

.blog-block-home {
  aspect-ratio: unset;
}

.category-img, 
.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.0,.2,1,1);
}

.img-block-home:hover img {
  transform: scale(1.05);
}

.category-content, 
.material-content, 
.blog-content {
  padding: 20px;
}

.category-content h3, 
.material-content h3,
.blog-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.category-content h3 a, 
.material-content h3 a,
.blog-content h3 a {
  color: rgb(45, 67, 86);
  text-decoration: none;
  transition: color 0.3s;
}

.category-item:hover .category-content h3 a,
.category-item:hover .material-content h3 a,
.blog-preview-item:hover .blog-content h3 a {
  color: rgb(107, 144, 128);
}

.category-content p, 
.material-content p,
.blog-content p {
  font-size: 14px;
  color: #2d4356b3;
  margin-bottom: 15px;
  line-height: 1.5;
}

.browse-link {
  font-size: 14px;
  color: rgb(107, 144, 128);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.browse-link:hover {
  transform: translateX(0.25rem);
  color: rgb(107, 144, 128);
}

.material-category-item:hover .browse-link,
.category-item:hover .browse-link,
.blog-preview-item:hover .browse-link {
  transform: translateX(0.25rem);
}

.popular-categories-area {
  background-color: rgb(245,247,250);
}

/* ===== RESPONSIVE STYLES ===== */
@media only screen and (max-width: 479px) {
  .title-text h2 {
    font-weight: 500;
    font-size: 20px;
  }
}

@media only screen and (max-width: 475px) {
  .top-filter-label,
  .share-text {
    display: none;
  }
  
  .main-content p {
    font-size: 15px;
  }
  
  .pre-toc p {
    font-size: 16px;
  }
  
  .mce-toc ul li a {
    font-size: 16px;
  }
  
  .main-content h2 {
    font-size: 20px;
  }
  
  .main-content h3 {
    font-size: 18px;
  }
  
  .post-title h1 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .header-top-nav {
    margin-top: -5px;
    max-height: 130px;
  }
  
  .breadcrumb-heading {
    font-size: 22px;
  }
  
  .breadcrumb-subheading {
    font-size: 18px;
  }
  
  .breadcrumb-links {
    font-size: 13px;
  }
  
  .mean-container .mean-nav {
    margin-top: 40px;
  }
  
  #main-header h2 {
    font-size: 22px;
  }
  
  .sticky-header {
    position: relative;
    top: 0;
  }
  
  .sticky-nav.menu_fixed {
    max-height: 112px;
  }
  
  .blog-home-hr {
    width: 80px;
  }
  
  .post-title h1 {
    font-size: 28px;
  }
  
  .form-control-search-top,
  .form-control-search {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .search-bar-mods {
    margin-right: -24%;
  }
  
  .top-section-one-topsearch {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .breadcrumb-area {
    padding-top: 12px;
    padding-bottom: 15px;
  }
  
  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .section-view-all, 
  .section-navigation {
    margin-top: 15px;
  }
  
  .category-img, 
  .blog-img {
    height: 200px;
  }
  
  .alertbar .container {
    flex-direction: column;
    text-align: center;
  }
  
  .alertbar form {
    width: 100%;
    justify-content: center;
  }
  
  .newsletter-popup-container {
    padding: 30px 20px;
  }
  
  .modal {
    padding: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .affiliate-bar {
    background-color: rgba(229, 229, 229, 0.3);
    color: #938f8f;
    line-height: 18px;
    padding: 8px;
    font-size: 11px;
    margin-bottom: 10px;
  }

  #sidebarCollapse {
    border-radius: 5px 0 0 5px;
    padding-top: .3rem;
    padding-bottom: .3rem;
    cursor: pointer;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding-left: 15px;
    border: 1px solid #ced4da;
    color: #495057;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
    height: 35px;
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 6px;
  }

  .sort-selector-container {
    margin-left: auto;
    font-size: 15px;
  }

  .c-select {
    display: inline-block;
    width: 100%;
    height: 35px;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: 0 5px 5px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px;
  }

  .c-select:hover {
    color: #4fb68d;
  }
  
  #sidebarCollapse:hover {
    color: #4fb68d;
  }

  .search-bar-mods {
    margin-right: -18%;
  }
  
  .sticky-header {
    top: 65px;
  }
  
  .section-title {
    font-size: 28px;
  }
  
  .category-img, 
  .blog-img {
    height: 220px;
  }
}



@media only screen and (max-width: 1105px) {
  .menu-dropdown {
    margin-left: 1px;
    margin-right: 1px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1200px) {
  .menu-dropdown {
    margin-left: 3.5px;
    margin-right: 3.5px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 1260px) {
  .menu-dropdown {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 600px) {
  .modalContent {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .modalContent img {
    width: 50%;
    margin-bottom: 1rem;
  }
  
  .modalInfo {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 0;
  }
  
  .flag-content img {
    width: 90px;
    height: auto;
    margin-top: 10px;
  }
  
  .flag-text {
    font-size: 20px;
  }
}</pre></body></html>