/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * 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;
}

@font-face {
  font-family: 'Roca-Two';
  src:url('hr-support-Roca_Two_Bold.woff') format('woff');

}

/* @font-face {
  font-family: 'Roca-Two';
  src:url('rocatwo-bdit.woff2') format('woff2');

} */

@font-face {
  font-family: 'Roca-Two-thin';
  src:url('hr-support-Roca_Two_Thin.woff') format('woff');

}

h1,h2,h3,h4,h5,h6{
font-family:'Roca-Two',sans-serif !important;
}



/* p,a{
font-family:'Roca-Two-thin', sans-serif !important
} */


.hamburger-bg-custom button{
color:#4C72FF !important;
	background-color:transparent !important;
}

.list-items {
  position: relative;
  padding-left: 45px; /* leave space for the arrow and background */
	list-style-type:none;
}

/* Arrow + background */
.list-items::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px; /* tweak as needed */
  width: 32px;
  height: 32px;

  /* Background style (circle) */
  background-color: #7298FF; /* light gray background */
  border-radius: 35% 50%; /* make it a circle */

  /* Arrow image */
  background-image: url('arrow2.png'); /* adjust path */
  background-size: 24px; /* size of arrow inside */
  background-repeat: no-repeat;
  background-position: center;

  /* Rotate the whole thing (arrow and background) */
  transform: rotate(135deg); /* 2 o'clock */
}

.text-deco {
     background-color: #7298FF;
    border-radius: 40px;
    padding: 4px 16px 20px;
    display: inline-block;    
	
}

.are-u-text2,.are-u-text3{
display:block;
}


.footer-menu-items ul li a {
  display: inline-block !important;
  color: #4a5568 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  padding: 8px 0 !important;
  transition: all 0.4s ease !important;
  position: relative !important;
}


.footer-menu-items ul li a:hover {
  color: #2d3748 !important;
  padding-left: 12px !important;
  background: rgba(0,86,179,0.03) !important;
}

.footer-menu-items ul li a::before {
  content: '';
  position: absolute !important;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(to right, #0056b3, #003d80);
  transition: width 0.4s ease !important;
  border-radius: 2px;
}

.footer-menu-items ul li a:hover::before {
  width: 100%;
}



.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container-open svg,
.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container-close svg {
  width: 40px !important;
  height: 40px !important;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) !important;
}


.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container-open:hover svg {
  transform: rotate(90deg) !important;
}


.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container-open,
.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container-close,
.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container a {
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}


.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 320px !important;
  height: 100vh !important;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
  z-index: 9999 !important;
  box-shadow: -4px 0 20px rgba(0,0,0,0.25) !important;
  overflow-y: auto !important;
  padding: 50px 25px !important;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.24, 1.09) !important;
}

.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
  transform: translateX(0) !important;
}

.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container {
  background: rgba(0,0,0,0) !important;
  transition: background 0.5s ease !important;
}

.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container.is-menu-open {
  background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.5)) !important;
  backdrop-filter: blur(3px) !important;
}

.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container a {
  display: block !important;
  color: #4a5568 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  padding: 16px 0 !important;
  transition: all 0.4s ease !important;
  position: relative !important;
  letter-spacing: 0.5px !important;
  border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container a:hover {
  color: #2d3748 !important;
  padding-left: 15px !important;
  background: rgba(0,86,179,0.03) !important;
}

.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container a::before {
  content: '';
  position: absolute !important;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(to right, #0056b3, #003d80);
  transition: width 0.4s ease !important;
  border-radius: 2px;
}

.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container a:hover::before {
  width: 100%;
}

.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item a {
  opacity: 0;
  animation: fadeInRight 0.5s ease forwards;
}

.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(1) a {
  animation-delay: 0.1s;
}

.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(2) a {
  animation-delay: 0.2s;
}

.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(3) a {
  animation-delay: 0.3s;
}

.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(4) a {
  animation-delay: 0.4s;
}

.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(5) a {
  animation-delay: 0.5s;
}

/* Keyframes for menu item animation */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Close button styling */
.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container-close {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
  padding: 10px !important;
  border-radius: 50% !important;
  background: rgba(0,0,0,0.05) !important;
  transition: all 0.3s ease !important;
}

.Header-group .hamburger-bg-custom .wp-block-navigation__responsive-container-close:hover {
  background: rgba(0,0,0,0.1) !important;
  transform: rotate(90deg) !important;
}

.wp-block-navigation__responsive-container-open { 
  padding-right: 0 !important; 
  border-radius: 8px !important;
  transition: background 0.3s ease !important;
}

.wp-block-navigation__responsive-container-open:hover {
  background: rgba(0,0,0,0.05) !important;
}

@media only screen and (max-width: 768px) {
  .fotter-res { 
    flex-direction: column !important;
  }
}






.wpforms-container {
    background: linear-gradient(135deg, #f5f7ff 0%, #ffffff 100%) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    padding: 2.2rem !important;
    margin: 2rem auto !important;
    max-width: 900px !important;
    border: 1px solid #e1e8ff !important;
}


.wpforms-field-label {
    font-weight: 600 !important;
    color: #2d3748 !important;
    margin-bottom: 8px !important;
    font-size: 15px !important;
    display: block !important;
}

.wpforms-field input:not([type="checkbox"]),
.wpforms-field textarea {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    background-color: #ffffff !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03) !important;
}

.wpforms-field input:focus,
.wpforms-field textarea:focus {
    outline: none !important;
    border-color: #4c72ff !important;
    box-shadow: 0 0 0 3px rgba(76, 114, 255, 0.15) !important;
}


#wpforms-903-field_11-container,
#wpforms-903-field_4-container,
#wpforms-903-field_5-container,
#wpforms-903-field_12-container,
#wpforms-903-field_1-container,
#wpforms-903-field_2-container {
    width: 48% !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin-right: 4% !important;
    margin-bottom: 1.5rem !important;
}

#wpforms-903-field_4-container,
#wpforms-903-field_12-container,
#wpforms-903-field_2-container {
    margin-right: 0 !important;
}


#wpforms-903-field_10-container,
#wpforms-903-field_9-container,
#wpforms-903-field_6-container {
    width: 100% !important;
    display: block !important;
    margin-bottom: 1.5rem !important;
}



.wpforms-required-label {
    color: #e53e3e !important;
}


.wpforms-submit-container {
    text-align: center !important;
    margin-top: 1.5rem !important;
}

.wpforms-submit {
    background: linear-gradient(135deg, #4c72ff 0%, #3b5bdb 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 16px 32px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 6px rgba(76, 114, 255, 0.2) !important;
    min-width: 180px !important;
}

.wpforms-submit:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 12px rgba(76, 114, 255, 0.25) !important;
    background: linear-gradient(135deg, #3b5bdb 0%, #2f4cb3 100%) !important;
}

.wpforms-submit:active {
    transform: translateY(0) !important;
}


.wpforms-field-textarea textarea {
    min-height: 120px !important;
    resize: vertical !important;
    font-family: inherit !important;
    line-height: 1.5 !important;
}


.wpforms-title {
    text-align: center !important;
    color: #2d3748 !important;
    margin-bottom: 2rem !important;
    font-weight: 700 !important;
}


@media (max-width: 768px) {
    .wpforms-container {
        padding: 1.5rem !important;
        margin: 1rem !important;
    }
    
    #wpforms-903-field_11-container,
    #wpforms-903-field_4-container,
    #wpforms-903-field_5-container,
    #wpforms-903-field_12-container,
    #wpforms-903-field_1-container,
    #wpforms-903-field_2-container {
        width: 100% !important;
        display: block !important;
        margin-right: 0 !important;
    }
    
    .wpforms-submit {
        width: 100% !important;
    }
}


.wpforms-field input:focus,
.wpforms-field textarea:focus,
.wpforms-submit:focus {
    outline: 2px solid rgba(76, 114, 255, 0.5) !important;
    outline-offset: 2px !important;
}


.wpforms-error {
    border-color: #e53e3e !important;
}

.wpforms-error-message {
    color: #e53e3e !important;
    font-size: 14px !important;
    margin-top: 5px !important;
    display: block !important;
}
.wpforms-field input{
	max-width:none !important;
}

body #wpforms-903-field_7-container{
	display:none !important

}
