/*
Theme Name: Roy Rakesh
Theme URI: https://rakeshroy.com
Template: twentytwentyfive
Author: royrakesh
Author URI: https://rakeshroy.com
Description: Full-stack developer with 8+ years of experience in building web apps in PHP, WordPress, Laravel. Skilled in Angular, Node.js and TypeScript,
Tags: WordPress,PHP,JavaScript,Laravel,Node.js,Project Management,Git,CI/CD
Version: 1.0.0.1738166387
Updated: 2025-01-29 15:59:47

*/


/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
 a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/**
 * Custom styles for the hero cover block.
 * https://github.com/WordPress/gutenberg/issues/55334
 */


.hero-cover {
    min-height: calc(100vh - 116px);
}
.resume-download-buttons a {
    display: flex;
    align-items: center;
}

.resume-download-buttons a img {
    margin-left: 5px;
}

.hide-me{
	display: none;
}

footer.wp-block-template-part {
    margin-top: 0 !important;
}


/* Form  */

.contact-form {
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    width: 100%;
}

.contact-form .form-group {
    margin-bottom: 10px !important;
    width: 100%;
    position: relative;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: calc(100% - 20px);
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
}

.submit-button {
    background-color: #0073e6;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: right !important;
}

.submit-button:hover {
    background-color: #005bb5;
}

.contact-form .form-group p {
    display: block;
    width: 100%;
    position: relative;
}

.contact-form p br {
    display: none !important;
}

.contact-form label {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.form-group.form-buttons p {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.form-group.form-buttons p span.wpcf7-spinner {
    margin-top: 10px;
}

.wpcf7-response-output {
    font-size: 1rem !important;
}

.wpcf7-not-valid-tip {
    font-size: 1rem;
    margin-top: 4px;
}

.contact-form .form-group textarea {
    max-height: 60px;
}

.contact-form * {
    font-family: 'Roboto';
}

form .contact-form .wpcf7-spinner{
	display: none;
}

form.submitting .contact-form .wpcf7-spinner {
	visibility: visible;
    display:block;
}