.landing-page{
	background: linear-gradient(90.16deg, #101f9d -15.84%, #11111c 122.54%) !important;
    background-blend-mode: overlay;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 981px) {
.landing-page .et_pb_row{
	width: 85% !important;
	max-width: fit-content !important;
}
	.landing-page .et_contact_bottom_container{
		margin-top: 10px;
	}
	.landing-page .et_pb_column.et_pb_column_3_5.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough{
		margin-right: 30px !important;
	}
	.landing-page .et_pb_column.et_pb_column_2_5.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough.et-last-child{
		width: 42% !important;
	}
	.landing-page .et_pb_column.et_pb_column_3_5.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough{
   width: 55% !important;
	}
}
.news-revices {
	padding: 0px !important;
}
.page-id-760 #popup-overlay{
	display: none !important;
}
div#footer-widgets{
	display: none;
}
.boder-class{
	border-radius: 16px;
}
#et-footer-nav{
	display: none;
}
header.et-l.et-l--header{
	position: sticky;
    z-index: 9999;
    width: 100%;
    top: 27px;
}
.popup-overlay {
  display: none !important;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.popup-overlay.active {
  display: flex !important; /* or block */
  justify-content: center;
  align-items: center;
}
.et_post_meta_wrapper{
	display: none; 
}
@media only screen and (min-width: 1350px) {
    .et_pb_section {
        padding: 0px !important;
    }
	.battery-text{
		padding-right: 65px;
	}
}
.single-post #main-content .container{
    padding-top: 0px !important;
	padding-bottom: 30px !important;
}
.et_pb_row_0_tb_header {
    transform: scaleX(1) scaleY(1) !important;
}
.et_pb_button , .et_pb_button_7 {
background: #FDC520 !important;
  color: #20267E !important;
}
body #page-container .et_pb_section .et_pb_button_1, body #page-container .et_pb_section .et_pb_button_2, body #page-container .et_pb_section .et_pb_button_3, body #page-container .et_pb_section .et_pb_button_6 {
background: #FDC520 !important;
  color: #20267E !important;
}

.menu_cta a {
color: black !important;
padding: 15px 15px 15px 15px !important;
}


@media only screen and (max-width: 981px) {
  #logo {
    content: url("https://sunmaxsolar.com.au/wp-content/uploads/2020/01/new-sun-max-solar-mob.png");
  }
}
#top-menu li li a:hover { background-color:#FDC520 !important; }

/* Secondary menu alignment */
#et-secondary-menu {
    float: none;
    text-align: right;
}
@media (min-width: 981px) {
    .single-post #sidebar {
      padding-left: 0px !important;
    }
}

.quote-form {
  border: 1px solid #000;
  padding: 20px;
  width: 300px;
	margin-left: 30px;
}
.free-get{
	padding-bottom: 20px;
	color: #000;
	font-weight: bold;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 10px;
	margin-bottom: 20px;
	background-color: #eee;
  box-sizing: border-box;
}

.quote-form button {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.quote-form button:hover {
  background-color: #0d52c1;
}


#sidebar {
  transition: top 0.3s ease-in-out;
}

#sidebar.fixed {
  position: sticky;
  top: 107px;
  z-index: 99;
}

.single-post h1{
	line-height: normal;
}
.single-post h2 , .single-post h3 , .single-post h4 , .single-post h5{
	padding-bottom: 10px;
	padding-top: 5px;
	line-height: 1.5;
}
.related-posts-section {
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.section-title {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 30px;
}

.related-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Default: 1 per row */
.related-post-item {
  flex: 0 0 100%;
}

/* Tablet: 2 per row */
@media (min-width: 768px) {
  .related-post-item {
    flex: 0 0 48%;
  }
	.popup-container{
		flex-direction: row-reverse;
	}
}

/* Desktop: 3 per row */
@media (min-width: 1024px) {
  .related-post-item {
    flex: 0 0 31.5%;
  }
}

.related-post-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: 0.3s ease;
  height: 100%;
}

.related-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.related-post-card .img-fluid {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.related-post-card .post-title {
  font-size: 15px;
  margin: 10px 0 8px;
  color: #222;
  font-weight: 600;
}

.related-post-card .post-title a {
  color: inherit;
  text-decoration: none;
}

.related-post-card .post-title a:hover {
  color: #007bff;
}

.related-post-card .post-excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.yarpp-related{
	display: none;
}
.single .post {
    padding-bottom: 0px;
margin-bottom: 0px;
}
.blog-resent{
	padding-bottom: 60px;
}
.post-meta {
  font-size: 13px;
  color: #666;
}

@media only screen and (max-width: 768px) {
.quote-form {
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
	.padding-remove{
		padding: 0px !important;
	}
	.new-design .et_pb_column.et_pb_column_1_4.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough{
		margin: 0px !important;
	}
	.new-section-design{
		width: 100% !important;
	}
	
}
.new-blogs .post-content-inner{
	padding-bottom: 30px;
}

.new-blogs .more-link{
	background: #FDC520;
    color: #20267E;
	font-weight: 600;
	border-radius: 20px;
  padding: 10px 20px 10px 20px;
    text-transform: capitalize;
}
/* .blog-sections{
	width: 90% !important;
	max-width: fit-content;
} */

.blog-sections .et_pb_post{
	padding-bottom: 35px !important;
}
/* .blog-sections .et_pb_post:hover{
	border: 3px solid #ffa900;
} */
.blog-sections .entry-title a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Show 3 lines */
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-sections .post-content-inner p{
	 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Show 3 lines */
  overflow: hidden;
  text-overflow: ellipsis;
	text-align: justify;
}
.single-post .related-post-card .post-title a{
	color: #ffa900 !important;
}

/* Container positioning at the bottom */
@media only screen and (max-width: 768px) {
	.pagination-wrapper {
    text-align: left !important;
    margin-top: 0px !important;
}
	.pagination-wrapper a,
.pagination-wrapper span {
    padding: 6px 6px !important;
	font-size: 7px !important;
}
	.pagination-wrapper li {
	margin-right: 0px !important;
}
.recent-posts-custom {
   margin-left: 0px !important;
	}
}

.pagination-wrapper {
    text-align: center;
    margin-top: 35px;
}

/* List styling */
.pagination-wrapper ul {
    display: inline-flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
	margin-top: 50px;
    gap: 6px;
}

/* Pagination link/button style */
.pagination-wrapper li {
    display: inline-block;
	margin-right: 10px;
}

.pagination-wrapper a,
.pagination-wrapper span {
    padding: 8px 25px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
    transition: all 0.3s ease;
}

/* Hover effect */
.pagination-wrapper a:hover {
    background-color: #ffa900;
    color: #fff;
    border-color: #ffa900;
}

/* Current page styling */
.pagination-wrapper .current {
    background-color: #ffa900;
    color: #fff;
    font-weight: bold;
    border-color: #ffa900;
}


.recent-posts-custom {
    width: 100%;
    display: flex;
	  width: 300px;
   margin-left: 30px;
    flex-direction: column;
    gap: 20px;
	margin-top: 20px;
}

.recent-post-item {
    display: flex;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0,0,0,0.07);
    padding: 12px;
    gap: 15px;
    align-items: center;
    transition: transform 0.3s ease;
}

.recent-post-item:hover {
    transform: translateY(-3px);
}

.recent-post-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.recent-post-content {
    flex: 1;
}
.recent-post-content a{
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Show 3 lines */
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-post-title {
    font-weight: 600;
    font-size: 16px;
    color: #ffa900;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    line-height: 1.3em;
}

.recent-post-title:hover {
    text-decoration: underline;
}

.recent-post-date {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.read-more {
    font-size: 14px;
    color: #f3c300;
    font-weight: 600;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

.cta-section {
  background: #242a85;
  padding: 60px 20px;
  color: white;
}

.cta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.cta-text h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.cta-text h2 span {
  color: #fff;
}

.cta-button {
  margin-top: 20px;
}

.btn-yellow {
  display: inline-block;
  background-color: #ffe100;
  color: #003366;
  font-weight: 700;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 10px;
  transition: background 0.3s ease;
}

.btn-yellow:hover {
  background-color: #ffcc00;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-container {
    flex-direction: column;
    text-align: center;
  }

  .cta-button {
    margin-top: 30px;
  }

  .cta-text h2 {
    font-size: 24px;
  }
}

.new-reviw {
    width: 100% !important;
    max-width: fit-content !important;
}

/*  home page blog */

.image-style-blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.image-style-blog-card {
  position: relative;
  flex: 1 1 calc(50% - 10px);
  height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.image-style-blog-card:hover {
  transform: translateY(-5px);
}

.image-style-blog-card .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
/*   background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); */
  color: #fff;
}
.blog-date{
	font-weight: bold;
}

.image-style-blog-card .blog-date {
  font-size: 14px;
  color: #e0e0e0;
  display: block;
  margin-bottom: 8px;
}

.image-style-blog-card .blog-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

.image-style-blog-card .blog-title a {
  color: #fff;
	font-weight: 700;
  text-decoration: none;
}

@media (max-width: 768px) {
  .image-style-blog-card {
    flex: 1 1 100%;
    height: 220px;
  }
	.top-heading{
	font-size: 9px !important;
		margin-top: 0px !important;
		line-height: 1;
}
	header.et-l.et-l--header{
    top: 32px;
}
	#et-boc .area-outer-wrap .da-close-wrap {
    left: 47%;
	margin-top: 10px;
}
	.top-colour{
		padding-bottom: 10px !important;
	}
}

.image-style-blog-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px;
  color: #fff;
}
.second-headers .et_pb_row_0_tb_header {
    min-height: 55px !important;
}
@media (max-width: 980px) {
    .second-headers .et_pb_column {
        width: 100%;
        margin-bottom: 0px !important;
    }
	.save-buttion{
		text-align: center;
	}
	.solar-left h2 {
    font-size: 22px !important;  
	}
	.solar-label {
    font-size: 18px !important; 
	}
	.et_pb_menu_0_tb_header{
		margin-top: -4px !important;
	}
}
.image-style-blog-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background: linear-gradient(#20567ef7, rgba(1, 37, 70, 0.6));
  z-index: -1;
  border-radius: 10px; /* Optional rounded corners */
}

/*  home page blog css end */

.top-colour{
	background: #FDC520;
	padding-top: 5px;
/* 	padding-bottom: 20px; */
	top: 0px;
    position: sticky;
    z-index: 999;
    width: 100%;
}
.top-heading{
	text-align: center;
	font-weight: 600;
	color: #000;
	font-size: 14px;
	margin-top: -5px;
}

.top-heading {
  opacity: 0;
  animation: fadeLoop 3s infinite;
}

@keyframes fadeLoop {
  0% { opacity: 0; }
  25% { opacity: 1; }
  75% { opacity: 1; }
  100% { opacity: 0; }
}

.new-boders .input:hover {
  box-shadow: inset 0 0 0 2px blue !important;
}


#et-boc .area-outer-wrap .da-close-wrap {
    left: 30%;
	margin-top: 10px;
}

/*   Pup */

.popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.popup-container {
  display: flex;
  max-width: 800px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}

.quotemodal-btn-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #333;
  background: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
	width: 36px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	height: 36px;
}

.quotemodal-btn-close:hover {
  color: #fdc520;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.popup-form {
  flex: 1;
  background: white;
  padding: 30px;
}

.popup-form h2 {
  color: #20267E;
	font-weight: 600;
  font-size: 28px;
  margin-bottom: 10px;
}

.popup-form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup-form p{
	padding-bottom: 10px !important;
	color: #000;
  font-weight: 500;
	font-size: 20px;
}

.popup-form input[type="text"],
.popup-form input[type="email"] {
  padding: 12px 15px;
  border: 2px solid #000;
  border-radius: 8px;
  font-size: 15px;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}

.popup-form input[type="text"]:focus,
.popup-form input[type="email"]:focus {
  border-color: #fdc520;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(252, 185, 0, 0.2);
  outline: none;
}

.popup-form input::placeholder {
  color: #000;
  font-size: 14px;
}

.checkbox-container {
  display: flex;
  font-size: 12px;
  gap: 5px;
  align-items: flex-start;
}

.popup-form button[type="submit"] {
  background: #FDC520;
  color: #20267E;
	font-size: 18px;
  border: none;
  padding: 12px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}

.popup-banner {
  flex: 1;
  background: #fdc520;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-banner img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .popup-container {
    flex-direction: column;
  }
  .popup-banner {
    order: -1;
  }
	.popup-overlay {
    height: auto;
    padding: 10px;
}
.popup-banner img {
    height: 200px !important;
}
	}

.click-colour{
	font-size: 14px !important;
	line-height: 1.3 !important;
}

/* single post */
      .battery-banner {
  background: #262F88 ;
  color: white;
  padding: 70px 20px 150px;
  position: relative;
  overflow: hidden;
}

.battery-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: white;
  border-top-left-radius: 50% 20%;
  border-top-right-radius: 50% 20%;
  z-index: 0;
}

.battery-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.battery-text {
  flex: 1 1 60%;
  padding-right: 100px;
}

.battery-text h1 {
  font-size: 40px;
  line-height: 1.2;
	color: #fff;
	font-weight: 700;
}

.battery-text p {
  font-size: 1rem;
  margin-bottom: 10px;
}

.battery-text .date {
  font-weight: bold;
  margin-top: 10px;
	padding-bottom: 30px;
}

.battery-image {
  flex: 1 1 35%;
  text-align: center;
}

.battery-image img {
  max-width: 100%;
  height: auto;
	border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .battery-content {
    flex-direction: column;
    text-align: left;
		width: 100%;
  }
  .battery-text {
    padding: 0;
  }

  .battery-text h1 {
    font-size: 25px;
  }

  .battery-image {
    margin-top: 30px;
  }
}
.solar-left h2 span , .solar-label span{
    color: #20267e !important;
}


/* Blog Grid */
.custom-blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin: 30px 0;
}

.custom-blog-card {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-image {
  height: 180px;
  overflow: hidden;
}

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

.card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.card-content h2 {
  font-size: 23px;
  color: #f7941d;
	line-height: 1.3;
  margin-bottom: 10px;
}
.titles {
  display: -webkit-box;
  -webkit-box-orient: vertical;
	height: 55px;
  -webkit-line-clamp: 2;     /* Show only 2 lines */
  overflow: hidden;
  text-overflow: ellipsis;
  
}
.excerpts{
	 display: -webkit-box;
  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;     /* Show only 2 lines */
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-content .meta {
  font-size: 0.9rem;
  color: #999;
}

.card-content p {
/*   font-size: 0.95rem; */
  color: #333;
  flex-grow: 1;
}

.read-more-btn {
  margin-top: 15px;
  padding: 8px 14px;
  background-color: #f7941d;
  color: #20267e;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  align-self: flex-start;
}
.read-more-btn:hover {
  background-color: #e68712;
}

/* Responsive */
@media (max-width: 900px) {
  .custom-blog-card {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .custom-blog-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* Pagination */
.custom-pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: 30px;
  gap: 6px;
}

.custom-pagination li a,
.custom-pagination li span {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
}

.custom-pagination .current {
  background-color: #f7941d;
  color: #fff;
  border-color: #f7941d;
}

.custom-pagination .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/*    New footer Css  */

.custom-footer {
  background-color: #222222;
  color: #fff;
  padding: 60px 15px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer-box {
  flex: 1 1 200px;
  min-width: 180px;
}

.footer-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
}

.footer-heading {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fdc520;
}

.footer-text {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}

.footer-links a:hover,
.footer-box a:hover {
  text-decoration: underline;
  color: #ccc;
}

.footer-box a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
}

.footer-logo {
  max-width: 160px;
  height: auto;
  margin-bottom: 10px;
  display: block;
}
.new-logo-text{
	margin-top: 30px;
}
.footer-links{
     list-style-type: disc; /* or circle/square */
  list-style-position: outside; /* positions bullet outside the content box */
  padding-left: 20px;
}
.footer-links li::marker {
  color: #fdc520;
	font-size: 20px;
}


/* Responsive */
@media (max-width: 992px) {
  .footer-box {
    flex: 1 1 45%;
  }
}

@media (max-width: 600px) {
  .footer-container {
    flex-direction: column;
    gap: 15px;
  }

  .footer-box {
    width: 100%;
  }
}
@media (max-width: 768px) {
    .popup-banner {
        order: 0 !important;
    }
}
/*    New footer Css End  */

#popup-form textarea{
	padding: 12px 15px;
    border: 2px solid #000;
    border-radius: 8px;
    font-size: 15px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

  .read-more-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  .toggle-btn {
    background: #FDC520 !important;
    color: #20267e !important;
    padding: 12px 24px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .toggle-btn:hover {
    background-color: #e6b819;
  }

  .toggle-icon {
    font-size: 16px;
    margin-left: 6px;
  }

  .read-more-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }

  .read-more-content.open {
    max-height: 3000px; 
  }

  .read-more-inner {
    padding: 10px 0;
  }

  .highlight {
    color: #ff7400;
  }
.new-design .et_pb_main_blurb_image{
	margin: 0px !important;
	padding-bottom: 15px !important;
}
@media only screen and (max-width: 768px) {
.review-rating-wrapper {
    flex-wrap: nowrap !important;
	gap: 20px !important;
	text-align: left !important;
}.review-images img {
  width: 50px !important;
  height: 50px !important;
}
	.rating-text{
		font-size: 12px !important;
	}
}

.new-design span.et_pb_image_wrap.et_pb_only_image_mode_wrap{
	padding: 10px;
	background: #FDC520;
}

.dica-item .content {
  position: relative;
	background: #e9e9e9;
	padding: 10px;
}
.dica-item .item-title{
	margin-top: 30px;
}
.resent-post .item-title{
	margin-top: 10px !important;
}
.dica_divi_carousel_0 .dica_divi_carouselitem .dica-image-container, .dica_divi_carousel_1 .dica_divi_carouselitem .dica-image-container{
	text-align: left !important;
}
.dica-item .content::after {
  content: "";
  position: absolute;
  bottom: -18px; /* Push below the box */
  left: 8.5%;
  border-color: #e9e9e9 transparent transparent;
  border-style: solid;
  border-width: 18px 15px 0;
  height: 0;
  width: 0;
}
.read-more-content h2 , .read-more-content h3 , .read-more-content h4{
  color: #333 !important;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}
.read-more-content h2{
	line-height: 1.4 !important;
}