/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Global Styles */
:root {
  --primary-color: #002d59;
  --secondary-color: #009fda;
  --text-color: #606264;
  --mobile-bg-color: #09367a;
}

html {
  font-size: 62.5%;
}

html.has-scroll-smooth {
  overflow: hidden;
}

.hidden {
  display: none;
}

input:focus,
select:focus {
  outline: none;
}

.searchwp-highlight {
  background-color: rgb(34 116 170 / 10%);
}

/* ! Lenis Styles */
html.lenis,
html.lenis body {
  height: auto;
  overflow-x: hidden;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* ! Link Styles */
p a,
.contactMail a,
.loopCarousel a,
.post-breadcrumb a,
.elementor-element-61fcf2c p,
.elementor-element-b793e74 p,
#footer-frm #terms2,
#footer-frm #privacy,
#contact-us-form #terms2,
#contact-us-form #privacy,
#socMedGuide p,
#businessCon p,
#transparency p,
#secRule p {
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}

p a::after,
.contactMail a::after,
.loopCarousel a::after,
.post-breadcrumb a::after,
.elementor-element-61fcf2c p::after,
.elementor-element-b793e74 p::after,
#footer-frm #terms2::after,
#footer-frm #privacy::after,
#contact-us-form #terms2::after,
#contact-us-form #privacy::after,
#socMedGuide p::after,
#businessCon p::after,
#transparency p::after,
#secRule p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: var(--secondary-color);
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease;
}

p a:hover,
.contactMail a:hover,
.loopCarousel a:hover {
  color: var(--secondary-color);
}

p a:hover::after,
.contactMail a:hover::after,
.loopCarousel a:hover::after,
.post-breadcrumb a:hover::after,
.elementor-element-61fcf2c p:hover::after,
.elementor-element-b793e74 p:hover::after,
#footer-frm #terms2:hover::after,
#footer-frm #privacy:hover::after,
#contact-us-form #terms2:hover::after,
#contact-us-form #privacy:hover::after,
#socMedGuide p:hover::after,
#businessCon p:hover::after,
#transparency p:hover::after,
#secRule p:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.elementor-element-61fcf2c p,
.elementor-element-b793e74 p,
#footer-frm #terms2,
#footer-frm #privacy,
#contact-us-form #terms2,
#contact-us-form #privacy,
#socMedGuide p,
#businessCon p,
#transparency p,
#secRule p {
  cursor: pointer;
}

#footer-frm #terms2,
#footer-frm #privacy,
#contact-us-form #terms2,
#contact-us-form #privacy {
  text-decoration: underline;
}

#footer-frm #terms2:hover,
#footer-frm #privacy:hover,
#contact-us-form #terms2:hover,
#contact-us-form #privacy:hover {
  text-decoration: none;
}

#maingate {
  cursor: pointer;
}

/* ! Image Reveal Animation */
.reveal {
  overflow: hidden;
}

body:not(.elementor-editor-active):not(.wp-admin) .reveal img {
  clip-path: circle(0% at center);
}

.elementor-editor-active .elementor-widget-image .reveal img,
.wp-admin .elementor-widget-image .reveal img {
  clip-path: none !important;
  transform: none !important;
}


/* ! Specific Items */
.energyshape {
  mix-blend-mode: multiply;
}

.process-arrow {
  opacity: 0.8;
  mix-blend-mode: screen;
}

.contactMail p {
  margin-bottom: 0.7rem;
}

.contactMail a {
  text-decoration: underline;
  color: var(--text-color);
}

.contactMail a:hover {
  text-decoration: none;
}

@media (max-width:325px) {
  .fix325 div {
    font-size: 1.3rem !important;
    line-height: 2rem !important;
  }
}

/* ! Header Styles */
.sub-arrow {
  display: none !important;
}

.sub-menu::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.45rem solid transparent;
  border-right: 1.45rem solid transparent;
  border-bottom: 1.5rem solid #07285bed;
}

.elementor-nav-menu--dropdown>ul {
  text-align: center !important;
}

.elementor-nav-menu--main .elementor-nav-menu ul {
  padding: 1.8rem 0 !important;
}

.elementor-nav-menu--main .elementor-nav-menu ul li a {
  justify-content: center;
  border: 0;
  white-space: normal;
  text-align: center;
}

header .elementor-icon-wrapper {
  height: 2.6rem;
}

/* ! Search Form Header */
#h_search_b {
  cursor: pointer;
}

#h_search_form {
  position: absolute;
  top: 11rem;
  right: 0;
  opacity: 0;
  display: none;
  border-radius: 8px;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#h_search_form.active {
  opacity: 1;
  display: block;
}

#h_search_form .elementor-search-form__submit {
  position: relative;
  background: transparent;
}

#h_search_form .elementor-search-form__submit:before {
  content: "|";
  position: absolute;
  left: 2px;
  margin-top: -1px;
}

.cTooltip .elementor-icon-wrapper {
  position: relative;
  display: inline-block;
}

.cTooltip .elementor-icon-wrapper:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #009fda;
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
  pointer-events: none;
}

.cTooltip .elementor-icon-wrapper:hover:before {
  opacity: 1;
}

.contact.cTooltip .elementor-icon-wrapper:before {
  content: 'Contact';
}

.login.cTooltip .elementor-icon-wrapper:before {
  content: 'Login';
}

.search.cTooltip .elementor-icon-wrapper:before {
  content: 'Search';
}

.latestVideo a {
  font-family: "Source Sans 3", Sans-serif;
  font-size: 1.6rem;
  line-height: 1rem;
  font-weight: 600;
  color: white;
}

.latestVideo a:hover {
  color: white;
}

@media screen and (max-width:768px) {
  .latestVideo {
    line-height: 1.8rem;
  }

  .latestVideo a {
    font-size: 2rem;
    line-height: 1.8rem;
  }

}

/* ! Sticky Header Transition */
.topSection,
#logo-menu,
header {
  transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 3;
}

.topSection {
  transform-origin: top;
  width: 100% !important;
}

.topSection.hide-cool {
  transform: perspective(1000px) rotateX(-90deg) translateY(-100%) scale(0.8);
  filter: blur(5px);
  opacity: 0;
}

.h_mobile.topSection.hide-cool {
  transform: translateY(-100%);
}

.scrolled #maingate .elementor-heading-title {
  color: #606264;
}

/* ! Mobile Menu */
#latestMobile {
  background-color: var(--mobile-bg-color);
  border-color: var(--mobile-bg-color);
}

#latestMobile span,
#latestMobile button,
#latestMobile svg {
  color: #ffffff;
  fill: #ffffff;
}

#extraFields {
  display: none;
}

#e-n-menu-content-1056,
#e-n-menu-content-1057,
#e-n-menu-content-1986,
#e-n-menu-content-1985,
#e-n-menu-content-1365,
#e-n-menu-content-7166,
#e-n-menu-content-1726 {
  display: block !important;
}
#e-n-menu-title-1721 {
  border-top: 0;
}
#mob-s-b {
  cursor: pointer;
}

.e-n-menu-title {
  justify-content: space-between !important;
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span i {
  font-size: 3.5rem !important;
  width: auto !important;
  color: #929496 !important;
}

#latestMobile .e-n-menu-dropdown-icon span i {
  color: white !important;
}

/* ! Mobile Menu Content */
.mob-drop-cont ul {
  list-style: none;
  padding: 0;
}

.mob-drop-cont ul li a {
  color: var(--text-color);
  font-size: 20px;
  line-height: 3.4rem;
  font-weight: 600;
}
.custom-top-section-styler .mob-drop-cont ul li a {
  color: #fff;
}
.mob-drop-cont ul li ul {
  padding-left: 3rem;
}

.mob-drop-cont ul li ul li a {
  font-size: 1.8rem;
  font-weight: 400;
}

/* Underline Animation */
.elementor-nav-menu--main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: var(--underline-width, 0);
  transform: translateX(var(--underline-left, 0));
  height: 3px;
  background-color: var(--secondary-color);
  transition: all 0.3s ease;
}

.elementor-nav-menu--main .elementor-item {
  position: relative;
  transition: color 0.3s ease;
}

/* Sub Menu Animation */
.elementor-nav-menu--main .elementor-nav-menu .sub-menu {
  transform-origin: top center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: block !important;
  width: 195px;
}

.elementor-nav-menu--main .elementor-nav-menu .sub-menu li ul {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
  transform: none !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin-top: -4px;
  margin-bottom: 7px;
}

.elementor-nav-menu--main .elementor-nav-menu .sub-menu li ul::before {
  display: none !important;
}

.elementor-nav-menu--main .elementor-nav-menu .sub-menu li ul li a {
  font-size: 1.5rem !important;
  line-height: 2.6rem !important;
  padding: 0 !important;
}

.elementor-nav-menu--main .elementor-nav-menu .sub-menu li ul li a:hover {
  border: none !important;
}

.elementor-nav-menu--main .elementor-nav-menu>.menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  pointer-events: auto;
}

.elementor-nav-menu--main .elementor-nav-menu .sub-menu .menu-item {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}

.elementor-nav-menu--main .elementor-nav-menu>.menu-item-has-children:hover>.sub-menu .menu-item {
  opacity: 1;
  transform: translateY(0);
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>ul,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul {
  left: 50% !important;
  transform: translateX(-50%) rotateX(-90deg);
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:hover:not(:first-child)>ul,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:hover>ul {
  transform: translateX(-50%) rotate(0deg);
}



/* Sub Menu left fix */
.elementor-nav-menu--layout-horizontal .elementor-nav-menu .menu-item:nth-child(1) .elementor-nav-menu--dropdown {
  margin-left: -0.8rem !important;
}

/* Sub Menu right fix*/
.elementor-nav-menu--layout-horizontal .elementor-nav-menu .menu-item:nth-child(4) .elementor-nav-menu--dropdown {
  margin-left: 0.8rem !important;
}



/* Fixed transition delays for child menu items */
.elementor-nav-menu--main .elementor-nav-menu .sub-menu .menu-item:nth-child(1) {
  transition-delay: 0.1s;
}

.elementor-nav-menu--main .elementor-nav-menu .sub-menu .menu-item:nth-child(2) {
  transition-delay: 0.2s;
}

.elementor-nav-menu--main .elementor-nav-menu .sub-menu .menu-item:nth-child(3) {
  transition-delay: 0.3s;
}

.elementor-nav-menu--main .elementor-nav-menu .sub-menu .menu-item:nth-child(4) {
  transition-delay: 0.4s;
}


/* Mobile Menu Animation 
.e-n-menu-wrapper .e-n-menu-heading>.e-n-menu-item .e-n-menu-title-text,
.e-n-menu-wrapper .e-n-menu-heading>.e-n-menu-item .e-n-menu-dropdown-icon {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.e-n-menu-wrapper[style*="--n-menu-dropdown-content-box-height"] .e-n-menu-heading>.e-n-menu-item .e-n-menu-title-text,
.e-n-menu-wrapper[style*="--n-menu-dropdown-content-box-height"] .e-n-menu-heading>.e-n-menu-item .e-n-menu-dropdown-icon {
  opacity: 1;
  transform: translateY(0);
}

/* Fixed transition delays for mobile menu items 
.e-n-menu-wrapper[style*="--n-menu-dropdown-content-box-height"] .e-n-menu-heading>.e-n-menu-item:nth-child(1) .e-n-menu-title-text,
.e-n-menu-wrapper[style*="--n-menu-dropdown-content-box-height"] .e-n-menu-heading>.e-n-menu-item:nth-child(1) .e-n-menu-dropdown-icon {
  transition-delay: 0.1s;
}

.e-n-menu-wrapper[style*="--n-menu-dropdown-content-box-height"] .e-n-menu-heading>.e-n-menu-item:nth-child(2) .e-n-menu-title-text,
.e-n-menu-wrapper[style*="--n-menu-dropdown-content-box-height"] .e-n-menu-heading>.e-n-menu-item:nth-child(2) .e-n-menu-dropdown-icon {
  transition-delay: 0.2s;
}

.e-n-menu-wrapper[style*="--n-menu-dropdown-content-box-height"] .e-n-menu-heading>.e-n-menu-item:nth-child(3) .e-n-menu-title-text,
.e-n-menu-wrapper[style*="--n-menu-dropdown-content-box-height"] .e-n-menu-heading>.e-n-menu-item:nth-child(3) .e-n-menu-dropdown-icon {
  transition-delay: 0.3s;
}

.e-n-menu-wrapper[style*="--n-menu-dropdown-content-box-height"] .e-n-menu-heading>.e-n-menu-item:nth-child(4) .e-n-menu-title-text,
.e-n-menu-wrapper[style*="--n-menu-dropdown-content-box-height"] .e-n-menu-heading>.e-n-menu-item:nth-child(4) .e-n-menu-dropdown-icon {
  transition-delay: 0.4s;
}

.e-n-menu-wrapper[style*="--n-menu-dropdown-content-box-height"] .e-n-menu-heading>.e-n-menu-item:nth-child(5) .e-n-menu-title-text,
.e-n-menu-wrapper[style*="--n-menu-dropdown-content-box-height"] .e-n-menu-heading>.e-n-menu-item:nth-child(5) .e-n-menu-dropdown-icon {
  transition-delay: 0.5s;
}

.e-n-menu-wrapper[style*="--n-menu-dropdown-content-box-height"] .e-n-menu-heading>.e-n-menu-item:nth-child(6) .e-n-menu-title-text,
.e-n-menu-wrapper[style*="--n-menu-dropdown-content-box-height"] .e-n-menu-heading>.e-n-menu-item:nth-child(6) .e-n-menu-dropdown-icon {
  transition-delay: 0.6s;
}

.e-n-menu-wrapper:not([style*="--n-menu-dropdown-content-box-height"]) .e-n-menu-heading>.e-n-menu-item .e-n-menu-title-text,
.e-n-menu-wrapper:not([style*="--n-menu-dropdown-content-box-height"]) .e-n-menu-heading>.e-n-menu-item .e-n-menu-dropdown-icon {
  opacity: 0;
  transform: translateY(10px);
  transition: none;
}

.e-n-menu-toggle {
  transition: opacity 0.3s ease-in-out;
}

.e-n-menu-wrapper[style*="--n-menu-dropdown-content-box-height"]~.e-n-menu-toggle .e-n-menu-toggle-icon.e-open {
  opacity: 0;
}

.e-n-menu-wrapper[style*="--n-menu-dropdown-content-box-height"]~.e-n-menu-toggle .e-n-menu-toggle-icon.e-close {
  opacity: 1;
}
 */
.elementor-nav-menu--main .elementor-nav-menu .sub-menu .menu-item-263 a,
.elementor-nav-menu--main .elementor-nav-menu .sub-menu .menu-item-264 a,
.elementor-nav-menu--main .elementor-nav-menu .sub-menu .menu-item-4544 a  {
  font-weight: 400 !important;
}

/* Header Inner Styles */

.headerInnerDesktop:before,
.headerInnerMobile:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  /* Light gray with some transparency */
  border: 1px solid #c0c2c4;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 1;
}

.scrolled .headerInnerDesktop:before,
.scrolled .headerInnerMobile:before,
.headerInnerMobile.menu-open:before {
  transform: translateY(0);
}

.scrolled .headerInnerDesktop a,
.scrolled .headerInnerMobile a {
  color: #606264 !important;
}

.scrolled .headerInnerDesktop ul.sub-menu li a,
.scrolled .headerInnerMobile ul.sub-menu li a {
  color: white !important;
}

.scrolled .headerInnerDesktop svg {
  fill: #606264 !important;
}

.scrolled .headerInnerMobile svg rect {
  fill: #09367a;
}

.innerLogo {
  display: inline-block;
  width: 23.6rem;
  height: 4.744rem;
  background-image: url("/wp-content/uploads/2024/07/ccm-logo-main-deskinnr.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 23.6rem 4.744rem;
  background-position: center;
  transition: background-image 0.3s ease;
}

.scrolled .innerLogo {
  background-image: url("/wp-content/uploads/2024/08/ccm-logo-main-desksticky.svg");
  background-size: contain;
}

/* Hide the original img */
.innerLogo img {
  opacity: 0;
  max-width: 100%;
  height: auto;
}

/* Footer CF7 styles */
/* Form container */
.wpcf7 p {
  margin-bottom: 0;
}

/* Input fields */
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 0 1.6rem;
  margin-bottom: 1.5rem;
  border: none;
  background-color: white;
  color: #333;
  border-radius: 0%;
  font-size: 1.4rem;
  line-height: 1.8rem;
  height: 4rem;
  outline: none;
}

#contact-us-form input[type="email"],
#contact-us-form input[type="text"],
#contact-us-form textarea,
#contact-us-form select {
  font-size: 1.7rem;
  line-height: 2rem;
}

/* Placeholder text */
.wpcf7 ::-webkit-input-placeholder {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #606264;
}

.wpcf7 ::-moz-placeholder {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #606264;
}

.wpcf7 :-ms-input-placeholder {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #606264;
}

/* Select dropdown */
.wpcf7 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23606264"><path d="M480-344 240-584l56-56 184 184 184-184 56 56-240 240Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  display: inline-flex;
}

/* Note text */
.wpcf7 .note {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  max-width: 25rem;
  margin: 0 auto;
  color: white;
  margin-top: 0.7rem;
  margin-bottom: 3rem;
}

/* Button container */
.wpcf7 .button-container {
  display: flex;
  justify-content: space-between;
}

/* Updated Clear Form button styles */
.wpcf7 #clear {
  cursor: pointer;
  padding: 0 2rem;
  font-size: 1.5rem;
  line-height: 4rem;
  color: #929496;
  border: 1px solid #929496;
  height: 4rem;
  transition: all 0.3s ease;
}

/* New style for Clear Form button when form has content */
.wpcf7 #clear.form-has-content {
  color: #ffffff;
  border: 1px solid #ffffff;
}

/* Submit button */
.wpcf7 input[type="submit"] {
  cursor: pointer;
  padding: 0 2rem;
  font-size: 1.5rem;
  line-height: 4rem;
  color: #ffffff;
  border: 1px solid #ffffff;
  height: 4rem;
  border-radius: 0%;
  word-spacing: 0.5rem;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #0080b3;
  border: 1px solid #0080b3;
}

.wpcf7-not-valid-tip {
  margin-bottom: -2rem;
  font-size: 1.4rem;
}

.frm-btn {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0;
  color: #ffffff;
}
/* =========================================================
   CF7 Custom Checkbox 
========================================================= */
.multiple-checkbox-gap {
    padding-left: 36px;
    margin-bottom: 28px;
}
.form-group .wpcf7-list-item {
  margin: 0;
}

.form-group .wpcf7-list-item-label {
  margin: 0;
}
.outside-checkbox-label {
transform: translateY(2px);
display: inline-block;
}
.form-group .wpcf7-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #c0c2c4;
  background: #fff;
  border-radius: 4px;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  flex: 0 0 auto;
  vertical-align: middle;
  margin: 0;
}

/* Tick */
.form-group .wpcf7-checkbox input[type="checkbox"]::before {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #2f6ccb;
  border-bottom: 2px solid #2f6ccb;
  transform: rotate(-45deg) scale(0);
  transform-origin: center;
  transition: transform 120ms ease-in-out;
}

/* Checked state */
.form-group .wpcf7-checkbox input[type="checkbox"]:checked::before {
  transform: rotate(-45deg) scale(1);
}

/* Focus */
.form-group .wpcf7-checkbox input[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 108, 203, 0.18);
}

/* Disabled */
.form-group-checkbox .wpcf7-checkbox input[type="checkbox"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}


.form-group p {
  margin: 0;
}

.form-group-checkbox p > .wpcf7-form-control-wrap,
.form-group-checkbox p > .wpcf7-form-control-wrap + span {
  display: inline-block;
  vertical-align: middle;
}

.form-group-checkbox p > .wpcf7-form-control-wrap {
  margin-right: 10px;
}

.form-group-checkbox p > br {
  display: none;
}
.form-group-checkbox-fix p {
    display: flex;
    gap: 2px;
}
.form-group-checkbox .wpcf7-form-control-wrap[data-name="information_confirm"] .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
}


.form-group-checkbox.multiple-checkbox-gap .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px; 
}

.form-group-checkbox.multiple-checkbox-gap .wpcf7-list-item > label {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.form-group-checkbox.multiple-checkbox-gap .wpcf7-list-item-label {
  display: inline;
  line-height: 1.35;
}

/* Footer Add to Any Styles */
.addtoany_list a:hover img,
.addtoany_list a:hover span {
  opacity: 1;
}

/* Hero Slider */
.content-wrapper {
  overflow: hidden;
  padding: 4.5rem 2.2rem;
}
.hero-container + .content-wrapper h1{
  max-width: 720px;
}
.hero-subtitle-sep {
  margin: 0 5px 0 7px;
}
.overlay {
  position: absolute;
  width: 120%;
  height: 12rem;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(93, 108, 111, 0) 100%);
  bottom: 10rem;
  transform: rotate(353.8deg);
  pointer-events: none;
  z-index: 1;
  left: -4rem;
  mix-blend-mode: multiply;
  transition: bottom 0.5s ease;
}

.overlay-mob {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(9 54 122 / 80%);
  top: 0%;
  left: 0%;
  z-index: 1;
  pointer-events: none;
  display: none;
}

.bar {
  width: 85%;
  height: 2.1rem;
  background: linear-gradient(to right,
      rgb(0 102 204 / 0%),
      rgb(2 103 218 / 25%));
  transform: rotate(353.8deg);
  position: absolute;
  left: 0;
  bottom: 11rem;
  overflow: hidden;
  mix-blend-mode: plus-lighter;
  clip-path: polygon(0 0,
      calc(100% - 1.4rem) 0,
      100% 50%,
      calc(100% - 1.4rem) 100%,
      0 100%,
      0 0);
  z-index: 2;
  transition: bottom 0.5s ease;
  opacity: 0;
}

@keyframes moveBar {
  from {
    transform: rotate(353.8deg) translate(-100%, 10%);
    opacity: 0;
  }

  to {
    transform: rotate(353.8deg) translate(0, 0);
    opacity: 1;
  }
}

.bar.animate {
  animation: moveBar 2s ease forwards;
  opacity: 1;
}

.bar:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgb(0 102 204 / 0%),
      rgb(0 159 218 / 100%));
  content: "";
  mix-blend-mode: hard-light;
  z-index: 3;
}

.hero-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20.7rem), 0% 100%);
  transition: clip-path 0.5s ease;
  overflow: hidden;
  background-color: #ffffff;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.content {
  position: relative;
  z-index: 1;
  height: 75rem !important;
  color: white;
  align-items: flex-start !important;

  padding: 0 2.2rem;
}

.content h1 {
  color: white;
  font-size: 4.8rem;
  line-height: 5.2rem;
  letter-spacing: 0.02rem;
  margin: 4px 0 12px;
}

.content h5 {
  color: white;
  font-size: 2.7rem;
  line-height: 3.1rem;
  font-weight: 500;
  margin: 0;
  font-family: "Montserrat", Sans-serif;

}

.content p {
  color: white;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 400;
  max-width: 75rem;
  margin-bottom: 1.8rem;
}

.button {
  color: white !important;
  border: 1px solid white;
  line-height: 5rem;
  padding: 1rem 1.8rem;
  margin-top: 1rem;
  font-size: 1.9rem;
  transition: all .3s;
}

.button:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

@media screen and (max-width: 768px) {
  .overlay-mob {
    display: block;
  }

  .content {
    min-height: 45.7rem;
    height: auto !important;
  }

  .content h5 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }

  .content h1 {
    font-size: 4rem;
    line-height: 4.4rem;
  }

  .content p {
    font-size: 2.1rem;
    line-height: 2.9rem;
    margin-bottom: 2.1rem;

  }

  .bar {
    height: 1.4rem;
    clip-path: polygon(0 0,
        calc(100% - 0.7rem) 0,
        100% 50%,
        calc(100% - 0.7rem) 100%,
        0 100%,
        0 0);
  }
}

/* Title Triangle */
.tb::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  width: 9rem;
  height: 3.5rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {

  /* Why Energy Infrastructure page specific styles */
  .clr.tb::before {
    background-color: #F2F3F4;
    top: -1px;
  }
}


.showcase.tb::before {
  left: 3rem;
}

@media screen and (max-width: 880px) {
  .showcase.tb::before {
    left: 9rem;
  }
}

.clist ul {
  padding-left: 2.1rem;
}

.clist ul li {
  margin-bottom: 1rem;
}

.clist ul li::marker {
  content: "";
}

.clist ul li::before {
  content: "•";
  color: #fff;
  position: absolute;
  left: 0;
  font-family: "Noto Serif", Sans-serif;
  font-size: 2rem;
}

/* Loop Carousel */
.elementor-swiper-button svg {
  transition: all 0.3s ease;
}

.elementor-swiper-button svg:hover {
  transform: scale(0.9);
}

.elementor-swiper-button svg:hover g {
  stroke: var(--secondary-color);
}

.loopCarousel .elementor-widget-theme-post-featured-image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.loopCarousel.video .elementor-widget-theme-post-featured-image:before {
  content: url(./assets/images/playCircle.png);
}

.loopCarousel.slide .elementor-widget-theme-post-featured-image:before {
  content: url(./assets/images/slideIcon.png);
}

/* Parallax Background */
.parallaxBG .elementor-motion-effects-layer::before {
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 17%,
      rgba(0, 0, 0, 0) 30%,
      rgba(0, 0, 0, 0) 70%,
      rgba(45, 129, 210, 1) 90%) !important;
}

.parallaxBG2 .elementor-motion-effects-layer::before {
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 15%,
      rgba(255, 255, 255, 0) 43%) !important;
}

.parallaxBG2.career::before {
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 15%,
      rgba(255, 255, 255, 0) 43%) !important;
}

/* Breadcrumb */
#breadcrumbs a {
  color: white;
}

#breadcrumbs span>span {
  margin: 0px 5px;
}
#breadcrumbs span>span:first-child {
  margin-left: 0px;
}


#breadcrumbs .breadcrumb_last {
  margin-left: 5px;
}



.page-id-248 #breadcrumbs .breadcrumb_last::before,
.page-id-252 #breadcrumbs .breadcrumb_last::before,
.page-id-254 #breadcrumbs .breadcrumb_last::before {
  content: "About:";
}

.page-id-228 #breadcrumbs .breadcrumb_last::before,
.page-id-230 #breadcrumbs .breadcrumb_last::before,
.page-id-236 #breadcrumbs .breadcrumb_last::before,
.page-id-232 #breadcrumbs .breadcrumb_last::before {
  content: "About:";
}


.page-id-240 #breadcrumbs .breadcrumb_last::before,
.page-id-238 #breadcrumbs .breadcrumb_last::before,
.page-id-242 #breadcrumbs .breadcrumb_last::before {
  content: "Resources:";
}



.innerBreadSearch {
  display: none;
}

.search-results .innerBreadSearch {
  display: block;
}


/* Popup */
.popImg {
  position: relative;
  cursor: pointer;
}

.popImg::before {
  content: '';
  background-image: url(./assets/images/playCircle2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 8rem;
  height: 8rem;
}

/* Team Members */
.social-links {
  gap: 2rem;
  display: flex;
  align-items: baseline;
}

.team-members-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  row-gap: 4.5rem;
}

@media screen and (max-width: 1024px) {
  .team-members-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .team-members-grid {
    grid-template-columns: 1fr;
  }
}

.teamMember {
  cursor: pointer;
  border-top: 4px solid #2f6ccb;

}

.teamMember h4 {
  font-size: 2rem;
  line-height: 2.7rem;
  color: #2c2e30;
  font-family: "Source Sans 3";
  margin: 0%;
  letter-spacing: normal;
  font-weight: semibold;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.teamMember p {
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #2c2e30;
}

.teamMembersPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popupContent {
  background-color: white;
  padding: 5rem;
  max-width: 84rem;
  max-height: 64.5rem;
  overflow-y: auto;
  position: relative;
  border: 1px solid #c0c2c4;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.35);
}

.teamMembersPopup .linkedin-link {
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
  transition: opacity 0.3s ease;
}

.teamMembersPopup .linkedin-link:hover {
  opacity: 0.8;
}

.teamMembersPopup .linkedin-link svg {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .popupContent {
    padding: 5rem 2.2rem;
  }
}

.closePopup {
  position: absolute;
  top: 1.4rem;
  right: 0rem;
  cursor: pointer;
  z-index: 10;
}

.closePopup svg {
  width: 5.4rem;
  height: 5.4rem;
  transition: transform 0.3s ease;
}

.closePopup:hover svg {
  transform: scale(0.9);
}

.teamMembersPopup h2 {
  font-size: 3rem;
  line-height: 3.8rem;
  letter-spacing: -0.02rem;
  font-weight: 400;
}

.teamMembersPopup .P_position {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-family: 'Montserrat';
  font-weight: 600;
  text-transform: uppercase;
  color: #2f6ccb;
}

.popupContent .team-swiper-container {
  overflow: hidden;
}

.teamMembersPopup .swiper-container {
  width: 100%;
  height: 100%;
}

.teamMembersPopup .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-start;

}

.teamMembersPopup .swiper-button-next,
.teamMembersPopup .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.teamMembersPopup .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%238a8e8e' stroke-miterlimit='10' stroke-width='3'%3E%3Cpath d='M37 15L20 32l17 17' stroke-linejoin='bevel'%3E%3C/path%3E%3Ccircle cx='32' cy='32' r='30'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E") !important;
}

.teamMembersPopup .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%238a8e8e' stroke-miterlimit='10' stroke-width='3'%3E%3Cpath d='M27 15L44 32 27 49' stroke-linejoin='bevel'%3E%3C/path%3E%3Ccircle cx='32' cy='32' r='30'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E") !important;
}

.teamMembersPopup .swiper-button-next:hover,
.teamMembersPopup .swiper-button-prev:hover {
  transform: scale(0.9);
  filter: invert(46%) sepia(85%) saturate(1636%) hue-rotate(165deg) brightness(98%) contrast(101%);
}

.teamMembersPopup .swiper-button-prev::after,
.teamMembersPopup .swiper-button-next::after {
  content: none;
}

.teamMembersPopup .swiper-button-next {
  right: 6rem;
  top: 4.4rem;
}

.teamMembersPopup .swiper-button-prev {
  right: 10rem;
  left: auto;
  top: 4.4rem;
}

/* Webkit browsers (Chrome, Safari, newer versions of Opera) */
.popupContent::-webkit-scrollbar {
  width: 1rem;
}

.popupContent::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.popupContent::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 0.5rem;
}

.popupContent::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Firefox */
.popupContent {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

/* For Internet Explorer and Edge */
.popupContent {
  -ms-overflow-style: none;
}

/* Timeline Slider */
.timeline-swiper-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.timeline-swiper-container .swiper-slide {
  font-size: 1.8rem;
  color: #fff;
  box-sizing: border-box;
  padding: 0 6rem 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-bottom: 13.5rem;
}

.bar-timeline {
  width: 85%;
  height: 2.1rem;
  background: linear-gradient(to right,
      rgb(0 102 204 / 0%),
      rgb(2 103 218 / 25%));
  transform: rotate(353.8deg);
  position: absolute;
  left: 0;
  bottom: 11rem;
  overflow: hidden;
  mix-blend-mode: hard-light;
  clip-path: polygon(0 0,
      calc(100% - 1.4rem) 0,
      100% 50%,
      calc(100% - 1.4rem) 100%,
      0 100%,
      0 0);
  z-index: 2;
  transition: bottom 0.5s ease;
  opacity: 0;
}

@keyframes moveBar {
  from {
    transform: rotate(353.8deg) translate(-100%, 10%);
    opacity: 0;
  }

  to {
    transform: rotate(353.8deg) translate(0, 0);
    opacity: 1;
  }
}

.bar-timeline.animate {
  animation: moveBar 2s ease forwards;
  opacity: 1;
}

.bar-timeline:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgb(0 102 204 / 0%),
      rgb(0 159 218 / 81%));
  content: "";
  mix-blend-mode: hard-light;
  z-index: 3;
}

.timeline-swiper-container .swiper-slide-content {
  max-width: 65rem;
}

.timeline-swiper-container .swiper-slide h2 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  letter-spacing: -0.08rem;
  color: white;
  margin-top: 2rem;
}

.timeline-swiper-container .swiper-slide p {
  font-size: 2.1rem;
  line-height: 3rem;
}

.timeline-swiper-container .swiper-pagination {
  display: flex;
  position: relative;
  flex-direction: row;
  margin: 0 auto;
  text-align: center;
  justify-content: space-evenly;
  gap: 0;
  bottom: 20px;
  z-index: 2;
  align-items: end;
  min-height: 14.5rem;
  transform: rotate(353.8deg);
  max-width: 117rem;
  overflow: hidden;
  z-index: 3;
}

.timeline-swiper-container .swiper-pagination-bullet {
  width: 23rem;
  background: none !important;
  height: auto;
  opacity: 1 !important;
  transition: transform 0.3s ease, font-size 0.3s ease, line-height 0.3s ease, filter 0.3s ease;
  color: white;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 3.2rem;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  gap: 1.5rem;
  filter: grayscale(100%);
  color: #a2a4a6;

}

.timeline-swiper-container .swiper-pagination-bullet .transform {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  gap: 1.5rem;
  transform: rotate(7deg);

}

.timeline-swiper-container .swiper-pagination-bullet .icon {
  width: 4rem;
  height: 4rem;
  margin-left: -0.5rem;
  transition: width 0.3s ease, height 0.3s ease;
}

.timeline-swiper-container .swiper-pagination-bullet-active {
  filter: grayscale(0%);
  font-weight: bold;
  font-size: 7.6rem;
  line-height: 8.4rem;
  color: #ffffff;
}

.timeline-swiper-container .swiper-pagination-bullet-active .icon {
  width: 4.6rem;
  height: 4.6rem;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  z-index: 1;
}

.timeline-swiper-container .swiper-button-next,
.timeline-swiper-container .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  transition: transform 0.3s ease, filter 0.3s ease;
}


.timeline-swiper-container .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23c0c2c4' stroke-miterlimit='10' stroke-width='3'%3E%3Cpath d='M37 15L20 32l17 17' stroke-linejoin='bevel'%3E%3C/path%3E%3Ccircle cx='32' cy='32' r='30'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E") !important;
}


.timeline-swiper-container .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23c0c2c4' stroke-miterlimit='10' stroke-width='3'%3E%3Cpath d='M27 15L44 32 27 49' stroke-linejoin='bevel'%3E%3C/path%3E%3Ccircle cx='32' cy='32' r='30'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E") !important;
}


.timeline-swiper-container .swiper-button-next:hover,
.timeline-swiper-container .swiper-button-prev:hover {
  transform: scale(0.9);
  filter: invert(46%) sepia(85%) saturate(1636%) hue-rotate(165deg) brightness(98%) contrast(101%);
}


.timeline-swiper-container .swiper-button-prev::after,
.timeline-swiper-container .swiper-button-next::after {
  content: none;
}

.timeline-swiper-container .title {
  max-width: 121.4rem;
  margin: 0 auto;
  margin-top: 5.5rem;
  padding: 0 2.2rem;
  margin-bottom: -3rem;
}

.timeline-swiper-container .title h2 {
  font-size: 2rem;
  line-height: 2.2rem;
  color: #009fda;
  font-family: 'Montserrat';
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.timeline-swiper-container .title .arrow-container {
  display: flex;
  align-items: center;
  gap: 2.3rem;
  max-width: 30rem;
  justify-content: center;
}

.timeline-swiper-container .arrow-container .swiper-button-next,
.timeline-swiper-container .arrow-container .swiper-button-prev {
  position: relative;
  margin: 0;
}

.timeline-swiper-container .arrow-container p {
  margin: 0;
  color: #c0c2c4;
  font-size: 1.8rem;
}

.timeline-swiper-container .arrow-container .swiper-button-prev {
  margin-left: -1rem;
}

@media screen and (max-width: 768px) {
  .timeline-swiper-container .swiper-slide {
    padding: 0 2.2rem;
    margin-bottom: 7.9rem;
  }

  .timeline-swiper-container .swiper-slide img {
    max-width: 204px;
  }

  .timeline-swiper-container .swiper-slide h2 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    margin-top: 1.7rem;
    margin-bottom: 1.3rem;
  }

  .timeline-swiper-container .swiper-slide p {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }

  .timeline-swiper-container .swiper-pagination-bullet {
    width: 9rem;
    font-size: 2rem;
  }

  .timeline-swiper-container .swiper-pagination-bullet .icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .timeline-swiper-container .swiper-pagination-bullet-active .icon {
    width: 3.3rem;
    height: 3.3rem;
  }

  .timeline-swiper-container .swiper-pagination-bullet .transform {
    gap: 1rem;
  }

  .timeline-swiper-container .title {
    text-align: center;
    margin-bottom: 3.3rem;
  }

  .timeline-swiper-container .arrow-container .swiper-button-prev {
    margin-left: 0;
  }

  .timeline-swiper-container .title .arrow-container {
    margin: auto;
  }

  .timeline-swiper-container .swiper-pagination-bullet-active {
    font-size: 5.6rem;
  }


}

/* History Page Shape */
.shape {
  position: relative;
}

.shape::before,
.shape::after {
  content: '';
  position: absolute;
  border: 1px solid #929496;
  width: var(--before-width, 0);
  height: var(--before-height, 0);
  transform-origin: center;
}

.shape::before {
  border-right: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scaleY(var(--before-scale-y, 0));
}

.shape::after {
  border-left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scaleY(var(--after-scale-y, 0));
}

/* Popup Tabs Styles */
.popup-tabs {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.popup-tabs-content {
  background-color: #fff;
  padding: 4rem 4rem 5rem;
  width: 80%;
  max-width: 100rem;
  position: relative;
  max-height: none;
  height: 70vh;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.35);
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  overflow-y: auto;
  position: relative;
}

@media (max-width: 1280px) {

  /* MacBook Pro size */
  .popup-tabs-content {
    padding: 3rem 3rem 4rem;
    width: 90%;
    max-width: 80rem;
    max-height: none;
    height: 70vh;
  }
}

.close-popup-tabs {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-popup-tabs:hover,
.close-popup-tabs:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.popup-tabs h2 {
  color: #002d59;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  margin-bottom: 2rem;
  text-align: center;
  font-family: 'Montserrat';
}

/* backup *
.popup-tabs .tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 65rem;
  margin: 0 auto;
  justify-content: center;
  align-items: start;
  margin-bottom: 2.3rem;
}

*/

.popup-tabs .tabs {
  display: flex;
  max-width: 70rem;
  margin: 0 auto;
  margin-bottom: 0px;
  justify-content: center;
  align-items: start;
  margin-bottom: 2.3rem;
  flex-wrap: wrap;
  column-gap: 4rem;
  row-gap: 2rem;
}


.popup-tabs .tabs>*:nth-child(3n+1) {
  text-align: right;
}

.popup-tabs .tabs>*:nth-child(3n+2) {
  text-align: center;
}

.popup-tabs .tabs>*:nth-child(3n) {
  text-align: left;
}

.tab-button {
  -webkit-tap-highlight-color: transparent;
  color: #606264;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 2.9rem;
  padding: 0;
  background-color: transparent;
}

.tab-button:hover {
  color: #009fda;
  background-color: transparent;
}

.tab-button.active {
  color: #009fda;
  background-color: transparent;
}

.tab-content {
  display: none;
  padding-top: 2.5rem;

}

.single-tab-content {
  display: block;
  padding-top: 2.5rem;
}

.line {
  width: 100%;
  height: 1px;
}

.line::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #929496;
  display: block;
}

.tab-content.active {
  display: block;
}

.download-pdf {
  display: inline-block;
  background-color: #002d59;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  transition: background-color 0.3s;
}

.download-pdf:hover {
  background-color: #004080;
}

@media (max-width: 768px) {
  .close-popup-tabs {
    top: 0;
    right: -7px;
  }

  .popup-tabs-content {
    width: 100%;
    padding: 2.2rem 4rem 5rem;
    max-height: 65rem;

  }

  .popup-tabs .tabs {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    max-width: 100%;
    gap: 0.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;

  }

  .popup-tabs .tabs>* {
    text-align: center !important;
  }

  .tab-button {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }

  .tab-button:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
  }

  .tab-button:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }

  .tab-button:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
  }

  .tab-button:nth-child(4) {
    grid-area: 1 / 2 / 2 / 3;
  }

  .tab-button:nth-child(5) {
    grid-area: 2 / 2 / 3 / 3;
  }

  .tab-button:nth-child(6) {
    grid-area: 3 / 2 / 4 / 3;
  }

  .line {
    padding: 0 3rem;
  }
}

.open-popup-tab1,
.open-popup-tab2,
.open-popup-tab3,
.open-popup-tab4,
.open-popup-tab5,
.open-popup-tab6 {
  cursor: pointer;
}

/* Literature Table Styles */
.literature-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.literature-table th,
.literature-table td {
  padding: 8px;
}

.literature-table th:last-child span {
  display: none;
}

.literature-table tr:hover {
  background-color: transparent;
}

.literature-table tr {
  height: 6.5rem;
}

.literature-table td {
  border-right-style: none;
  border-left-style: none;
  vertical-align: middle;
  border-color: #c0c2c4;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #606264;
  background-color: transparent !important;
}

/* Table Header Styles */
.literature-table th {
  background-color: transparent;
  color: #09367a;
  border-style: none !important;
  text-align: center;
  width: 33% !important;
  font-size: 1.8rem;
  line-height: 2.5rem;
  vertical-align: middle;
  font-weight: 600;
}

/* Filter and Search Styles */
.literature-filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.literature-filter select,
.literature-filter input {
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.literature-filters {
  display: flex;
  gap: 3rem;
  margin-bottom: 20px;
}

.filter-group {
  width: 100%;
  position: relative;
}

#category-filter,
#sort-filter,
#search-filter {
  font-weight: 600;
  border-width: 1px;
  border-color: #c0c2c4;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem !important;
  padding-left: 1.2rem;
  height: 53px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 24px 24px;
  position: relative;
  padding-right: 30px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: #2c2e30;
}

#category-filter::placeholder,
#sort-filter::placeholder,
#search-filter::placeholder {
  color: #2c2e30;
}

#category-filter::-webkit-input-placeholder,
#sort-filter::-webkit-input-placeholder,
#search-filter::-webkit-input-placeholder {
  color: #2c2e30;
}

#category-filter::-moz-placeholder,
#sort-filter::-moz-placeholder,
#search-filter::-moz-placeholder {
  color: #2c2e30;
  opacity: 1;
}

#category-filter:-ms-input-placeholder,
#sort-filter:-ms-input-placeholder,
#search-filter:-ms-input-placeholder {
  color: #2c2e30;
}

#category-filter:-moz-placeholder,
#sort-filter:-moz-placeholder,
#search-filter:-moz-placeholder {
  color: #2c2e30;
  opacity: 1;
}

#category-filter,
#sort-filter {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%232c2e30"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
}

#search-filter {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%232c2e30"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>');
}

#literature-filters .filter-group label {
  font-family: 'Montserrat';
  color: #2f6ccb;
  font-weight: 600;
  line-height: 1.9em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-size: 1.5rem;
}

/* Pagination Styles */
#literature-pagination {
  margin-top: 6rem;
  text-align: center;
}

.literature-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

#literature-pagination .page-numbers {
  padding: 0;
  margin: 0 5px;
  text-decoration: none;
}

#literature-pagination .current {
  background-color: #f2f2f2;
  font-weight: bold;
}

#literature-pagination .prev,
#literature-pagination .next,
#literature-pagination .first-page,
#literature-pagination .last-page {
  position: absolute;
  top: 0;
}

#literature-pagination .prev {
  left: -6.5rem;
}

#literature-pagination .next {
  right: -6.5rem;
}

#literature-pagination .first-page {
  left: -9.5rem;
}

#literature-pagination .last-page {
  right: -9.5rem;
}

#literature-pagination .literature-pagination span {
  border-style: none;
  color: #2f6ccb;
  font-size: 1.7rem;
  line-height: 2.4rem;
  text-decoration: underline;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

#literature-pagination .literature-pagination a.page-numbers {
  font-size: 1.7rem;
  line-height: 1.9rem;
  border-width: 0px;
  color: #929496;
  font-family: 'Montserrat' !important;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* Other Styles */
.literature-container {
  margin-bottom: 20px;
}

.search-tools-toggle {
  background-color: #09367a;
  color: white;
  border: none;
  cursor: pointer;
  padding: 2.4rem 2.5rem;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.9rem;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.5rem;
}

.search-tools-toggle:hover,
.search-tools-toggle:focus,
.search-tools-toggle:active {
  background-color: #09367a;
}

.literature-table th span {
  display: none;
}

#literature-results tr a {
  color: #2f6ccb;
}

#literature-results tr td {
  text-transform: capitalize;
}

@media screen and (max-width: 768px) {

  .search-tools-toggle {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 3.7rem;
  }

  .literature-filters {
    flex-direction: column;
  }

  #literature-results .literature-table tbody {
    width: 100%;
    clear: none;
    display: flex;
    flex-direction: column;
  }

  #literature-results tbody tr {
    border-top: 1px solid #c0c2c4;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 9.5rem;

  }

  .literature-table th {
    width: 100% !important;
    padding: 0 4px;
  }

  .literature-table th span {
    display: inline;
  }

  #literature-results tbody tr:last-child {
    border-bottom: 1px solid #c0c2c4;
  }

  #literature-results table {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .literature-table tr td:nth-child(1) {
    display: block;
    border: none;
  }

  /* Table Data */
  .literature-table tr td:nth-child(2) {
    display: inline;
    border: none;
  }

  /* Table Data */
  .literature-table tr td:nth-child(3) {
    display: inline;
    border: none;
  }
}

/* Investment Fund Info Styles */
.classtab {
  margin: 0 auto;
  width: 37rem;
}

.ctabs {
  display: flex;
  background-color: #09367a;
  color: white;
  margin-bottom: 3.7rem;
  justify-content: center;
  height: 6.5rem;
  align-items: center;
}

.ctab {
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: 'Montserrat';
  font-weight: 600;
  line-height: 1.7rem;
  font-size: 1.7rem;
}

.ctabs p {
  margin-bottom: 0;
}

.ctab-dot {
  margin: 0 1rem;
}

.ctab-content {
  display: none;
}

.ctab-content.active {
  display: block;
}

.ctab-info-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.1rem;
}

.ctab-info-item.space-bottom {
  margin-bottom: 1rem;
}

.ctab-label {
  font-weight: 600;
  padding-right: 1rem;
  color: #2c2e30;
  font-size: 1.7rem;
}

.ctab-value {
  text-align: right;
  color: #2c2e30;
  font-size: 1.7rem;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .classtab {
    width: 100%;
  }
}

/* Investment Fund Performance Style */
.table-wrapper {
  position: relative;
  width: 100%;
  overflow-x: auto;
  color: #333333;
}

.performance-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  min-width: 1000px;
  border-bottom: 1px solid #ccc;
}

.performance-table th,
.performance-table td {
  border: none;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  padding: 2rem 0;
  line-height: 2.4rem;
}

.performance-table th {
  background-color: #fff;
  font-weight: 600;
  color: #09367a !important;
  vertical-align: middle;
  line-height: 2.4rem;
  padding: 1rem 0;
}

.performance-table .share-class {
  text-align: left;
  font-weight: 600;
  position: sticky;
  left: 0;
  background-color: #fff;
  z-index: 1;
  color: #2c2e30;
  width: 25rem;
}

.performance-table td.date {
  font-size: 1.9rem;
  line-height: 3.2rem;
  padding: 0;
  vertical-align: bottom;
  font-weight: 400;
}

.performance-table td.average-returns {
  background-color: #fff;
  font-weight: 700;
  color: #2f6ccb;
  font-family: 'Montserrat';
  font-size: 1.7rem;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  padding: 0;
  text-align: left;
  padding-left: 2rem;
}

.column-border-left {
  border-left: 1px solid #c0c2c4;
}

.column-border-right {
  border-right: 1px solid #c0c2c4;
}

.performance-table thead th.column-border-left,
.performance-table tbody td.column-border-left {
  border-left: 1px solid #c0c2c4;
}

.performance-table thead th.column-border-right,
.performance-table tbody td.column-border-right {
  border-right: 1px solid #c0c2c4;
}

.performance-table tr:first-child td {
  border-top: none;
  border-block-start: none !important;
}

.performance-table tr:nth-child(2) th {
  border-bottom: 1px solid #c0c2c4;
}

.performance-table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #c0c2c4;

}

.performance-table tbody tr td {
  background-color: #fff !important;
}

.performance-table tr:nth-child(2) th:nth-child(n+4) {
  border-top: 1px solid #c0c2c4;
}

/* Pie Chart */
.chart-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}


.myPieChart {
  width: 100%;
  max-width: 35rem;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chartLegend {
  margin-top: 2.5rem;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  width: 100%;
  text-align: center;
  margin-left: 2rem;
}

.chartLegend ul {
  list-style-type: none;
  padding: 0;
  display: inline-block;
  text-align: left;
}

.chartLegend li {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  cursor: pointer;
}

.chartLegend li.hidden {
  opacity: 0.3;
}

.chartLegend span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .chart-wrapper {
    max-width: 100%;
  }

  .chartLegend {
    margin-left: 0;
    font-size: 1.5rem;
  }
}

/* Document Archive Table Styles */

.document-archive-table .extras {
  display: none
}

.page-id-254 .document-archive-table .extras {
  display: inline-block !important;
}

.document-archive-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.document-archive-table th,
.document-archive-table td {
  padding: 8px;
}

.document-archive-table tr:hover {
  background-color: transparent;
}

.document-archive-table tr {
  height: 6.5rem;
}

.document-archive-table td {
  border-right-style: none;
  border-left-style: none;
  vertical-align: middle;
  border-color: #c0c2c4;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #606264;
  background-color: transparent !important;
}

/* Table Header Styles */
.document-archive-table th {
  background-color: transparent;
  color: #09367a;
  border-style: none !important;
  text-align: center;
  width: 57% !important;
  font-size: 1.8rem;
  line-height: 2.5rem;
  vertical-align: middle;
  font-weight: 600;
}

.document-archive-table th:last-child span {
  display: none;
}

/* Pagination Styles */

#document-archive-pagination {
  text-align: center;
}

.document-archive-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  position: relative;
  width: fit-content;
  margin: 6rem auto 0;
}

#document-archive-pagination .page-numbers {
  padding: 0;
  margin: 0 5px;
  text-decoration: none;
}

#document-archive-pagination .current {
  background-color: #f2f2f2;
  font-weight: bold;
}

#document-archive-pagination .prev,
#document-archive-pagination .next,
#document-archive-pagination .first-page,
#document-archive-pagination .last-page {
  position: absolute;
  top: 0;
}

#document-archive-pagination .prev {
  left: -6.5rem;
}

#document-archive-pagination .next {
  right: -6.5rem;
}

#document-archive-pagination .first-page {
  left: -9.5rem;
}

#document-archive-pagination .last-page {
  right: -9.5rem;
}

#document-archive-pagination .document-archive-pagination span {
  border-style: none;
  color: #2f6ccb;
  font-size: 1.7rem;
  line-height: 2.4rem;
  text-decoration: underline;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

#document-archive-pagination .document-archive-pagination a.page-numbers {
  font-size: 1.7rem;
  line-height: 1.9rem;
  border-width: 0px;
  color: #929496;
  font-family: 'Montserrat' !important;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* Other Styles */
#document-archive-results tr a {
  color: #2f6ccb;
}


.document-archive-table th span {
  display: none;
}

@media screen and (max-width: 768px) {
  #document-archive-results .document-archive-table tbody {
    width: 100%;
    clear: none;
    display: flex;
    flex-direction: column;
  }

  #document-archive-results tbody tr {
    border-top: 1px solid #c0c2c4;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
  }

  .document-archive-table th {
    width: 100% !important;
    padding: 0 4px;
  }

  .document-archive-table th span {
    display: inline;
  }

  #document-archive-results tbody tr:last-child {
    border-bottom: 1px solid #c0c2c4;
  }

  #document-archive-results table {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .document-archive-table th span {
    display: inline;
  }

  .document-archive-table tr td:nth-child(1) {
    display: block;
    border: none;
  }

  .document-archive-table tr td:nth-child(2) {
    display: inline;
    border: none;
  }
}


/* ! Presentation Slider */
.presentation-slider {
  overflow-x: hidden;
}

.presentation-slider .swiper-slide {
  background-color: white;
}

.presentation-slider .swiper-slide:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.presentation-content {
  padding: 1.7rem 2.7rem 1.7rem;
  min-height: 31.5rem;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.presentation-content .inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.presentation-meta {
  font-family: "Montserrat", Sans-serif;
  color: #2F6CCB;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.9rem;
  letter-spacing: 0.05rem;
}

.presentation-separator {
  margin: 0 0.5rem;
}

.presentation-content h4 {
  margin: 0;
}

.presentation-content h4 a {
  color: #2c2e30;
  font-family: "Source Sans 3", Sans-serif;
  font-size: 2rem;
  line-height: 2.7rem;
  letter-spacing: 0px;
}

.presentation-excerpt p {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 2rem
}

.presentation-date {
  font-size: 1.7rem;
  line-height: 2.6rem;
}

.presentation-slider .swiper-pagination {
  margin-top: 4rem;
  position: relative;
  z-index: 1;
}

.presentation-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #2c2e30;
  height: 7px;
  width: 7px;
}

.presentation-slider .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}

.presentation-slider .swiper-button-next,
.presentation-slider .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  transition: transform 0.3s ease, filter 0.3s ease;
}


.presentation-slider .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%238a8e8e' stroke-miterlimit='10' stroke-width='3'%3E%3Cpath d='M37 15L20 32l17 17' stroke-linejoin='bevel'%3E%3C/path%3E%3Ccircle cx='32' cy='32' r='30'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E") !important;
}

.presentation-slider .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%238a8e8e' stroke-miterlimit='10' stroke-width='3'%3E%3Cpath d='M27 15L44 32 27 49' stroke-linejoin='bevel'%3E%3C/path%3E%3Ccircle cx='32' cy='32' r='30'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E") !important;
}


.presentation-slider .swiper-button-next:hover,
.presentation-slider .swiper-button-prev:hover {
  transform: scale(0.9);
  filter: invert(46%) sepia(85%) saturate(1636%) hue-rotate(165deg) brightness(98%) contrast(101%);
}


.presentation-slider .swiper-button-prev::after,
.presentation-slider .swiper-button-next::after {
  content: none;
}

.presentation-slider .swiper-button-next {
  right: 0rem;
  top: -3.4rem;
}

.presentation-slider .swiper-button-prev {
  right: 11.8rem;
  left: auto;
  top: -3.4rem;
}

.presentation-image {
  position: relative;
  text-align: center;
}

.presentation-image::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102px;
  height: 102px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.presentation-image.video::after {
  background-image: url('./assets/images/playCircle.png');
}

.presentation-image.slide-deck::after {
  background-image: url('./assets/images/slideIcon.png');
}


/* ! Presentation Grid Styles */
.presentation-container {
  margin-bottom: 6rem;
}

.presentation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 columns for desktop */
  gap: 3rem;
}

#presentation-results .presentation-item {
  background-color: #fff;
  border: 1px solid #c0c2c4;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

#presentation-results .presentation-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#presentation-results .presentation-thumbnail {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}

#presentation-results .presentation-title {
  padding: 10px;
  margin: 0;
  font-size: 18px;
  color: #333;
}

/* Filter and Search Styles */
.presentation-filters {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.filter-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

#presentation-category-filter,
#presentation-format-filter,
#presentation-sort-filter,
#presentation-search-filter {
  font-weight: 600;
  border-width: 1px;
  border-color: #c0c2c4;
  font-size: 1.8rem;
  line-height: 2.4rem !important;
  padding-left: 1.2rem;
  height: 53px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 24px 24px;
  position: relative;
  padding-right: 30px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: #2c2e30;
}

#presentation-category-filter::placeholder,
#presentation-format-filter::placeholder #presentation-sort-filter::placeholder,
#presentation-search-filter::placeholder {
  color: #2c2e30;
}

#presentation-category-filter::-webkit-input-placeholder,
#presentation-format-filter::-webkit-input-placeholder,
#presentation-sort-filter::-webkit-input-placeholder,
#presentation-search-filter::-webkit-input-placeholder {
  color: #2c2e30;
}

#presentation-category-filter::-moz-placeholder,
#presentation-format-filter::-moz-placeholder,
#presentation-sort-filter::-moz-placeholder,
#presentation-search-filter::-moz-placeholder {
  color: #2c2e30;
  opacity: 1;
}

#presentation-category-filter:-ms-input-placeholder,
#presentation-format-filter:-ms-input-placeholder,
#presentation-sort-filter:-ms-input-placeholder,
#presentation-search-filter:-ms-input-placeholder {
  color: #2c2e30;
}

#presentation-category-filter:-moz-placeholder,
#presentation-format-filter:-moz-placeholder,
#presentation-sort-filter:-moz-placeholder,
#presentation-search-filter:-moz-placeholder {
  color: #2c2e30;
  opacity: 1;
}

#presentation-category-filter,
#presentation-format-filter,
#presentation-sort-filter {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%232c2e30"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
}

#presentation-search-filter {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%232c2e30"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>');
}

#presentation-filters .filter-group label {
  font-family: 'Montserrat';
  color: #2f6ccb;
  font-weight: 600;
  line-height: 1.9em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-size: 1.5rem;
}

/* Pagination Styles */
#presentation-pagination {
  margin-top: 8rem;
  text-align: center;
}

.presentation-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

#presentation-pagination .page-numbers {
  padding: 0;
  margin: 0 5px;
  text-decoration: none;
}

#presentation-pagination .current {
  background-color: #f2f2f2;
  font-weight: bold;
}

#presentation-pagination .prev,
#presentation-pagination .next,
#presentation-pagination .first-page,
#presentation-pagination .last-page {
  position: absolute;
  top: 0;
}

#presentation-pagination .prev {
  left: -6.5rem;
}

#presentation-pagination .next {
  right: -6.5rem;
}

#presentation-pagination .first-page {
  left: -9.5rem;
}

#presentation-pagination .last-page {
  right: -9.5rem;
}

#presentation-pagination .presentation-pagination span {
  border-style: none;
  color: #2f6ccb;
  font-size: 1.7rem;
  line-height: 2.4rem;
  text-decoration: underline;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

#presentation-pagination .presentation-pagination a.page-numbers {
  font-size: 1.7rem;
  line-height: 1.9rem;
  border-width: 0px;
  color: #929496;
  font-family: 'Montserrat' !important;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .presentation-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns for tablets */
  }
}

@media (max-width: 768px) {
  .presentation-grid {
    grid-template-columns: 1fr;
    /* 1 column for mobile */
  }

  .presentation-filters {
    flex-direction: column;
  }

  .filter-group {
    width: 100%;
  }

  .presentation-container {
    margin-bottom: 5rem;
  }

  #presentation-filters .filter-group label {
    margin-bottom: 1rem;
  }

  #presentation-pagination {
    margin-top: 6rem;
  }

  .presentation-slider .swiper-button-next {
    left: 50%;
    transform: translate(-50%);
    margin-left: 6rem;
  }

  .presentation-slider .swiper-button-prev {
    transform: translate(50%);
    right: 50%;
    margin-right: 6rem;
  }
}


/* ! Featured Video & Slides Styles */
.insights {
  background: white;
  transition: box-shadow 0.3s ease;
}

.insights:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.insights .presentation-content {
  padding-bottom: 3rem;
}

.insights h4 a,
.fslide h4 {
  font-size: 2.4rem !important;
  line-height: 3.1rem !important;
}

.insights .presentation-excerpt p,
.featured-slide .elementor-widget-theme-post-excerpt {
  font-size: 2.2rem !important;
  line-height: 3.1rem !important;
}

.presentation-image.featured-video::after {
  background-image: url(./assets/images/playCircle3.png);
  width: 13.9rem;
  height: 13.9rem;
}

.fslide:hover a {
  color: #2174AA !important;
}

.featured-slide::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102px;
  height: 102px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  background-image: url(./assets/images/slidedeck1.png);
  width: 13.9rem;
  height: 13.9rem;
}

@media screen and (max-width: 768px) {

  .presentation-image.featured-video::after,
  .featured-slide::after {
    width: 9.9rem;
    height: 9.9rem;
  }

  .insights .presentation-excerpt p,
  .featured-slide .elementor-widget-theme-post-excerpt {
    font-size: 1.8rem !important;
    line-height: 2.5rem !important;
  }

  .insights h4 a,
  .fslide h4 {
    font-size: 2rem !important;
    line-height: 2.7rem !important;
  }
}

/* ! News Grid Styles */
#news-results .presentation-item {
  background-color: #fff;
  border: 1px solid #c0c2c4;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

#news-results .presentation-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#news-results .presentation-thumbnail {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Pagination Styles */
#news-pagination {
  margin-top: 8rem;
  text-align: center;
}

#news-pagination .page-numbers {
  padding: 0;
  margin: 0 5px;
  text-decoration: none;
}

#news-pagination .current {
  background-color: #f2f2f2;
  font-weight: bold;
}

#news-pagination .prev,
#news-pagination .next,
#news-pagination .first-page,
#news-pagination .last-page {
  position: absolute;
  top: 0;
}

#news-pagination .prev {
  left: -6.5rem;
}

#news-pagination .next {
  right: -6.5rem;
}

#news-pagination .first-page {
  left: -9.5rem;
}

#news-pagination .last-page {
  right: -9.5rem;
}

#news-pagination .presentation-pagination span {
  border-style: none;
  color: #2f6ccb;
  font-size: 1.7rem;
  line-height: 2.4rem;
  text-decoration: underline;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

#news-pagination .presentation-pagination a.page-numbers {
  font-size: 1.7rem;
  line-height: 1.9rem;
  border-width: 0px;
  color: #929496;
  font-family: 'Montserrat' !important;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  #news-pagination {
    margin-top: 6rem;
  }
}

/* Single Template */

.singleShare .addtoany_list .a2a_dd img {
  content: url('./assets/images/singleShare.png');
  width: 2rem;
  height: 2rem;
}

#innerMobMenu.singleHeader .e-n-menu-toggle-icon.e-open svg rect {
  fill: #09367A;

}

.singleMore h3 a:hover {
  color: #09367A !important;
}

.post-breadcrumb {
  margin: 20px 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #fff;
}

.post-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.post-breadcrumb a:hover {
  color: #fff;
}

.post-breadcrumb .separator {
  margin: 0 .5rem;
  color: #fff;
}

.post-breadcrumb .current-page {
  color: #fff;
}

.elementor-image-gallery figure figcaption {
  padding: 0;
}

.elementor-image-gallery {
  margin-top: 1rem;
  margin-bottom: 6rem;
}

.single-post .elementor-widget-theme-post-content h2 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  margin-top: 3rem;
  color: #2f6ccb;
}

.single-post .elementor-widget-theme-post-content h3 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  color: #2c2e30;
  margin-top: 3rem;
}

.single-post .elementor-widget-theme-post-content blockquote {
  font-size: 2.1rem;
  line-height: 3rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  color: #2c2e30;
  margin: 0;
  padding: 4rem 5rem;
  background: #f2f3f4;
  margin-bottom: 5.5rem;
  margin-top: 5rem;
}

.single-post .elementor-widget-theme-post-content ul {
  list-style-type: none;
  padding-left: 1.5rem;
}

.single-post .elementor-widget-theme-post-content ul li::before {
  content: "\2022";
  font-size: 1.9rem;
  line-height: 2.9rem;
  position: absolute;
  left: -1.5rem;
}

.single-post ul li,
.single-post ol li {
  margin-bottom: 1rem;
  position: relative;
}

.single-post .elementor-widget-theme-post-content ul li:last-child,
.single-post .elementor-widget-theme-post-content ol li:last-child {
  margin-bottom: 0;
}

.single-post ol {
  padding-left: 1.8rem;
}

@media screen and (max-width: 768px) {
  .single-post .elementor-widget-theme-post-content blockquote {
    padding: 3.5rem 2.2rem;
    margin: 3rem -2.2rem 4.5rem;

  }

  .elementor-image-gallery {
    margin-bottom: 4rem;
  }

  .elementor-image-gallery figure figcaption {
    margin-bottom: 1rem !important;
  }

}

/* ! Contact Form */
.contact-form-wrapper {
  margin: 0 auto;
}

.form-row {
  display: flex;
  gap: 3rem;
  margin-bottom: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.flex-grow {
  flex: 1;
}

.form-group.mid {
  width: 100px;
  flex-grow: unset;
}

.form-label {
  color: #2f6ccb;
  font-family: 'Montserrat';
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.9rem;
  margin-bottom: 1.3rem;
  text-transform: uppercase;
}

.form-input,
.form-select,
.form-textarea {
  height: 5.5rem !important;
  border: 1px solid #c0c2c4 !important;
}

.form-textarea {
  min-height: 14.5rem;
  resize: vertical;
  padding-top: 1rem !important;
}

.form-note {
  font-size: 1.4rem;
  color: #2c2e30;
  margin: 20px 0;
  text-align: center;
}

.form-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.frm-btn #clear {
  border: 1px solid #929496;
  color: #929496;
  height: 4rem;
}

.frm-btn #clear.form-has-content {
  color: #fff;
  border: 1px solid #09367a;
  background-color: #09367a;
}

.frm-btn #submit input {
  background-color: #09367a;
  border: 1px solid #09367a;
  color: #fff;
  height: 4rem;
}

.frm-btn #submit input:hover {
  background-color: #0080b3;
  border-color: #0080b3;
}

.frm-btn #submit input:focus {
  background-color: #0080b3;
  border-color: #0080b3;
}

.contact-form-wrapper .form-note {
  margin: 0.5rem 0 2rem;
  padding: 0 2.2rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #2f6ccb;
  color: #606264;
}

footer .wpcf7 form.sent .wpcf7-response-output {
  border-color: #ffffff;
  color: #ffffff;
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 15px;
  }

  .form-group {
    width: 100% !important;
  }

  .first {
    width: 57% !important;
    flex: auto;
  }

  .mob {
    flex-direction: unset;
    flex-wrap: wrap;
  }

  .last {
    flex: auto;
  }

  .form-group.mid {
    width: 100px !important
  }
}
@media (max-width: 767px) {
  .topSection a, .topSection .elementor-2886 .elementor-element.elementor-element-7bc601c .elementor-heading-title {
    font-size: 20px !important;
    line-height: 1.8rem !important;
  }
}

@media (max-width: 766px) {
  .outside-checkbox-label { display: inline; }
}

.dialog-message.dialog-lightbox-message {
  overflow-y: auto !important;
  max-height: 80vh !important;
  -webkit-overflow-scrolling: touch;
}

.dialog-widget.dialog-lightbox-widget {
  overflow: hidden !important;
}

/* ! Search Results */
.search-results .elementor-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-results .elementor-pagination .current {
  text-decoration: underline;
}

/* ! Fancybox styles */
.fancybox__slide .fancybox__content {
  padding: 0;
  background: transparent;
}

.fancybox__slide .fancybox__content .content-wrapper {
  padding: 0;
}

.fancybox__slide .fancybox__content .content-wrapper .button-container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.fancybox__slide .fancybox__content .content-wrapper .download-button {
  background-color: #02010100;
  font-size: 1.7rem;
  line-height: 2.4rem;
  fill: #FFFFFF;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  transition: all .3s;
  padding: 12px 24px;
}

.fancybox__slide .fancybox__content .content-wrapper .download-button:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

/* ! Hide Launch */
.hideLaunch {
  display: none;
}