.bdl-org-chart {
  position: relative;
  width: 500px;
  height: 500px;
  margin: 0 auto;
}

.bdl-org-chart .logo,
.bdl-org-chart .center-logo {
  position: absolute;
  width: 160px;
}

.bdl-org-chart img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s;
}

.bdl-org-chart a:hover img {
  transform: scale(1.05);
}

.bdl-org-chart .center-logo {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.bdl-org-chart .top-left {
  top: 5%;
  left: 5%;
}

.bdl-org-chart .top-right {
  top: 5%;
  right: 5%;
}

.bdl-org-chart .bottom-left {
  bottom: 5%;
  left: 5%;
}

.bdl-org-chart .bottom-right {
  bottom: 5%;
  right: 5%;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px auto;
  max-width: 1200px;
  padding: 20px;
  box-sizing: border-box;
}
.contact-column {
  flex: 1;
  min-width: 300px;
  box-sizing: border-box;
}
.form-column {
  
  padding: 20px;
  border-radius: 12px ;
	border:2px solid #4EA4DF;
  
}
.map-column{
	padding: 10px;
  border-radius: 12px ;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  
  background: #fff;
}
.form-para{
	  font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.2px;
    color: #000000;
	  padding-left: 20px;
}
.form-heading{
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 53.2px;
	  color: #0E0E0E;
    padding-left: 20px;
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }
}
.everest-forms input[type="submit"] {
  display: block;
  width: 100%;
  background-color: #28a745; 
  color: white;
  padding: 14px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.page .entry-title {
  display: none;
}
#site-footer {
  background-color: #001f3f;
  color: #ffffff; 
  padding: 20px 0;
}
.site-footer a {
  color: #ffffff; 
}
.two-column-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin: 40px auto;
  width: 970px;
  max-width: 100%;
}

.two-column-section .column{
	flex:1 1 45%;
	
}
.text-column h2{
	font-size:40px;
	margin-bottom:10px;
	font-family: "Poppins", Sans-serif;
}
.text-column p{
	font-size:20px;
	line-height:1.6;
	font-family: "Poppins", Sans-serif;
}
.image-column img {
  width:100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .two-column-section {
    flex-direction: column;
  }
}
.site-branding a h1{
	font-size:22px;
}
.header-contact-btn a{
   
   background-color:#158ee8;
    color: white !important;
    padding: 8px 20px !important;
    border-radius: 4px;
    
}
body .tmpcoder-site-header{padding:15px 0px;}
#menu-item-219 a{
	color:white !important
}

.partner-circle {
  position: relative;
    width: 400px;
    height: 400px;
    margin: 50px auto;
    padding: 30px;
    border: 1px solid black;
    border-radius: 50%;
}

.center-logo {
  position: absolute;
  width: 320px;
  height: 320px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color:white;
  border-radius: 50%;
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  z-index: 2;
}
.center-logo img {
  width: 210px;
  height: 210px;
	padding:50px;
	background-color:black;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius:50%;
}

.logo {
  position: absolute;
  width: 120px;
  height: 120px;
  background: white;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.logo img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.logo-top-left {
 top: 0;
    z-index: 10;
    left: 0;
}

.logo-top-right {
  top: 0;
  right: 0;
   z-index: 10;
}

.logo-bottom-left {
  bottom: 0;
    left: 0;
    
    z-index: 10;
}

.logo-bottom-right {
  bottom: 0;
  right: 0;
   z-index: 10;
}