.elementor-16013 .elementor-element.elementor-element-51d01ee{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-16013 .elementor-element.elementor-element-51d01ee.e-con{--align-self:center;}.elementor-16013 .elementor-element.elementor-element-3b66873{width:100%;max-width:100%;}/* Start custom CSS */* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Poppins', sans-serif;
      background-color: #f5f5f5;
      color: #333;
      line-height: 1.6;
      width: 100% !important;
    }

    main {
      max-width: 480px;
      margin: 0 auto;
      background: #fff;
      border-radius: 20px;
      padding: 30px 20px;
      box-shadow: 0 0 15px rgba(0,0,0,0.08);
      text-align: center;
    }

    .profile-img-container {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      margin: 0 auto 20px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #f0f0f0;
      border: 2px solid #0057ff;
    }

    .profile-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .title-wrapper {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-bottom: 10px;
    }

    h1 {
      font-size: 28px;
      color: #111;
      margin: 0;
      font-weight: bold;
    }

    .title-wrapper svg {
      width: 26px;
      height: 26px;
      color: #0057ff;
    }

    .description {
      font-size: 16px;
      color: #555;
      margin-bottom: 25px;
      font-weight: 600;
    }

    nav {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-bottom: 30px;
    }

    .link-button {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      background-color: #0057ff;
      color: #fff;
      text-decoration: none;
      font-size: 16px;
      padding: 14px 20px;
      border-radius: 12px;
      transition: background 0.3s ease;
      text-align: left;
    }

    .link-button:hover {
      background-color: #fff;
      font-weight: 600;
      border: 2px solid #333366;
      color: #333366;
    }

    .link-button svg {
      width: 22px;
      height: 22px;
      margin-right: 12px;
      flex-shrink: 0;
    }

    .link-text {
      flex-grow: 1;
      text-align: center;
      margin-right: 22px;
    }

    .social-links {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin: 30px 0;
    }

    .social-icon {
      width: 24px;
      height: 24px;
      transition: transform 0.5s ease, fill 0.5s ease;
      fill: #0057ff;
    }

    .social-icon:hover {
      transform: scale(1.5);
      fill: #0040cc;
    }

    footer {
      margin-top: 20px;
      text-align: center;
      font-size: 14px;
      color: #777;
    }

    footer a {
      color: #0057ff;
      text-decoration: none;
    }

    footer a:hover {
      text-decoration: underline;
    }

    @media (max-width: 767px) {
      main {
        padding: 25px 10px;
      }

      h1 {
        font-size: 24px;
      }

      .description {
        font-size: 15px;
      }

      .link-button {
        font-size: 15px;
        padding: 12px 18px;
      }

      .title-wrapper svg {
        width: 22px;
        height: 22px;
      }
      
      .social-icon {
        width: 20px;
        height: 20px;
      }
    }/* End custom CSS */