/*--------------------------------------------------------------

Template:  Royme Portfolio Template
Author: RoyHridoy
Version: 1.0
Developed by: Hridoy Roy

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/******************************************
You can put your custom css code here:
*******************************************/
/* CONTACT FORM PLACEHOLDER TEXT */
.contact-form ::placeholder {
    font-family: "Roboto", serif; /* or your desired font */
    font-size: 14px;
    font-style: italic;   /* remove if you don't want italics */
    color: #b5b5b5;       /* soft grey – change to any colour */
    letter-spacing: 0.3px;
}

/* Vendor prefixes for older browsers */
.contact-form ::-webkit-input-placeholder {
    font-family: "Roboto", serif;
    font-size: 14px;
    font-style: italic;
    color: #b5b5b5;
}

.contact-form :-ms-input-placeholder {
    font-family: "Roboto", serif;
    font-size: 14px;
    font-style: italic;
    color: #b5b5b5;
}

.contact-form ::-ms-input-placeholder {
    font-family: "Roboto", serif;
    font-size: 14px;
    font-style: italic;
    color: #b5b5b5;
}
/* Font for actual typed text in the contact form */
.contact-form input,
.contact-form textarea {
    font-family: "Roboto", serif; /* or your preferred font */
    font-size: 14px;
    font-style: normal; /* remove italics */
    color: #333;        /* text colour */
}
