/*
Theme Name: GeneratePress Child
Theme URI: https://example.com
Description: Child theme for GeneratePress
Author: Your Name
Template: generatepress
Version: 1.0
*/

/* ========== Single Blog Post ========== */

html {
  scroll-behavior: smooth;
}

#masthead {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
}
.single-blog-post {
  /* max-width: 800px; */
  margin: 0 auto;
  padding: 0 20px;
}

/* Featured Image */
.blog-featured-image {
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
}

.blog-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Title */
.blog-title {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #1a1a2e;
}

/* Meta Bar */
.blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
  margin-bottom: 32px;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.blog-meta__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #6b7280;
}

.blog-meta__author img {
  border-radius: 50%;
}

.blog-meta__author span {
  font-weight: 500;
  color: #1a1a2e;
}

.blog-meta__item svg {
  flex-shrink: 0;
  color: #eb691f;
}

/* Categories & Tags */
.blog-taxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}

.blog-taxonomy__group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.blog-taxonomy__label {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-taxonomy__items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.blog-taxonomy__tag {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.blog-taxonomy__category {
  background: #eb691f;
  color: #fff;
}

.blog-taxonomy__category:hover {
  background: #d45a15;
  color: #fff;
}

.blog-taxonomy__tag-item {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #e5e7eb;
}

.blog-taxonomy__tag-item:hover {
  background: #1a1a2e;
  color: #fff;
  border-color: #1a1a2e;
}

/* Blog Content */
.blog-content {
  font-size: 17px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 48px;
}

.blog-content p {
  margin-bottom: 1.5em;
}

.blog-content h2 {
  font-size: 28px;
  margin-top: 2em;
  margin-bottom: 0.75em;
  color: #1a1a2e;
}

.blog-content h3 {
  font-size: 22px;
  margin-top: 1.75em;
  margin-bottom: 0.5em;
  color: #1a1a2e;
}

.blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5em 0;
}

.blog-content blockquote {
  border-left: 4px solid #eb691f;
  padding: 16px 24px;
  margin: 1.5em 0;
  background: #fef7f2;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #4b5563;
}

/* Related Resources */
.blog-related-resources {
  margin-bottom: 40px;
}

.blog-related-resources h3 {
  font-size: 24px;
  margin: 0 0 24px 0;
  color: #1a1a2e;
}

.related-resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.related-resource-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.related-resource-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.related-resource-card__image {
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.related-resource-card__image a {
  display: block;
  height: 100%;
}

.related-resource-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.related-resource-card:hover .related-resource-card__image img {
  transform: scale(1.05);
}

.related-resource-card__content {
  padding: 20px;
}

.related-resource-card__title {
  font-size: 17px;
  line-height: 1.4;
  margin: 0 0 10px 0;
  color: #1a1a2e;
}

.related-resource-card__title a {
  color: inherit;
  text-decoration: none;
}

.related-resource-card__title a:hover {
  color: #eb691f;
}

.related-resource-card__excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
  margin: 0 0 16px 0;
  font-family: "Poppins", sans-serif;
}

.related-resource-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #eb691f;
  text-decoration: none;
  transition: gap 0.2s ease;
}

.related-resource-card__btn:hover {
  gap: 10px;
  text-decoration: underline;
}
/* h1{
  font-family: Roboto;
font-weight: 700;
font-style: Bold;
font-size: 55px;
line-height: 24px;
letter-spacing: -0.31px;
}
h2{
  font-family: Roboto;
font-weight: 700;
font-style: Bold;
font-size: 40px;
line-height: 24px;
letter-spacing: -0.31px;
}
h3{
  font-family: Roboto;
font-weight: 700;
font-style: Bold;
font-size: 35px;
line-height: 24px;
letter-spacing: -0.31px;
}
h4{
  font-family: Roboto;
font-weight: 700;
font-style: Bold;
font-size: 25px;
line-height: 24px;
letter-spacing: -0.31px;
}
h5{
  font-family: Roboto;
font-weight: 500;
font-style: Medium;
font-size: 18px;
line-height: 24px;
letter-spacing: -0.31px;
}
h6{
  font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 20px;
line-height: 30px;
letter-spacing: -0.31px;
}
body, p, div, span, li{
  font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 18px;
line-height: 24px;
letter-spacing: -0.31px;
} */

@media (max-width: 1300px) {
  .has-sticky-branding .inside-navigation {
    padding: 0 40px !important;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .related-resources-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  /* h1{
    font-family: Roboto;
font-weight: 700;
font-style: Bold;
font-size: 32px;
line-height: 24px;
letter-spacing: -0.31px;
  }
  h2{
    font-family: Roboto;
font-weight: 700;
font-style: Bold;
font-size: 25px;
line-height: 24px;
letter-spacing: -0.31px;
  }
  h3{
    font-family: Roboto;
font-weight: 700;
font-style: Bold;
font-size: 20px;
line-height: 24px;
letter-spacing: -0.31px;
  }
  h4{
    font-family: Roboto;
font-weight: 700;
font-style: Bold;
font-size: 18px;
line-height: 24px;
letter-spacing: -0.31px;
  }
  h5{
    font-family: Roboto;
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.31px;
  }
  h6{
    font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 18px;
line-height: 25px;
letter-spacing: -0.31px;
  }
body, p, div, span, li{
 font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.31px;
} */
  .blog-title {
    font-size: 28px;
  }

  .blog-meta {
    gap: 16px;
  }

  .blog-content {
    font-size: 16px;
  }

  .related-resources-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== End Single Blog Post ========== */

h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", sans-serif !important;
  text-shadow: none !important;
}

h6,
p {
  font-family: "Poppins", sans-serif !important;
  text-shadow: none !important;
}

h6 {
  font-weight: 400 !important;
}

.et_pb_row {
  width: 100% !important;
}

.footer-widget-3 i {
  color: #eb691f !important;
  margin-right: 10px;
}

.site-footer .footer-widgets-container .inner-padding {
  padding: 0 !important;
}

.footer-widget-1 a,
.footer-widget-2 a,
.footer-widget-3 a,
.footer-widget-4 a {
  text-decoration: none;
}

.footer-widget-1,
.footer-widget-2,
.footer-widget-3,
.footer-widget-4 {
  padding-left: 20px !important;
}

.footer-widget-1,
.footer-widget-2,
.footer-widget-3 {
  padding-right: 0rem !important;
}

.footer-parent-menu {
  margin-bottom: 24px !important;
}
.footer-sub-menu,
.footer-widget-4 li {
  margin-bottom: 16px !important;
  font-family: Poppins, sans-serif !important;
}

footer.site-info,
.footer-sub-menu a {
  font-family: Poppins, sans-serif !important;
}

.footer-parent-menu a {
  font-size: 20px;
  color: #a8b8c8 !important;
  font-weight: 500;
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
}

.social-media-icons-wrapper img {
  margin-right: 5px !important;
  height: 28px !important;
  width: 28px !important;
}
.social-media-icons-wrapper {
  margin-top: 20px !important;
}

.footer-sub-widg {
  margin-top: 30px !important;
}

.site-footer .inside-footer-widgets > div {
  flex: initial;
  margin-bottom: 20px;
}

@media only screen and (min-width: 900px) and (max-width: 1920px) {
  .site-footer .inside-footer-widgets > div:nth-child(1) {
    width: 18% !important;
  }

  .site-footer .inside-footer-widgets > div:nth-child(2) {
    width: 26% !important;
  }

  .site-footer .inside-footer-widgets > div:nth-child(3) {
    width: 26% !important;
  }

  .site-footer .inside-footer-widgets > div:nth-child(4) {
    width: 30% !important;
  }
}

/* .inside-navigation {
   padding: 16px !important;
}

.grid-parent{
     padding: 4px !important;
}

.navigation-branding img{
    width: 175px !important;
    height: 51.75px!important;
} */

#menu-top-menu a,
#menu-primary-menu a,
#menu-mobile-menu a {
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  font-size: 18px;
}

#menu-item-23 a {
  color: #eb691f !important;
}

.nav li ul {
  border-radius: 0 0 20px 20px !important;
}

/* 
#menu-primary-menu a::after, #menu-mobile-menu a::after{
  content: "";
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: 75px;              
  height: 2px;             
  background-color: #eb691f;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
} */

/* hover + active */
/* #menu-primary-menu a:hover::after,
#menu-primary-menu a.active::after {
 opacity: 1;
}

#menu-primary-menu a:hover,#menu-mobile-menu a:hover{
   font-weight: 700;
} */

.orange-button {
  color: #fff !important;
}

.orange-button a > i {
  margin-left: 2px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px) !important;
  transition: all 0.3s ease;
}

.orange-button:hover a > i {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) !important;
}

.orange-button a {
  width: 125px !important;
  transition: all 0.3s ease;
  height: 50px !important;
  margin-top: 15px !important;
}

.orange-button a {
  color: #fff !important;
  background-color: #eb691f !important;
  padding: 2px 0 2px 20px !important;
  border-radius: 5px !important;
  font-family: Poppins, sans-serif !important;
  font-weight: 400 !important;
}

.orange-button a:hover {
  font-size: 17px !important;
  padding: 2px 0 2px 15px !important;
  font-size: 17px !important;
}

.orange-button a:hover {
  opacity: 1 !important;
  font-weight: 400 !important;
}

.orange-button a {
  margin-left: 260px !important;
}

.sub-menu > li > a {
  font-weight: 400 !important;
}

/* .menu-bar-item,.menu-toggle,.has-sticky-branding {

  background: #fff7ed !important;
} */

@media only screen and (min-width: 1301px) {
  .et-db #et-boc .et-l .et-menu-nav li.mega-menu li > a {
    width: 310px !important;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1300px) {
  .et-menu-nav li.mega-menu li > a {
    width: 240px !important;
  }
}

.menu-image {
  margin-right: 4px !important;
}

.et-db #et-boc .et-l .et-menu.nav li li a {
  padding: 12px 0px !important;
  border: none;
  line-height: 28px !important;
}

@media only screen and (min-width: 1000px) and (max-width: 1920px) {
  .sub-menu > li > a {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1320px) {
  .et_pb_row {
    width: 95% !important;
  }

  .footer-widget-1 #block-9 {
    margin-left: 20px;
  }

  .orange-button a {
    margin-left: 200px !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .orange-button a {
    margin-left: 90px !important;
  }
}

.menu-bar-item a {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

@media (max-width: 979px) {
  .pro-close {
    display: flex !important;
    justify-content: right !important;
    padding-right: 20px;
  }

  .menu-bar-item a {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .footer-widget-2,
  .footer-widget-4 {
    margin-top: 0px;
  }

  .footer-widget-3 {
    margin-top: 0px;
  }

  .footer-widget-2 {
    margin-bottom: 0 !important;
  }

  .secondary-menu-toggle {
    display: none !important;
  }

  .et-db #et-boc .et-l .et_pb_fullwidth_menu .et_mobile_menu li li,
  .et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li li {
    padding-left: 0% !important;
  }

  .et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li > a {
    padding: 10px 24px !important;
  }

  .et_mobile_menu li ul {
    padding-left: 0% !important;
  }

  .orange-button {
    margin-left: 0px !important;
  }

  .orange-button a {
    margin-left: 0px !important;
  }

  /* .orange-button a {
    color: #fff !important;
    background-color: #eb691f !important;
    border-radius: 5px !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 400 !important;
    height: 40px !important;
    padding-top: 14px !important;
  } */

  .et_mobile_menu li:last-child > a {
    color: inherit !important;
    background: none;
    width: 100%;
    padding: 10px 20px 5px 20px !important;
  }

  .orange-button a > i {
    visibility: visible !important;
  }

  .hover-button-arrow {
    display: block !important;
    line-height: 1.4em !important;
  }

  .site-header .header-image {
    width: 140px;
    height: 40px;
  }
}

.gp-icon svg {
  height: 1.3em !important;
  width: 1.3em !important;
  fill: #eb691f !important;
}

:root {
  --gp-slideout-width: auto !important;
}

.menu-item-227 a {
  padding: 0px 14px !important;
}

.inside-navigation {
  padding: 0px !important;
}

/* .inside-header {
  padding-right: 0px !important;
} */

/* .navigation-branding img{
    width: 100px !important;
    height: 50px!important;
    padding-left: 10px !important;
} */
.slideout-exit {
  padding: 20px 0 !important;
}
*/ .hover-button-arrow {
  font-size: 16px;
  font-weight: 500;
  color: #000000 !important;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.et_pb_code_inner .hover-button-arrow {
  color: #000 !important;
}

.hover-button-arrow i {
  margin-left: 2px;
  transition:
    transform 0.5s ease,
    color 0.3s ease;
  margin-top: 2px !important;
}

.hover-button-arrow:hover i {
  transform: translateX(10px);
  color: #eb691f;
}

/* Mobile menu – true full width */
.et_mobile_menu {
  position: absolute !important;
  top: 140% !important;
  left: -15px !important;
  right: 0 !important;

  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;

  padding: 16px 0px !important;
  border-top: 0 !important;

  box-sizing: border-box !important;
}

.et-db #et-boc .et-l .et_pb_module .mobile_menu_bar:before {
  top: 10px !important;
}

/*change Divi hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d" !important;
}

#menu-item-224,
#menu-item-225,
#menu-item-226,
#menu-item-227 {
  background: #fff7ed !important;
}
#menu-item-227 {
  padding: 5px 0 !important;
}

.mega-menu > ul > li > a:first-child {
  border-bottom: 1px solid rgba(92, 103, 115, 0.5) !important;
}

.phone-number-wrapper {
  display: flex !important;
  align-items: flex-start !important;
}

.et_mobile_menu {
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 90%,
    #fff7ed 100%
  ) !important;
}

.et_pb_slide {
  padding: 0 0 !important;
}
.et_pb_slide_title,
p {
  text-shadow: none !important;
}

.et_pb_slide_image img {
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

.et_pb_slide_image {
  width: 30% !important;
}

.et_pb_slide_description {
  width: 70% !important;
}

.area-outer-wrap .da-close {
  background: #fff !important;
  opacity: 1 !important;
}

.et-pb-controllers {
  bottom: -10px !important;
}

@media (max-width: 760px) {
  .has-sticky-branding .inside-navigation {
    padding: 0 10px !important;
  }

  .et_pb_slide_image {
    width: auto !important;
  }

  .et_pb_slide_description {
    width: auto !important;
  }

  .et_pb_slide_content img {
    height: 30px !important;
    width: 30px !important;
  }
  .et-db #et-boc .et-l .et_pb_slide_image {
    display: block !important;
    width: 100% !important;
    height: 280px !important;
  }
  .et_pb_slide_image img {
    width: 340px !important;
    max-height: 260px !important;
    object-fit: contain !important;
  }

  .footer-widget-1,
  .footer-widget-2,
  .footer-widget-3,
  .footer-widget-4 {
    padding-left: 0px !important;
  }
}

/* Main Wrapper */
.testimonial-content-wrapper {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 15px !important;
}

/* Avatar Container */
.testimonial-avatar-wrapper {
  width: 88px !important;
  height: 88px !important;
  overflow: hidden !important;
  margin-right: 15px !important;
  flex-shrink: 0 !important;
}

.testimonial-avatar-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.3s ease !important;
}

/* Text Content */
.testimonial-details-container {
  flex-grow: 1 !important;
}

.testimonial-details-container h3 {
  font-size: 25px !important;
  margin-bottom: 0px !important;
  color: #333333 !important;
  font-weight: 700 !important;
  font-family: "Roboto", sans-serif !important;
}

.testimonial-details-container p {
  font-size: 16px !important;
  color: #666666 !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  font-family: "Poppins", sans-serif !important;
}

/* Quote Text */
.testimonial-quote-text {
  padding-top: 10px !important;
  color: #555555 !important;
  line-height: 1.7 !important;
  font-size: 16px !important;
  font-family: "Poppins", sans-serif !important;
  text-align: justify !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 6 !important;
  -webkit-box-orient: vertical !important;
}

/* Card Container - Equal Height */
.testimonial-card-item {
  background: #ffffff !important;
  border-radius: 15px !important;
  padding: 20px 20px !important;
  height: 380px !important;
  transition: all 0.4s ease !important;
  border: 1px solid #dfdfdf !important;
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Carousel Container */
#testimonial-slider-main {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  position: relative !important;
}

/* Owl Carousel Container - Equal Height Fix */
.owl-stage {
  display: flex !important;
}

.owl-item {
  display: flex !important;
  height: auto !important;
}

.owl-item > .testimonial-card-item {
  height: 100% !important;
}

/* Pagination Dots - Enhanced Styling */
.testimonial-pagination-container {
  position: absolute !important;
  bottom: -50px !important;
  left: 0 !important;
  width: 100% !important;
  text-align: center !important;
  z-index: 100 !important;
}

.testimonial-pagination-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 25px !important;
}

.testimonial-pagination-dot {
  display: inline-block !important;
  width: 12px !important;
  height: 12px !important;
  background: #e0e0e0 !important;
  border-radius: 50% !important;
  margin: 0 4px !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  cursor: pointer !important;
  border: 2px solid transparent !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.testimonial-pagination-dot.active {
  background: #5c6773 !important;
  transform: scale(1.4) !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(92, 103, 115, 0.2) !important;
  width: 14px !important;
  height: 14px !important;
}

.testimonial-pagination-dot:hover {
  background: #9aa1a8 !important;
  transform: scale(1.2) !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .testimonial-card-item {
    padding: 25px 20px !important;
    height: 350px !important;
  }

  .testimonial-avatar-wrapper {
    width: 75px !important;
    height: 75px !important;
  }

  .testimonial-details-container h3 {
    font-size: 20px !important;
  }

  .testimonial-quote-text {
    font-size: 14px !important;
    -webkit-line-clamp: 5 !important;
  }

  .testimonial-pagination-container {
    position: static !important;
    margin-top: 30px !important;
  }

  .testimonial-pagination-wrapper {
    gap: 10px !important;
  }
}

@media (max-width: 576px) {
  .testimonial-content-wrapper {
    flex-direction: column !important;
    text-align: center !important;
  }

  .testimonial-avatar-wrapper {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }

  .testimonial-card-item {
    padding: 20px 15px !important;
    height: 320px !important;
  }

  .testimonial-quote-text {
    -webkit-line-clamp: 4 !important;
  }

  .testimonial-pagination-dot {
    width: 10px !important;
    height: 10px !important;
  }

  .testimonial-pagination-dot.active {
    width: 12px !important;
    height: 12px !important;
  }
}

/* Loading Animation */
.testimonial-loading {
  display: none !important;
  text-align: center !important;
  padding: 20px !important;
}

.testimonial-spinner {
  border: 3px solid #f3f3f3 !important;
  border-top: 3px solid #5c6773 !important;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  animation: testimonial-spin 1s linear infinite !important;
  margin: 0 auto 10px !important;
}

@keyframes testimonial-spin {
  0% {
    transform: rotate(0deg) !important;
  }
  100% {
    transform: rotate(360deg) !important;
  }
}

/* Animation for active dot */
@keyframes dotPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(92, 103, 115, 0.4);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(92, 103, 115, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(92, 103, 115, 0);
  }
}

.testimonial-pagination-dot.active {
  animation: dotPulse 2s infinite !important;
}

.team-popup,
.team-experts-popup,
.team-page-popup {
  display: none !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
}

.popup-overlay {
  position: absolute !important;
  top: 10px !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.7) !important;
  height: 100vh !important;
  width: 100vw !important;
}

.popup-col-1 h4 {
  font-size: 20px !important;
  margin-top: 16px !important;
  text-align: center !important;
  line-height: 30px !important;
}

.popup-col-1 img {
  border-radius: 100px !important;
  width: 150px !important;
  height: 150px !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 auto !important;
}
.popup-col-2 img {
  margin-top: 0px !important;
}

.popup-col-1 {
  flex: 1 !important;
}

.popup-col-2 {
  flex: 4 !important;
}

.popup-content {
  position: relative !important;
  max-width: 1100px !important;
  margin: 80px auto !important;
  background: #5c6773 !important;
  border-radius: 30px !important;
  z-index: 10000 !important;
  color: #fff !important;
  z-index: 999 !important;
}

.popupup-wrapper {
  display: flex !important;
  align-items: flex-start !important;
  gap: 30px !important;
  padding: 60px 40px !important;
  border-radius: 30px !important;
  z-index: 999 !important;
  margin-top: 160px !important;
}

.popup-linkedin img {
  margin-top: -5px !important;
}

.close-popup-btn {
  position: absolute !important;
  right: 20px !important;
  top: 15px !important;
  font-size: 28px !important;
  cursor: pointer !important;
  color: #fff !important;
}

.linkedin-wrapper {
  display: flex !important;
  gap: 10px !important;
  margin-top: 20px !important;
}
.linkedin-wrapper img {
  height: 28px !important;
  width: 28px !important;
}
.post-designation-2 {
  font-size: 14px !important;
  line-height: 22px !important;
  text-align: center !important;
}

@media (max-width: 768px) {
  .post-designation-2 {
    text-align: left !important;
  }
  .popupup-wrapper {
    display: flex !important;
    flex-direction: column !important;
    padding: 24px 16px !important;
    gap: 10px !important;
    margin-top: 90px !important;
  }
  .popup-content {
    margin: 40px 20px !important;
  }
  .popup-col-1 {
    display: flex !important;
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .popup-col-1 img {
    border-radius: 100px !important;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
    margin-left: 0 !important;
  }

  .popupup-wrapper {
    height: 550px !important;
    overflow-y: auto !important;
  }
}
*/ .popup-linkedin img,
.linkedin-link img {
  transition: 0.3s ease;
}

#news-slider {
  margin-top: 80px;
  position: relative;
}

.post-slide {
  background: #fff;
  margin: 20px 10px;
  border-radius: 15px;
  padding: 0;
  box-shadow: 0px 14px 22px -9px rgba(187, 203, 216, 0.5);
  transition: transform 0.3s ease;
  height: 580px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.social-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  flex-shrink: 0;
  height: 270px !important;
}

.post-slide .post-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s ease;
  border-radius: 20px 20px 0 0 !important;
}

.post-slide > .post-content {
  padding: 20px 20px 25px !important;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: #5c6773 !important;
  border-radius: 0 0 20px 20px !important;
}

.post-slide .post-title {
  margin-bottom: 15px;
  min-height: 30px;
}

.post-slide .post-title a {
  font-size: 25px;
  font-weight: bold;
  color: #fff !important;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif !important;
  transition: color 0.3s ease;
}

.post-slide .post-description {
  line-height: 1.6;
  color: #fff !important;
  margin-bottom: 0px !important;
  font-size: 16px;
  height: 140px !important;
  overflow: hidden;
  /* display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4; */
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
}

.post-social img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.social-container a img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}

/* Fixed Owl Carousel Navigation */
.owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  gap: 15px;
}

.owl-prev,
.owl-next {
  background: #fff !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  box-shadow: 3px 14px 25px -10px rgba(146, 180, 208, 0.3) !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
}

.owl-prev i,
.owl-next i {
  color: #333;
  font-size: 20px;
  line-height: 1;
}

/* Fixed pagination not centered */
.owl-dots {
  margin-top: 30px !important;
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.owl-carousel .owl-dots {
  text-align: center !important;
}

.owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background: #ddd !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.owl-dot.active {
  background: #a8b8c8 !important;
  transform: scale(1.2);
}

/* Mobile-specific styles */
@media only screen and (max-width: 768px) {
  #news-slider {
    margin-top: 60px;
  }

  .post-slide {
    height: auto !important;
    max-height: 560px;
  }

  .post-slide .post-description {
    font-size: 14px !important;
  }

  .owl-nav {
    top: -50px;
    width: auto;
  }

  .owl-prev,
  .owl-next {
    width: 40px !important;
    height: 40px !important;
  }
}

@media only screen and (max-width: 576px) {
  .post-slide {
    margin: 15px 5px;
  }

  .post-slide > .post-content {
    padding: 12px 12px 15px !important;
  }

  .post-slide .post-title a {
    font-size: 18px !important;
  }
  .post-slide .post-description {
    font-size: 14px !important;
  }
}

.text-highlight {
  font-size: 34px;
  line-height: 44px !important;
  color: #eb691f !important;
  font-weight: 500 !important;
  margin-right: 6px !important;
}

.quote-image-box img.quote-icon {
  position: absolute;
  top: -20px !important;
  left: -30px;
}

.quote-image-box {
  overflow: visible !important;
}

@media (max-width: 768px) {
  .main-navigation.sticky-navigation-transition .navigation-branding img {
    height: 50px !important;
  }
  .quote-image-box img.quote-icon {
    width: 20px !important;
    top: -10px !important;
    left: -20px !important;
  }
}

#img-content img {
  z-index: 2 !important;
}

@media (max-width: 768px) {
  .mastery-card .et_pb_main_blurb_image {
    margin-bottom: 12px !important;
  }
}

.mastery-card .et_pb_animation_top.et-animated {
  animation: slideLeft 3s cubic-bezier(0.77, 0, 0.175, 1) 1 !important;
}

.leadership-heading {
  font-size: 18px !important;
  line-height: 1.5 !important;
  margin-bottom: 16px !important;
}
.leadership-heading-2 {
  font-size: 18px !important;
  line-height: 1.5 !important;
  margin-bottom: 0px !important;
}

.leadership-heading .text {
  display: inline !important;
}

.leadership-heading img {
  width: 25px !important;
  display: inline !important;
  vertical-align: baseline !important;
  margin-left: 8px !important;
  transition: transform 0.3s ease !important;
}

.leadership-heading img {
  vertical-align: -7px !important;
}

.leadership-heading:hover img {
  transform: translateX(-5px) !important;
}

@media (max-width: 768px) {
  .leadership-heading,
  .leadership-heading-2 {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
}

/* .leadership-heading-2 img{
 width: 16px !important;
  display: inline !important;
  vertical-align: baseline !important;
  margin-right: 5px !important;
  
}



.leadership-heading-2 img {
  vertical-align: -3x !important;
} */

.leadership-heading-2 {
  display: inline-flex;
  align-items: start;
  gap: 10px; /* space between icon & text */
}

.leadership-heading-2::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("/wp-content/uploads/2026/02/fi_507257.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: 3px;
}

.gradient-circle,
.gradient-circle-2 {
  position: relative !important;
  border-radius: 50% !important;
  overflow: hidden !important;
}

.gradient-circle,
.gradient-circle-2 {
  position: relative !important;
  border-radius: 50% !important;
  overflow: hidden !important;
}

.gradient-circle::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 50% !important;
  background: linear-gradient(132.25deg, #f6d8c7 -10.34%, #ffffff 90.14%);
  animation: bgPulse 3s ease-in-out infinite !important;
  width: 440px !important; /* Moved width/height to parent */
  height: 440px !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

.gradient-circle-2::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 50% !important;
  background: linear-gradient(-180deg, #f6d8c7 -10.34%, #ffffff 90.14%);
  animation: bgPulse 3s ease-in-out infinite !important;
  width: 440px !important; /* Moved width/height to parent */
  height: 440px !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

.organisation-blur-card .et_pb_blurb_description {
  margin-top: 5px !important;
}

.font-weight-four {
  font-weight: 400 !important;
}

.highlight-text-2 {
  position: relative;
  margin-left: 15px !important;
  font-weight: 500 !important;
}

.highlight-text-2::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -24px;
  height: 140%;
  width: 3px;
  background-color: #eb691f;
}

.pulse-circle h2 {
  font-size: 40px !important;
  font-weight: bold !important;
  margin-bottom: 2px !important;
  line-height: 50px !important;
}

.pulse-circle p {
  font-size: 18px;
  line-height: 28px;
}

.pulse-circle {
  position: relative;
  width: 350px;
  height: 350px;
  margin: 80px auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  background: #f5f5f5;
  z-index: 99 !important;
}

/* Permanent inner border */
.pulse-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #eb691f;
  z-index: 99 !important;
}

/* 50px Pulse Ring */
.pulse-circle::after {
  content: "";
  position: absolute;
  inset: -45px; /* pushes outward */
  border-radius: 50%;
  border: 50px solid #eb691f;
  opacity: 0.4;
  transform: scale(1);
  animation: pulseBorder 1s ease-out infinite;
  z-index: 99 !important;
}

@keyframes pulseBorder {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.4;
  }
  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}

@media (max-width: 576px) {
  .pulse-circle {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    background: #f5f5f5;
    z-index: 99 !important;
  }

  .pulse-circle h2 {
    font-size: 25px !important;
    margin-bottom: 2px !important;
    line-height: 35px !important;
  }

  .pulse-circle p {
    font-size: 15px;
    line-height: 22px;
  }

  /* 50px Pulse Ring */
  .pulse-circle::after {
    content: "";
    position: absolute;
    inset: -20px !important;
    border-radius: 50%;
    border: 20px solid #eb691f !important;
    opacity: 0.4;
    transform: scale(1);
    animation: pulseBorder 1s ease-out infinite;
    z-index: 99 !important;
  }

  @keyframes pulseBorder {
    0% {
      transform: scale(1);
      opacity: 0.9;
    }

    50% {
      transform: scale(1.1);
      opacity: 0.4;
    }
    100% {
      transform: scale(1.2);
      opacity: 0;
    }
  }
}

.acadmic-blurb-card .et_pb_main_blurb_image {
  margin-bottom: 16px !important;
}

.gradient-circle {
  position: relative !important;
  z-index: 1 !important;
}
.gradient-circle-main {
  position: relative !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  z-index: 99 !important;
}

.gradient-circle-main::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important; /* This covers the entire parent */
  border-radius: 50% !important;

  background: radial-gradient(
    circle at 40% 0%,
    rgba(250, 110, 40, 0.5),
    rgba(168, 184, 200, 0.7) 70%
  ) !important;

  animation: bgPulse 3s ease-in-out infinite !important; /* Slowed down for smoother effect */
  z-index: 1 !important; /* Above the border but below content if needed */
  width: 380px !important; /* Moved width/height to parent */
  height: 380px !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(1) !important;
  z-index: 99 !important;
}

@keyframes bgPulse {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

/* If you want the border to pulse differently */
@keyframes borderPulse {
  0%,
  100% {
    opacity: 0.5;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: rotate(180deg);
  }
}

/*place button modules next to each other in the same column*/
.pa-inline-buttons .et_pb_button_module_wrapper {
  display: inline-block;
}

@media (max-width: 576px) {
  /*place button modules next to each other in the same column*/
  .pa-inline-buttons .et_pb_button_module_wrapper {
    display: block;
  }
}

/* Modern CSS with CSS variables for easy theming */
:root {
  --stat-primary: #eb691f;
  --stat-primary-light: #eb691f;
  --stat-bg: #f8f9fa;
  --stat-text: #eb691f;
  --stat-text-light: #474747;
  --stat-ring-bg: #d6dbe0;
  --stat-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.stats-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0 auto;
  background: var(--stat-bg);
}

.stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  transition: var(--stat-transition);
}

.progress-ring-container {
  position: relative;
  width: 180px;
  height: 180px;
  margin-bottom: 15px !important;
}

.progress-ring {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}

.progress-ring circle {
  fill: none;
  stroke-width: 10;
  cx: 80;
  cy: 80;
  r: 70;
}

.progress-ring-bg {
  stroke: var(--stat-ring-bg);
}

.progress-ring-fill {
  stroke: var(--stat-primary);
  stroke-dasharray: 439.82; /* 2 * π * 70 */
  stroke-dashoffset: 439.82;
  transition: stroke-dashoffset 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.stat-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 700;
  color: #eb691f !important;
  line-height: 1.2;
  z-index: 2;
}

.stat-label {
  font-size: 18px;
  color: var(--stat-text-light);
  margin: 0;
  max-width: 230px;
  line-height: 1.5;
  text-align: center !important;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  :root {
    --stat-bg: #d6dbe0;
    --stat-text: #f5f5f5;
    --stat-text-light: #a0a8b0;
    --stat-ring-bg: #d6dbe0;
  }

  .stat-card {
    background: #d6dbe0;
  }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .progress-ring-fill {
    transition: none;
  }

  .stat-card {
    transition: none;
  }
}

@media (max-width: 576px) {
  .progress-ring-container {
    width: 150px;
    height: 150px;
  }

  .stat-number {
    font-size: 24px;
  }

  .stat-label {
    font-size: 16px;
  }
}

.causing-section-2 {
  display: none;
}

@media (max-width: 1200px) {
  .stats-grid {
    flex-wrap: wrap;
  }
  .causing-section-1 {
    display: none;
  }
}

@media (max-width: 1200px) {
  .causing-section-2 {
    display: block;
  }
}

.absolute-bar-1,
.absolute-bar-2,
.absolute-bar-3,
.absolute-bar-4 {
  position: absolute !important;
  width: fit-content !important;
  max-width: 450px !important;
  background: #fff !important;
}

.absolute-bar-2,
.absolute-bar-3,
.absolute-bar-4 {
  z-index: 5 !important;
}

/* Base positioning using percentages of parent container */
.absolute-bar-1 {
  top: 35% !important;
  left: 5% !important;
}

.absolute-bar-2 {
  top: 45% !important;
  left: 58% !important;
}

.absolute-bar-3 {
  top: 62% !important;
  left: 15% !important;
}

.absolute-bar-4 {
  top: 68% !important;
  left: 62% !important;
}

@media (max-width: 1000px) {
  /* Base positioning using percentages of parent container */
  .absolute-bar-1 {
    top: 30% !important;
    left: 0% !important;
    z-index: 5 !important;
  }

  .absolute-bar-2 {
    top: 53% !important;
    left: 38% !important;
    z-index: 5 !important;
  }

  .absolute-bar-3 {
    top: 68% !important;
    left: 5% !important;
    z-index: 5 !important;
  }

  .absolute-bar-4 {
    top: 80% !important;
    left: 30% !important;
    z-index: 5 !important;
  }
}

/* Carousel Navigation */
#news-slider-2 {
  margin-top: 60px !important;
  position: relative;
}

#news-slider-2 .owl-nav {
  position: absolute;
  top: -60px !important;
  right: 0;
  display: flex;
  gap: 15px;
}

#news-slider-2 .owl-prev,
#news-slider-2 .owl-next {
  background: #eb691f !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 5px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#news-slider-2 .owl-prev i,
#news-slider-2 .owl-next i {
  color: #fff;
  font-size: 20px;
}

/* Pagination Dots */
#news-slider-2 .owl-dots {
  margin-top: 30px !important;
  display: flex;
  justify-content: center;
}

#news-slider-2 .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #ddd !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}

#news-slider-2 .owl-dot.active {
  background: #a8b8c8 !important;
  transform: scale(1.2);
}

/* Diagnostic Cards */
#news-slider-2 .diag-card {
  flex: 1;
  background: #fff !important;
  border-radius: 10px !important;
  border: 1px solid #d6dbe0 !important;
  overflow: hidden !important;
  height: 380px !important;
  transition: box-shadow 0.3s ease !important;
}

#news-slider-2 .diag-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 26px 12px 26px !important;
  background: #fff !important;
  cursor: pointer;
  user-select: none;
}

#news-slider-2 .diag-header h3 {
  margin: 0;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #0a0a0a !important;
  line-height: 32px !important;
}

#news-slider-2 .arrow {
  flex-shrink: 0;
  transition: transform 0.35s !important;
}

#news-slider-2 .diag-card.active .arrow {
  transform: rotate(180deg) !important;
}

/* Collapsible Content */
#news-slider-2 .diag-content-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.2, 0, 0.1, 1) !important;
  background: #fff;
}

#news-slider-2 .diag-card.active .diag-content-wrapper {
  grid-template-rows: 1fr;
}

#news-slider-2 .diag-content-inner {
  overflow: hidden;
  min-height: 0;
}

#news-slider-2 .diag-content {
  padding: 0 26px 16px !important;
  color: #474747;
  font-size: 18px;
  line-height: 30px;
}

#news-slider-2 .diag-content p {
  margin-bottom: 0.25rem;
}

/* Card Images */
#news-slider-2 .diag-image {
  width: 100%;
  background: #e2e8f0;
  overflow: hidden;
}

#news-slider-2 .diag-image img {
  width: 100%;
  height: 310px !important;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease !important;
  background: #cfddee;
}

#news-slider-2 .diag-card.active .diag-image img {
  height: 215px !important;
}

#news-slider-2 .diag-card:hover .diag-image img {
  transform: scale(1.02);
}

/* Image Placeholder */
#news-slider-2 .diag-image img[src=""] {
  background: repeating-linear-gradient(
    45deg,
    #d9e2ec 0,
    #d9e2ec 15px,
    #e6edf5 15px,
    #e6edf5 30px
  );
  min-height: 200px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  #news-slider-2 {
    margin-top: 60px;
  }

  #news-slider-2 .owl-prev,
  #news-slider-2 .owl-next {
    width: 35px !important;
    height: 35px !important;
  }
}

@media (max-width: 500px) {
  #news-slider-2 .diag-header {
    padding: 18px 20px;
  }

  #news-slider-2 .diag-header h3 {
    font-size: 22px;
  }

  #news-slider-2 .diag-content {
    padding: 0 20px 16px;
  }
}

/* Carousel Navigation */
#news-slider-3 {
  margin-top: 70px !important;
  position: relative;
}

#news-slider-3 .owl-nav {
  position: absolute;
  top: -60px !important;
  right: 0;
  display: flex;
  gap: 15px;
}

#news-slider-3 .owl-prev,
#news-slider-3 .owl-next {
  background: #eb691f !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 5px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#news-slider-3 .owl-prev i,
#news-slider-3 .owl-next i {
  color: #fff;
  font-size: 20px;
}

/* Pagination Dots */
#news-slider-3 .owl-dots {
  margin-top: 30px !important;
  display: flex;
  justify-content: center;
}

#news-slider-3 .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #ddd !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}

#news-slider-3 .owl-dot.active {
  background: #a8b8c8 !important;
  transform: scale(1.2);
}

/* Diagnostic Cards */
#news-slider-3 .diag-card {
  flex: 1;
  background: #fff !important;
  border-radius: 10px !important;
  border: 1px solid #d6dbe0 !important;
  overflow: hidden !important;
  height: 600px !important;
  transition: box-shadow 0.3s ease !important;
}

#news-slider-3 .diag-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 26px 12px 26px !important;
  background: #fff !important;
  cursor: pointer;
  user-select: none;
}

#news-slider-3 .diag-header h3 {
  margin: 0;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #0a0a0a !important;
  line-height: 32px !important;
}

#news-slider-3 .arrow {
  flex-shrink: 0;
  transition: transform 0.35s !important;
}

#news-slider-3 .diag-card.active .arrow {
  transform: rotate(180deg) !important;
}

/* Collapsible Content */
#news-slider-3 .diag-content-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.2, 0, 0.1, 1) !important;
  background: #fff;
}

#news-slider-3 .diag-card.active .diag-content-wrapper {
  grid-template-rows: 1fr;
}

#news-slider-3 .diag-content-inner {
  overflow: hidden;
  min-height: 0;
}

#news-slider-3 .diag-content {
  padding: 0 26px 16px !important;
  color: #474747;
  font-size: 18px;
  line-height: 30px;
}

#news-slider-3 .diag-content p {
  margin-bottom: 16px !important;
  font-size: 16px !important;
  line-height: 22px !important;
}

/* Card Images */
#news-slider-3 .diag-image {
  width: 100%;
  background: #e2e8f0;
  overflow: hidden;
}

#news-slider-3 .diag-image img {
  width: 100%;
  height: 530px !important;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease !important;
  background: #cfddee;
}

#news-slider-3 .diag-card:hover .diag-image img {
  transform: scale(1.02);
}

/* Image Placeholder */
#news-slider-3 .diag-image img[src=""] {
  background: repeating-linear-gradient(
    45deg,
    #d9e2ec 0,
    #d9e2ec 15px,
    #e6edf5 15px,
    #e6edf5 30px
  );
  min-height: 200px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  #news-slider-3 {
    margin-top: 60px;
  }

  #news-slider-3 .owl-prev,
  #news-slider-3 .owl-next {
    width: 35px !important;
    height: 35px !important;
  }
}

@media (max-width: 500px) {
  #news-slider-3 .diag-header {
    padding: 18px 20px;
  }

  #news-slider-3 .diag-header h3 {
    font-size: 22px;
  }

  #news-slider-3 .diag-content {
    padding: 0 20px 16px;
  }
}

/* Carousel Navigation */
#news-slider-4 {
  margin-top: 100px !important;
  position: relative;
}

#news-slider-4 .owl-nav {
  position: absolute;
  top: -60px !important;
  right: 0;
  display: flex;
  gap: 15px;
}

#news-slider-4 .owl-prev,
#news-slider-4 .owl-next {
  background: #eb691f !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 5px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#news-slider-4 .owl-prev i,
#news-slider-4 .owl-next i {
  color: #fff;
  font-size: 20px;
}

/* Pagination Dots */
#news-slider-4 .owl-dots {
  margin-top: 30px !important;
  display: flex;
  justify-content: center;
}

#news-slider-4 .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #ddd !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}

#news-slider-4 .owl-dot.active {
  background: #a8b8c8 !important;
  transform: scale(1.2);
}

/* Diagnostic Cards */
#news-slider-4 .diag-card {
  flex: 1;
  background: #fff !important;
  border-radius: 10px !important;
  border: 1px solid #d6dbe0 !important;
  overflow: hidden !important;
  height: 600px !important;
  transition: box-shadow 0.3s ease !important;
}

#news-slider-4 .diag-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 26px 12px 26px !important;
  background: #fff !important;
  cursor: pointer;
  user-select: none;
}

#news-slider-4 .diag-header h3 {
  margin: 0;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #0a0a0a !important;
  line-height: 32px !important;
}

#news-slider-4 .arrow {
  flex-shrink: 0;
  transition: transform 0.35s !important;
}

#news-slider-4 .diag-card.active .arrow {
  transform: rotate(180deg) !important;
}

/* Collapsible Content */
#news-slider-4 .diag-content-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.2, 0, 0.1, 1) !important;
  background: #fff;
}

#news-slider-4 .diag-card.active .diag-content-wrapper {
  grid-template-rows: 1fr;
}

#news-slider-4 .diag-content-inner {
  overflow: hidden;
  min-height: 0;
}

#news-slider-4 .diag-content {
  padding: 0 26px 16px !important;
  color: #474747;
  font-size: 18px;
  line-height: 30px;
}

#news-slider-4 .diag-content p {
  margin-bottom: 16px !important;
  font-size: 16px !important;
  line-height: 22px !important;
}

/* Card Images */
#news-slider-4 .diag-image {
  width: 100%;
  background: #e2e8f0;
  overflow: hidden;
}

#news-slider-4 .diag-image img {
  width: 100%;
  height: 530px !important;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease !important;
  background: #cfddee;
}

#news-slider-4 .diag-card:hover .diag-image img {
  transform: scale(1.02);
}

/* Image Placeholder */
#news-slider-4 .diag-image img[src=""] {
  background: repeating-linear-gradient(
    45deg,
    #d9e2ec 0,
    #d9e2ec 15px,
    #e6edf5 15px,
    #e6edf5 30px
  );
  min-height: 200px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  #news-slider-4 {
    margin-top: 60px;
  }

  #news-slider-4 .owl-prev,
  #news-slider-4 .owl-next {
    width: 35px !important;
    height: 35px !important;
  }
}

@media (max-width: 500px) {
  #news-slider-4 .diag-header {
    padding: 18px 20px;
  }

  #news-slider-4 .diag-header h3 {
    font-size: 22px;
  }

  #news-slider-4 .diag-content {
    padding: 0 20px 16px;
  }
}

/* Card CSS */
.respect-card {
  position: relative !important;
  background: #1a1a1a !important;
  color: #fff !important;
  padding: 40px !important;
  width: 300px !important;
  overflow: hidden !important;
  margin: 0 auto !important;
}

.big-number {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  font-size: 100px !important;
  font-weight: 700 !important;
  color: transparent !important;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2) !important;
  line-height: 1 !important;
  z-index: 1 !important;
}

.content {
  position: relative !important;
  z-index: 2 !important;
}

.content p {
  font-size: 14px !important;
  color: #ccc !important;
  margin: 0 !important;
}

/* Card CSS */
.respect-card {
  position: relative !important;
  background: transparent !important;
  padding: 0px !important;
  width: 350px !important;
  overflow: hidden !important;
  margin: 0 auto !important;
  color: #fff !important;
}

.big-number {
  position: absolute !important;
  top: -10px !important;
  left: 0px !important;
  font-size: 100px !important;
  font-weight: 700 !important;
  color: gray !important;
  line-height: 1 !important;
  z-index: 1 !important;
}

.content {
  position: relative !important;
  z-index: 2 !important;
  margin-left: 30px !important;
}

.content h2 {
  font-family: "Poppins", sans-serif !important;
  font-size: 55px !important;
  margin: 0 0 10px !important;
  font-weight: 700 !important;
  color: transparent !important;
  -webkit-text-stroke: 1px #d6dbe0 !important;
}

.content p {
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

/* Carousel Centering Styles */
#news-slider-5 {
  max-width: 400px;
  margin: 0 auto !important;
  position: relative;
}

#news-slider-5 .owl-stage {
  display: flex;
  align-items: center;
}

#news-slider-5 .owl-item {
  display: flex;
  justify-content: center;
}

/* Navigation Arrows */
#news-slider-5 .owl-nav {
  position: absolute;
  top: 50%;
  left: -50px;
  right: -50px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  display: none !important;
}

#news-slider-5 .owl-prev,
#news-slider-5 .owl-next {
  background: #eb691f !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  cursor: pointer;
  transition: all 0.3s ease;
}

#news-slider-5 .owl-prev:hover,
#news-slider-5 .owl-next:hover {
  background: #d45a12 !important;
  transform: scale(1.1);
}

#news-slider-5 .owl-prev i,
#news-slider-5 .owl-next i {
  color: #fff;
  font-size: 18px;
}

/* Pagination Wrapper */
#news-slider-5 .owl-dots {
  margin-top: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
}

/* Each Dot as Line */
#news-slider-5 .owl-dot {
  height: 3px !important;
  background: transparent !important;
  border-top: 2px dashed #aaa !important;
  border-radius: 0 !important;
  margin: 0 !important;
  transition: all 0.3s ease !important;
  display: inline-block !important;
  cursor: pointer !important;
}

/* Active Line */
#news-slider-5 .owl-dot.active {
  border-top: 2px solid #eb691f !important;
  width: 40px !important;
}

/* Responsive */
@media (max-width: 576px) {
  #news-slider-5 .owl-dot {
    width: auto !important;
  }
  #news-slider-5 {
    max-width: 360px;
  }

  .respect-card {
    width: 340px !important;
    padding: 10px !important;
  }

  .big-number {
    font-size: 80px !important;
  }

  .content h2 {
    font-size: 28px !important;
  }

  #news-slider-5 .owl-nav {
    left: -40px;
    right: -40px;
  }
}
/* --- 12N. Logos Slider css  --- */

.scrollerx {
  width: 100vw;
  max-width: 100%;
  opacity: 0; /* Start hidden */
  transition: opacity 0.3s ease;
}
.scrollerx.ready {
  opacity: 1; /* Fade in when ready */
}
.scroller__innerx {
  padding-block: 1rem;
  display: flex;
  gap: 3rem;
  width: max-content;
  will-change: transform;
}
.scrollerx[data-animated="true"] {
  overflow: hidden;
}
.scrollerx[data-animated="true"] .scroller__innerx {
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.scrollerx[data-direction="right"] {
  --_animation-direction: reverse;
}
.scrollerx[data-speed="fast"] {
  --_animation-duration: 20s;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 1.5rem));
  }
}
.epic {
  display: grid;
  overflow: hidden;
}
.logox {
  width: 180px !important;
  height: 90px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.logox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* ----------- */

.parent-buttons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  transition: all 0.5s;
}

.more-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400 !important;
  color: #474747 !important;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  line-height: 20px;
  border: 1px solid #d6dbe0 !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  padding: 16px 5px 15px 5px !important;
  width: 300px; /* Fixed width for all buttons */
  flex: 0 0 auto; /* Don't grow or shrink */
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center !important;
}

.more-buttons:hover {
  border: 1px solid #000 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.more-buttons i {
  margin-left: 5px !important;
  transition: all 0.3s ease !important;
  color: #eb691f !important;
  opacity: 0;
  transform: translateX(-5px);
}

.more-buttons:hover i {
  opacity: 1;
  transform: translateX(0);
}

@media (min-width: 1000px) and (max-width: 1281px) {
  .more-buttons {
    width: 270px !important;
  }
}

@media (max-width: 976px) {
  .more-buttons {
    width: 300px !important;
  }
}

.blur-vertical-middle .et_pb_blurb_container {
  vertical-align: middle !important;
}

.blur-vertical-middle .et_pb_blurb_container h4 {
  padding-bottom: 0 !important;
}

/* Hide Divi search close (X) icon */
/* Hide 'X' in Chrome, Safari, and newer Edge browsers */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
.blog-filter-tabs a[href*="/category/blog/"],
.blog-filter-tabs a[href*="/category/updates/"] {
  display: none !important;
}

/* ========== Blog Archive Styles ========== */

/* ========== Blog Archive Hero ========== */
.blog-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 20px;
  min-height: 375px;
  display: flex;
  align-items: flex-end;
}
.container {
  max-width: 100% !important;
  margin: 0 auto;
  width: 100%;
  background: transparent !important;
}

.blog-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90.01deg,
    #000000 3.93%,
    rgba(0, 0, 0, 0) 111.73%
  );
}

.blog-hero-title {
  max-width: 1010px !important;
  margin: auto !important;
  position: relative;
  /* z-index: 1; */
  color: #fff;
  margin: 0;
  font-weight: 700;
  font-size: 55px;
  line-height: 70px;
  letter-spacing: -0.15px;
}

.blog-hero-title-2 {
  color: #fff;
  margin: 0;
  font-weight: 700;
  font-size: 55px;
  line-height: 70px;
  letter-spacing: -0.15px;
  margin-bottom: 12px !important;
}

.blog-hero-title-2-wrapper {
  max-width: 1280px !important;
  margin: auto !important;
  position: relative;
  padding: 0px !important;
}

/* ========== Blog Archive Page ========== */
.blog-archive-wrapper {
  max-width: 1055px;
  margin: 0 auto;
  padding: 75px 20px 50px;
}

/* Filter Tabs */
.blog-filter-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 53px;
  flex-wrap: wrap;
}

.filter-tab {
  padding: 4px 24px;
  border: 1.5px solid #ddd;
  border-radius: 50px;
  text-decoration: none;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  background: #fff;
}

.filter-tab:hover {
  border-color: #d45b1e;
  color: #d45b1e;
}

.filter-tab.active {
  background: #d45b1e;
  color: #fff;
  border-color: #d45b1e;
}

/* Blog Posts List */
.blog-posts-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.blog-posts-list-2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 12px !important;
}

.blog-posts-list-2 .blog-card {
  margin-bottom: 0 !important;
}

.blog-posts-list-2 .blog-card-title {
  font-size: 20px !important;
  line-height: 28px !important;
  height: 95px !important;
}

.blog-posts-list-2 .blog-card-excerpt {
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 20px !important;
  height: 80px !important;
}

.blog-posts-list-2 .blog-card-content {
  padding: 20px !important;
}

.blog-posts-list-2 .blog-read-more {
  font-weight: 400 !important;
  display: flex !important;
  gap: 6px !important;
  align-items: center !important;
}

.blog-posts-list-2 .blog-card-author-inner {
  padding: 20px !important;
}

.blog-read-more img {
  transition: transform 0.5s ease !important;
}

.blog-read-more:hover img {
  transform: translateX(10px) !important;
}

.sub-cont-title {
  color: #fff !important;
  font-size: 25px !important;
  line-height: 33px !important;
  max-width: 800px !important;
  margin-bottom: 0 !important;
}

@media (max-width: 1001px) {
  .blog-posts-list-2 {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 768px) {
  .blog-hero-title-2-wrapper {
    padding: 0 !important;
  }

  .blog-hero-title-2 {
    font-size: 32px;
    line-height: 24px;
  }

  .blog-posts-list-2 {
    grid-template-columns: 1fr !important;
  }

  .blog-posts-list-2 .blog-card-title {
    height: auto !important;
  }

  .blog-posts-list-2 .blog-card-excerpt {
    height: auto !important;
  }

  .sub-cont-title {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

/* Blog Card */
.blog-card {
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #fff !important;
  transition: box-shadow 0.3s ease !important;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.13) !important;
  margin-bottom: 30px !important;
}

.blog-card:hover {
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06) !important;
}

/* Card Content */
.blog-card-content {
  padding: 35px 50px !important;
}

/* Category Label */
.blog-card-categories a.post-category {
  font-family: Poppins !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 30px !important;
  letter-spacing: -0.15px !important;
  text-align: center !important;
  vertical-align: middle !important;
  text-transform: uppercase !important;
  background: #d45b1e !important;
  width: min-content !important;
  color: #fff !important;
  padding: 0px 10px !important;
  border-radius: 20px !important;
  text-decoration: none !important;
}
.blog-card-categories {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  margin-bottom: 20px !important;
}

.blog-card-title {
  margin: 0 0 8px !important;
  color: #000 !important;
  font-family: Roboto !important;
  font-weight: 700 !important;
  font-size: 35px !important;
  line-height: 40px !important;
  letter-spacing: -0.31px !important;
  margin-bottom: 10px !important;
}

.blog-card-title a {
  color: inherit !important;
  text-decoration: none !important;
}

.blog-card-title a:hover {
  color: #d45b1e !important;
}

.blog-card-body {
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
}

.blog-card-excerpt {
  color: #474747 !important;
  margin: 0 !important;
  flex: 1 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 25px !important;
  letter-spacing: -0.31px !important;
}

.blog-read-more {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #000 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  padding-top: 1px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
}

.blog-read-more:hover {
  color: #b84a14 !important;
}

/* Author Section */
.blog-card-author {
  position: relative !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 48px !important;
}

/* .blog-card-author-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.45);
} */

.blog-card-author-inner {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 28px 60px !important;
}

.author-avatar {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  border: 1.5px solid rgba(255, 255, 255, 0.7) !important;
}

.author-info {
  align-items: flex-start !important;
  flex-direction: column !important;
  display: flex !important;
}

.author-name {
  font-family: Poppins !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 25px !important;
  letter-spacing: -0.15px !important;
  color: #fff !important;
}
.author-info span.post-date {
  font-family: Poppins !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 30px !important;
  letter-spacing: -0.15px !important;
  vertical-align: middle !important;
  color: #fff !important;
}

/* Load More Button */
.blog-load-more-wrapper {
  text-align: center;
  margin-top: 50px;
}

.blog-load-more {
  padding: 10px 32px;
  background: #fff !important;
  color: #d45b1e !important;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  border: 2px solid #d45b1e !important;
}

.blog-load-more:disabled {
  /* background: #ccc; */
  cursor: not-allowed;
}

.no-posts {
  text-align: center;
  color: #666;
  padding: 40px;
}

/* ========== Subscribe Section (full width) ========== */
.blog-subscribe-section {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #e8ecf0;
  padding: 64px 20px 72px;
  text-align: center;
  width: 100%;
}

.blog-subscribe-inner {
  max-width: 900px;
  margin: 0 auto;
}

.blog-subscribe-title {
  color: #000;
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.31px;
  text-align: center;
}

.blog-subscribe-desc {
  color: rgba(71, 71, 71, 1);
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.15px;
  text-align: center;
}

.blog-subscribe-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
}

.blog-subscribe-form .wpcf7-form p {
  width: 100%;
  max-width: 520px;
  margin: 0;
  text-align: center;
}

.blog-subscribe-form .wpcf7-form input[type="email"],
.blog-subscribe-form .wpcf7-form input[type="text"] {
  width: 100%;
  max-width: 520px;
  padding: 12px 16px;
  border: 1px solid rgba(214, 219, 224, 1);
  border-radius: 4px;
  background: #fff;
  color: #333;
  box-sizing: border-box;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.31px;
  vertical-align: middle;
  margin-bottom: 30px;
}
.wpcf7-spinner {
  position: absolute;
}

.blog-subscribe-form .wpcf7-form-control-wrap input[type="email"],
.blog-subscribe-form .wpcf7-form-control-wrap input[type="text"] {
  width: 100% !important;
  max-width: 520px !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(214, 219, 224, 1) !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: #333 !important;
  box-sizing: border-box !important;
  font-family: Poppins !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  letter-spacing: -0.31px !important;
  vertical-align: middle !important;
  margin-bottom: 30px !important;
}

.blog-subscribe-form .wpcf7-form input[type="email"]::placeholder,
.blog-subscribe-form .wpcf7-form input[type="text"]::placeholder {
  color: #aaa;
}

.blog-subscribe-form .wpcf7-form-control-wrap input[type="email"]::placeholder,
.blog-subscribe-form .wpcf7-form-control-wrap input[type="text"]::placeholder {
  color: #aaa;
}

.blog-subscribe-form .wpcf7-submit {
  padding: 12px 44px !important;
  background: #d45b1e !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
  display: block !important;
  margin: auto !important;
}

.blog-subscribe-form .wpcf7-form input[type="submit"]:hover {
  background: #b84a14;
}
/* body.blog div#page {
    display: none;
} */

.blog-card-content_inner {
  display: flex;
  align-items: flex-start;
  gap: 90px;
}
.orange-button a {
  margin-top: 17px !important;
  margin-bottom: 17px;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-card-content_inner {
    flex-direction: column;
  }
  .blog-hero {
    padding: 40px 20px;
    min-height: 200px;
  }

  .blog-hero-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 24px;
    letter-spacing: -0.31px;
  }

  .blog-archive-wrapper {
    padding: 24px 15px 40px;
  }

  .blog-card-content {
    padding: 18px;
  }

  .blog-card-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.31px;
  }

  .blog-card-body {
    flex-direction: column;
    gap: 8px;
  }

  .blog-card-author-inner {
    padding: 16px 20px;
  }

  .filter-tab {
    padding: 6px 18px;
    font-size: 12px;
  }

  .blog-subscribe-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 24px;
    letter-spacing: -0.31px;
  }
  .blog-filter-tabs {
    margin-bottom: 30px;
  }
  .blog-card-content_inner {
    gap: 20px;
  }
  .author-avatar {
    width: 36px;
    height: 36px;
  }
  .author-name {
    font-size: 14px;
    line-height: 18px;
  }
  .author-info span.post-date {
    font-size: 14px;
    line-height: 18px;
  }
  .blog-card-author {
    min-height: inherit;
  }
  .blog-posts-list {
    gap: 30px;
  }
  .blog-load-more-wrapper {
    margin-top: 30px;
  }
  .blog-subscribe-section {
    padding: 30px 20px 50px;
  }
  .blog-subscribe-desc {
    font-size: 18px;
    line-height: 25px;
  }
}

/* ========== Single Blog Post Redesign ========== */

.single-blog-redesign {
  max-width: 100%;
  overflow: visible;
}
.one-container .site-content {
  padding: 0px;
}

/* Layout: TOC Sidebar + Main */
.single-blog-layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: 20px;
  align-items: stretch;
}

/* ========== Table of Contents Sidebar (sticky float) ========== */
.blog-toc-sidebar {
  width: 300px;
  min-width: 300px;
  position: sticky;
  top: 140px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  align-self: flex-start;
  z-index: 0;
}

.blog-toc-inner {
  border: 1px solid rgba(214, 219, 224, 0.37);
  border-radius: 8px;
  padding: 11px 22px;
  background: #fff;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.09);
}

.blog-toc-title {
  color: rgba(71, 71, 71, 1);
  margin: 0 0 14px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.15px;
}

.blog-toc-nav ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-toc-nav ol li {
  margin-bottom: 10px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.15px;
  vertical-align: middle;
}

.blog-toc-nav ol li a {
  color: rgba(71, 71, 71, 1);
  text-decoration: none;
  padding: 0;
  border-left: 2px solid transparent;
  transition: all 0.2s ease;
}

.blog-toc-nav ol li a:hover,
.blog-toc-nav ol li a.active {
  color: #d45b1e;
  /* border-left-color: #D45B1E; */
}

/* ========== Main Content Area ========== */
.single-blog-main {
  flex: 1;
  min-width: 0;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.09);
  padding: 50px;
}

/* Category & Level Pills */
.single-blog-pills {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.blog-pill {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.15px;
  vertical-align: middle;
  color: rgba(71, 71, 71, 1);
}

.blog-pill--level {
  color: rgba(71, 71, 71, 1);
}

/* .blog-pill--category:hover {
    background: #D45B1E;
    color: #fff;
} */

.blog-pill--tag {
  background: #f3f4f6;
  color: #666;
  border: 1px solid #e5e7eb;
}

/* Title */
.single-blog-title {
  color: #000;
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.15px;
}

/* ========== Author Meta ========== */

.single-blog-featured-image {
  display: none;
}

.single-blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.single-blog-meta__author {
  display: flex;
  align-items: center;
  gap: 20px;
}

.single-blog-meta__avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
}

.single-blog-meta__name {
  color: #000;
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.15px;
}

.single-blog-meta__details {
  display: flex;
  align-items: flex-start;
  gap: 0;
  flex-wrap: wrap;
  flex-direction: column;
}

.single-blog-meta__details > a {
  text-decoration: none !important;
}

.single-blog-meta__details_inner {
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
  align-items: center;
}

.single-blog-meta__item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.15px;
  color: rgba(71, 71, 71, 1);
}

.single-blog-meta__item svg {
  flex-shrink: 0;
  opacity: 0.6;
}

/* Tag Pills Row */
.single-blog-tag-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(214, 219, 224, 1);
  padding-bottom: 30px;
}

.blog-tag-pill {
  padding: 1px 20px;
  border-radius: 20px;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.15px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid rgba(214, 219, 224, 1);
  text-transform: capitalize;
}

.blog-tag-pill:hover {
  background: #eaeaea;
  color: #333;
}

/* Featured Image */
.single-blog-featured-image {
  margin-bottom: 28px;
  border-radius: 8px;
  overflow: hidden;
}

.single-blog-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========== Blog Content ========== */
.single-blog-content {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 14px;
  line-height: 1.3;
}

.single-blog-content h2 {
  display: inline-block;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -0.31px;
  line-height: 20px;
}

.single-blog-content h3 {
  font-size: 20px;
  line-height: 20px;
}

.single-blog-content h3,
.single-blog-content h2 {
  border-left: 3px solid #000;
  padding-left: 10px;
  color: rgba(235, 105, 31, 1);
  font-weight: 500 !important;
}

.single-blog-content p {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.15px;
}

.single-blog-content p b {
  font-weight: 600 !important;
}

.single-blog-content a {
  /*  color: #d45b1e;*/
  text-decoration: none;
}

.single-blog-content a:hover {
  color: #b84a14;
}

.single-blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 20px 0;
}

.single-blog-content ul,
.single-blog-content ol {
  margin: 14px 0;
  padding-left: 22px;
  list-style: none;
}

.single-blog-content li {
  margin-bottom: 6px;
}

/* Blockquote - Orange accent */
.single-blog-content blockquote {
  border-radius: 10px;
  padding: 45px;
  margin: 23px 0;
  position: relative;
  background: rgba(246, 246, 246, 1);
  border: 0;
}

.single-blog-content blockquote::before {
  content: "\201C";
  font-size: 120px;
  color: #d45b1e;
  position: absolute;
  top: 1px;
  left: 10px;
  line-height: 1;
  font-family: Georgia, serif;
  height: 78px;
  width: 78px;
}

.single-blog-content blockquote p {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #333;
  margin: 0;
}

.single-blog-content strong {
  /* color: #d45b1e; */
  font-weight: 500;
}

/* ========== Author Bio Box ========== */
.single-blog-author-bio {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-top: 50px;
  border-top: 1px solid rgba(214, 219, 224, 1);
  padding-top: 50px;
}

.author-bio-avatar img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
}

.author-bio-info {
  flex: 1;
}

.author-bio-name {
  color: #000;
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.15px;
}

.author-bio-desc {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.15px;
  color: rgba(71, 71, 71, 1);
}

.author-bio-social {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.author-social-link svg {
  width: 24px;
  height: 24px;
}

.author-bio-link {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.15px;
  text-align: right;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
}

.author-bio-link:hover {
  color: #b84a14;
}

/* Single Blog Subscribe Section Override */
.single-blog-redesign .blog-subscribe-section {
  background-repeat: no-repeat;
  padding: 50px 20px 50px;
  margin-top: 75px;
}

/* ========== Related Posts Section ========== */
.single-blog-related {
  padding: 75px 20px !important;
  max-width: 1280px !important;
  margin: auto !important;
}

.related-posts-heading {
  margin: 0 0 50px;
}

.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Card — matches archive .blog-card */
.related-post-card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(214, 219, 224, 1);
}

.related-post-card:hover {
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}

/* Card Content — matches archive .blog-card-content */
.related-post-card__content {
  padding: 22px 24px 21px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Categories — matches archive .blog-card-categories / .post-category */
.related-post-card__cats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.related-post-card__cat {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: -0.15px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  background: #d45b1e;
  color: #fff;
  padding: 0px 10px;
  border-radius: 20px;
}

/* Title — matches archive .blog-card-title */
.related-post-card__title {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.31px;
  margin: 0 0 16px;
  color: #000;
}

.related-post-card__title a {
  color: inherit;
  text-decoration: none;
}

.related-post-card__title a:hover {
  color: #d45b1e;
}

/* Body layout — matches archive .blog-card-content_inner */
.related-post-card__body {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-direction: column;
}

.related-post-card__body-left {
  flex: 1;
}

.related-post-card__body-right {
  flex-shrink: 0;
}

/* Excerpt — matches archive .blog-card-excerpt */
.related-post-card__excerpt {
  color: #474747;
  margin: 0;
  flex: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.31px;
}

/* Read More — matches archive .blog-read-more */
.related-post-card__link {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  padding-top: 1px;
}

.related-post-card__link:hover {
  color: #b84a14;
}

/* Author Strip — matches archive .blog-card-author */
.related-post-card__author {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 48px;
}

.related-post-card__author-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(255, 255, 255, 0.45); */
}

.related-post-card__author-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 29px 24px;
}

.related-post-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
}

.related-post-card__author-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.related-post-card__author-name {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.15px;
  color: #fff;
}

.related-post-card__date {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.15px;
  color: #fff;
}
h2.blog-subscribe-title {
  margin-bottom: 30px;
}
body.single-post #page.container,
body.blog #page.container {
  max-width: 100%;
  padding: 0;
}
div#content.site-content {
  display: block;
}
.author-name a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .blog-page-container {
    padding: 0 40px !important;
  }
}
/* ========== Single Blog Responsive ========== */
@media (max-width: 900px) {
  .blog-page-container {
    padding: 0 !important;
  }
  .single-blog-layout {
    flex-direction: column;
  }

  .blog-toc-sidebar {
    position: static;
    width: 100%;
    min-width: 100%;
    max-height: none;
  }

  .blog-toc-inner {
    max-height: 180px;
    overflow-y: auto;
  }

  .single-blog-title {
    font-size: 24px;
    line-height: 32px !important;
  }

  .related-posts-grid {
    grid-template-columns: 1fr;
  }

  .related-post-card__body {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 600p7) {
  .single-blog-content h2 {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .author-bio-desc {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .single-blog-main {
    padding: 30px 20px;
  }
  .single-blog-related {
    padding: 50px 20px !important;
  }
  .single-blog-title {
    margin: 0 0 20px;
  }
  .single-blog-author-bio {
    margin-top: 30px;
    padding-top: 30px;
  }
  .single-blog-redesign .blog-subscribe-section {
    margin-top: 50px;
  }

  h2.blog-subscribe-title,
  .related-posts-heading {
    margin-bottom: 20px;
  }
  .single-blog-layout {
    padding: 20px 15px 0;
  }

  .single-blog-title {
    font-size: 22px;
  }

  .single-blog-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .single-blog-author-bio {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .author-bio-social {
    justify-content: center;
  }

  .single-blog-content blockquote {
    padding: 20px 20px 20px 40px;
  }

  .blog-subscribe-title {
    font-size: 20px;
  }

  .related-posts-grid {
    grid-template-columns: 1fr;
  }

  .related-post-card__content {
    padding: 18px;
  }

  .related-post-card__title {
    font-size: 18px;
    line-height: 24px;
  }

  .related-post-card__body {
    flex-direction: column;
    gap: 8px;
  }
}

ul .sub-menu li {
  background-color: #fff !important;
  opacity: 1 !important;
}

.main-nav > ul {
  align-items: baseline !important;
  justify-content: flex-end !important;
}

.main-navigation ul ul {
  height: auto !important;
}

.main-navigation.sticky-navigation-transition .main-nav > ul > li > a {
  line-height: 42px !important;
}

/* Full-width mega menu */

/* Full-width mega menu */
.main-navigation .menu > li.mega-menu {
  position: static;
}

.main-navigation .menu > li.mega-menu > .sub-menu {
  position: absolute;
  top: 65px;
  left: -27% !important;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 12px 12px;
  width: 1100px !important;
  transition: 0.5s !important;
}

.sticky-navigation-transition .menu > li.mega-menu > .sub-menu {
  left: 7% !important;
}

/* Columns */
.main-navigation .menu > li.mega-menu > .sub-menu > li {
  width: 25%;
  padding: 0;
}

.three-column-menu > .sub-menu > li {
  width: 33% !important;
}

/* Heading (Leadership, Talent...) */
.main-navigation .mega-menu > .sub-menu > li > a {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px !important;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px !important;
}

/* 🔥 CRITICAL FIX: Disable dropdown behavior inside mega menu */
.main-navigation .mega-menu .menu-item-has-children:hover > .sub-menu {
  display: block !important;
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Submenu (force static layout) */
.main-navigation .mega-menu .sub-menu .sub-menu {
  position: static !important;
  display: block !important;
  padding: 0;
  box-shadow: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Remove arrows */
.sub-menu .dropdown-menu-toggle {
  display: none !important;
}

/* Links inside columns */
.main-navigation .mega-menu .sub-menu .sub-menu li a {
  display: block !important;
  padding: 12px 0;
  font-size: 14px;
  color: #333;
}

/* Hover effect */
.main-navigation .mega-menu .sub-menu .sub-menu li a:hover {
  color: #f26522; /* your orange */
}

/* Prevent clipping */
.site-header,
.inside-header,
.main-navigation,
.inside-navigation {
  overflow: visible !important;
}

.main-navigation .mega-menu .menu-item-has-children:hover > .sub-menu {
  display: block !important;
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
  #menu-primary-menu {
    margin-left: -5% !important;
  }

  .main-navigation .menu > li.mega-menu > .sub-menu {
    left: -20% !important;
    width: 1000px !important;
  }

  .sticky-navigation-transition .menu > li.mega-menu > .sub-menu {
    left: 5% !important;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  #menu-primary-menu {
    margin-left: -5% !important;
  }

  .main-navigation .menu > li.mega-menu > .sub-menu {
    left: -10% !important;
    width: 900px !important;
  }

  .sticky-navigation-transition .menu > li.mega-menu > .sub-menu {
    left: 4% !important;
  }
}

.search-page {
  padding: 40px;
}
.search-page h1 {
  font-size: 48px !important;
  line-height: 58px !important;
  margin-bottom: 30px;
}

.search-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.search-item h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.search-item .meta {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.search-item .excerpt {
  font-size: 16px;
  color: #444;
}

@media (max-width: 768px) {
  .search-page {
    padding: 20px;
  }
  .search-page h1 {
    font-size: 30px !important;
    line-height: 38px !important;
    margin-bottom: 20px;
  }
}

.custom-signup-form {
  max-width: 580px !important;
  margin: auto !important;
  padding: 30px !important;
  background: #f9f9f9 !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 10px !important;
  text-align: center !important;
}

/* Title */
.custom-signup-form::before {
  content: "Create Account" !important;
  display: block !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
  text-align: left !important;
  color: #333 !important;
}

/* Inputs */
.custom-signup-form input {
  width: 100% !important;
  padding: 12px 14px !important;
  margin-bottom: 15px !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  outline: none !important;
  transition: border 0.3s ease !important;
  text-align: left !important;
}

.custom-signup-form input:focus {
  border-color: #ff6a00 !important;
}

/* Button */
.custom-signup-form button {
  width: 100% !important;
  padding: 12px !important;
  background: #f26522 !important;
  color: #fff !important;
  font-size: 15px !important;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
}

.custom-signup-form button:hover {
  background: #d9541c !important;
}

/* Small text */
.custom-signup-form .form-note {
  font-size: 12px !important;
  color: #777 !important;
  margin-top: 15px !important;
}

.custom-signup-form .login-link {
  font-size: 13px !important;
  margin-top: 10px !important;
}

.custom-signup-form .login-link a {
  color: #f26522 !important;
  text-decoration: none !important;
}

.forgot-link {
  text-align: left !important;
  font-size: 14px !important;
}

/* Overlay background (optional) */

.popup-overlay-2 {
  display: none;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 9999 !important;
  justify-content: center !important;
  align-items: center !important;
}
.popup-box {
  max-width: 800px !important;
  margin: 40px auto !important;
  padding: 30px !important;
  background: #f9f9f9 !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 10px !important;
  position: relative !important;
}

.popup-box-22 {
  max-width: 400px !important;
  margin: 12px auto !important;
  padding: 20px !important;
  background: #f9f9f9 !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 10px !important;
  position: relative !important;
}

.pop-infon-contain {
  max-width: 700px !important;
  font-size: 18px !important;
  color: #000 !important;
  text-align: center;
}

/* Close button */
.close-popup {
  position: absolute !important;
  top: 20px !important;
  right: 15px !important;
  font-size: 40px !important;
  cursor: pointer !important;
  color: #f26522;
}

/* Heading */

.popup-box h2 {
  font-size: 30px !important;
  font-weight: 700 !important;
  text-align: center;
}
.popup-box h3 {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
  text-align: left !important;
  color: #333 !important;
}

/* Inputs */
.popup-box input {
  width: 100% !important;
  padding: 11px 14px !important;
  margin-bottom: 12px !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  outline: none !important;
}

.popup-box input:focus {
  border-color: #f26522 !important;
}

/* Button */
.popup-box button {
  width: 100% !important;
  padding: 11px !important;
  background: #f26522 !important;
  color: #fff !important;
  font-size: 14px !important;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  margin-top: 10px !important;
  padding-bottom: 10px !important;
}

.popup-box button:hover {
  background: #d9541c !important;
}

/* Error message */
#loginError {
  padding-top: 6px;
  font-size: 14px !important;
  color: red !important;
}

.signup-text {
  font-size: 14px !important;
  padding-top: 10px;
}

.popup-box a {
  color: #f26522 !important;
  text-decoration: none !important;
}

.sticky-enabled .main-navigation {
  z-index: 5 !important;
}

.remember-me {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 5px 0 !important;
  font-size: 14px !important;
}

.remember-me input {
  width: 18px !important;
  height: 18px !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  border: 0px solid #ddd !important;
  border-radius: 0px !important;
}

.team-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* centers cards horizontally */
  gap: 20px;
}

/* CARD */
.team-slider .post-slide {
  background: #fff;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0px 0px 25px 0px #0000001a !important;
  transition: all 0.3s ease;
  position: relative;
  height: auto !important;
  width: 380px;
}

/* IMAGE */
.team-slider .post-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* CONTENT */
.team-slider .post-content {
  padding: 20px;
  background: #fff !important;
}

.team-slider .post-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: transform 1s ease !important;
}

.team-slider .post-title a {
  text-decoration: none;
  color: #111;
}

.team-slider .post-description {
  font-size: 14px;
  color: #000000 !important;
  line-height: 1.6;
  margin-bottom: 20px;
  height: 68px !important;
  margin-bottom: 12px !important;
}

/* SOCIAL / ACTION ROW */
.team-slider .social-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Arrow button (right side) */
.team-slider .open-popup {
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.team-image-wrapper {
  position: relative !important;
}

.team-image-wrapper .post-display-wrapper {
  position: absolute !important;
  bottom: 20px !important;
  color: #fff !important;
  padding: 0 20px !important;
  display: none !important;
  transition: transform 0.8s ease !important;
  margin-bottom: 5px !important;
  font-size: 25px !important;
}

.team-image-wrapper .post-designation {
  font-size: 16px !important;
  color: #fff !important;
  font-weight: 400 !important ;
}

.team-slider .post-slide:hover .post-display-wrapper {
  display: block !important;

  transition: transform 0.8s ease !important;
}

/* .team-image-wrapper:hover .post-designation{
   display: block !important;
} */

/* .team-image-wrapper::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.6) !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
} */

.team-slider .post-img {
  position: relative !important;
  overflow: hidden !important;
}

.team-slider .post-slide:hover .post-img::after {
  opacity: 1 !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}

.team-image-wrapper .post-img::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.6) !important;

  /* start hidden (triangle at top-left) */
  clip-path: polygon(0 0, 0 0, 0 0, 0 0) !important;

  transition: clip-path 0.5s ease !important;
}

@media (576px) {
  .team-slider .post-slide {
    width: 100%;
  }
}

.slideout-menu li {
  text-align: left !important;
}

.slideout-menu li {
  margin-bottom: 0 !important;
}

.slideout-navigation.do-overlay .slideout-exit {
  width: 100% !important;
}

.dropdown-menu-toggle {
  border-left: 0px !important;
}

.footer-adder-2 {
  display: none;
  padding-top: 10px;
}

@media (max-width: 968px) {
  #menu-item-227 {
    padding: 5px 10px !important;
  }

  #menu-mobile-menu {
    overflow-y: scroll !important;
  }

  #menu-mobile-menu li a {
    display: block !important;
  }
  .gp-icon.icon-arrow svg {
    display: none !important;
  }

  .gp-icon.icon-arrow {
    width: 16px !important;
    height: 16px !important;
    display: inline-block !important;
    background-image: url("/wp-content/uploads/2026/02/Vector-2.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }

  .dropdown-menu-toggle[aria-expanded="true"] .gp-icon.icon-arrow {
    background-image: url("/wp-content/uploads/2026/02/Vector-1.svg") !important;
  }

  .footer-adder-1 {
    display: none;
  }

  .footer-adder-2 {
    display: block;
  }

  .footer-talent-erap {
    margin-top: 20px !important;
  }
}

.back-to-top-button {
  display: flex;
  justify-content: flex-end;
}

.back-to-top-button img {
  height: 40px;
  width: 40px;
}

.custom-contact-form {
  border-radius: 15px !important;
  padding: 20px 20px 10px 20px !important;
  border: 1px solid #d6dbe0 !important;
}

.form-row-2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
}

.form-row,
.form-row-2 {
  padding-bottom: 12px !important;
}

/* Field border color */
.custom-contact-form .wpcf7-form-control-wrap input[type="text"],
.custom-contact-form .wpcf7-form-control-wrap input[type="email"],
.custom-contact-form .wpcf7-form-control-wrap input[type="tel"],
.custom-contact-form .wpcf7-form-control-wrap input[type="date"],
.custom-contact-form .wpcf7-form-control-wrap select,
.custom-contact-form .wpcf7-form-control-wrap textarea {
  width: 100% !important;
  border-radius: 8px !important;
  padding: 8px !important;
  background: var(--Neutral-50, #f4f6f8) !important;
  border: 0 !important;
}

.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
  color: #333 !important;
  font-size: 14px !important;
}

.custom-contact-form .wpcf7-form-control-wrap select {
  color: #333 !important;
  font-size: 14px !important;
}

.custom-contact-form .wpcf7-form-control-wrap textarea {
  max-height: 120px !important;
}

/* Button styles */
.custom-contact-form .wpcf7-submit {
  display: block !important;
  width: 160px !important;
  text-align: center !important;
  background-color: #eb691f !important;
  color: #fff !important;
  border: none !important;
  padding: 8px !important;
  cursor: pointer !important;
  border-radius: 5px !important;
}

.form-sub-mit-row {
  display: flex;
  justify-content: center;
}

.wpcf7-not-valid-tip {
  color: red !important;
}

.wpcf7-response-output {
  text-align: center !important;
  margin-top: 10px !important;
}

.blog-subscribe-form .wpcf7-not-valid-tip {
  text-align: center !important;
}

.logout-btn,
.login-btn,
#openLoginPopup {
  color: #eb691f !important;
}

.case-study-wrapper {
  padding: 60px 0px !important;
  max-width: 1280px;
  margin: auto;
}

.case-study-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

/* Card */
.case-card {
  background: #fff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  transition: 0.3s ease !important;
  border: 1px solid #eee !important;
}

/* Image */
.case-image {
  position: relative !important;
  background: linear-gradient(
    164.52deg,
    rgba(235, 105, 31, 0) -57.84%,
    rgba(92, 103, 115, 0.48) 89.16%
  ) !important;
  padding: 30px 30px 0 30px !important;
}

.case-image > img {
  width: 100% !important;
  height: 188px !important;
  object-fit: cover !important;
  border-radius: 10px 10px 0 0 !important;
  margin-bottom: -2% !important;
}

.case-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px; /* adjust as needed */
  position: relative;
}

/* Badge */
.case-badge {
  background: #eb691f !important;
  color: #fff !important;
  padding: 4px 10px !important;
  font-size: 12px !important;
  border-radius: 4px !important;
}

/* Content */
.case-content {
  padding: 16px !important;
}

.case-content h3 {
  margin-top: 8px !important;
}

.case-content-h3 {
  height: 85px !important;
}

.case-meta {
  font-size: 12px !important;
  color: #777 !important;
  margin-bottom: 6px !important;
  display: flex !important;
  gap: 5px !important;
}

.case-content h3 {
  font-size: 20px !important;
  margin-bottom: 16px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  color: #000 !important;
}

/* Read More */
.read-more,
.read-more-2 {
  font-size: 16px !important;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  display: flex;
  gap: 5px !important;
  margin-top: 22px !important;
  display: flex !important;
  align-items: center !important;
}

.read-more img,
.read-more-2 img {
  transition: transform 0.5s ease !important;
}

.read-more:hover img {
  transform: translateX(10px) !important;
}

.read-more-2:hover img {
  transform: translateX(10px) !important;
}

.case-content .tags {
  display: inline-block;
  height: 70px;
}
.case-content .tags span {
  background: #eff1f3;
  border-radius: 27px;
  padding: 1px 8px;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 500;
  margin: 0 6px 6px 0px;
}

.category-wrapper {
  font-weight: 500 !important;
  font-size: 12px !important;
  background: #000000 !important;
  padding: 3px 20px !important;
  border-top-right-radius: 10px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.guides-title,
.research-title,
.brochers-title {
  height: 52px !important;
}

.research-text,
.brochers-text,
.guides-text {
  height: 140px;
}

.apply-btn-wrapper {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0px;
}

.apply-btn {
  display: inline-block;
  padding: 10px 26px;
  border: 1px solid #f26522;
  color: #f26522;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.apply-btn:hover {
  background: #f26522;
  color: #fff;
}

@media (max-width: 1300px) {
  .case-study-wrapper {
    padding: 60px 40px !important;
  }
}

@media (max-width: 1100px) {
  .case-study-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .case-content .tags {
    height: auto !important;
  }

  .guides-title,
  .research-title,
  .brochers-title {
    height: auto !important;
  }

  .research-text,
  .brochers-text,
  .guides-text {
    height: auto !important;
  }

  .case-study-wrapper {
    padding: 60px 20px !important;
  }

  .case-content-h3 {
    height: auto !important;
  }
}

@media (max-width: 576px) {
  .case-card {
    width: 100%;
  }
}

.case-filters {
  display: flex !important;
  gap: 20px !important;
  margin-bottom: 30px !important;
  align-items: center !important;
  justify-content: center !important;
}

.case-filters form {
  display: flex !important;
  gap: 20px !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

.case-filters select {
  padding: 12px 16px !important;
  border-radius: 10px !important;
  border: 1px solid #ddd !important;
  font-size: 14px !important;
  min-width: 240px !important;
  background: #fff !important;
  cursor: pointer !important;
}

.reset-filter {
  font-size: 14px !important;
  text-decoration: none !important;
  color: #eb691f !important;
  font-weight: 500 !important;
}

.case-filters select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

  background: #fff url("/wp-content/uploads/2026/03/Group.svg") no-repeat right
    15px center !important;
  background-size: 12px !important;

  padding-right: 40px !important; /* space for arrow */
}

.load-more-wrap {
  text-align: center !important;
  margin-top: 30px !important;
}

#load-more-btn {
  padding: 12px 24px !important;
  border: none !important;
  background: #eb691f !important;
  color: #fff !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  font-size: 14px !important;
}

#load-more-btn:hover {
  opacity: 0.9 !important;
}

.case-main-wrapper {
  max-width: 1280px !important;
  margin: auto !important;
  padding: 50px 0 !important;
}

.case-single-wrapper {
  padding: 30px 50px;
  max-width: 1100px;
  margin: auto;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.09);
  margin-bottom: 50px !important;
}

/* HERO */
.case-hero {
  position: relative;
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
}

.case-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay */
.case-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
}

/* Content */
.case-hero-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  max-width: 60%;
  z-index: 2;
}

.case-hero-content h1 {
  font-size: 32px;
  line-height: 1.3;
  margin-top: 10px;
  font-weight: 700;
}

/* Badge */
.case-badge {
  display: inline-block;
  background: #eb691f;
  color: #fff;
  font-size: 12px;
  padding: 4px 20px !important;
  border-radius: 30px !important;
  font-weight: 400 !important;
}

/* Meta */
.case-meta {
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.9;
}

.case-meta-content {
  display: flex;
  align-items: center !important;
  gap: 4px !important;
}

.case-meta-content img {
  height: 15px !important;
  width: 15px !important;
}

.case-meta span {
  margin-right: 8px;
}

/* Logo */
.case-hero-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

.case-hero-logo img {
  height: 40px !important;
  width: auto !important;
}

.case-hero-logo-2 {
  display: none !important;
  position: absolute;
  top: 27px !important;
  right: 30px !important;
  z-index: 2;
}

.case-hero-logo-2 img {
  height: 40px !important;
  width: 100px !important;
  object-fit: contain !important;
}

/* Content below */
.case-single-content {
  padding: 30px 0;
}

.related-case-wrapper {
  padding: 10px !important;
}

/* Responsive */
@media (max-width: 768px) {
  .case-single-wrapper {
    padding: 20px !important;
  }
  .case-hero {
    height: 260px;
  }

  .case-hero-content {
    max-width: 90%;
    left: 20px;
    bottom: 20px;
  }

  .case-hero-content h1 {
    font-size: 22px;
  }
}

/* Orange accent line at top */
.top-accent {
  width: 64px !important;
  height: 3px !important;
  background: linear-gradient(90deg, #e07a3a, #d4612a) !important;
  border-radius: 2px !important;
  margin-bottom: 28px !important;
  display: none;
}

/* Section Titles */
.section-title {
  font-size: 32px !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin-top: 20px !important;
  margin-bottom: 40px !important;
  letter-spacing: -0.3px !important;
  line-height: 40px !important;
}

.section-title {
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  display: block;
  width: 90px; /* length of the orange line */
  height: 2px; /* thickness */
  background-color: #eb691f; /* orange color */
  margin-top: 10px; /* space below text */
}

/* 2-col grid */
.grid-2 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 12px !important;
}

/* Cards */
.card {
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 16px 18px !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) !important;
  border: 1px solid #d6dbe0 !important;
}

.icon-box {
  width: 48px !important;
  height: 48px !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  flex-shrink: 0 !important;
}

.icon-box img {
  flex-shrink: 0 !important;
}

.card-body h4 {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #0a0a0a !important;
  margin-bottom: 4px !important;
}

.card-body p {
  font-size: 16px !important;
  color: #474747 !important;
  line-height: 1.6 !important;
}
.card-body strong {
  font-weight: 600 !important;
}

/* Dark highlight banner */
.highlight-banner {
  background: #5c6773 !important;
  color: #f0f0ec !important;
  padding: 30px !important;
  border-radius: 10px !important;
  margin-top: 20px !important;
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.highlight-banner p {
  margin-bottom: 0 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.highlight-banner .icon-box-dark {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 8px !important;
  background: #5a5f68 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Plain white content box */
.content-box {
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 20px !important;
  margin-top: 0px !important;
  font-size: 16px !important;
  color: #444 !important;
  line-height: 1.65 !important;
  border: 1px solid #d6dbe0 !important;
}

.content-box p {
  margin-bottom: 0px !important;
}
/* Phase steps */
.phase-step {
  background: #fdf0e4 !important;
  border-radius: 10px !important;
  padding: 20px !important;
  margin-bottom: 10px !important;
  font-size: 16px !important;
  color: #474747 !important;
  line-height: 1.6 !important;
}

.phase-step .phase-label {
  font-weight: 600 !important;
  color: #eb691f !important;
  margin-right: 4px !important;
}

/* Impact 2-col */
.impact-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  margin-top: 0px !important;
}

.impact-card {
  background: #ffffff !important;
  border-radius: 10px !important;
  padding: 20px !important;
  border: 1px solid #d6dbe0;
}

.impact-card-header {
  display: flex !important;
  gap: 10px !important;
  margin-bottom: 12px !important;
  align-items: center !important;
}

.impact-icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 8px !important;
  background: #fde8d4 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
  flex-shrink: 0 !important;
}

.impact-card h4 {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #474747 !important;
  margin-bottom: 0 !important;
}

.impact-card ul {
  padding-left: 16px !important;
  list-style: disc !important;
}

.impact-card ul li {
  font-size: 16px !important;
  color: #555 !important;
  margin-bottom: 5px !important;
  line-height: 1.5 !important;
}

/* Executive Summary wrapper with light gray bg like screenshot */
.exec-summary-bg {
  background: #d6dbe0 !important;
  border-radius: 14px !important;
  padding: 30px 30px 0 30px !important;
  margin-top: 0 !important;
}

@media (max-width: 580px) {
  .grid-2,
  .impact-grid {
    grid-template-columns: 1fr !important;
  }
}

/* praveen */

body.single-casestudy iframe {
  width: 100%;
  height: 450px;
}

@media (max-width: 1025px) {
  body.single-casestudy iframe {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 767px) {
  body.single-casestudy iframe {
    width: 100%;
    height: 300px;
  }
}

.team-grid,
.team-grid-wrapper {
  display: flex;
  align-items: center;
  background: #f8f5ee;
  justify-content: center;
}

.team-grid-wrapper {
  padding: 40px;
  max-width: 1280px !important;
  gap: 40px;
}

.team-left {
  width: 30%;
}

.team-right {
  width: 70%;
}

.team-card {
  padding: 18px;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
}

.team-image img {
  width: 100%;
  border-radius: 8px;
}

.team-name {
  color: #ff4d00;
  margin-top: 15px;
  font-size: 28px;
}

.team-position {
  color: #333;
  font-weight: 500;
  margin-bottom: 15px;
}

.team-social a img {
  height: 32px;
  width: 32px;
}

.team-details {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

@media (max-width: 968px) {
  .team-grid-wrapper {
    flex-direction: column;
  }

  .team-left {
    width: 100%;
  }

  .team-right {
    width: 100%;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.pagination .nav-links {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #ddd;
  border-radius: 30px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease;
}

.pagination .page-numbers:hover {
  background-color: #eb691f;
  color: #fff;
  border-color: #eb691f;
}

.pagination .current {
  background-color: #eb691f;
  color: #fff;
  border-color: #eb691f;
  font-weight: bold;
}

.pagination .dots {
  border: none;
  padding: 8px 10px;
  color: #999;
}

.pagination .next {
  font-weight: 500;
}

.cf7-modal-wrap {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.cf7-modal-box {
  background: #fff;
  max-width: 800px;
  width: 95%;
  padding: 20px;
  border-radius: 12px;
  position: relative;
}

.cf7-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 24px;
  border: none;
  background: none;
  cursor: pointer;
}

.job-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 25px !important;
}

.job-card {
  background: #fff !important;
  padding: 20px !important;
  border-radius: 15px !important;
  border: 1px solid #dfdfdf !important;
}

.job-card h4 {
  font-size: 25px !important;
  line-height: 30px !important;
  margin-bottom: 10px !important;
}

.job-card .meta {
  font-size: 16px !important;
  color: #474747 !important;
  margin-bottom: 10px !important;
  line-height: 22px !important;
}

.span-sub-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px !important;
}

.job-card .desc {
  font-size: 18px !important;
  color: #474747 !important;
  margin-bottom: 20px !important;
  line-height: 24px !important;
}

.actions {
  display: flex !important;
  gap: 10px !important;
}

.btn {
  font-size: 16px !important;
  padding: 10px 12px !important;
  border-radius: 5px !important;
  text-decoration: none !important;
}

.btn.view {
  border: 1px solid #eb691f !important;
  color: #eb691f !important;
}

.btn.apply {
  background: #eb691f !important;
  color: #fff !important;
}

.job-filter {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 30px !important;
}

#jobCategoryFilter {
  background: #fff !important;
  border: 1px solid #d6dbe0 !important;
  border-radius: 10px !important;
  width: 260px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: #fff url(/wp-content/uploads/2026/03/Group.svg) no-repeat right
    15px center !important;
  background-size: 12px !important;
  padding-right: 40px !important;
}

.job-modal__meta {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666;
}

.apply-now-btn-wrapper {
  margin-top: 20px !important;
}

.job-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.job-modal__content {
  background: #fff;
  width: 1000px;
  max-width: 95%;
  margin: 60px auto;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
}

.job-modal__content hr{
  margin-top: 0px !important;
  margin-bottom:  0px !important;
}

.job-modal__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.15px;
  text-transform: capitalize;
}

.job-modal__content h4{
font-weight: 700;
font-style: Bold;
font-size: 25px;
line-height: 35px;
letter-spacing: -0.31px;
margin-bottom: 10px !important;

}

.every-content-wrapper{
  margin-bottom: 24px !important;
}


.job-modal__close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 40px !important;
  cursor: pointer;
  color: #EB691F !important;
}












.custom-job-form h3 {
  margin: 30px 0 15px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.form-row {
  display: flex !important;
  gap: 20px !important;
  margin-bottom: 15px !important;
}

.form-col {
  flex: 1 !important;
}

.form-group {
  margin-bottom: 15px !important;
}

.custom-job-form input,
.custom-job-form select,
.custom-job-form textarea {
  width: 100% !important;
  padding: 12px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  font-size: 14px !important;
}

.custom-job-form textarea {
  height: 120px !important;
  resize: vertical !important;
}

.custom-job-form input[type="file"] {
  border: none !important;
}

.custom-job-form .wpcf7-radio {
  display: flex !important;
  gap: 15px !important;
  margin-top: 5px !important;
}

.form-submit {
  margin-top: 20px !important;
}

.custom-job-form input[type="submit"] {
  background: #EB691F !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 30px !important;
  cursor: pointer !important;
  border-radius: 4px !important;
  width: 200px !important;
  text-align: center !important;
}

