/* MISC STYLES */

.press-coverage-list {
  list-style: disc;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.press-coverage-list li {
  margin-bottom: 0.5rem;
}

.press-coverage-list li a:hover {
  text-decoration: underline !important;
}

b, strong {
  font-weight: 600;
}
article .col-md-8 h3 {
  text-transform: none;
}
.press-coverage-list .publication-meta {
  font-style: italic;
  color: #666;
  font-size: 0.97em;
  margin-top: 2px;
}
.single.team-hero  h1 {
  font-size: 2.25rem;
  line-height: 2.45rem;
}
a.twitter {
  display: none;
}
.container.onatop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 999;
}
.single-post .reverseHero .square-container, .tax-practice-area .reverseHero .square-container, .single-events .reverseHero .square-container {
overflow:hidden}

p {
font-size: 1.1rem;
    line-height: 1.72rem;
        margin-bottom: 1.2rem;
}
.services-list-wrapper ul li ul {
  display: block;
}

p.banner-text-fade-in {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

p.wpgmza_infowindow_address {
  display: none;
}

p.wpgmza_infowindow_description {
  font-size: 0.9rem;
  line-height: 23px;
}
.submenu.visible.grower {
 
}
.accolades p {
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}

span.current {
    text-align: left;
}

ul.awards {
    color: #fff;list-style: none;
}

ul#menu-main {
  margin-bottom: 0px;
}

.content-box-clear ul {
  padding-left: 20px;
}


.modal input[type="submit"], .mc4wp-form input[type="submit"]
 {
   border: 0;
    background-color: #547295;
    font-size: 0.8rem;
    color: #fff;
}


.btn.secondary.LG {
  position: relative;
  padding-right: 2.2em; /* make space for the arrow */
}

.btn.secondary.LG::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0em;
  top: 50%;
  transform: translateY(-35%);
  width: 1em;
  height: 1em;
  background: url('data:image/svg+xml;utf8,<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6 12l4-4-4-4" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  background-size: 1em 1em;
  content: '';
  pointer-events: none;
}

/* expertise STYLES */

.swiper-button-prev.tq {
  top: 46.5% !important;
  left: -2.5rem !important;
}

.swiper-button-next.tq {
  display: block !important;
  right:-2.5rem;
}

.hero-arrows {
  display: none;
}

.case p {
  text-align: center;
}

.studs.studs-small {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-top: auto !important;
}

.studs.studs-small .stud {
  display: inline-block;
  width: 18px; 
  height: 18px;
  margin-right: 0px;
}

.stud {
  margin-right: 4px;
}


.stud:first-child {
  background-image: url(/wp-content/uploads/2025/07/stud-1.svg);
}

.stud:nth-child(2) {
  background-image: url(/wp-content/uploads/2025/07/stud-2.svg);
}

.stud:nth-child(3) {
    background-image: url(/wp-content/uploads/2025/07/stud-3.svg);
}


.container ul li {
  list-style: none;
  margin-left: 0;
  padding-left: 28px;
  position: relative;
}
main .container ul li {
line-height: 1.5rem;
  font-size: 1.1rem;
  }
.container ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/themes/Signature/imgs/sigature-sml-thumb.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.tax-practice-area .reverseHero .heroSQ-2 {
  opacity: 1;left: 0
}

/* Reset bullets in excluded sections */
.header ul li, 
.footer ul li, 
.services-widget ul li, 
.team-hero ul li, 
.tab-content ul li, 
.second-tabs-section ul li, 
.awards li,
.navigation ul li,
.services-list-ul li {
  list-style: revert;
  padding-left: 0;
}

.header ul li::before, 
.footer ul li::before, 
.services-widget ul li::before, 
.team-hero ul li::before, 
.tab-content ul li::before, 
.second-tabs-section ul li::before, 
.awards li::before,
.navigation ul li::before,
.services-list-ul li::before {
  display: none;
}

 
p a {
  font-weight: 900 !important;
}

.footer h6 {
  font-weight: 900;
}

/* MISC STYLES END */

/* TOP NAVIGATION STYLES */

.sub-menu a {
  background-color: rgb(221 228 234 / 90%);
}

header nav:not(.main-menu):not(.categorySub) {
  font-size: 0.8rem;
}

.col-md-4.text-center.mega-col-bg.lastbdr {
  border-right: 0px solid #fff;
}

@media (max-width: 1199px) {
  nav.nav-list.d-flex.gap-6.mx-4.mb-0.justify-content-end {
    justify-content: start !important;
  }
  
  ul#menu-main {
    padding-left: 0px;
  }
}

/* modal pop up */

#AboutModal .modal-dialog {
  overflow-y: auto;
  /* No overflow here by default */
}

/* Add this media query */
@media (max-width: 767px) {
  #AboutModal .modal-dialog {
      overflow-y: scroll;
  }
}

#AboutModal .modal-dialog {
  overflow-y: auto;max-width: 1000px;
  /* No overflow here by default */
}

/* Add this media query */
@media (max-width: 767px) {
  #AboutModal .modal-dialog {
      overflow-y: scroll;
  }
}

#ExpertiseModal .modal-dialog {
  overflow-y: auto;
  /* No overflow here by default */
}

/* Add this media query */
@media (max-width: 767px) {
  #ExpertiseModal .modal-dialog {
      overflow-y: scroll;
  }
}




/* modal pop up end */



/* TOP NAVIGATION STYLES END */


/* MOBILE NAV STYLES */

.mobile-menu-wrapper.mobile-menu-slide .mobile-menu-container {
  background-color: #DDE4EA !important;
}

menu-wrapper .mobile-menu-container ul.menu > li > a {
  color: #000 !important;
}

.mobile-menu-wrapper .searcher, .scroll .mobile-menu-wrapper .searcher
 {
    background-color: #DDE4EA;
}
.mcnImage {
  width: 100% !important;
}

.mobile-menu-wrapper .mobile-menu-container div.menu > ul > li > a, .mobile-menu-wrapper .mobile-menu-container ul.menu > li > a
 {
    color: #000 !important;
}

@media (max-width: 760px) {
  #ExpertiseModal .modal-dialog.modal-lg {
       }

  .mega-col-bg ul li a.menu-level-tab.active::after {
    transform: rotate(45deg) !important;
  }
}


@media (max-width: 1199px) {
  button.btn.nav-link.sigmega {
      padding: 1rem 1rem 1rem 2rem !important;
      font-size: 1.2rem !important;
  }
}

@media (max-width: 1024px) {
  header .mobile-nav a .fa {
      font-size: 1.275rem;
      color: #000;
  }
  header .mobile-menu-wrapper nav:not(.main-menu):not(.categorySub) .nav-list {
    display: inline-grid !important;
  }

    .mobile-menu-wrapper .csSubmenuWrap {
      display: none !important;
    }

    .searcher.button.social.search {
      font-size: 1.4rem;
      margin-top: 1.8rem;
    }

      #searchModal.show {
          z-index: 9999999999;
          background-color: rgba(0, 0, 0, .85);
          opacity: 1;
      }
  
}

/* MOBILE NAV STYLES END */


/* HERO SLIDER STYLES */

/* Hide Swiper navigation arrows for the hero slider */
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  display: none !important;
}




.case-slider .swiper-button-next.fc {
  right: -15px;
  display: block !important;
}

.case-slider .swiper-button-prev.fc {
  left: 0px;
  display: block !important;
}


.banner-text-fade-in {
    opacity: 0;
    transform: translateX(-5px); /* Subtle movement */
  }
  
  .swiper-slide-active .banner-text-fade-in {
    animation: bannerTextFadeIn 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  
  @keyframes bannerTextFadeIn {
    from {
      opacity: 0;
      transform: translateX(-5px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .custom-prev-arrow {
    top: 50% !important;
}

 
 
@media (max-width: 767px) {
    .hero {
      height: 659px;
    }
 
 
  }


  @media (max-width: 760px) {
    .hero-content-hsm {
        margin-top: 5rem;
    }
}


@media (max-width: 430px) {
  .swiper-container {
    width: 100%;
    height: auto;
    min-height: 400px !important;
  }
 }




/* HERO SLIDER STYLES END */


/* SEARCH STYLES START */
#AboutModal .modal-dialog {
 
  width: 100%;
}
#searchModal .modal-title {
  color: #fff !important; /* Use any color you want */
  z-index: 1045 !important;
  font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

input[type="search"] {
  padding: 15px;
  background-color: rgba(255, 255, 255, .3);
  width: 100%;
  background: azure;
}


/* SEARCH STYLES END */

/* TEAM HERO SLIDER STYLES */

.team-filter-hero .hero-content {
  padding-top: 9.2rem;
}

select#sector-expertise-select {
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .team-filter-hero .hero-content {
    padding-top: 0rem;
}
}

@media (max-width: 640px) {
  .teamhadj {
    height: 74% !important;
}
}


@media (max-width: 430px) {
  .swiper.team-slider-swiper.swiper-initialized.swiper-horizontal.swiper-ios.swiper-backface-hidden {
    width: 100%;
  }

  .team-slider-component .swiper-button-prev.fc {
    left: 5px !important;
  }


  .team-slider-component .swiper-button-prev.fc, .team-slider-component .swiper-button-next.fc {
    top: 39% !important;
  }

}
a.email {
  padding-left: 30px;
  background-image: url(../imgs/email-icon.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 18px;
}

a.linkedin {
  padding-left: 30px;
  background-image: url(../imgs/linkedin-icon.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
 

.mugshot img {
	margin-top:auto
	}
	
	@media (max-width: 1200px) {
 
}
 
.team-filter-hero h1 {
  text-transform: uppercase;
}


/* TEAM HERO SLIDER STYLES END */



/* TEAM GRID STYLES */

/* socail media and contact icons */

.team-card-social {
  display: flex;
  margin-right: 10px;
  margin-top: auto;
}

hr.team-card-divider {
    border: 0;
    border-bottom: 1px solid #000000;
    margin: 20px 0;
    width: 100%;
}

.team-card-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;margin-right:10px;
  height: 35px;
  transition: filter 0.2s;
}

.team-card-linkedin-icon svg,
.team-card-email-icon svg {
  width: 100%;
  height: 100%;
}

.team-card-linkedin-icon:hover svg,
.team-card-email-icon:hover svg {
  filter: brightness(0.6);
}


/* socail media and contact icons END */
 

.team-grid-section {
  background-color: #F0F0F0;
  padding: 48px 0; /* Add vertical spacing as needed */
}

/* Team Grid Section Background */
.team-grid-section {
  background-color: #F0F0F0;
  padding: 48px 0;
}

/* Team Card Grid Styles */
.team-card-grid .team-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Image Wrapper: Fixed Size, Centered */

.team-slider-component {
  background-color: #F0F0F0;
}


.team-slider-component .swiper-button-prev.fc,
.team-slider-component .swiper-button-next.fc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.team-slider-component .swiper-button-prev.fc {
  left: 0;
  display: block !important;
}
.team-slider-component .swiper-button-next.fc {
  right: -0.7rem;
  display: block !important;
}



/* Team Member Image */
.team-card-img {
    height: 100%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* Info Box: Same Width as Image, Centered */
.team-card-info {
  width: 316px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 1.1rem 1rem 1.5rem 1rem;
  box-sizing: border-box;
  border-top: none;
  text-align: left;
}

/* Name */
.card-title {
  margin-bottom: .5rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
}
.card-title a {
  font-weight: 600;
  color: #222;
  text-decoration: none;
}
.card-title a:hover {
  color: #547295;
}

/* Job Title */
.team-card-role {
  font-size: 1.2rem;
  color: #000000;
  line-height: 2.18rem;
  margin-top: 0.15rem;
  margin-bottom: 1.1rem;
  text-align: left;
  font-weight: 400;
}
.post-tags {
	position: absolute;
  right: 12.5px;
  padding: 9px 25px 7px;
  background-color: #547295;
  top: 0;
  right: 0;
}
.post-tag {
	  color: #fff;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}

.team-pagination {
  text-align: center;
  margin-top: 32px;
}
.case-tag-filters .btn {
  padding: 9px 13px 6px;
  background-color: #547295;
  border-color: #547295;
  font-size: 12.5px
}
.case-tag-filters .btn.active {
  padding: 10px 15px 7px;
  background-color: #252C3C;
  border-color: #252C3C;
}

.team-pagination .page-numbers {
  display: inline-flex;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.team-pagination .page-numbers li {
  display: inline;
}

.team-pagination .page-numbers a,
.team-pagination .page-numbers span {
  color: #222;
  font-size: 1.2rem;
  background: none;
  border: none;
  padding: 0 6px;
  margin: 0;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s;
}

.team-pagination .page-numbers .current {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.team-pagination .page-numbers a:hover:not(.current) {
  color: #547295;
  text-decoration: underline;
}

.team-pagination .page-numbers .prev,
.team-pagination .page-numbers .next {
  color: #547295;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0 8px;
}

audio#podbyte-audio {
  width: 100%; 
}


/* Responsive Adjustments */
@media (max-width: 991px) {
  .team-card-img-wrapper,
  .team-card-info {
    width: 100%;
    max-width: 100%;
  }
}


@media (max-width: 768px) {
 
 .team-hero::before {
	 width:100%;
	 }

  .team-grid-section {
    padding: 0px 0px;
  }
}


@media (max-width: 575px) {
  .team-card-img-wrapper {
    height: 200px;
  }
  .team-card-info {
    padding: 1rem 0.5rem 1.2rem 0.5rem;
  }
  .card-title {
    font-size: 1.1rem;
  }
  .team-card-role {
    font-size: 1rem;
  }
}


/* TEAM GRID STYLES END */


/* TEAM PROFILE STYLES */

.services-list-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
      display: flex;
    flex-wrap: wrap;
}

.services-list-wrapper > ul > li {
  position: relative;
  background-color: #e7ecf2;
  margin-bottom: 1rem;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  padding: 1rem 4.5rem 1rem 1rem;
      width: 48%;
    margin-right: 2%;
}
main .container ul li ul {
  list-style: disc;
  padding-left: 15px;
}
main .container ul li ul li::after {
  display: none;
}
.rc-card .vcard img {
  display: inline-block;
  background-color: #252C3C;
  padding: 5px;
  border-radius: 100%;
  width: 30px;margin-top:2px
}
.rc-card .vcard img:hover {
 
  background-color: #dee4e9;
  }
/* wysiwyg list css */

.case-study-list-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; /* changed from flex */
}

.case-study-list-wrapper ul li {
  position: relative;
  background-color: #e7ecf2;
  margin-bottom: 1rem;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  padding: 1rem 4.5rem 1rem 1rem;
  width: 100%;         /* changed from 48% */
  margin-right: 0;     /* changed from 2% */
  box-sizing: border-box;
}

.case-study-list-wrapper ul li::after {
    content: '';
    display: inline-block;
    background: url(/wp-content/uploads/2025/04/sigature-sml-thumb.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: 0%;
    right: 0.75em;
    transform: translateY(-50%);
    pointer-events: none;
    width: 20px;
    height: 20px;
}

.case-study-list-wrapper ul li:hover {
  background-color: #fff;
}


/* wysiwyg list css end */

.swiper-slider.recognition-slider {
    background-color: #DDE4EA;
}
.swiper-slider.recognition-slider  .case-slider  .bg-blue  {
	 background-color: #DDE4EA;
}
.swiper-slider.recognition-slider  .case-slider {
	 background-color:  #fff;
}
.swiper-slider.recognition-slider .bg-blue {
    background-color: #fff;
}
.services-list-wrapper ul li:hover {
  background-color: #fff;
}

.services-list-wrapper ul li::after, .exp-card > div::after {
  content: '';
  display: inline-block;
 
  background: url('/wp-content/uploads/2025/04/sigature-sml-thumb.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 0%;
  right: 0.75em;
  transform: translateY(-50%);
  pointer-events: none;
width: 20px;
    height: 20px;
}


@media (max-width:1199px) {
  .services-list h3 {
    font-size: 28px;
    }
  }
  

    
  
/* TEAM PROFILE STYLE END */


/* KEY TEAM SLIDER STYLES */

.team-card-img-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-card-label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background-color:#DDE4EA;
  padding: 8px 12px;
  text-align: left;
  width: fit-content;
  display: inline-block;
}

.team-card-label p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}



  @media (max-width: 767px) {
    .teamquote-swiper .swiper-slide.d-flex {
      flex-direction: column !important;
    }
    .teamquote-swiper .swiper-slide .col-sm-6 {
      width: 100% !important;
      max-width: 100% !important;
    }

    .team-slider-component .swiper-container {
      margin: 0 auto;
    }
  }


/* KEY TEAM SLIDER STYLES END */


/* TESSTIMONIAL STYLES */

.testim-bg {
  background: #fff;
  opacity: 85%;
}

.testim-bg p {
  font-style: italic;
}

.testim-bg p.attr.mb-5 {
  font-style: normal !important;
}

.testimonials.py-6 {
  padding-top: 6rem;
  padding-bottom: 5rem;
}

h5 {
  font-weight: 500;
  font-size: 1.25rem;
}

/* TESSTIMONIAL STYLES END */

/* CONTENT BOX STYLES */

.contentboxV1Padding {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.content-area-box {
  line-height: 35px;
}

.bg-white-opacity {
  background: rgba(255,255,255,0.85);
}
/* CONTENT BOX STYLES END */


/* CONTENT & IMAGE INTERNATIONAL STYLES */

.international .content-col-overlay::before,
.international .content-col-overlay::after {
  content: "";
  position: absolute;
  top: 0; 
  width: 0;
  height: 100%;
  background: rgba(255,255,255,0.8);
  z-index: 0;
}

/* Left overlay only when content is left aligned */
.international.content-left .content-col-overlay::before {
  left: -100%;
  width: 100%;
  display: block;
}
.international.content-left .content-col-overlay::after {
  display: none;
}

/* Right overlay only when content is right aligned */
.international.content-right .content-col-overlay::after {
  right: -100%;
  width: 100%;
  display: block;
}
.international.content-right .content-col-overlay::before {
  display: none;
}

/* Add left padding to content-box-v2 when parent has .content-right */
.international.content-right .content-box-v2 {
  padding-left: 2rem !important;
}

/* Content above overlay */
.international .content-col-overlay > .content-box-v2,
.international .content-col-overlay > .content-box-v2 .content-heading {
  position: relative;
  z-index: 1;
}

/* Responsive mobile behavior */
@media (max-width: 991.98px) {
  .international .row.flex-row-reverse {
    flex-direction: column-reverse !important;
  }
  .international .row:not(.flex-row-reverse) {
    flex-direction: column !important;
  }
  .international .content-col-overlay, 
  .international .col-lg-6 {
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media (max-width: 800px) {

  /* Hide the image column on mobile */
  .international .hide-mobile {
    display: none !important;
  }
  .international.content-right .content-box-v2 {
    padding-left: 1rem !important;
  }
}

/* CONTENT & IMAGE INTERNATIONAL STYLES END */




/* CONTENT BOX V2 STYLES */

.content-box-v2 {
  max-width: 740px;
}

.content-box-v2.ps-lg-0 p {
  line-height: 1.5rem;
  font-size: 1.1rem;
font-weight: 500;
}

@media (max-width:991px) {
  .col-lg-7.position-relative::after {
    content: '';
    position: absolute;
    top: 0;
    right: -40rem;
    width: 40rem;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 0;
  }
}

/* CONTENT BOX V2 STYLES END */


/* CONTENT BOX V3 quote STYLES */
.content-hr {
  border: 0;
border-top: 2px solid #547295;
  width: 100%;
  max-width: 812px;
  margin: 1.5rem 0 1.5rem 0;
  background-color: transparent;
}

.mt-6 {
  margin-top: 4rem !important;
}

.sig-box-content {
 
  text-align: left;
}

.sig-box-content p {
  font-style: normal;
}

@media (min-width: 767px) and (max-width: 991px) {
 

    .cta-btn-text {
        font-size: 0.8rem;
    }

    .cta-btn-icon {
      width: 20px;
      height: 20px;
      margin-left: 0.4rem;
    }
}


/* CONTENT BOX V3 quote STYLES END */


/* CONTENT AND MAP */

h2.content-map-head {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}


.map-content-r-col-map {
  background-image: url('../imgs/right-mapwidget-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 
  width: 100%;
 
  padding: 1.5rem;
  text-align: center;
  margin: 0 auto;
}

.map-box-right {
  height: 315px;
}
 
.map-content-r-col-map p {
font-size: 18px;
  margin-top: 3rem;
  line-height: 32px;
  padding: 0px 2rem 0px 2rem;
}

.map-content-r-col-map h5 {
  margin-top: 3rem;
  font-weight: 600;
  font-size: 1.25rem;
}

@media (max-width:1399px) {
.map-content-r-col-map p {
  font-size: 1.2rem;
    margin-top: 2rem;
    line-height: 31px;
    padding: 0px 0.5rem 0px 0.5rem;
}
}


@media (max-width:1199px) {
.map-content-r-col-map p {
  font-size: 18px;
  margin-top: 1.5rem;
  line-height: 32px;
  padding: 0px 1rem 0px 1rem;
}
}

@media (max-width:991px) {
  .map-content-r-col-map p {
    font-size: 16px;
    margin-top: 2rem;
    line-height: 24px;
    padding: 0px 0.1rem 0px 0.1rem;
  }
}

@media (max-width:767px) {
.map-content-r-col-map p {
  font-size: 20px;
  margin-top: 3rem;
  line-height: 35px;
  padding: 0px 1rem 0px 1rem;
}
}

/* CONTENT AND MAP END */


/* BRIEFING NOTES STYLES */


.top-bins-briefing {
    position: absolute;
    right: 0px;
    padding: 10px 20px 7px;
    background-color: #547295;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
}

/* Sig Icons */
.sig-icons {
  display: flex;
  gap: 8px;
  margin-bottom: 5px;
}
.sig-icon {
  width: 24px;
  height: 24px;
}

/* Heading Layout */
.heading-with-icons {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-start;
  text-align: left;
  flex-wrap: nowrap;
  width: 100%;
}

.heading-with-icons h2 {
  margin-bottom: 0;
  text-align: left;
  font-size: 2rem;
  min-width: 0;
  flex-shrink: 1;
  white-space: normal;
  overflow-wrap: break-word;
}

/* Image Section */
.hero-img-block {
  min-height: 320px;
  max-height: 600px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

/* Content Section (white box) */
.briefing-notes-content {
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 3rem 2.5rem;
}

.briefing-notes-content p {
  font-size: .9rem;
  line-height: 1.4rem;
  margin-bottom: 20px
}

@media (max-width: 760px) {
  .briefing-notes-content p {
    font-size: 1.1rem;
  }
}


/* Download Link at bottom of content */

.download-label img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 7px;
  vertical-align: middle;
}

/* Briefing Notes Post Cards - Equal Height and Layout */
.cards-row .col-md-4,
.cards-row .col-sm-6 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cards-row article,
.cards-row a {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cards-row .bg-white {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}


/* Responsive Tweaks */
@media (max-width: 600px) {
  .heading-with-icons h2 {
font-size: 1.2rem;
  }
  .sig-icon {
    width: 21px;
    height: 21px;
  }
  .briefing-notes-content {
    padding: 1.25rem 0.5rem;
  }
}

@media (max-width: 991.98px) {
  .hero-img-block {
    max-height: none;
  }
  .briefing-notes-content {
    padding: 2rem 1rem;
  }
}

/* Briefing notes Post Cards */

/* Post Card Styling */
.post-card {
  background: transparent;
  border: none;
}

.card-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.cards-row > * {
  flex: 1 1 0;
}


.aspect-ratio-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.aspect-ratio-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}


@media (max-width: 767px) {
  .cards-row {
    flex-direction: column !important;
  }
  .cards-row > * {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .px-smsb-3 {
      padding-right: 1.7rem !important;
      padding-left: 1.7rem !important;
  }
}

/* Post Card Styling end */

/* BRIEFING NOTES STYLES END */


/* Team Slider */
/* Team Slider Background */

.team-slider .swiper-button-prev.fc {
  top: 36%;
  left: -10px;
  transform: translateY(-50%);
  display: block !important;
}

.team-slider .swiper-button-next {
  display: block !important;
  top: 40%;
  transform: translateY(-50%);
}

.team-slider {
  background-color: #E7ECF2;
}

/* Swiper Pagination */
.swiper-pagination.fc {
  bottom: -50px;
  z-index: 0;
}
.fc .swiper-pagination-bullet {
  border-radius: 0;
}
.fc .swiper-pagination-bullet-active {
  background: #547295;
}

/* Card Structure */
.team-card,
.swiper-slide.team-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

 

/* Image Wrapper: Fixed Size */
.team-card-img-wrapper {
  height: 300px;
  max-width: 100%;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/wp-content/uploads/2025/05/sig-teamcard-background-1-min.jpg);
  background-size: cover;
  background-position: center;
}
 
/* Team Member Image
.team-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
} */

/* Info Box */
.team-card-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;   /* Left align content */
  padding: 1.4rem 1.4rem 1.2rem 1.4rem;
  background: #fff;
  min-height: 164px;
  margin-top: 0;
  width: 100%;
}
.second-tabs-section ul li:last-child {
  padding-right: 0;
}
/* Name */
.card-title {
  margin-bottom: 0rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;   /* Left align */
}
.card-title a {
  font-weight: 600;
  color: #222;
  text-decoration: none;
}
.card-title a:hover {
  color: #547295;
}

/* Job Title */
.team-card-role {
  font-size: 1rem;
  color: #000000;
  line-height: 2.18rem;
  margin-top: 0.15rem;
  margin-bottom: 1.1rem;
  text-align: left;
  font-weight: 400;
}


/* Swiper Navigation */
.swiper-button-prev.fc {
  left: -10px;
}
.swiper-button-next.fc {
  right: -10px;
}
.swiper-button-next.fc,
.swiper-button-prev.fc {
  color: #547295;
}

/* Responsive Adjustments */
@media (max-width: 1199px) {
  .team-card-img-wrapper {
    width: auto;
  }

  .related .team-card-img-wrapper {
    height: 190px;
  }
  
}

@media (max-width: 767px) {
  .team-card-img-wrapper {
    width: 100%;
    max-width: 100%;
    height: 220px;
  }
  .team-card-info {
    padding: 1rem 1rem 1.2rem 1rem;
    min-height: 120px;
  }

  .team-card-role {
    font-size: 0.95rem;
  }

  .related.light {
    margin-left: 0px;
    margin-top: 3rem;
  }

  .related .team-card-img-wrapper {
    height: auto;
  }
}


/* Team Select2 styles */

.select2-container--default .select2-selection--single {
  background-color: #e7ecf2;
  border: none;
  border-radius: 0px;
  padding: 12px 10px 10px 10px;
}

.select2-container .select2-selection--single {
  height: 50px;
}

.select2-container--open .select2-dropdown {
  top: -13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
 display: none;
}

input.select2-search__field {
  background: #fff;
}

span.select2-dropdown.select2-dropdown--below {
  background: #e7ecf2;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #222;
  font-size: 1.1rem;
}

.select2-dropdown {
  border: 0px solid;
}

/* Team select2 styles END */

/* location dropdown styles start */

.form-control {
  padding: 0.8rem 0.8rem 0.8rem 0.8rem;
  background-color: #e7ecf2;
  border: 0px solid;    font-size: .75rem;	font-family: "new-atten", sans-serif; font-weight: 600;
  border-radius: 0px;text-transform: uppercase;
}

.form-control .filter-icon {
  top: 10%;
}
#clear-team-filters {
  width: auto !important;
  font-size: 10px;color:#547295;
  font-weight: 600;
  position: absolute;
  right: 0;background-color:#dde4ea;border-color:#dde4ea;
bottom: -32px;
  border: 1px solid rgba(255,255,255,.2);
}
#clear-team-filters:hover {
background-color:transparent;border-color:#dde4ea;
color: #dde4ea
}
.location-arrow {
  pointer-events: none;
  position: absolute;
  right: 16px;
 top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
body .select2-search--dropdown {
  display: none;
}
/* Clear button styles start */
 

@media (min-width: 992px) and (max-width: 1399.98px) {
  .d-flex.justify-content-center.h-100 {
    display: block !important;
  }
}

/* location dropdown styles END */


/* PODBYTE STYLES START */

h5.text-center.podbytetitle.mb-3 {
  font-size: 1rem;
}

/* PODBYTE STYLES END */


/* CONTACT MAP CLOCK STYLES START */

.location-details {
  padding: 0;
}

.clock-mini {
width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: relative;
  padding: 7px;
  background: #547295;
  margin-bottom: 0.5rem;
}
.clock-mini .clock-face {
  position: relative;
  width: 100%;
  height: 100%;
}
.clock-mini .hand {
  width: 50%;
  position: absolute;
  top: 50%;
  background: #fff;
  transform-origin: 100%;
  transform: rotate(90deg);
  transition: all 0.05s cubic-bezier(0.1, 2.7, 0.58, 1);
}
.clock-mini .hour-hand { height: 3px; }
.clock-mini .minute-hand { height: 2px; }
.clock-mini .second-hand { height: 1.5px; background: #b2e0ed; }


/* CONTACT MAP CLOCK STYLES END */


/* contact map styles */

.contact-card {
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  overflow: hidden;
  min-height: 220px;
}
.map-box {
  min-width: 140px;

  height: auto;
  background: #f6f8fa;
  display: flex;
  align-items: stretch;
}
.location-bg {
  background: #547295;
  color: #fff;
 
  display: flex;
  align-items: center;
}
.location-details h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.wpgmza_map {
  height: auto !important;
}

/* .g-6, .gy-6 {
    --bs-gutter-y: 5rem;
} */

 


@media (max-width: 991.98px) {
  .px-s5 {
    padding-right: 3.5rem !important;
    padding-left: 1.5rem !important;
  }
  .contact-card {
    flex-direction: column !important;
    min-height: 820px;
  }

  .map-box, .location-bg {
    max-width: 100%;
    min-width: 100%;
  }
  .location-details {
    padding: 0rem 0rem 0rem 0rem;
  }
}
.fw-medium {
  line-height: 1.3rem;
  font-size: .9rem;
}


/* contact styles end */

/* OUR VALUES styles */

.value-card {
  width: 100%;
  background: none;
  margin-right: 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.value-card-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.value-card-text {
  background: #DDE4EA;
 
    display: flex;
 
    text-transform: uppercase;
}
.swiper-slider.values-slider .swiper-slide {
  width: 316px;
  max-width: 100%;
  margin-right: 32px;
}
.values-sub-text {
  margin-bottom: 0;
    width: 90%;
    line-height: 1.5rem;
    font-size: 1.1rem;
}

/* v2 values css */

.values-slider-prev,
.values-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.09);
  width: 38px;
  height: 38px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  cursor: pointer;
}
.values-slider-prev { left: 20px; }
.values-slider-next { right: 20px; }

.values-slider-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 100%;
  display: block !important;
  text-align: center;
  z-index: 10;
}

/* Optional: ensure nav and pagination are on top of slides */
.values-slider-swiper {
  position: relative;
}

.swiper-pagination.values-slider-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, -35px);
}


@media (max-width: 767px) {
  .swiper-container {
    margin: 0 auto;
  }
}



/* v2 values css END */

/* OUR VALUES styles END */

/* RECOGNITION styles */

blockquote.recog {
  z-index: 4;
}

.recognition-title.fw-bold.text-end {
  z-index: 2;
  font-size: 0.8rem !important;
}

/* RECOGNITION styles END */

/* WIDGET SERVICE STYLES */

.services-widget-link.active {
  color: #547295 !important;
  text-decoration: underline !important;
  font-weight: 600;
}

.services-sector-widget-link.active {
  color: #547295 !important;
  text-decoration: underline !important;
  font-weight: 600;
}

/* WIDGET SERVICE STYLES END */

/* INTERNAL BUTTONS LINK CSS */

.tabs-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.tab-link {
  background: #e1e1e1;
  padding: 1.2rem 1rem 1rem 1rem;

}


.tabs-row {
  --tab-gap: 10px;
}

.tab-link.active, .tab-link:focus, .tab-link:hover {
  background: #547295;
  color: #fff;
}

.internal-link-buttons-section {
  background: #e7ecf2;
}

/* INTERNAL BUTTONS LINK CSS END */


/* PDF DOWNLOAD */

.pdf-download-box {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 1rem 1.25rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  text-decoration: none;
  color: #000;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.pdf-download-box:hover {
  background-color: #547295;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.pdf-download-text {
  font-weight: 500;
  font-size: 1rem;
}

.pdf-download-icon i {
  font-size: 1.3rem;
  vertical-align: middle;
}


.pdf-download-icon i {
  font-size: 1.6rem;
  margin-left: 0.4rem;
  vertical-align: middle;
}


.print-header {
  justify-content: flex-start;
  border-bottom: 2px solid #333;
}



/* PDF DOWNLOAD END */



/* CONTACT LOCATION HERO */

.contact-location-hero {
position: relative;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
color: #fff; /* default light-on-dark */
margin-bottom: 5px;
}

/* Text colour modifiers from PHP */
.contact-location-hero.text-dark {
color: #111;
}
.contact-location-hero.text-white {
color: #fff;
}

/* Make sure inner text respects the section colour unless overridden */
.contact-location-hero p,
.contact-location-hero a,
.contact-location-hero .contact-location-hero__time {
color: inherit;
}

/* Links */
.contact-location-hero__link {
text-decoration: none;
}
.contact-location-hero__link:hover {
text-decoration: underline;
}

/* Overlay */
.contact-location-hero__overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.65);
pointer-events: none;
z-index: 1;
}

/* Content above overlay */
.contact-location-hero .container {
position: relative;
z-index: 2;
}

/* Map wrapper */
.contact-location-hero__map-wrapper {
background: #fff;
border-radius: 0;
overflow: hidden;
}
.contact-location-hero__map-wrapper .wpgmza_map,
.contact-location-hero__map-wrapper iframe {
width: 100%;
min-height: 320px;
border: 0;
}

/* Clock block */
.contact-location-hero__datetime {
margin-top: 2rem;
}
.contact-location-hero__date {
font-size: 0.95rem;
letter-spacing: 0.04em;
}
/* Default: left-aligned divider */
.contact-location-hero__divider {
width: 140px;
max-width: 100%;
border: 0;
border-top: 1px solid currentColor;
margin: 0.75rem 0 1.25rem; /* left aligned */
}
.contact-location-hero__time {
font-size: clamp(2.5rem, 4vw, 3.5rem);
line-height: 1;
}
p.mb-0.contact-location-hero__time.display-5.fw-semibold {
font-size: 2.7rem;
}

/* Small uppercase label */
.contact-location-hero .tracking-wide {
letter-spacing: 0.5em;
font-size: 1.6rem;
padding-bottom: 0.5rem !important;
}

/* When content is on the right, pull it away from the map and right-align text */
.contact-location-hero--content-right .col-lg-5 {
text-align: right;
padding-left: 3rem;
padding-right: 1.5rem;
}
.contact-location-hero--content-right .col-lg-7 {
padding-left: 1.5rem;
padding-right: 3rem;
}
/* When content is on the right, align divider to the right */
.contact-location-hero--content-right .contact-location-hero__divider {
margin-left: auto;
margin-right: 0;
}

/* Responsive padding */
@media (max-width: 991.98px) {
.contact-location-hero .col-lg-5,
.contact-location-hero .col-lg-7 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.contact-location-hero__map-wrapper .wpgmza_map,
.contact-location-hero__map-wrapper iframe {
  min-height: 260px;
}

/* Keep mobile centred when content is on the right */
.contact-location-hero--content-right .col-lg-5,
.contact-location-hero--content-right .col-lg-7 {
  text-align: left;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
}

/* CONTACT HERO AND CLOCK END */


/* FOOTER */

p.mb-0.f-copyright {
  font-size: 0.8rem;
}

.footer-links li {
  font-size: 0.8rem !important;
}

.footer-bottom .footer-nav .footer-nav-links {
  justify-content: flex-start !important;
}


/* borders */

/* Centered vertical line between the two office columns (desktop and up) */
@media (min-width: 768px) {
  .footer-offices-col:first-of-type {
    position: relative;
  }
  .footer-offices-col:first-of-type::after {
    content: "";
    position: absolute;
    top: 1rem;
    bottom: 0;
    right: 0; /* right edge of first column */
    width: 1px;
    height: 260px;
    background: #ababab;
    z-index: 1;
    /* Optionally, adjust with transform if you want it slightly left/right */
  }
}


.footer-office-block.has-line {
  position: relative;
}

.footer-office-block.has-line::after {
  content: "";
  display: block;
  margin-top: 1rem; /* space above the line */
  width: 100%;
  max-width: 410px;
  border-bottom: 1px solid #ababab;
}


/* borders end */


.three-columns-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer-copyright-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.footer-links {
  display: flex;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
}
.footer-links li {
  display: inline;
  padding-bottom: 0;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
}
.footer-links a:hover {
  text-decoration: underline;
}


.footer-offices-col {
  min-height: 100%;
}
.footer-office-block:last-child {
  border-bottom: none !important;
}
.footer-logo-img {
  max-width: 75px;
  object-fit: contain;
}
.border-end {
  border-right: 1px solid #ababab !important;
}
.border-bottom {
  border-bottom: 1px solid #ababab !important;
}
.footer-sra {
  max-width: 180px;
}

.footer-logos .footer-logo-img:nth-child(4) {
  max-width: 110px;
}

@media (min-width:768px) and (max-width:991px) {
  .footer-logo-img {
    max-width: 60px;
  }
}​


/* Show desktop version by default, hide mobile version */
.email-footer-desktop { display: block; }
.footer-email-mobile { display: none; }

@media (max-width: 767px) {
  .email-footer-desktop { display: none; }
  .footer-email-mobile { display: block; }
}



@media (max-width: 767px) {
  .three-columns-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .footer-copyright-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .footer-links {
    margin-top: 0.5rem;
  }
}





/* FOOTER END */