
    body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #f9f9f9;
    }

    .header-section {
      background-color: #0B2E33;
      color: white;
      text-align: center;
      padding: 90px 20px;
      border-radius: 20px;
      margin-bottom: 40px;
      position: relative;
      overflow: hidden;
    }

    .header-section .btn {
      background: white;
      color: #0B2E33;
      font-size: 14px;
      padding: 5px 15px;
      border-radius: 20px;
      font-weight: 500;
    }

    .circle-left, .circle-right {
      position: absolute;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      border: 6px solid rgba(255, 255, 255, 0.3);
    }

    .circle-left {
      top: 10px;
      left: -50px;
    }

    .circle-right {
      bottom: -40px;
      right: -50px;
    }

    .contact-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0,0,0,0.05);
      padding: 30px;
      margin-bottom: 40px;
    }

    .contact-img {
      width:50%;
      border-radius: 12px;
      margin-bottom: 20px;
    }

    .contact-info i {
      color: #0B2E33;
      font-size: 20px;
      margin-right: 10px;
    }

    .form-check-label {
      font-size: 14px;
    }

    .social-icons a {
      margin-right: 10px;
      font-size: 18px;
      color: white;
      transition: 0.3s;
      background-color: #0B2E33;
      padding: 15px;
      border-radius: 10px;
    }

    .social-icons a:hover {
      background-color:#2DCD7C ;
      color: white;
    }

    .social-icons p{
      margin: 30px;
      font-size: 30px;
    }
    .btn-contact-custom{
      border-radius: 8px;
      background-color: #0B2E33 !important;
      color: white !important;
    }
    .btn-contact-custom:hover {
      background-color: #2DCD7C;
    }
  