.elementor-231 .elementor-element.elementor-element-6a3218b8:not(.elementor-motion-effects-element-type-background), .elementor-231 .elementor-element.elementor-element-6a3218b8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A6683;}.elementor-231 .elementor-element.elementor-element-6a3218b8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 0px 50px 0px;}.elementor-231 .elementor-element.elementor-element-6a3218b8 > .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-231 .elementor-element.elementor-element-60e7c090{text-align:center;}.elementor-231 .elementor-element.elementor-element-60e7c090 .elementor-heading-title{color:#FFFFFF;}.elementor-231 .elementor-element.elementor-element-11900b86{text-align:center;}.elementor-231 .elementor-element.elementor-element-11900b86 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-weight:600;letter-spacing:0.5px;color:#FFFFFF;}.elementor-231 .elementor-element.elementor-element-6560789b > .elementor-container{max-width:503px;}.elementor-231 .elementor-element.elementor-element-6560789b{padding:020px 0px 0px 0px;}.elementor-231 .elementor-element.elementor-element-43f31a8 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-231 .elementor-element.elementor-element-34d9c5d9{padding:10px 0px 0px 0px;}@media(max-width:767px){.elementor-231 .elementor-element.elementor-element-11900b86 .elementor-heading-title{font-size:22px;}.elementor-231 .elementor-element.elementor-element-6560789b > .elementor-container{max-width:1600px;}.elementor-231 .elementor-element.elementor-element-1b06d01c{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-1b06d01c */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Lato:wght@400;600&display=swap');

.email-block {
  background: linear-gradient(180deg, #285A7A 0%, #3293A4 100%);
  color: #F4F0E8;
  text-align: center;
  padding: 80px 20px;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(40, 90, 122, 0.4);
}

.email-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px; /* space between heading and email */
  flex-wrap: wrap; /* fallback if screen too small */
}

.email-container h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  margin: 0;
  color: #F4F0E8;
}

.email-link {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  color: #ffffff !important; /* Force white */
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 2px;
  transition: all 0.3s ease;
}

.email-link:hover {
  color: #D7333B;
  border-color: #D7333B;
  text-shadow: 0 0 10px rgba(215, 51, 59, 0.6);
}

/* 📱 Mobile adjustments */
@media (max-width: 768px) {
  .email-container {
    flex-direction: row; /* keep inline */
    gap: 8px;
  }

  .email-container h3 {
    font-size: 1.4rem;
  }

  .email-link {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .email-container {
    flex-direction: row; /* force inline even on small screens */
    gap: 6px;
  }

  .email-container h3 {
    font-size: 1.2rem;
  }

  .email-link {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3afa9fc2 */@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: #ffffff !important; /* Heading forced white */
  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: #ffffff !important; /* Social text forced white */
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
}

.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.1);
  filter: drop-shadow(0 0 12px rgba(215, 51, 59, 0.7));
}

.social-link:hover span {
  color: #D7333B !important;
}

/* 📱 Tablet Responsive */
@media (max-width: 768px) {
  .social-container {
    gap: 40px;
  }

  .social-heading {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }

  .social-link img {
    width: 50px;
    height: 50px;
  }

  .social-link span {
    font-size: 1rem;
  }
}

/* 📱 Mobile Responsive */
@media (max-width: 480px) {
  .social-container {
    flex-direction: column; /* stack vertically */
    gap: 25px;
  }

  .social-heading {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .social-link img {
    width: 45px;
    height: 45px;
  }

  .social-link span {
    font-size: 0.95rem;
  }
}/* End custom CSS */