/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom CSS below */

body {
  color: inherit;
}

a {
  color: inherit;
}

.grey-btn a.elementor-item {
  display: flex;
  height: 40px;
  padding: 12px 16px !important;
  justify-content: center;
  align-items: center;

  border-radius: 4px;
  background: rgba(255, 255, 255, 0.30);
  background: color(display-p3 1 1 1 / 0.30);

  margin: 0 !important;
}

.brown-btn a.elementor-item {
  display: flex;
  height: 40px;
  padding: 12px 16px !important;
  justify-content: center;
  align-items: center;

  border-radius: 4px;
  background: #A8874F;
  background: color(display-p3 0.6392 0.5333 0.3412);

  margin: 0 0 0 10px !important;
}

.resource_quick_heading h1,
.resource_quick_links_heading h2 {
  position: relative;
}


.resource_quick_links_heading h2::after {
  content: "";
  display: block;
  width: 102px;
  height: 1px;
  background-color: #A38857;
  margin-top: 15px;
}

.see-more-btn {
  display: none;
}

#mobile-section {
  display: none;
}

.page-privacy-policy .mobile-nav-menu,
.page-pay-bill .mobile-nav-menu,
.page-disclaimer .mobile-nav-menu,
.page-terms-of-use .mobile-nav-menu {
  background-color: #0B193E;
}

.privacy-policy-list ul {
  padding-left: 15px;
}

.team-intro {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  /* total lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Expanded state */
.team-intro.expanded {
  -webkit-line-clamp: unset;
  display: block;
}

/* sp style */
.page-privacy-policy .mobile-nav-menu,
.page-pay-bill .mobile-nav-menu,
.page-disclaimer .mobile-nav-menu,
.page-client-portal .mobile-nav-menu {
  background-color: #0B193E;
}

.contact-us-section {
  display: none;
}

.custom-form {
  max-width: 750px;
}

.custom-form .row {
  display: flex;
  gap: 40px;
  margin-bottom: 22px;
}

.custom-form .col {
  width: 50%;
}

.custom-form .full {
  flex-direction: column;
}

.custom-form label {
  display: block;
  font-size: 13px;
  color: #43566B;
  margin-bottom: 6px;
  font-weight: 400;
  line-height: 24px;
}

.custom-form input,
.custom-form textarea {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #dcdcdc !important;
  padding: 12px 7px !important;
  font-size: 13px;
  background: transparent;
  outline: none;
  height: 48px;
}

.custom-form input::placeholder,
.custom-form textarea::placeholder {
  color: #43566B;
}

.custom-form textarea {
  height: 100px;
  resize: none;
  margin-top: 4px;
}

.custom-form input:focus,
.custom-form textarea:focus {
  border-bottom: 1px solid #000;
}

.custom-form input[type="submit"] {
  background-color: #061941 !important;
  color: #fff;
  border-radius: 4px;
  padding: 0px !important;
  border: none;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
  width: 179px !important;
  height: 41px;
  background-image: none !important;
}

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

/* Last menu item */
.navigation-menu li.golden-btn-menu-style a {
  background: #A8874F;
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 4px;
}
.navigation-menu li.golden-btn-menu-style a:hover {
  background: #a58855 !important;
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 4px;
}
.elementor-31 .elementor-element.elementor-element-1c8dd07 .elementskit-navbar-nav .elementskit-submenu-panel>li.current-menu-item>a {
  background: #A8874F;
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 4px;
}

/* Second last menu item */
.navigation-menu li.transparent-btn-menu-style a {
  color: #fff;
  padding: 12px 16px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.30);
}
.navigation-menu li.transparent-btn-menu-style a:hover {
  color: #fff;
  padding: 12px 16px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4) !important;
}
.elementskit-menu-container {
  height: 60px !important;
}

.navigation-menu li {
  padding: 10px;
}

.elementor-button,
.navigation-menu .elementor-button {
  background-image: none !important;
}

.elementor-button:hover {
  background-image: none !important;
}

.elementor-button:focus {
  background-image: none !important;
}

.client-portal-btn .client-portal-sign-up-button {
  color: #0B193E;
  border-radius: 4px;
  border-width: 1px !important;
  border-color: #0B193E;
  border-style: solid;
  background-image: none !important;
  background-color: #ffffff !important;
}

.client-portal-btn .client-portal-sign-up-button:hover {
  color: #0B193E;
  border-radius: 4px;
  border-width: 1px !important;
  border-color: #0B193E;
  border-style: solid;
  background-image: none !important;
  background-color: #ffffff !important;
}

.client-portal-login-btn {
  background-image: none;
  border-radius: 4px;
  background-color: #061941 !important;
  color: #FFF;
}

.client-portal-login-btn:hover {
  background-image: none !important;
  border-radius: 4px;
  background: #061941;
  color: #FFF;
}

/* leadership modal start */
/* Overlay */
.leadership-modal {
  width: 1200px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60, 60, 60, 0.6);
  display: none;
  z-index: 9999;
}

/* Container */
.modal-container {
  width: 80%;
  max-width: 950px;
  margin: 60px auto;
  display: flex;
  background: #fff;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

/* Left */
.modal-left {
  width: 38%;
  background: #d9d2c3;
  padding: 30px;
  text-align: center;
}

.modal-left .logo {
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
}

.modal-left img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  margin-bottom: 20px;
}

.modal-left h2 {
  font-size: 22px;
  margin: 10px 0 5px;
}

.modal-left .designation {
  font-size: 14px;
  color: #333;
}

/* Decorative lines */
.lines {
  margin-top: 20px;
  height: 1px;
  background: #bfb7a8;
  box-shadow: 0 8px 0 #bfb7a8, 0 16px 0 #bfb7a8;
}

/* Right */
.modal-right {
  width: 62%;
  padding: 30px;
  overflow-y: auto;
  max-height: 500px;
}

.modal-right p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #333;
}

/* Close */
.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  font-size: 18px;
}

/* Vertical text */
.vertical-text {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: rotate(90deg);
  transform-origin: center;
  font-size: 13px;
  color: #555;
}

/* leadership modal end */
.leadership-side-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) !important;
  height: auto !important;
}

.elementskit-navbar-nav>li.current-menu-ancestor>a {
  color: #fff !important;
}

.elementskit-navbar-nav>li.current-menu-ancestor>a .elementskit-submenu-indicator {
  color: #fff !important;
}

.leadership-modal-wraper {
  position: fixed;
  height: 100%;
  z-index: 800;
}

.carousal-wrapper {
  height: 450px !important;
}

.pay-bill-container .elementor-button {
  background-image: none !important;
}

.carousal-wrapper .elementor-swiper-button-prev svg {
  border: 1px solid #cdd1d9;
  border-radius: 30px;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px;
}

.carousal-wrapper .elementor-swiper-button-next svg {
  border: 1px solid #cdd1d9;
  border-radius: 30px;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px;
}

.carousal-wrapper .swiper-pagination span.swiper-pagination-bullet-active {
  width: 24px !important;
  height: 6px !important;
  border-radius: 4px !important;
}

.sticky .header-mobile {
  background-color: #1B2C56 !important;
  transition: background 0.3s ease;
}

#menu-main-menu li:nth-last-child(-n+2) {
  margin: 10px 9px;

}

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

#menu-main-menu .elementskit-dropdown {
  border-radius: 12px;
  border: 1px solid #8E93A2;
  background: #6F7A96;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(10px);
}

#menu-main-menu .elementskit-dropdown li a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
#menu-main-menu .elementskit-dropdown li a:hover{
  color: rgba(255,255,255,0.8) !important;
}


#menu-main-menu .elementskit-submenu-panel {
  padding: 8px 0;
  margin-top: 15px;
}

#menu-main-menu .elementskit-dropdown::before {
  content: "";
  background: transparent;
  position: absolute;
  top: -17px;
  left: 0;
  width: 100%;
  height: 17px;
}
#menu-main-menu .elementskit-dropdown li:nth-last-child(-n+2){
  margin: 0;
}
/* sp style end */

.popup-modal-open .modal-inner-wrap .e-con-inner {
    max-height: 100vh;
    overflow-y: auto;
    background: #ffffff;
}

.popup-modal-open {
    overflow: hidden;
}
.elementor .modal-side-devider {
  height: 464px !important;
}
.modal-img{
  height: auto !important;
}
.modal-img-pop {
	height:auto !important;
}
.start-conversion-btn {
	font-size:14px !important;
}
.start-conversion-btn:hover {
	color:#fff !important;
	font-size:14px !important;
	text-transform:uppercase !important;
}
.elementor-kit-1568 .footer-right-content-wrap a:hover{
  font-size: 13px;
  line-height: 20.8px;
}
.resources-quick-link-wrap .resource-list-view a {
    display: inline !important;
    width: auto !important;
}
.close-popup {
    cursor: pointer;
	    position: fixed;
    background: #f3eddf;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 13px;
    font-size: 20px;
    color: #020202;
    z-index: 9999;
}
.resource-full-content a{
	text-wrap: wrap;
}
html {
  scroll-padding-top: 150px;
}

.main-sec-404 {
    padding: 250px 20px;
    background: #1f2f5a;
    color: #fff;
    align-items: center;
    text-align: center;
  
}

.main-sec-404 h1 {
    font-size: 120px;
    margin-bottom: 10px;
}
.page-content-404 h2 {
    color: #fff !important;
}
.main-sec-404 h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.elementor-kit-1568 h2 {
    color: #fff;
    font-family: "STIX Two Text", Sans-serif;
    font-size: 48px;
    font-weight: 400;
    font-style: italic;
    line-height: 46.2px;
}
.main-sec-404 p {
    margin-bottom: 30px;
}

.default-btn {
    border: 1px solid #fff;
    padding: 12px 25px;
    color: #fff;
    text-decoration: none;
}
.modal-inner-wrap .e-con-inner {
	background:#F3EDDF !important;
}
.modal-img-pop {
	height:100% !important;
}
.view-all-services-btn:hover {
	text-transform:uppercase !important;
}
.services-bar {
    position: relative;
    z-index: 998;
    will-change: transform;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Sticky Active - Fixed below header */
.services-bar.sticky-active {
    position: fixed;
    top: 99px; /* header height */
    top: 99px;
    left: 0;
    width: 100%;
    z-index: 998;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease forwards;
}

/* Smooth slide down animation */
@keyframes slideDown {
    from {
        transform: translateY(-10px);
        opacity: 0.8;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Sticky Bottom - Smooth release */
.services-bar.sticky-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
}

/* Placeholder */
.services-bar-placeholder {
    transition: height 0.3s ease;
}
.email-link {
	text-decoration:underline !important;
}