#selected_box:hover .elementor-element.elementor-widget-image {
  background-color: #f5a800;
  border-color: 1px solid #f5a800;
}

#selected_separator h3:before {
  position: absolute;
  content: "";
  width: 10%;
  height: 8%;
  background-color: #f5a800;
  top: 17px;
  left: 252px;
}

#what_we_do_separator h3:before {
  position: absolute;
  content: "";
  width: 14%;
  height: 8%;
  background-color: #f5a800;
  top: 17px;
  left: 127px;
}

#head_separator h3:before {
  position: absolute;
  content: "";
  width: 14%;
  height: 8%;
  background-color: #f5a800;
  top: 17px;
  left: 179px;
}

#deliver_separator h3:after {
  position: absolute;
  content: "";
  width: 7%;
  height: 8%;
  background-color: #f5a800;
  top: 17px;
  right: 37%;
}

/* Hide default Twitter icon */
#blockquote .elementor-blockquote__tweet-button svg {
  display: none;
}

/* Button base */
#blockquote .elementor-blockquote__tweet-button {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  color: #111827;
  transition: all 0.3s ease;
}

/* Custom icon */
#blockquote .elementor-blockquote__tweet-button::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-mask-image: url("/wp-content/uploads/2026/04/Twitter-X-Streamline-Bootstrap.svg");
  mask-image: url("/wp-content/uploads/2026/04/Twitter-X-Streamline-Bootstrap.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #111827;
  transition: background-color 0.3s ease;
}

/* 🔥 Hover (button + icon together) */
#blockquote .elementor-blockquote__tweet-button:hover {
  color: #fff;
}

#blockquote .elementor-blockquote__tweet-button:hover::before {
  background-color: #fff;
}

.toggle-text {
  display: none;
}

.toggle-btn {
  border: 0;
  font-family: "Poppins", Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #111827;
  background: #f5a800;
  font-size: 14px;
}

.toggle-btn:focus,
.toggle-btn:hover {
  color: #111827;
  background: #f5a800;
  outline: 0;
}

p.story-text {
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  color: #111827;
  font-weight: 400;
}

/* .line-heading{position:relative;}
.line-heading h2:before{
	position: absolute;
    content: "";
    background: #f5a800;
    width: 52px;
    height: 2px;
    right: -60px;
    top: 50%;
    bottom: 50%;
} */

.contact-icon-box p.elementor-icon-box-description a {
  color: #111827;
}

/* ================= CARD ================= */
#case_study_post .am_single_grid,
#insight_post .am_single_grid {
  background: #fff !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.5) !important;
  transition: all 0.3s ease !important;
}

/* ================= IMAGE ================= */
#case_study_post .am_thumb,
#insight_post .am_thumb {
  position: relative;
}

#case_study_post .am_thumb img,
#insight_post .am_thumb img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  border-radius: 12px 12px 0 0;
}

/* ================= CATEGORY BADGE ================= */
#case_study_post span.gm-taxonomy,
#insight_post span.gm-taxonomy {
  position: absolute;
  bottom: 54%;
}

#case_study_post .gm-taxonomy a,
#insight_post .gm-taxonomy a {
  background: #111827 !important;
  color: #f8f9fa !important;
  padding: 12px !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  text-decoration: none !important;
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

/* ================= CONTENT ================= */
#case_study_post .am_cont,
#insight_post .am_cont {
  padding: 30px 20px 20px !important;
}

#case_study_post .gm-postmeta,
#insight_post .gm-postmeta {
  padding-bottom: 0px !important;
}

/* DATE */
#case_study_post .gm-post-date,
#insight_post .gm-post-date {
  display: block !important;
  font-size: 16px !important;
  color: #8f8f8f !important;
  text-transform: uppercase !important;
  margin-bottom: 0px !important;
  font-family: "Inter", Sans-serif !important;
  font-weight: 600 !important;
  padding-top: 20px !important;
}

span.gm-byline {
  display: none;
}

/* TITLE */
#case_study_post h2.am__title,
#insight_post h2.am__title {
  font-family: "Inter", Sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  padding-bottom: 10px !important;
}

#case_study_post .am_title a,
#insight_post .am_title a {
  color: #0d1b2a !important;
  text-decoration: none;
}

/* EXCERPT */
#case_study_post .am__excerpt,
#insight_post .am__excerpt {
  font-family: "Inter", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
  color: #111827;
}

/* READ MORE */
#case_study_post a.am__readmore,
#insight_post a.am__readmore {
  color: #f5a800 !important;
  font-weight: 500;
  text-decoration: none;
  font-family: "Poppins", Sans-serif;
  text-transform: uppercase;
}

#case_study_post a.am__readmore::after,
#insight_post a.am__readmore::after {
  position: static !important;
  content: " ➜" !important;
  padding-left: 5px;
}

/* FILTER WRAPPER */
#case_study_post .gm-taxonomy-filter,
#insight_post .gm-taxonomy-filter {
  display: flex !important;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

/* HIDE RADIO */
#case_study_post .gm-taxonomy-filter input,
#insight_post .gm-taxonomy-filter input {
  display: none;
}

/* TAB STYLE */
#case_study_post label.asr_texonomy,
#insight_post label.asr_texonomy {
  margin-right: 0px;
}

#case_study_post .gm-taxonomy-filter label,
#insight_post .gm-taxonomy-filter label {
  padding: 14px 35px !important;
  border-radius: 50px !important;
  background: #f0f3f9 !important;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Montserrat", Sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  color: #111827 !important;
  border: 1px solid #f0f3f9 !important;
}

#case_study_post .gm-taxonomy-filter label:hover,
#insight_post .gm-taxonomy-filter label:hover {
  background: #1e3a8a !important;
  color: #f8f9fa !important;
  border: 1px solid #1e3a8a !important;
}

/* ACTIVE TAB */
#case_study_post .gm-taxonomy-filter input:checked + label,
#insight_post .gm-taxonomy-filter input:checked + label {
  background: #1a56a0 !important;
  color: #fff !important;
  border: 1px solid #1a56a0 !important;
  box-shadow: unset !important;
}

.gm-taxonomy-filter.gm-tax-filter-style-style-2 {
  overflow: unset !important;
}

.gm-postmeta > span:nth-child(2) {
  display: none !important;
}

/* newsletter */

.subscription-form p {
  display: flex;
}

.subscription-form input[type="email"] {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.subscription-form input[type="email"]::placeholder {
  color: #111827;
}

.subscription-form input[type="submit"] {
  background-color: #f5a800; /* yellow */
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  padding: unset !important;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  width: 30% !important;
  margin-left: 5px;
}

.subscription-form input[type="submit"]:hover {
  background-color: #f5a800;
}

.subscription-form span.wpcf7-spinner {
  display: none;
}
.single-post h2 {
  font-size: 22px;
}
#select_category h5,
#recent_post h5 {
  font-family: "Inter", Sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
  color: #111827;
}

#select_category select#cat {
  border: none;
  outline: none;
  font-family: "Inter", Sans-serif;
  font-weight: 400;
}

/* Force 1 column */
#recent_posts .elementor-posts-container {
  display: flex !important;
  flex-direction: column;
  gap: 25px;
}

/* Each post row */
#recent_posts .elementor-post {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 20px;
}

/* IMPORTANT: override Elementor internal wrapper */
#recent_posts .elementor-post__thumbnail {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
}

/* Fix image stretch */
#recent_posts .elementor-post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content */
#recent_posts .elementor-post__text {
  display: flex;
  flex-direction: column;
}

/* Title */
#recent_posts .elementor-post__title {
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 1.4;
}

/* Meta */
#recent_posts .elementor-post__meta-data {
  margin: 4px 0;
}

h2#reply-title {
  font-family: "Inter", Sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
  color: #111827;
}

p.comment-notes,
p.logged-in-as {
  padding: 0px 0px 0px 0px;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111827;
}

p.logged-in-as a {
  color: #1e3a8a;
  text-decoration: underline;
}

#commentform input#submit {
  background-color: var(--e-global-color-6471178);
  font-family: "Poppins", Sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #111827;
  padding: 12px 24px;
  border: 1px solid var(--e-global-color-6471178);;
}

#recent_posts a.elementor-post__thumbnail__link{
  width: 50%;
}
#category a {
    color: #111827;
}

#category:hover a {
    color: #F8F9FA;
}