<style>

  :root {
    --primary: #4361ee;
    --secondary: #3f37c9;
    --accent: #4cc9f0;
    --light: #f8f9fa;
    --dark: #212529;
    --success: #4bb543;
    --warning: #ffc107;
    --gradient: linear-gradient(135deg, #4361ee 0%, #3a0ca3 100%);
    --gradient-light: linear-gradient(135deg, #4cc9f0 0%, #4361ee 100%);
  }

  .contact-us-jmda {
    display: flex;
    gap: 17px;
  }
  .contact-us-jmda-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0b5d4d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    flex-shrink: 0;
  }
  iframe {
    border-radius: 0.375rem !important;
  }
  .contact-us-jmda p a{
    text-decoration: none;
    color: #000;
  }
 .contact-form-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .contact-form-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  }







  

  
  




  .floating-element {
    position: absolute;
    border-radius: 50%;
    background: var(--gradient-light);
    opacity: 0.1;
    z-index: 0;
  }

  .floating-1 {
    width: 150px;
    height: 150px;
    top: 10%;
    left: 5%;
    animation: float 15s infinite ease-in-out;
  }

  .floating-2 {
    width: 100px;
    height: 100px;
    bottom: 20%;
    right: 5%;
    animation: float 12s infinite ease-in-out reverse;
  }

  @keyframes float {

    0%,
    100% {
      transform: translateY(0) rotate(0deg);
    }

    50% {
      transform: translateY(-20px) rotate(10deg);
    }
  }

  .contact-info {
       background-image: url(https://www.jmdanalytics.co.in/static/New_jmd/bk.avif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;


    border-radius: 15px;
    padding: 2rem;
    color: white;
    margin-top: 2rem;
  }flex-shrink: 0;

  .contact-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
  }

  .contact-info-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1.2rem;
    flex-shrink: 0;
  }


 .contact-section {
    background: linear-gradient(135deg, #f5f7fb 0%, #e4e8f5 100%);
    position: relative;
    overflow: hidden;
  }

  .contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%234361ee' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
    z-index: 0;
    pointer-events: none;

  }

  @media (max-width: 768px) {
    .contact-form-container {
      padding: 2rem 1.5rem;
    }

    .floating-element {
      display: none;
    }
  }
   .section-title {
    position: relative;
    font-weight: 700;
    color: black;
    margin-bottom: 1rem;
  }
/* 
  .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background:#0b5d4d;
    border-radius: 2px;
  } */

  .section-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 3rem;
  }

</style>c