/*
Theme Name: Robert_morris Theme
*/


ul.point_dot {
    list-style-type: disc;
    padding-left: 20px;
}
section.callNow-section .callNow-content .btn-box a.refinance
{
	color: #000;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #000B58;
}
section.callNow-section .callNow-content .btn-box a.refinance:hover {
    color: #fff;
    border: 1px solid #000B58;
    background-color: #000B58;
    transition: 0.5s;
}
/* ===========================
   TESTIMONIAL SLIDER STYLES
   =========================== */
section.testimonial-slider.expert-partners .dots br
{
	display:none;
}

/* Slider Wrapper */
.slider-wrapper {
  position: relative;
  overflow: hidden;
}
.slides {
  display: flex;
  transition: transform 0.5s ease;
  list-style: none;
  padding: 0;
  margin: 0;
}
.slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 0 1rem;
}

.slide cite {
  display: block;
 
  color: #fff;
}

/* Nav Buttons */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.05);
  border: none;
  font-size: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  cursor: pointer;
  transition: background 0.2s;
}
.slider-btn:hover {
  background: rgba(0,0,0,0.1);
}
.prev-btn { left: 0.5rem; }
.next-btn { right: 0.5rem; }

/* Dots */
.dots {
  margin-top: 1.5rem;
}
.dot {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.25rem;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.dot.active,
.dot:hover {
  background: #333;
}

/* Responsive */
@media (max-width: 600px) {
  .slide blockquote {
    font-size: 1rem;
  }
  .slider-btn {
    font-size: 1.5rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
}
section.testimonial-slider.expert-partners .expert-partners-box .slider-wrapper button.slider-btn.prev-btn {
    background: #fff;
}
section.testimonial-slider.expert-partners .expert-partners-box .slider-wrapper button.slider-btn.next-btn
{
	 background: #fff;
}
/* Headline */
 #form-popup h2 {
  margin-top: 0;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #004080;
  text-align: center;
  margin-bottom: 1.5rem;
}

/* Input Box Wrappers */
div#form-popup .input-box {
  margin-bottom: 0rem;
}
div#form-popup .input-box p {
  margin: 0;
}

/* Form Inputs */
div#form-popup .wpcf7-form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
	margin-bottom: 20px;
}
div#form-popup .wpcf7-form-control:focus {
  outline: none;
  border-color: #004080;
  box-shadow: 0 0 5px rgba(0, 64, 128, 0.2);
}

/* Placeholder Styling */
div#form-popup .wpcf7-form-control::placeholder {
  color: #999;
  opacity: 1;
}

/* Submit Button */
div#form-popup .wpcf7-submit {
  width: 100%;
  color: #000B58;
    border: 1px solid #000B58;
    font-size: 22px;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 8px;
    text-transform: uppercase;
  
  cursor: pointer;
  transition: background-color 0.2s ease;
}
div#form-popup .wpcf7-submit:hover {
    color: #fff;
    border: 1px solid #000B58;
    background-color: #000B58;
    transition: 0.5s;
}

/* Responsive Adjustments */
@media (max-width: 480px) {
  #form-popup {
    padding: 20px;
    top: 5%;
  }
  #form-popup h2 {
    font-size: 1.5rem;
  }
 div#form-popup .wpcf7-form-control {
    font-size: 0.9rem;
    padding: 0.65rem 0.9rem;
  }
 div#form-popup .wpcf7-submit {
    font-size: 0.9rem;
    padding: 0.65rem;
  }
}
@media (max-width:768px) {
  /* Allow arrows to sit outside the slide area */
  .testimonial-slider .slider-wrapper {
    position: relative;
    overflow: visible !important;
    padding: 0 2.5rem; /* space for arrows */
	max-width: 100%;
  }

  /* Base arrow styling */
  .testimonial-slider .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.5rem;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: none;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
  }

  /* Left arrow */
  .testimonial-slider .prev-btn {
    left: 0.5rem !important;
  }

  /* Right arrow */
  .testimonial-slider .next-btn {
    right: 0.5rem !important;
  }
	section.loan-section div#loan-content-box div#loan-content-box .loan-imgBox {
    margin-top: 0px;
}
	section.loan-section .loan-content{
		margin-top:20px;
	}
	section.loan-section .tabbing-wrap .tabbing {
    margin-bottom: 0rem;
}
	    .loan-section {
        padding: 50px 0 50px !important;
    }
	.service-box {
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
    height:350 !important;
    margin-bottom: 28px;
}
}
section.testimonial-slider.expert-partners .expert-partners-box .slider-wrapper button.slider-btn.next-btn {
    background: #fff;
    color: #000;
}
section.testimonial-slider.expert-partners .expert-partners-box .slider-wrapper button.slider-btn.prev-btn {
    background: #fff;
	   color: #000;
}
.slider-wrapper {
    position: relative;
    overflow: hidden;
    text-align: center;
}
p:empty {
  display: none;
}
.service-box {
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
    height: 400px;
    margin-bottom: 28px;
}