/*
 Theme Name: Twenty Twenty-Five Child
 Theme URI: https://example.com/
 Description: Child theme for Twenty Twenty-Five
 Author: jatinder saini
 Template: twentytwentyfive
 Version: 1.0
 Text Domain: twentytwentyfive-child
*/

/* Load Google Font */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

/* Set Open Sans as site font */

body {
  scroll-behavior: smooth !important;
}

body {
    font-family: 'Open Sans', sans-serif;
}
html { scroll-behavior: smooth !important; }

.home .strong-view.wpmtst-modern .wpmtst-testimonial-content p {
	font-size: 18px;
	margin-bottom: 20px;
}
.home .strong-view.wpmtst-modern .testimonial-heading {
	color: #D0a64e;
}
.wp-block-button__link {
	font-weight: 400;
}
.wp-block-button__link:hover {
	background-color: white !important;
	color: #121e2e;
}
header .wp-block-navigation ul li a:hover {
	color: #D0a64e !important;
	text-decoration: none;
}

@media (max-width: 767px) {
  .mobile-text {
    order: 1;
  }
  .mobile-image {
    order: 2;
  }
}
