/*
Theme Name: Sway Child
Template: sway
Theme URI: https://www.swaytheme.com/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Purpose WordPress Theme with Block Builder
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

.centered-container {
  width: 100%; /* Full width of its parent */
  max-width: 800px; /* Maximum width */
  margin: 40px auto; /* Center horizontally */
  padding: 0px; /* Optional: Add padding as needed */
  text-align: center; /* Center text content */
  border-radius: 14px; /* Rounded corners */
  overflow: hidden; /* Ensure inner shadow stays inside */
  position: relative; /* To position the inner shadow */
  
}

.centered-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px; /* Rounded corners */
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.9); /* Inner shadow */
}




li.nav-label,#fm-63b28fa5123e1.fm-wrapper.enable-scrollspy.visible{display:none;}
i.fab.fa-twitter{display:none;}
input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required{border-radius:35px;margin:0 0 10px 0;background-color : #EEF3FF; }
img.attachment-thumbnail,img.vc_single_image-img {border-radius:12px;margin-right:15px;box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;border:2px solid #fff;}
.scrolling-text{margin-top:30px;}