/*!
Theme Name: Synex
Theme URI: https://synex.ex-coders.com/
Author: Gramentheme
Author URI: https://themeforest.net/user/gramentheme
Description: Synex is a modern and professionally crafted WordPress Theme designed for SaaS products, software companies, startups, AI tools, tech businesses, and digital agencies.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: synex
Tested up to: 7.0
Requires PHP: 7.4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.choose-us-image img, .icon img{
  max-width: unset !important;
}

.recent-items .recent-thumb a img {
  width: 180px !important;
  height: 180px !important;
  object-fit: cover !important;
}
.bg-shape img{
   max-width: unset !important;
}


blockquote {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    border: 2px solid var(--white);
    padding: 40px 30px;
    display: flex;
    align-items: start;
    gap: 30px;
    margin-top: 60px !important;
    margin-bottom: 30px;
}


blockquote::before {
  content: "\f10d";
  position: static;
  font-family: "Font Awesome 6 Pro";
  font-size: 32px;
  color: var(--theme);
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
  font-weight: 600;
  margin-top: 18px;
}


 
blockquote p {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: rgb(3, 7, 13) !important;
    margin-bottom: 20px !important;
    line-height: 125% !important;
}

.news-details-section figure.wp-block-image.size-full.is-resized img {
  width: 100% !important;
  border-radius: 8px;
}

h3#reply-title {
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  blockquote::before {
    font-size: 28px;
  }
  blockquote p {
    font-size: 28px !important;
  }
}

@media (max-width: 991px) {
  blockquote {
    padding: 30px;
    gap: 20px;
  }
  blockquote::before {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  blockquote p {
    font-size: 24px !important;
    margin-bottom: 15px !important;
  }
}

@media (max-width: 767px) {
  blockquote {
    padding: 20px;
    gap: 15px;
    margin: 25px 0px !important;
  }
  blockquote::before {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  blockquote p {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
}

.synex-default-fallback-footer {
  background-color: #1a1a1a;
  padding: 20px 0;
  position: relative;
  z-index: 9999;
  clear: both;
}
.synex-default-fallback-footer p {
  color: #ffffff !important;
  margin: 0;
  padding: 0;
  font-size: 16px;
  opacity: 1;
  visibility: visible;
  min-height: 24px;
  line-height: 24px;
}
.synex-default-fallback-footer p a {
  color: var(--theme, #ffffff);
}

/* Fix Header Spacing when Admin Bar is active */
.admin-bar .header-1:not(.header-4) {
    top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar .header-1:not(.header-4) {
        top: 46px;
    }
}

.recent-items .recent-thumb  img {
    width: 120px !important;
    height: 120px !important;
    object-fit: cover !important;
}

.blog-search-content p{
  margin: 20px 0;
}

.sidebar__search  input{
    width: 96%;
    padding: 10px ;
    color: #000;
}