.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  background: #111; /* Dark background */
}

.site-header .logo h2 {
  font-family: 'Aclonica', sans-serif;
  font-size: 40px;
  color: #fff;
  margin: 0;
}

.social-icons {
  display: flex;
  gap: 18px;
}

.social-icons a img {
  width: 36px;
  height: 36px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 50%;
}

.social-icons a img:hover {
  transform: scale(1.2);
  box-shadow: 0 0 12px rgba(255,255,255,0.6);
}
.social-sidebar {
  right: 20px;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1000;
}
.social-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-sidebar ul li {
  margin: 12px 0;
}
.social-sidebar ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.social-sidebar ul li a.facebook { background: #ffffff; }
.social-sidebar ul li a.instagram { background: #e4405f; }
.social-sidebar ul li a.pinterest { background: #bd081c; }
.social-sidebar ul li a.twitter { background: #000; }

.social-sidebar ul li a:hover {
  transform: scale(1.15);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

.social-sidebar ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	  bottom:30px;
	  position:relative;
}
.social-sidebar ul li a {
    font-size: 0px !important;
    margin:0px 10px;
}

@media only screen and (max-width:1191px)
{
	.social-sidebar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0px;
    position: unset;
    margin: 30px auto;
}
}

@media only screen and (max-width:1450px){
	h2.logo span {
    font-size: 48px !important;
}
	
	
}
.vce-row-container {
    margin: 0px;
}

.dotimge {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.dotimge img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}
figcaption {
    display: none !important;
}
.single-post img {
    width: 100%;
}
.page-id-4354 .vce-post-description--content {
    padding: 15px 30px !important;
    min-height: 300px;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    background: linear-gradient(135deg, #3a179b, #f9f9f9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    position: relative;
    overflow: hidden;
}
 .page-id-4354 h3.vce-post-description--title a {
    color: #fff !important;
	 font-family: 'Aclonica';
}

.page-id-4354 .vce-post-description--excerpt p {
    color: #fff !important;
}

