.elementor-72 .elementor-element.elementor-element-bed2629{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:7px;--padding-bottom:3px;--padding-left:0px;--padding-right:0px;}.elementor-72 .elementor-element.elementor-element-bed2629:not(.elementor-motion-effects-element-type-background), .elementor-72 .elementor-element.elementor-element-bed2629 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1A1A;}.elementor-72 .elementor-element.elementor-element-736f702{--display:flex;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-72 .elementor-element.elementor-element-74d8006 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 20px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-72 .elementor-element.elementor-element-bed2629{--width:100%;}.elementor-72 .elementor-element.elementor-element-736f702{--width:84%;}}/* Start custom CSS for container, class: .elementor-element-bed2629 */.elementor-72 .elementor-element.elementor-element-bed2629 {height:110px;}/* End custom CSS */
/* Start custom CSS *//* Hero Section */
       
        
        .hero-trust {
            font-size: 1rem;
            margin-bottom: 40px;
            opacity: 0.95;
            padding: 15px 20px;
            background: rgba(255,255,255,0.1);
            border-left: 4px solid #1e3a8a;
            border-radius: 5px;
            backdrop-filter: blur(10px);
        }
        
        .cta-group {
            display: flex;
            gap: 20px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }
        
        .cta-primary {
            background: #1e3a8a;
            color: #ffffff;
            padding: 18px 35px;
            border: none;
            border-radius: 8px;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 4px 15px rgba(30,58,138,0.4);
        }
        
        .cta-primary:hover {
            background: #1e40af;
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(30,58,138,0.6);
        }
        
        .cta-secondary {
            border: 2px solid #fff;
            color: #fff;
            padding: 16px 35px;
            border-radius: 8px;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            backdrop-filter: blur(10px);
            background: rgba(255,255,255,0.1);
        }
        
        .cta-secondary:hover {
            background: #fff;
            color: #1a1a1a;
            transform: translateY(-3px);
        }
        
      
        
        .section-badge-h2 {
  background: #1a1a1a;
  color: white !important;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 18px !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: inline-block;
}

.features-header h3 {
  font-size: 2.8rem;
  color: #1a1a1a;
  margin-bottom: 20px;
  font-weight: bold;
}


/* Service Features Section */
    
       
        .services-section {
    background: #f8f9fa;
    padding: 80px 0;
    }

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.section-header p {
    font-size: 1.2rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

.service-card {display: flex;
  align-items: flex-start;
  gap: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.service-card h3 {
    font-size: 1.3rem;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: bold;
}

.service-card p {
    color: #666;
    line-height: 1.6;
}
 .service-card {
            background: #f8f9fa;
            padding: 30px;
            border-radius: 15px;
            border-left: 4px solid #1e3a8a;
            transition: all 0.3s ease;
        }
        
        .feature-icon2 {
  width: 65px;
  height: 65px;
  background-image: url('https://fidelityso.com/wp-content/uploads/2025/06/bird-min.png');
  filter: brightness(0) saturate(100%) invert(13%) sepia(50%) saturate(2000%) hue-rotate(210deg) brightness(95%) contrast(95%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  
  flex-shrink: 0;
}

/* Responsive behavior */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

        
        .features-bottom {
            grid-column: 1 / -1;
            text-align: center;
            margin-top: 40px;
            padding: 30px;
            background: white;
            border-radius: 15px;
            border: 2px solid #e5e5e5;
        }
        
        .features-bottom p {
            font-size: 1.1rem;
            color: #555;
            font-weight: 500;
        }
        


        
      
       
        
        /* Responsive */
        @media (max-width: 1024px) {
            .features-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            
            .features-img {
                height: 400px;
            }
        }
        
        @media (max-width: 768px) {
            .hero {
                min-height: 100vh;
                background-attachment: scroll;
            }
            
            .hero h1 {
                font-size: 2.5rem;
            }
            
            .hero-subtitle {
                font-size: 1.2rem;
            }
            
            .hero-description {
                font-size: 1rem;
            }
            
            .form-grid {
                grid-template-columns: 1fr;
            }
            
            .cta-group,
            .final-cta-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .faq-grid {
                grid-template-columns: 1fr;
            }
            
            .container {
                padding: 0 4%;
            }
        }/* End custom CSS */