/*
Theme Name: Bridge
Theme URI: https://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: https://qodeinteractive.com/
Text Domain: bridge
Version: 30.8.8.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
/* 🔹 Default hidden state for all points */
.our-process-point-one,
.our-process-point-two,
.our-process-point-three,
.our-process-point-four {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.4s ease;
  position: relative; /* adjust as needed */
}

/* 🔹 Show matching point smoothly on hover */
.our-process-one:hover .our-process-point-one,
.our-process-two:hover .our-process-point-two,
.our-process-three:hover .our-process-point-three,
.our-process-four:hover .our-process-point-four {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}



.custom-solid-btn {
    padding: 10px 26px !important;
    border-radius: 4px !important;
}


.plus-list {
  list-style: none; /* remove default bullets */
  padding-left: 0;
}

.plus-list li {
  position: relative;
  padding-left: 25px; /* space for + icon */
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.plus-list li::before {
  content: "+"; /* the custom bullet */
  position: absolute;
  left: 0;
  top: 0;
  color: black; /* you can change the color */
  font-weight: bold;
  font-size: 20px;
}

/* .custom-solid-btn::after {
content:"f0a9" !important;
	padding-left:20px;
}
 */
.qode-btn.qode-btn-icon, .qode-btn.qode-btn-icon.qode-btn-solid{
	line-height:auto !important;
}


