/* Font */

 

body {
   font-family:  "new-atten", sans-serif;  
  font-optical-sizing: auto;
  font-style: normal;
}

h2 {

 font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: .005rem;
}

p {
    line-height: 2rem;
    font-size: 1.25rem;
    color: #000000;
}

/* Font END */

/* HERO SLIDER CORE STYLES */
.hero-slider {
  width: 100vw;
  overflow: hidden;
}
 
/* Hero Content Alignment */
.hero-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
 
    padding-right: 24px;
}

.hero-content-hsm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  
    padding-right: 24px;
    margin-left: 2.6rem;
}

  @media (max-width: 1024px) {
    .custom-prev-arrow {
        top: 62% !important;
    }
    
  }

  @media (min-width: 768px) and (max-width: 991px) {
    /* Your styles for screens between 767px and 991px */
    .logged-in header {
        top: 0px;
    }

    h1.fade-in-left {
        margin-top: 3rem;
    }
  }

  



/* Right Column (Green) */
.col-lg-6.h-100.p-0.overflow-hidden,
.col-lg-6.position-relative.h-100.p-0.overflow-hidden {
  position: relative;
}

/* Background Image */
.bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.shadow {
	-webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.bg-grey {
	background-color: #E7ECF2;
}
/* .hero-small .arrow {
	background-image: url('../imgs/small-hero-arrow.svg');
	background-position: left -60px center;
	background-repeat: no-repeat;
	
}*/
.loaded .hero-small .arrow {
	background-position: left center; transition: all 1s ease-out;
}
/* Triangle Overlay Container */
.triangle-group-container {
  position: absolute;
  inset: 0;
  z-index: 2;
}
table#canspamBarWrapper {
    display: none;
}
footer img {
  max-width: 265px;margin-bottom:20px
}

/* Individual Triangle Images */
.static-left-triangle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: 80%;
  z-index: 3;
}
 .dark.blue {
	 background-color: #547295
 }
#searchModal {
  z-index: 9999999;
}
.mobile-top-triangle {
  display: none;
}

/* Animation Classes */
.fade-in-left {
  opacity: 0;
 
  transition: all 0.6s ease-out;
}
/*.team-hero .quote-box {
	background-color: rgba(0,0,0,.1);
}*/
.swiper-slide-active .fade-in-left {
  opacity: 1;
  transform: translateX(0);
}

/* Navigation Arrow */
.custom-prev-arrow {
  left: 30px !important;
  color: #000 !important;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 991.98px) {
 
  .triangle-group-container {
   width: 360px !important;
    height: 300px !important;
  }

  .hero-content {
    padding: 1.5rem 2rem;
  }

  .bg-image {
    position: relative;
    min-height: 300px;
    background-position: 65% center;
  }

.cta-btn {
	max-width:none
}

  .mobile-top-triangle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 4;
  }

  .static-left-triangle {
    display: none;
  }

  .custom-prev-arrow {
    left: 30px !important;
  }
}

@media (max-width: 991.98px) {
    body.page-id-217 .bg-image {
      display: none;
    }
  }
  

@media (min-width: 992px) {
  /* Desktop-specific triangle positioning */
  .triangle-group {
    position: absolute;
    transition: transform 0.8s ease-out;
  }
  
  .triangle-group.active {
    transform: translateY(0px);
  }
}

@media (max-width: 767px) {
    .col-lg-6.d-flex.align-items-center.position-relative {
        min-height: 260px;
    }
  }


  @media (max-width: 353px) {
    .triangle-group-container {
        width: 100% !important;
        height: 258px !important;
    }
}
  

/* HERO SECTION STYLES */
.hero {
    position: relative;
    width: 100%;
 height: 80vh;max-height: 600px;
    overflow: hidden;
 
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 105%;z-index: 0;
    height: 100%;
    background-image: url('../imgs/signa-hero-square-bg.jpg');
    background-size: cover;
    background-position: center;
}


/* Fade-in-from-left animation for background image */
@keyframes fadeInLeftBackground {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(-10);
    }
}

.bg-image.fade-in-left {
    animation: fadeInLeftBackground 1.5s ease-out forwards;
    opacity: 0;
}



/* Fade-in-from-left animation for static left triangle */
@keyframes fadeInLeftTriangle {
    from {
        opacity: 0.5;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.static-left-triangle.fade-in-left {
    animation: fadeInLeftTriangle 1s ease-out forwards;
    opacity: 0;
}


/* Triangle Group Container */
.triangle-group-container {
    position: relative;
    width: 700px;
    height: 700px;
    overflow: hidden;
}

/* Triangle Group Images */
.triangle-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* Start with all images hidden */
    transition: opacity 0.5s ease-in-out; /* Smooth fade effect */
}


/* Default: Hide mobile triangle */
.mobile-top-triangle {
    display: none;
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    z-index: 5; /* Ensure it appears above other elements */
}

/* Static Left Triangle Overlay */
.static-left-triangle {
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 4; /* Ensure it appears above the animated triangles */
    pointer-events: none;
}



.triangle-group.active {
    opacity: 1; /* Only the active image is visible */
}
 
@media (max-width: 767px) {
    .col-md-6,
    .col-md-5 {
        width: 100%;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }
 


    .triangle-group-container {
        width: 100%;
        height: 435px;
    }

    .static-left-triangle {
        display: none;
    }

    .mobile-top-triangle {
        display: block;
    }

    .triangle-group {
        display: none;
    }

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

}

@media (max-width: 511px) { 
    .custom-prev-arrow {
        top: 68% !important;
    }

}

/* Content Styling */

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-left {
    animation: fadeInLeft 2s ease-out forwards;
    opacity: 0;
}

/* h1.fade-in-left {
    animation-delay: 0.3s;
} */

/* p.fade-in-left {
    animation-delay: 0.6s;
} */

.hammy, .hammy i, .hammy i::before {
  color: #000;
}
.scroll .hammy, .scroll .hammy i, .scroll .hammy i::before, .active.hammy i::before {
  color: #fff;
}
h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #000000;
    line-height: 2.4rem;
    text-transform: uppercase;
}
.single h1 {
    font-size: 1.75rem;
    line-height: 2.05rem;padding-top: 3px;
}
p.banner-text-fade-in {
  font-size: 20px;
  line-height: 32px;
}
p {
    font-size: 1.15rem;
    color: #000000;
}

/* Spacer Column */
.col-md-1 {
    background-color: transparent;
}

.hero::before {
    display: none;
}

.hero::after {
    display: none;
}

/* HERO SECTION STYLES END */


/* SLIDER CSS */

/* Swiper Container */
.swiper-container {
    width: 100%;
    height: auto;
}

/* Custom Left Arrow */
.custom-prev-arrow {
    position: absolute;
    top: 38%;
    left: 20px;
    z-index: 10;
    width: 40px;
    height: 40px;
    background-image: url('./imgs/left-nav-arrow.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    cursor: pointer;
}

.slider-icons {
    display: flex;
    gap: 8px;
    margin-top: 3rem;
  }
  
  .slider-icon {
    opacity: 0;
    transform: translateX(-5px);
    animation: fadeInIconLTR 0.7s forwards;
  }
  
  .slider-icon-1 {
    animation-delay: 0.1s;
    max-height: 20px;
  }
  .slider-icon-2 {
    animation-delay: 0.4s;
    max-height: 20px;
  }
  .slider-icon-3 {
    animation-delay: 0.7s;
    max-height: 20px;
  }
  
  @keyframes fadeInIconLTR {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  


/* SLIDER CSS END */


/* TOP NAV STYLES */

.scroll .header {
   background-color: transparent;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

@media (max-width: 1461px) {
    .col-md-3.ps-0.logo {
        width: 285px !important;
        padding-right: 0px !important;
    }

    .gap-6 {
        gap: 0.2rem !important;
    }
}

@media (max-width: 1399px) {
    .nav-list li {
 
        font-size: 0.8rem !important;
    }

    button.btn.nav-link.sigmega {
        font-size: 0.8rem !important;
        line-height: 1.6rem;
    }
}


@media (max-width: 1199px) {
    .nav-list li {
        padding: 0px 1.1rem !important;
        font-size: 0.8rem !important;
    }

    button.btn.nav-link.sigmega {
        font-size: 0.8rem !important;
        line-height: 1.6rem;
    }

    .menu-links {
        width: 100%;
        justify-content: flex-start !important;
        padding-left: 0px !important;
        margin-left: -1.1rem;
        margin-top: 1.5rem;
    }

    .nav-list {
        margin: 0 !important;
    }
}

@media (max-width: 1024px) {
 
    .menu-links {
        width: 75%;
        justify-content: flex-end !important;
        padding-left: 0px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    .col-md-3.ps-0.logo {
        width: 230px !important;
    }
}

@media (max-width: 991px) {
   

    .col-md-3.ps-0.logo {
        width: 280px !important;
        padding-left: 2.1rem !important;
    }

    .menu-links {
        width: 62%;
    }

    .custom-prev-arrow {
        top: 60%;
    }
}



@media (max-width: 575px) {
    .col-md-3.ps-0.logo {
        padding-left: 1.2rem !important;
    }
     .hero.team-filter-hero {
    height: auto;min-height: 400px;
  }
}

@media (max-width: 430px) {
    .col-md-3.ps-0.logo {
        padding-left: 1.2rem !important;
    }
}

/* Header */
.header {
    padding: 0px 0;
  }

.logo img {
width: 280px;
  }

  .gap-6 {
    gap: 1rem;
  }
  
  .logo img {
    max-height: 40px; /* Adjust logo size */
  }
  
  .nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .nav-list li {
    display: inline-block;
    padding: 0px 1.25rem;
    text-transform: uppercase;
    font-size: 0.8rem
  }
  .searcher.button.social.search {
  font-size: 1.4rem;
  margin-top: -9px;
}
  .nav-list a {
    text-decoration: none;
    color: #000000;font-weight: 500;
  letter-spacing: 1px;
  }
  p a {
  color: #547295;
  position: relative;
}
p a::after {
content: '';
  display: block;
  height: 1px;
  width: 0%;
  position: absolute;
  bottom: 4px;
  left: 0;
  background-color:  #547295;
	}
	p a:hover::after {
		width: 100%; transition: all 0.3s ease;
		}
  .nav-list a:hover {
    color: #555555;
  }
  
  .search-glass {
    max-width: 20px;
    height: 20px;
  }

  button.search-sig {
    border: none;
    width: 30px;
    background: transparent;
    margin-top: -4px;
    margin-left: 10px;
}
  
  .menu-links {
    display: flex;
    justify-content: space-between;
  }

  #nav-icon span {
    background: #000;
}
 
button.btn.nav-link.sigmega {
    background: none;
    border: none;
    color: #000;
    font-size: 1.1rem;
    letter-spacing: normal;
    line-height: 1.6rem;
}

button.btn.nav-link.sigmega:hover {
    background: none;
    border: none;
}

/* SUB LINKS IN MENU STYLES */
.menu-level-tab:hover {
    cursor: pointer;
}
.csSubmenuWrap {
  position: absolute;
  left: 0;
}
.menu li {
  position: relative;
}
.sub-menu {
  padding: 0;
  margin: 0;
}
.sub-menu li {
	  display: block;  width: 100%;
	}
.sub-menu a {
  padding: 10px;
  display: block;
  background-color: rgba(255,255,255,.4);
  width: 100%;
}
.csSubmenuWrap {
  position: absolute;
  left: 0;
  width: 240px;
}
.sub-menu a:hover {
	background-color: rgba(255,255,255,.9);
	}
	.menu li:hover .csSubmenuWrap {
  opacity: 1;
  display: block;
}
.menu li .csSubmenuWrap {
  opacity: 0;
  display: none;
}
/* Child links styling */

/* Default state: hidden */


.col-md-4.mega-col-bg {
    position: relative;
}

/* Submenus default state: hidden */
.submenu {
    opacity: 0;
  visibility: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;background-color: #fff;
  transition:
opacity 0.3s linear;

}

/* Submenu visible state */
.submenu.visible {
    opacity: 1;
    visibility: visible;
}
.mega-col-bg ul li:last-child {
  margin-bottom: 0;
}


#child-links-column ul li {
    background: #ededed;
    list-style-type: none;
    margin-bottom: 7px;
}

#child-links-column ul li a {
    text-decoration: none;
    color: #000;
}
header .logo a {
  margin-left: -3px;
}
#child-links-column ul li:hover {
    background-color: #d0d0d0;
}

/* Default link styling */
.menu-level-tab {
    text-decoration: none;
    color: #000; /* Black text */
    display: block;
    padding: 1rem;
    position: relative;
}

.submenu.grower::after {
    content: '';
    display: inline-block;
    display:none;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 40%; 
    right: 1.5rem;
    transform-origin: center;
}

/* Hover styling */
 
/* Active styling */
.menu-level-tab.active {
font-weight: 600;
}
 
.menu-level-tab:visited {
    color: #000;
}

/* SUB LINKS IN MENU STYLES END */

/* Remove blue outline on focus */
button.btn.nav-link.sigmega:focus,
button.btn.nav-link.sigmega:active {
    outline: none;
    box-shadow: none;
}

/* Optional for Chrome and Safari */
button.btn.nav-link.sigmega {
    -webkit-tap-highlight-color: transparent;
}


/* Modal Menu pop up styles */
 .modal-backdrop {
  --bs-backdrop-zindex: 0 !important;
  }
.modal-body {
    padding: 7px;
}

 
.col-md-4.mega-col-bg {
    background: #fff;
    border-right: 7px solid #fff;
}

.mega-img {
    width: 508px;
    height: -webkit-fill-available;
}

.mega-col-bg ul {
    padding-top: 0px;
    padding-left: 0px;
}

.mega-col-bg ul li {
    background: #fff;
    list-style-type: none;
    margin-bottom: 7px;
     break-inside: avoid-column; 
    padding-bottom: 0px;
 
}

.mega-col-bg ul li a.menu-level-tab {
    text-decoration: none; 
    color: #000; letter-spacing: -0.2px;
    display: flex;font-size: .925rem;
 
    align-items: center;
    width:100%;border-bottom: 1px solid rgba(0,0,0,0);
    padding: .66rem 1rem;
}

.mega-col-bg ul li a:hover {
  background-color: rgba(0,0,0,.05);
  color: #000;
  font-weight: 500;
}
.mega-col-bg blockquote p {
  font-weight: 400;
  }
/* Add arrow to links using :after pseudo-element */
.mega-col-bg ul li a.menu-level-tab::before {
  content: '';
  display: inline-block;
 margin-right: 8px;
  padding: 5px;margin-bottom: 2px;
  background-image: url(/wp-content/uploads/2025/04/sig-ico-1.png);
}
.recognition-title {
  font-size: .9rem;
}

/* Modal Menu pop up styles END */


  @media (max-width: 1024px) {

    header .mobile-menu-wrapper nav:not(.main-menu):not(.categorySub) .nav-list {
        display: block !important;
    }

    .nav-list {
        display: none !important;
    }

    .search-sig {
        display: none;
    }

    header .mobile-nav {
        display: inline-block !important;
     
        padding: 0px 10px;
    }


    .menu-links {
        display: none;
      }
    
      .mobile-nav {
        display: flex; /* Show mobile menu */
        align-items: center;
        justify-content: flex-end;
        gap: 15px;
      }
}


@media (max-width:767px) {
    .mobile-nav.d-none {
        position: absolute;
  top: 30px;
        right: 3%;
    }

    .logo img {
        padding-left: 5px;
    }
}


/* TOP NAV STYLES END */


/* BUTTON STYLES */
.cta-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #547295;
    color: #fff;
    margin-top: 3rem;
   padding: 0.8rem 1rem 0.8rem 1.25rem;
  font-size: 1.15rem;
    font-family: "new-atten", sans-serif;
    font-weight: 500;
    text-decoration: none;
    border: none;
    min-width: 160px;
    max-width: 500px;
    width: auto;
    box-sizing: border-box;
    transition: background 0.25s, color 0.25s;
    overflow: hidden;
    position: relative;
    animation: wipeIn 1.6s ease-out;
    white-space: nowrap;
}



@keyframes wipeIn {
    from {
        clip-path: inset(0 100% 0 0);
    }
    to {
        clip-path: inset(0 0 0 0);
    }
}

.cta-btn-text {
 
  transition: color 0.25s;
  text-transform: uppercase;
  letter-spacing: 1px;margin-top: 2px;
}

.cta-btn-icon {
 width: 26px;
  height: 26px;
    margin-left: 1rem;
    transition: filter 0.25s;
}

/* Hover state */
.cta-btn:hover,
.cta-btn:focus {
    background: #d1d6d6;
    color: #111;
}

.cta-btn:hover .cta-btn-text,
.cta-btn:focus .cta-btn-text {
    color: #111;
}

.cta-btn:hover .cta-btn-icon,
.cta-btn:focus .cta-btn-icon {
    filter: brightness(0.7);
}
/* BUTTON STYLES END */



/* ACCOLADES STYLES */

/* Accolades Section */
.accolades {
    background-color: #F0F0F0;
}

.accolades h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.accolades p {
  font-size: 1.2rem;
  line-height: 1.5;
    margin-bottom: 2rem;
}

/* Accolade Cards */
.accolade-card {
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.accolade-card h5 {
    font-size: 1rem;
    text-transform: uppercase;
    color: #000;
}

.accolade-card hr {
    background: #547295;
    height: 0px;
    opacity: 1;
    margin: -7px 0 1.5rem 0;
    max-width: 22.5rem;
    width: 100%;
    border-bottom: 1px solid #547295;
    display: block;
}

.accolade-card p {
    font-size: 1.1rem;
    line-height: 35px;
}

.accolade-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: auto;
}

/* Quote Box */
.quote-box {
    background-color: #547295;
}
.hero .container.z-9, .rc-hero.z-9 {
	z-index: 9
}
p.quote-symbol {
    font-size: 8rem !important;
    padding: 3rem 2rem 0px 0px;
    margin-bottom: 0rem !important;
}
.tax-practice-area .reverseHero .square-container::before {
  content: '';
  background-color: #547295;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .33;
}
.quote-box p {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  color: #ffffff;
 
}

.quote-box footer {
    font-size: 14px;
}

.quote-box h5 {
    margin-top: 3rem;
    font-weight: 600;
   font-size: 1rem;
    color: #ffffff;
}

@media (max-width: 1453px) {
    .accolade-card {
        min-height: 224px;
    }
}

@media (max-width: 991px) {
    .leftacco {
        padding-left: 1.5rem !important;
    }
}


@media (max-width: 767px) {
    .accolade-card {
        min-height: 200px;
    }
}

@media (max-width: 575px) {
    .col-lg-4.quo-col {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/* ACCOLADES STYLES END */


/* CONTACT STYLES */

.contact-us {
    background-color: #ffffff;
}

.contact-inner {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: stretch;
}

@media (min-width: 992px) {
    .map-box,
    .location-bg {
        min-height: 300px;
    }
}

@media (max-width: 991.98px) {
    .map-box,
    .location-bg {
        min-height: 420px;
    }
    .google-map {
        min-height: 320px;
        height: 420px;
    }
}

 
.map-box {
 
    line-height: 0; /* Remove whitespace below iframe */
    height: 430px;
}

.google-map {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 200px; /* Ensures visibility on mobile */
    border: 0;
}

.location-bg {
    background-color: #547295;
    color: #fff;
    display: flex;
    align-items: center;
}

.location-details {
    padding: 4rem 1rem 4rem 1rem;
}

.location-details h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
    letter-spacing: 1px;
}

.location-details p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.location-link {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    word-break: break-all;
}

/* No less than 1200px, no greater than 1399px */
@media (min-width:1200px) and (max-width:1399px) {
    .location-link {
        font-size: 0.8rem;
    }
  }
  

.location-link:hover {
    color: #e7ecf2;
    text-decoration: underline;
}

.icon-lg {
    width: 60px;
    height: 62px;
}

.icon-md {
    width: 18px;
    height: 14px;
}

.icon-sm {
    width: 8px;
    height: 15px;
}

/* CONTACT STYLES END */

/* SECONDARY NAVIGATION */

.tab-pane p a:not(.button) {
  text-decoration:
underline;
}

.tab-pane p a:hover:not(.button) {
color:#547295
}
.second-tabs-section {
    background: #f7f9fa;
   padding: .85rem 0;
  }
  .tab-link {
  width: 100%;
  border:0;
text-transform: uppercase;
}

  .tabs-row {
    --tab-gap: 5px;
    margin-left: calc(var(--tab-gap) * -0.5);
    margin-right: calc(var(--tab-gap) * -0.5);
    border: 0;
  }
  
  .tabs-row > div {
    padding-left: calc(var(--tab-gap) * 0.5);
    padding-right: calc(var(--tab-gap) * 0.5);
  }
  
  .tab-link {
    display: block;
    background: #e6eaea;
    color: #000;font-family: "new-atten", sans-serif;
    text-align: left !important;
    padding: 1rem 1rem 1rem 1rem;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
  }
  
  .tab-link.active,
  .tab-link:hover,
  .tab-link:focus {
    background: #547295;
    color: #fff !important;
    border-color: #547295;
    text-align: left;
  }
  
  /* Responsive: stack vertically on small screens */
  @media (max-width: 767.98px) {
    .tabs-row > div {
      margin-bottom: 5px;
    }
  }
  
  

/* SECONDARY NAVIGATION END */

/* CONTENT BOX STYLES */

.content-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}

.content-box {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding-bottom: 6rem !important;

}


.content-box-clear {
    background-color: transparent; 
}

.content-box h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 500;
}

.content-box p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-weight: 500;
}


/* CONTENT BOX 2 STYLES */
.content-box-v2 {
    max-width: 650px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Ensure the row takes up full height */
.content-area .row {
    display: flex; /* Use flexbox for alignment */
    align-items: stretch; /* Stretch child columns to match row height */
    position: relative;
    z-index: 1;
}

/* Add ::before pseudo-element for white background  
.col-lg-7.position-relative::before {
    content: '';
    position: absolute;
    top: 0;
    left: -40rem;
    width: 40rem;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 0;
}

/* CONTENT WITH RIGHT QUOTE COLUMN BOX STYLES */

.content-r-col-quote {
    background-image: url('../imgs/right-quote-2-col-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width:100%;
    padding: 2rem 2rem 1rem 2rem;
    text-align: center;
}

.content-r-col-quote p {
     font-size: 1.1rem;
    line-height: 1.8;
    font-style: italic;
}


.content-r-col-quote h5 {
    margin-top: 1.5rem;
    font-weight: 600;line-height: 1.55rem;
    font-size: 1rem;
}

@media (max-width:991px) {
    .content-r-col-quote {
        min-height: 350px;
    }
    
    
    .content-r-col-quote p {
        font-size: 15px;
        line-height: 25px;
    }
}


@media (max-width: 767px) {
    .content-r-col-quote p {
        font-size: 1.15rem;
        line-height: 34px;
    }

    .content-r-col-quote h5 {
        font-size: 1.15rem;
    }
}




/* CONTENT WITH RIGHT QUOTE COLUMN BOX STYLES */


/* CONTENT BOX 2 STYLES END */


/* MAP WIDGET STYLES */

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

.map-box-widget {
    height: 333px;
}

.map-content-r-col-quote p {
    font-size: 20px;
    margin-top: 3rem;
    line-height: 35px;
    padding: 0px 2rem 0px 2rem;
}


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

@media (max-width:1200px) {
.content-r-col-quote {
	padding: 2rem
	}
	.content-r-col-quote h5 {
  font-size: .95rem;
}
.quote-box h5 {
  font-size: 0.95rem;
}

	}
@media (max-width:991px) {
    .map-content-r-col-quote p {
        font-size: 18px;
        margin-top: 2rem;
        line-height: 30px;
        padding: 0px 0.5rem 0px 0.5rem;
    }
}
.ass .swiper-pagination-bullet-active {
  background:#547295
}

/* MAP WIDGET STYLES END */
.blue-bg {
  background-color: #F5F5F5;
}

/* TEAM MEMBER WIDGET STYLES */

.team-mem-content-r-col {
    background-color: #ffffff;
    height: 575px;
    width:100%;
    max-width: 417px;
    padding: 1.5rem;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
}
.swiper-pagination-bullet {
	border-radius: 0;
	}
.awards {
	background-color: #f5f5f5;
}

.map-content-r-col-quote p {
font-size: 1.1rem;
  margin-top: 3rem;
  line-height: 2rem;
  padding: 0px 2rem 0px 2rem;
}


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


/* TEAM MEMEBER WIDGET STYLES END */

/* MENU WIDGET SERVICES STYLES */

.services-widget {
    width: 100% !important;
 
    background: #F0F0F0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
    padding: 0;
    margin-bottom: 1rem;
    margin: 0 auto;
}

.services-sector-widget {
    width: 100% !important;
    max-width: 417px;
    background: #E7ECF2;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
    padding: 0;
    margin-bottom: 1rem;
    margin: 0 auto;
}
.hero p {
  font-size: 1.25rem;
  line-height: 1.72rem;
  }
.services-widget-inner,
.services-sector-widget-inner {
    padding: 2rem 1.5rem;
}

.services-widget-title,
.services-sector-widget-title {
    font-size: 1.25rem;
       font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #232323;
}

.services-widget-list,
.services-sector-widget-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-widget-list li,
.services-sector-widget-list li {
    margin-bottom: 1rem;
}

.services-widget-link,
.services-sector-widget-link {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    color: #232323;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.services-widget-link:hover,
.services-widget-link.active,
.services-sector-widget-link:hover,
.services-sector-widget-link.active {
    color: #3b5b7a;
    font-weight: 600;
}

.services-widget-icon {
    width: 22px;
    height: 22px;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

/* Adjustments for Screens Smaller than 991px */
@media (max-width: 991px) {
    .services-widget-inner, .services-sector-widget-inner {
        padding: 1rem 0.6rem;
    }

    .col-md-4.ps-5.wht-quote {
        width: 100%;
        padding-left: 0.7rem !important;
    }
   
}

/* Adjustments for Screens Smaller than 767px */
@media (max-width: 767px) {
    .services-widget .services-sector-widget {
        margin-left: 0rem;
        margin-right: 0rem;
    }
   
}

/* MENU WIDGET SERVICES STYLES END */

/* PODBYTES WIDGET STYLES */

.audio-player-widget {
    background: #E7ECF2;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.07), 0 1px 2px -1px rgba(0,0,0,0.07);
    max-width: 417px;
 
    margin: 0 auto;
  }
  
  .logo-img {
    max-width: 180px;
    width: 100%;
    height: auto;
  }
  
  .audio-progress {
    accent-color: #547295;
    height: 4px;
  }
  
  .audio-btn {
    background: #e3e7e8;
    border: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }
  
  .audio-btn-main {
    background: #547295;
  }
  
  .audio-btn svg {
    display: block;
  }
  
  .audio-btn:active, .audio-btn:focus {
    outline: 2px solid #547295;
  }
  

/* PODBYTES WIDGET STYLES END */


/* SERVICES NAVIGATION STYLES */


.services-list {
    background: #F0F0F0;
}

.services-list h3 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 2rem;
    color: #333;
    text-transform: uppercase;
}

.services-list-ul {
    list-style-type: none;
    padding-left: 0;
}

.services-list-ul li {
    background-color: #fff;
    margin-bottom: 1rem;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding-bottom: 0px;
}

.services-list-ul li:hover {
    background-color: #e9ecef;
}

.service-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    text-decoration: none;
    color: #333;
}

.service-link:hover {
    color: #547295;
}

.service-icon {
    width: 28px;
    height: auto;
}

.col-lg-6.bluebg {
    background-color: #E7ECF2;
}


.services-right-column::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 200%;
    height: 100%;
    background-color: #E7ECF2;
    z-index: 1;
}

/* Adjustments for Screens Smaller than 992px */
@media (max-width: 991px) {
    .services-right-column {
        z-index: 1;
    }

    .services-right-column::before {
        left: -20%;
        width: 160%;
        z-index: -1;
    }

}

/* SERVICES NAVIGATION STYLES END */

/* TEAM MEMBERS FILTER STYLES */

.team-filters {
    background: transparent;
  }
  
  .filter-field {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .filter-field input.form-control,
  .filter-field .filter-dropdown {
    background: #E7ECF2;
    border: none;
    border-radius: 0;
    color: #222;
font-size: .9rem;
  font-family: "new-atten", sans-serif;
  font-weight: 500;
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    width: 100%;
    box-shadow: none;
    margin-bottom: 0.3rem;
  }
  
  .filter-field .filter-dropdown {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    position: relative;
    gap: 0.5rem;
  }
  
  .filter-icon {
   position: absolute;
  right: 12px;
  top: 22%;
  width: 24px;
  height: 24px;
  pointer-events: none;
  z-index: 2;
  }
  
  /* Down arrow SVG styling */
  .dropdown-arrow {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0px;
  }
  
  .dropdown-menu {
    background: #E7ECF2;
    color: #222;
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 16px rgba(60,60,60,0.06);
    margin-top: 2px;
  }
  
  .dropdown-item {
    color: #000 !important;
    background: transparent;
    transition: background 0.2s, color 0.2s;
    padding: 0.75rem 1rem;
  }
  
  .dropdown-item:hover,
  .dropdown-item:focus {
    background: #5c7a99;
    color: #fff !important;
  }
  
  /* Responsive adjustments */
  @media (max-width: 767.98px) {
    .filter-field input.form-control,
    .filter-field .filter-dropdown {
      font-size: 1rem;
      height: 44px;
    }
    .filter-icon {
      width: 28px;
      height: 28px;
    }
  }
  

/* TEAM MEMBERS FITLERS STYLES END */


/* FOOTER STYLES */

.footer {
    background-color: #DDE4EA; /* Light blue for main footer */
    color: #333; /* Default text color for readability */
}

.footer h6 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: .5rem;
    text-transform: none;
    color: #000;
}

.footer p {
    margin-bottom: .5rem;
    color: #000000;
    font-size: 1.1rem;
}

.footer a {
    color: #547295; /* Dark blue for links */
    text-decoration: none;
}

.email-footer-l {
    color: #000 !important;
    font-size: 1.1rem;
}

.footer a:hover {
    text-decoration: underline; /* Add underline on hover */
}

/* Bottom Row Styling */
.footer-bottom {
    background-color: #547295; /* Dark blue for bottom row */
    color: #FFFFFF; /* White text for contrast */
}

.footer-bottom p {
    margin-bottom: 0; /* Remove extra spacing */
}

p.mb-0.f-copyright {
    color: #ffffff;
    font-size: 1.1em;
}


.footer-bottom ul {
    padding-left: 0; /* Remove default padding */
}

.footer-bottom .list-inline-item a {
    margin-right: .5rem;
}

img.img-fluid.footer-sra {
    max-height: 96px;
}

/* social media */

/* Base styles for social media icons */
.footer-bottom .list-inline-item a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-right: 5px;
}

/* Icon size adjustment */
.footer-bottom .list-inline-item a i {
  color: #DDE4EA;
}

/* Hover effect */
.footer-bottom .list-inline-item a:hover {
    color: #E7ECF2;
    border-color: #E7ECF2;
}

.footer-bottom .list-inline {
    display: flex;
    justify-content: flex-end;
}

.footer-bottom .list-inline-item:last-child a {
    margin-right: 0;
}
/* social media end */

/* ----- Footer Responsive Layout for <= 767px ----- */
@media (max-width: 767px) {
    .footer .row {
      flex-direction: column !important;
    }
    .footer .col-md-4,
    .footer .col-md-4.text-end {
      width: 100% !important;
      text-align: left !important;
 
    }
    .footer .col-md-4.text-end {
      text-align: left !important;
      margin-bottom: 2rem;
    }
    .footer .footer-sra,
    .footer .footer-logo {
      display: block;
      margin: 0 0 1.5rem 0;
      max-width: 160px;
    }
    .footer-bottom .row {
      flex-direction: column !important;
      align-items: flex-start !important;
      text-align: left !important;
    }
    .footer-bottom .col-md-4,
    .footer-bottom .col-md-4.text-center,
    .footer-bottom .col-md-4.text-md-start,
    .footer-bottom .col-md-4.text-md-end {
      width: 100% !important;
      text-align: left !important;
      margin-bottom: 1rem;
    }
    .footer-bottom .list-inline {
      justify-content: flex-start !important;
      margin-top: 0.5rem;
    }
  }
  

/* FOOTER STYLES END */