
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Unbounded:wght@200..900&display=swap');

.ekit-template-content-markup.ekit-template-content-footer.ekit-template-content-theme-support {
    display: none;
}
.executive .elementor-image-box-content {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 23px;
    border-radius: 12px;
    min-height: 300px;
}

body{
font-family: 'Outfit' !important;
}

h1,h2,h3,h4,h5,a,p{
	 font-family: 'Outfit' !important;
}
header{
	background: transparent !important;
	z-index:999;
}
header#site-header {
    background: rgba(13, 27, 42, 0.97);
}



@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1400px !important;
    }
}

.hero{
	background: linear-gradient(135deg, #051322 0%, #122439 40%, #0c1a2c 100%) !important;
}
.site-footer{
	
}
.hero::after{
	content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
    background-size: 60px 60px;
}
.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
    box-shadow: 0 .35rem 0 rgb(255 255 255);
    margin-block-end: .5rem;
}
.site-navigation-toggle-holder .site-navigation-toggle-icon:after, .site-navigation-toggle-holder .site-navigation-toggle-icon:before {
    background-color: rgb(255 255 255);
    border-radius: 3px;
    content: "";
    display: block;
    height: 3px;
    transition: all .2s ease-in-out;
}
.site-navigation-dropdown ul.menu li.current-menu-item a {
 background: linear-gradient(135deg, #0D1B2A 0%, #1E3148 40%, #152336 100%) !important;
    color: #fff;
}
p {
    font-weight: 300 !important;
}
.current_page_item a{
	color:#E8581A !important;
	transition:2s;
}
.site-header .site-navigation .menu li {
    font-size: 20px;
}

/* Contact Form Wrapper */
.contact-form {
  max-width: 700px;
  margin: auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
}

/* Heading */
.contact-form h2 {
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #1a1a1a;
}

/* Form Row (2 column layout) */
.form-row {
  display: flex;
  gap: 20px;
}

.form-row .form-group {
  flex: 1;
}

/* Form Groups */
.form-group {
  margin-bottom: 20px;
}

/* Labels */
.form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
  color: #444;
}

/* Inputs */
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fafafa;
}

/* Focus effect */
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #ff6a00;
  outline: none;
  background: #fff;
}

/* Textarea */
.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Submit Button */
.btn-submit input,
.contact-form .wpcf7-submit {
  background: #ff6a00;
  color: white;
  border: none;
  padding: 14px 28px;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover */
.btn-submit input:hover,
.contact-form .wpcf7-submit:hover {
  background: #e65c00;
}

/* Note Text */
.form-note {
  margin-top: 15px;
  font-size: 13px;
  color: #666;
}

/* CF7 Validation Errors */
.wpcf7-not-valid-tip {
  font-size: 12px;
  color: red;
}

/* Responsive */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }

  .contact-form {
    padding: 25px;
  }
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #fff;
    background: #e8581a;
    border: none;
    padding: 10px;
    width: 100%;
}
a.contact-item-value {
    color: #000;
    font-weight: 500;
}
.site-navigation ul.menu li ul a{
	font-size:16px !important;
	color:#000 !important;
	font-weight:400 !important
}
.site-navigation ul.menu li.menu-item-has-children:after {
	color: #f74b12;
}
/* Card Container */
.team-content {
	font-family: "Barlow Condensed", sans-serif !important;
  padding: 40px 35px;
  border: 1px solid #e4ded7;
  border-top: 4px solid #dc4e38;
  max-width: 420px;
  font-family: "Inter", Arial, sans-serif;
  transition: all 0.3s ease;
}



/* Badge */
.adviser-badge {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ff4d1c;
  border: 1px solid #ff4d1c;
  padding: 6px 14px;
  margin-bottom: 20px;
  font-weight: 600;
}

/* Name */
.team-name {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0b1320;
  margin-bottom: 12px;
}

/* Role */
.team-role {
  color: #ff4d1c;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}

/* Location */
.team-location {
  color: #7c8a96;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Bio */
.team-bio {
  color: #5a646e;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Tag Container */
.team-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Tags */
.tag {
  border: 1px solid #d7d2cb;
  padding: 6px 12px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6a747d;
  background: #f9f7f4;
  font-weight: 600;
}

a.elementor-button.elementor-button-link.elementor-size-sm:hover {
    background-color: #c94d05;
		transition:1s;
}
.current_page_item a:hover {
    color: #fff !important;
		transition:1s;
}
.site-header .site-navigation ul.menu li a:hover{
	color:#E8581A;
		transition:1s;
}

li.current-menu-parent a{
	color:#E8581A !important;
}

/* Text and heading animation */
.elementor-widget-text-editor,
.elementor-widget-heading,
.elementor-widget-button{
  opacity:0;
  transform:translateY(40px);
  animation:fadeUp 0.9s ease forwards;
}

/* stagger animation */
.elementor-widget-text-editor{
  animation-delay:0.2s;
}

.elementor-widget-heading{
  animation-delay:0.4s;
}

.elementor-widget-button{
  animation-delay:0.6s;
}

/* animation keyframe */
@keyframes fadeUp{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* button hover animation */
.elementor-button{
  transition:all 0.3s ease;
}

.elementor-button:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

/* Initial hidden state */
.scroll-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

/* When visible */
.scroll-animate.active {
  opacity: 1;
  transform: translateY(0);
}

/* Button hover effect */
.elementor-button {
  transition: all 0.3s ease;
}

.elementor-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
 .elementor-testimonial-wrapper {
    text-align: left !important;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta {
    border-top: 1px solid #d0d0d0;
    padding-top: 20px;
}

.icon-box{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

form.wpcf7-form.init h2 {
    color: #fff;
}
.form-group label {
    color: #ffffff;
}
p.form-note {
	color: #ffffff !important;}
.elementor-widget.elementor-widget-testimonial {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 30px;
    border-radius: 0px;
	border: 1px solid #e8e0d5;
}


.elementor-widget.elementor-widget-testimonial:hover {
	 transform: translateY(4px);
}

footer#site-footer {
    display: none;
}


.elementor-element.elementor-element-b17f737.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding: 0px;
}

.bm-how-footer {
    border-top: none !important;
}



button.bm-home-nav__toggle {
    background-color: #b54012;
}
.bm-accent {
    color: #c45b30;
}
.bm-people-scard.bm-people-scard--cta {
    font-weight: 300;
    font-size: 0.88rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.35);
    font-style: italic;
}
a.bm-people-scard__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 0.68rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 1.5rem;
    transition: color 0.2s;
}

.bm-str-intro__pull p {
	font-weight: 600 !important;
}
.bm-abt-story__pull p {
    font-weight: 600 !important;
}

.bm-people-intro__pull p {
    font-weight: 600 !important;
}