  /* Your Unique CSS Styling */
  :root {
      --primary-color: #4a6bff;
      --secondary-color: #6c757d;
      --accent-color: #ff6b6b;
      --light-bg: #f8f9fa;
      --dark-text: #212529;
      --light-text: #6c757d;
      --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      --transition: all 0.3s ease;
  }

  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  body {
      line-height: 1.6;
      color: var(--dark-text);
      background-color: var(--light-bg);
  }

  #bg {
      position: absolute;
      width: 100%;
      height: auto;
      z-index: -10;
  }

  .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
  }

  /* Header Styles */
  .contact-header {
      /* background: linear-gradient(135deg, var(--primary-color), #6a11cb); */
      color: rgb(230, 230, 230);
      text-align: center;
      /* margin-bottom: 50px; */
  }

  .contact-header h1 {
      font-size: 3rem;
      padding-top: 40px;
      margin-bottom: 10px;
        line-height: 1;
        text-align: center;
       font-family: Arial, Helvetica, sans-serif;
       background-clip: text;
       -webkit-background-clip: text;
       color: transparent;
       background-image: linear-gradient(90deg, rgb(0, 21, 255), rgb(255, 0, 0), rgb(60, 255, 0), rgb(238, 0, 255), rgb(0, 208, 255), rgb(255, 140, 0) );
       background-size: 400% 10%;
       animation: animate 22s infinite;
    }
    
    @keyframes animate{
        0%{
            background-position: 0 0;
        }
       
        50%{
            background-position: 100% 100%;
        }
     
        100%{
            background-position: 0 0;
        }
    }

  .contact-header p {
      font-size: 1.2rem;
      max-width: 800px;
      margin: 0 auto;
      opacity: 0.9;
  }

  /* Contact Section Styles */
  .contact-section {
      display: flex;

      justify-content: center;
      margin: auto;
      margin-top: 40px;
      flex-wrap: wrap;
      gap: 40px;
      width: 80%;
  }

  .contact-info {
      flex: 1;
      min-width: 300px;
  }
  .contact-form ::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 0, 212);
    clip-path: circle(20% at 18% 18%);
    z-index: -10;
  }
  .contact-form ::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 0, 0);
    clip-path: circle(20% at 82% 80%);
    z-index: -10;
  }
  .contact-form {
   display: flex;
      flex-direction: column;
      position: relative;
      margin-top: 30px;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 20px;
      overflow: hidden;
      z-index: 100;
      justify-content: center;
      align-items: center;
      box-shadow: 1px 1px 0px #959595, -1px -1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #979797;
  }

  .inputbox input,
  .inputbox textarea {
      width: 80%;
      padding: 5px 0;
      font-size: 1.1em;
      margin: 10px 0;
      border: none;
      border-bottom: 1px solid #9c9c9c;
      outline: none;
      resize: none;
  }

  .contact-form .inputbox input[type="submit"] {
      width: 127px;
      height: 30px;
      background: #00bcd4;
      color: #666666;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      padding: 6px 10px;
      font-size: 1.1em;
      font-weight: 500;
      box-shadow: inset 1px 0px #012e34, inset 1px 1px 0px #e5ebec;
  }

  .section-title {
      font-size: 2.2em;
      font-weight: 500;
      color: #450c0c;
      margin-left: 24px;
  }

  .section-title h2 {
      font-size: 2.2rem;
  }

  .section-titlee h2 {
      font-size: 1.7rem;
      font-weight: 500;
      color: #00d7fd;
      margin-left: 24px;
  }

  .section-title h2::after {
      content: '';
      position: absolute;
      width: 60px;
      height: 3px;
      background-color: var(--accent-color);
      bottom: 0;
      left: 0;
  }
  .info-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 10px;
  }

  .info-icon {
      font-size: 1.5rem;
      color: var(--primary-color);
      margin-right: 15px;
      margin-top: 3px;
  }

  .info-content h3 {
      margin-bottom: 5px;
      color: white
  }

  .info-content p,
  .info-content a {
      color: rgb(202, 200, 200);
      text-decoration: none;
      transition: var(--transition);
  }

  .info-content a:hover {
      color: var(--primary-color);
      text-decoration: underline;
  }

  .txt {
      font-size: 1.1em;
      color: rgb(255, 98, 0);
      margin-top: 50px;
      font-weight: 500;
      padding-left: 10px;
      border-left: 50px solid rgb(249, 4, 240);
      line-height: 1em;
  }

  .rokku {
      position: relative;
      display: flex;
      gap: 7px;
      margin: 10px 0px;
  }

  .rokku li {
      list-style: none;
      background: none;
      width: 29px;
      /* height: 20px; */
      padding: none;
  }

  .rokku li:active {
      list-style: none;
      background: none;
      width: 20px;
      height: 20px;
      padding: none;
  }

  /* Form Styles */
  .form-group {
      margin-bottom: 12px;
      margin: auto;
      width: 85%;
      padding: 5px 0;
      /* font-size: 1.1em; */
      /* margin: 10px; */
      align-items: center;
      border: none;
      border-bottom: 1px solid #9c9c9c;
      outline: none;
      resize: none;
  }

  input[type=text] {
      border: 1px solid rgb(188, 188, 188);
      background-color: rgb(254, 254, 254);
      /* padding: 0px auto; */
      box-shadow: inset 8px 8px 5px rgba(0, 0, 0, 0.3), inset -8px -8px 5px rgba(255, 255, 255, 0.582);
      font-size: 1.7em;
      font-weight: 500;
      /* width: 618px; */
      height: 38px;
      border-radius: 0px;
      color: #000;
      padding: 0 5px;
      /* margin-bottom: 24px; */
      /* margin-left: 27px; */
      /* margin-top: 40px; */
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .contain .card .inputbox span {
      position: absolute;
      left: 0;
      pointer-events: none;
      padding: 5px 0;
      margin: 10px 0;
      font-size: 1.1em;
      color: #828080;
      transition: .5s;
  }

  label {
      /* display: block;
      margin-left: 25px;
      color: rgb(165, 2, 2);
      font-weight: 500; */


      position: absolute;
      left: 32px;
      pointer-events: none;
      padding: 5px 0;
      margin-top: 10px;
      font-size: 1em;
      color: #828080;
      transition: .5s;
  }

  .form-control {
      width: 100%;
      padding: 12px 15px;
      border: 1px solid #ddd;
      border-radius: 5px;
      font-size: 1rem;
      transition: var(--transition);

      border: 1px solid rgb(188, 188, 188);
      background-color: rgb(254, 254, 254);
      padding: 0px auto;
      box-shadow: inset 8px 8px 5px rgba(0, 0, 0, 0.3), inset -8px -8px 5px rgba(255, 255, 255, 0.582);
      font-size: 1.7em;
      font-weight: 500;
      /* width: 618px; */
      height: 38px;
      border-radius: 0px;
      color: #000;
      padding: 0 5px;
      /* margin-bottom: 24px; */
      /* margin-left: 27px; */
      margin-top: 10px;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .form-control:focus {
      outline: none;
      border-color: var(--primary-color);
      box-shadow: 0 0 0 3px rgba(74, 107, 255, 0.2);
  }
   input:focus~label,
   textarea:focus~label,
   input:valid~label,
   textarea:valid~label{
      color: #ff0101;
      font-size: 1em;
      font-weight: 500;
      transform: translateY(-24px);
  }
  textarea.form-control {
      min-height: 150px;
      resize: vertical;
  }

  .submit-btn {
      /* background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    transition: var(--transition); */


      width: 180px;
      height: 29px;
      background: #00bcd4;
      color: #666666;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      padding: 6px 10px;
      font-size: 1.1em;
      margin-left: 24px;
      margin-top: 4px;
      font-weight: 500;
      box-shadow: inset 1px 0px #012e34, inset 1px 1px 0px #e5ebec;
  }

  .submit-btn:hover {
      background-color: #3a5bef;
      transform: translateY(-2px);
  }

  /* Map Styles */
  .map-container {
      margin-top: 50px;
      width: 100%;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: var(--box-shadow);
  }

  .map-container iframe {
      width: 100%;
      height: 400px;
      border: none;
  }

  /* Success Message */
  .success-message {
      display: none;
      background-color: #d4edda;
      color: #155724;
      /* padding: 15px; */
      border-radius: 5px;
      margin-top: 20px;
      text-align: center;
  }

  /* Saved Messages Section */
  .saved-messages {
      margin-top: 60px;
      padding: 40px 0;
      background-color: white;
      border-radius: 10px;
      box-shadow: var(--box-shadow);
  }

  .message-list {
      margin-top: 20px;
  }

  .message-item {
      padding: 15px;
      border-bottom: 1px solid #eee;
  }

  .message-item:last-child {
      border-bottom: none;
  }

  .message-item h4 {
      color: var(--primary-color);
      margin-bottom: 5px;
  }

  .message-item p {
      color: var(--secondary-color);
      margin-bottom: 5px;
  }

  .message-meta {
      font-size: 0.9rem;
      color: var(--light-text);
  }

  .clear-btn {
      background-color: var(--accent-color);
      color: white;
      border: none;
      padding: 8px 20px;
      border-radius: 5px;
      cursor: pointer;
      font-size: 0.9rem;
      margin-top: 20px;
      transition: var(--transition);
  }

  .clear-btn:hover {
      background-color: #e05252;
  }

  /* Animations */
  @keyframes fadeInDown {
      from {
          opacity: 0;
          transform: translateY(-30px);
      }

      to {
          opacity: 1;
          transform: translateY(0);
      }
  }

  /* Responsive Adjustments */
  @media (max-width: 768px) {
      .contact-header h1 {
          font-size: 2.5rem;
      }

      .contact-section {
          flex-direction: column;
      }

      .map-container iframe {
          height: 300px;
      }
  }
