.contact-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    max-width: 1600px;
    margin: auto;
    gap: 10px;
}

.contact-information {
    width: 25em;
    padding: 0 10px;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0em;
    word-spacing: 0em;
    line-height: 1.6em;
    color: #000000;
    text-transform: none;
    font-weight: normal;
}


.message-me .contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .8rem
}

.contact-inputs{
    width: 25em;
    height: 2.5em;
    border: none;
    outline: none;
    padding-left: 4vw;
    font-family: Ovo;
    font-weight: 500;
    color: #666;
    border-radius: .8vw;
    font-size: 1rem;
}

.contact-form textarea{
    height: 18em;
    padding-top: .4vw;
    font-weight: 500;

}

.contact-form h2 {
    text-align: center;
    margin: 0px auto;
    padding: 0;
}


.button-47 {
  align-items: center;
  background: #FFFFFF;
  border: 0 solid #E2E8F0;
  box-shadow: 0 1rem .1.2rem -.2rem rgba(0, 0, 0, 0.1), 0 1rem 1.2rem -.2rem rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  color: #1A202C;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  height: 2em;
  justify-content: center;
  overflow-wrap: break-word;
  padding: 1rem;
  font-weight: 600;
  text-decoration: none;
  width: auto;
  border-radius: .8vw;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.socials-bar {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Social Media Buttons */
.social-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: .5rem 1rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.instagram-btn {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}

.instagram-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(220, 39, 67, 0.3);
}

.linkedin-btn {
    background: #0077b5;
    color: white;
}

.linkedin-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 119, 181, 0.3);
    background: #006097;
}

.social-btn i {
    font-size: 1.3rem;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .socials-bar {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .social-btn {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
}

.socials-bar  .fa {
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
  }
  
/* Add a hover effect if you want */
.socials-bar  .fa:hover {
    opacity: 0.7;
}
  

.socials-bar  .fa-instagram {
    color: black;
}

.socials-bar  .fa-linkedin {
    color: black;
}

.socials-bar  .fa-facebook {
    color: black;
}

.message-me h2 {
    font-size: 1.2rem;
}

.contact-information h2 {
    font-size: 1.2rem;
}

.trustpilot-widget {
    margin-top: 30px;
    text-align: center;
}

.trustpilot-widget a,
.trustpilot-widget a:visited,
.trustpilot-widget a:link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.8rem 1.5rem !important;
    background: linear-gradient(135deg, #00b67a 0%, #00a870 100%) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 182, 122, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    border: none !important;
    outline: none !important;
}

.trustpilot-widget a::before {
    content: "★" !important;
    font-size: 1.2rem !important;
    color: #ffce00 !important;
    margin-right: 0.3rem !important;
}

.trustpilot-widget a:hover,
.trustpilot-widget a:focus {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(0, 182, 122, 0.4) !important;
    background: linear-gradient(135deg, #00a870 0%, #009a66 100%) !important;
    color: white !important;
    text-decoration: none !important;
}

.trustpilot-widget a:active {
    transform: translateY(-1px) !important;
}

/* Custom Trustpilot Button */
.custom-trustpilot-button {
    margin-top: 30px;
    text-align: center;
}

.trustpilot-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.5rem;
    background: linear-gradient(135deg, #00b67a 0%, #00a870 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 182, 122, 0.3);
    position: relative;
    overflow: hidden;
    border: none;
    outline: none;
}

.trustpilot-btn .star {
    font-size: 1.2rem;
    color: #ffce00;
}

.trustpilot-btn .text {
    font-family: inherit;
}

.trustpilot-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 182, 122, 0.4);
    background: linear-gradient(135deg, #00a870 0%, #009a66 100%);
    color: white;
    text-decoration: none;
}

.trustpilot-btn:active {
    transform: translateY(-1px);
}

@media screen and (max-width: 620px) {

    .contact-inputs{
        width: 70vw;
        font-size: 0.6rem;
    }

    .message-me h2 {
        margin-bottom: 20px;
        margin-top: 40px;
    }
    

}