/*
Theme Name: Terzian Law Group
Theme URI: 
Author: Harsh
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: terzian-law-group
Tags: 
*/

.wp-block-button.is-style-outline-rounded .wp-block-button__link {
    background: #053365;
    font-family: "Roboto", sans-serif;
    border-radius: 0px;
    transition: color 0.4s linear;
    position: relative;
    animation-delay: 0.8s;
    display: inline-block;
    z-index: 1;
}

.wp-block-button.is-style-outline-rounded .wp-block-button__link:hover::before {
    transform: scaleX(1);
    z-index: -1;
}

.wp-block-button.is-style-outline-rounded .wp-block-button__link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 102%;
    height: 102%;
    background: #FF6F00;
    z-index: 1;
    border-radius: 0px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px;
}

.wp-block-button.is-style-outline-rounded .wp-block-button__link:hover{
    color: #000;
}

.wp-block-image img[src$=".svg"] {
  width: 100%;
  height: auto;
}

