.elementor-251 .elementor-element.elementor-element-c375748{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-251 .elementor-element.elementor-element-4b817fe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-0d991ed *//* Revmerito Services Page - Full Content Design */

:root {
    --rvm-orange: #ff5e14; 
    --rvm-dark: #1a1a1a;
    --rvm-grey: #666666;
    --rvm-light-bg: #f9f9f9;
}

.rvm-services-wrapper {
    background-color: var(--rvm-light-bg);
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
}

.rvm-container {
    max-width:100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styling */
.rvm-services-hero {
    text-align: center;
    margin-bottom: 60px;
}

.rvm-tagline {
    color: var(--rvm-orange);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 10px;
}

.rvm-services-hero h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--rvm-dark);
    margin-bottom: 15px;
}

.rvm-services-hero p {
    font-size: 1.1rem;
    color: var(--rvm-grey);
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Grid Layout */
.rvm-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 30px;
}

/* Service Card Styling */
.rvm-service-card {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
}

.rvm-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-bottom: 4px solid var(--rvm-orange);
}

/* Background Number */
.rvm-bg-number {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 7rem;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    line-height: 1;
    z-index: 1;
}

/* Icon Box */
.rvm-icon-box {
    width: 65px;
    height: 65px;
    background: rgba(255, 94, 20, 0.1);
    color: var(--rvm-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 26px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.rvm-service-card h3 {
    font-size: 1.5rem;
    color: var(--rvm-dark);
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

/* Detailed Paragraph Styling */
.rvm-service-card p {
    font-size: 0.95rem;
    color: var(--rvm-grey);
    line-height: 1.7;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* Footer CTA */
.rvm-footer-cta {
    margin-top: 70px;
    background: var(--rvm-dark);
    padding: 60px 40px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
}

.rvm-footer-cta h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #fff !important;
}

.rvm-btn-call {
    display: inline-block;
    background: var(--rvm-orange);
    color: #fff !important;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 25px;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.rvm-btn-call:hover {
    background: #e04d0c;
    transform: scale(1.05);
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .rvm-services-grid {
        grid-template-columns: 1fr;
    }
    .rvm-services-hero h1 {
        font-size: 2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f673db0 *//* FOOTER WRAPPER */
.my-footer-section {
  background: #ffffff;
  /*border-top: 4px solid #FF5722;*/
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 999; /* Ensures footer is above other elements */
}

/* MAIN FOOTER */
.site-footer {
  padding: 70px 20px 0;
}

/* CONTAINER */
.footer-container {
  max-width: 1200px;
  margin: auto;
}

/* GRID */
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 60px;
  align-items: stretch; /* Makes all columns equal height */
}

/* LOGO */
.footer-logo img {
  max-width: 170px;
  margin-bottom: 18px;
}

/* ABOUT TEXT */
.footer-col-about p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
  max-width: 380px;
}

/* SOCIAL ICONS */
.social-icons {
  margin-top: 18px;
}

.social-icons a {
  color: #111827;
  font-size: 22px;
  margin-right: 14px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #FF5722;
}

/* HEADINGS */
.footer-col-links h4,
.footer-col-contact h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111827;
}

/* LINKS */
.footer-col-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col-links ul li {
  margin-bottom: 14px;
}

.footer-col-links ul li a {
  color: #111827;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-col-links ul li a:hover {
  color: #FF5722;
}

/* CONTACT SECTION - Flex Layout for Spacing */
.footer-col-contact {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.contact-list li {
  margin-bottom: 14px;
}

/* Address Styling (Non-clickable) */
.contact-list li, 
.contact-list li span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4b5563;
  font-size: 16px;
}

/* Phone & Email Styling (Clickable) */
.contact-list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #4b5563;
  font-size: 16px;
  transition: color 0.3s ease;
}

.contact-list li a:hover {
  color: #FF5722;
}

.contact-list i {
  color: #FF5722;
  font-size: 18px;
}

/* SUBSCRIBE - Pushed to Bottom */
.footer-subscribe {
  margin-top: auto; /* Pushes form to the bottom */
}

.footer-subscribe form {
  position: relative; 
  z-index: 10;
}

.footer-subscribe input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 15px;
  margin-bottom: 14px;
  position: relative; 
  z-index: 10;
}

.footer-subscribe input:focus {
  outline: none;
  border-color: #FF5722;
}

.footer-subscribe button {
  width: 100%;
  padding: 14px;
  background: #263238;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  position: relative; 
  z-index: 20;
}

.footer-subscribe button:hover {
  background: #1f2937;
}

/* FOOTER BOTTOM */
.footer-bottom {
  border-top: 1px solid #e5e7eb;
  margin-top: 60px;
  padding: 22px 0;
  text-align: center;
}

.footer-bottom p {
  color: #111827;
  font-size: 15px;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .footer-col-contact {
    height: auto;
  }
  
  .footer-subscribe {
    margin-top: 0;
  }
}/* End custom CSS */