.elementor-3281 .elementor-element.elementor-element-fc9d539:not(.elementor-motion-effects-element-type-background), .elementor-3281 .elementor-element.elementor-element-fc9d539 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-3281 .elementor-element.elementor-element-fc9d539{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 0px 50px 0px;}.elementor-3281 .elementor-element.elementor-element-fc9d539 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3281 .elementor-element.elementor-element-de4dfc9{text-align:center;}.elementor-3281 .elementor-element.elementor-element-de4dfc9 .elementor-heading-title{color:var( --e-global-color-f53ad09 );}.elementor-3281 .elementor-element.elementor-element-41a6d99{text-align:center;}.elementor-3281 .elementor-element.elementor-element-41a6d99 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-weight:600;letter-spacing:0.5px;color:var( --e-global-color-f53ad09 );}.elementor-3281 .elementor-element.elementor-element-a26992b{padding:20px 0px 0px 0px;}.elementor-3281 .elementor-element.elementor-element-2527ab0 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-3281 .elementor-element.elementor-element-5918381{padding:20px 0px 0px 0px;}.elementor-3281 .elementor-element.elementor-element-6bee4b9 > .elementor-element-populated{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-3281 .elementor-element.elementor-element-41a6d99 .elementor-heading-title{font-size:22px;}}/* Start custom CSS for html, class: .elementor-element-84d78b7 */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Lato:wght@400;600&display=swap');

.social-section {
  background: linear-gradient(180deg, #285A7A 0%, #3293A4 100%);
  color: #F4F0E8;
  text-align: center;
  padding: 90px 20px;
  border-radius: 12px;
  box-shadow: 0 0 40px rgba(40, 90, 122, 0.4);
}

.social-heading {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  margin-bottom: 50px;
  color: #F4F0E8;
  letter-spacing: 0.5px;
}

.social-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  flex-wrap: wrap;
}

.social-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #F4F0E8;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
  animation: float 4s ease-in-out infinite;
}

.social-link img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 8px rgba(93, 167, 197, 0.5));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.social-link:hover img {
  transform: scale(1.15);
  filter: drop-shadow(0 0 15px rgba(215, 51, 59, 0.8));
}

.social-link:hover span {
  color: #D7333B;
}

/* Floating animation */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b4dc25 */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Lato:wght@400;600&display=swap');

.social-section {
  background: linear-gradient(180deg, #285A7A 0%, #3293A4 100%);
  color: #F4F0E8;
  text-align: center;
  padding: 90px 20px;
  border-radius: 12px;
  box-shadow: 0 0 40px rgba(40, 90, 122, 0.4);
}

.social-heading {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  margin-bottom: 50px;
  color: #F4F0E8;
  letter-spacing: 0.5px;
}

.social-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  flex-wrap: wrap;
}

.social-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #F4F0E8;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
  animation: float 4s ease-in-out infinite;
}

.social-link img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 8px rgba(93, 167, 197, 0.5));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.social-link:hover img {
  transform: scale(1.15);
  filter: drop-shadow(0 0 15px rgba(215, 51, 59, 0.8));
}

.social-link:hover span {
  color: #D7333B;
}

/* Floating animation */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}/* End custom CSS */