/*
Theme Name: Cyarb Child
Author: EnvyTheme
Author URI: https://envytheme.com
Description: Cyarb Child Theme
Version: 2.5
Template: cyarb
Text Domain: cyarb-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

a.default-btn-two,
a.optional-btn,
button.default-btn{
  background-image: linear-gradient(135deg, #0B3C8C, #1E88E5) !important;
  color: #ffffff !important;
  border: none !important;
  transition: background-image 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover State */

a.default-btn-two:hover,
a.optional-btn:hover,
button.default-btn:hover {
  background-image: linear-gradient(135deg, #1E88E5, #4FC3F7) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(30, 136, 229, 0.35);
}

/* Focus / Active (Accessibility Friendly) */
a.default-btn-two:focus,
a.optional-btn:focus,
button.default-btn:focus
 {
  outline: none;
  box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.45);
}

.approach-style-tabs-content h4 {
    background-image: linear-gradient(135deg, #0B3C8C, #1E88E5) !important;
}

.top-header-area.cyard-new-top-header-area {
    display: none;
}

a.cart-btn {
    display: none !important;
}

.partner-area.pb-100 {
    display: none;
}
.cloud-security-banner-content .sub-title {
	color: #fff;
	background: none !important;
	-webkit-text-fill-color: #fff !important;
}

.single-footer-widget.widget.widget_cyarb_newsletter_info {
    display: none;
}

@media (max-width: 1024px) {
  .logo img {
    width: 50% ;
  }
}