/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.21.0.1688466873
Updated: 2023-07-04 10:34:33

*/
@import url('../Divi/style.css');

.sitemapcustom a:hover{
    text-decoration: underline;
    transition: text-decoration-color 1000ms;
    text-decoration-color: #00974c;
}
.enviroplex-custom-blogs .et_pb_equal_columns p a{
    color: #0e52b8 !important;
}
.enviroplex-custom-blogs .et_pb_equal_columns ol{
	line-height:2rem;
}

/* Style for 3-column cards */
.enviroplex-custom-resources .et_pb_column_1_3 {
  background: #fff; /* keeps it clean */
  border-right: 2px solid #e5e5e5; /* subtle right border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* soft shadow */
  padding: 20px;
  transition: all 0.3s ease-in-out;
}

/* Remove border on last column */
.enviroplex-custom-resources .et_pb_column_1_3:last-child {
  border-right: none;
}

/* Hover effect */
.enviroplex-custom-resources .et_pb_column_1_3:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

