/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* All style editing is done via /assets/scss/_bootscore_custom.scss */
:root {
    --deep-blue-25: #dce8fd;
    --deep-blue-50: #A3C1F9;
    --deep-blue-400: #093d9f;
    --deep-blue-500: #062765;
    --deep-blue-600: #052154;
    --deep-blue-700: #041A43;
    --deep-blue-800: #031432;
    --deep-blue-900: #020d22;
    --data-green: #34d1a6;
    --data-red: #ff5c5c;
    --orange-300: #f7c78e;
    --orange-400: #F8B045;
    --orange-500: #ef8f1c;
    --orange-600: #D27700;
    --orange-900: #533006;
    --orange-200: #fbe3c7;
    --text-white: #fff;
    --orange-500: #ef8f1c;
    --shapes-white: #fff;
    --deep-blue-50: #a3c1f9;
    --carbon-100: #f4f6f7;
    --carbon-200: #e1e7eb;
    --carbon-300: #ced7dc;
    --carbon-400: #6c8698;
    --carbon-500: #4B5E69;
    --carbon-600: #2F3B42;
    --carbon-700: #212c32;
    --carbon-800: #191f23;
    --purple-new: #EAC7FB;
}


.bg-deep-blue-900 {
    background-color: var(--deep-blue-900);
}

.bg-deep-blue-400 {
    background-color: var(--deep-blue-400);
}

.bg-orange-500 {
    background-color: var(--orange-500);
}

.bg-orange-200 {
    background-color: var(--orange-200);
}

.bg-deep-blue-50 {
    background-color: var(--deep-blue-50);
}

.bg-carbon-100 {
    background-color: var(--carbon-100);
}

.bg-carbon-300 {
    background-color: var(--carbon-300);
}

.bg-carbon-400 {
    background-color: var(--carbon-400);
}

.bg-purple-new {
    background-color: var(--purple-new);
}

.text-deep-blue-25 {
    color: var(--deep-blue-25);
}

.text-deep-blue-50 {
    color: var(--deep-blue-50);
}

.text-deep-blue-900 {
    color: var(--deep-blue-900);
}

.text-deep-blue-400 {
    color: var(--deep-blue-400);
}

.text-orange-300 {
    color: var(--orange-300);
}

.text-orange-400 {
    color: var(--orange-400);
}

.text-orange-600 {
    color: var(--orange-600);
}

.text-deep-blue-25 {
    color: var(--deep-blue-25);
}

.text-carbon-400 {
    color: var(--carbon-400);
}

.text-carbon-500 {
    color: var(--carbon-500);
}

.text-carbon-600 {
    color: var(--carbon-600);
}

.text-carbon-700 {
    color: var(--carbon-700);
}

.text-carbon-800 {
    color: var(--carbon-800);
}

.border-carbon-400 {
    border-color: var(--carbon-400);
}

.border-deep-blue-400 {
    border-color: var(--deep-blue-400);
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/uploads/2025/06/HelveticaNeue-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/uploads/2025/06/HelveticaNeue-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/uploads/2025/06/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/uploads/2025/06/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/uploads/2025/06/HelveticaNeue-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/uploads/2025/06/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/uploads/2025/06/HelveticaNeue-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/uploads/2025/06/HelveticaNeue-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/uploads/2025/06/HelveticaNeue-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/uploads/2025/06/HelveticaNeue-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/uploads/2025/06/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/uploads/2025/06/HelveticaNeue-UltraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/uploads/2025/06/HelveticaNeue-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/uploads/2025/06/HelveticaNeue-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/uploads/2025/06/HelveticaNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/wp-content/uploads/2025/06/HelveticaNeue-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica", Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: var(--carbon-700);
}

.font-playfair {
    font-family: "Playfair Display", serif;
}

h1 span,
h2 span {
    font-family: "Playfair Display", serif;
    font-style: italic;
}

h1,
.h1 {
    font-weight: 500;
    font-size: 64px;
    line-height: 105%;
    letter-spacing: -0.2%;
    vertical-align: middle;

}

h2,
.h2,
.titleh2 {
    font-size: 52px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.52px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

h4,
.h4,
.h4_title {
    font-size: 28px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.14px;
    margin-bottom: 18px;
}

.fw_500 {
    font-weight: 500;
}

.fw_600 {
    font-weight: 600;
}


.fs_14 {
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.25%;
}

.fs_18 {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
}

.fs_20 {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
}

.fs_32 {
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0%;
}

.cmn_border_bg_white {
    border: 1px solid #CED7DC;
    border-radius: 8px;
    border-width: 1px;
    padding: 32px;
}

.mt_24 {
    margin-top: 24px;
}

.subtitle {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 80px;
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn-primary-large,
.btn-primary-small {
    background: var(--orange-500);
    color: white;
    border: none;
    padding: 16px 24px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
	  transition: all 0.3s ease;
      position: relative;
/*       overflow: hidden; */
}
.buttons-outer {
    display: flex;
    gap: 14px;
}
.btn-transparent
{
    color: #ffffff;
    background: transparent!important;
    border: 1px solid #ffffff;
}
.btn-transparent:hover
{
    opacity: 0.8;
}

.btn-primary-small {
    padding: 12px 24px;
    font-size: 14px;
}

/* .btn-primary-large:hover,
.btn-primary-small:hover {
    background: #d67e16;
    color: white;
}
 */


 .btn-primary-large:hover,
    .btn-primary-small:hover {
      background: #d67e16;
      color: white;
      transform: scale(1.04);
    }

    .btn-primary-large::after,
    .btn-primary-small::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.2);
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .btn-primary-large:hover::after,
    .btn-primary-small:hover::after {
      opacity: 1;
    }

#globe-container {
    width: 1100px;
    height: 1100px;
    position: absolute;
    right: -349px;
    bottom: -335px;
}
#globe-container video {
    width: 100%; 
    height: 100%; 
    pointer-events: none; 
    display: block;
    position: absolute;
    right: -162px;
}

/* 
==========================================
Main Header
==========================================
*/

header.sticky-top {
    background: var(--deep-blue-900);
}

header.sticky-top nav {
    padding: 0;
}

.header-button {
    background-color: var(--orange-500);
    border: none;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.035px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    display: inline-block;
}

.header-button:hover {
    background-color: #d67b0c;
    color: white;
    text-decoration: none;
}

header.sticky-top.mega-menu-open {
    background: #fff;
}

header.sticky-top.mega-menu-open #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
    color: #000;
}

header.sticky-top.mega-menu-open #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link:hover {
    color: #ff9800;
}

header.sticky-top.mega-menu-open a.login-link {
/*     visibility: hidden; */
	 color: #000;
}

header.sticky-top.mega-menu-open .main_logo {
    display: none;
}

header.sticky-top.mega-menu-open .hover_logo {
    display: block !important;
}

.icon-card-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.icon-card-wrap .icon-card {
    color: #000;
    text-decoration: none;
    padding: 48px 24px 32px 24px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: 0.3s;
}

.icon-card-wrap .icon-card .value-description {
    color: var(--carbon-500);
}

.icon-card-wrap .icon-card:hover {
    border-color: var(--carbon-300);
    background: var(--carbon-100);
}

.icon-card-wrap .icon-card .icon_wrap {
    margin-bottom: 20px;
}

.icon-card-wrap .icon-card h4 {
    margin-bottom: 12px;
    font-size: 20px;
    transition: 0.3s;
}

.icon-card-wrap .icon-card:hover h4 {
    color: var(--deep-blue-500);
    text-decoration: underline;
}

.icon-card-wrap .icon-card .icon_wrap img {
    height: 72px;
    object-fit: contain;
}

.icon-card-wrap.resource_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* 
==========================================
Main Banner 
==========================================
*/
.hero-section {
    min-height: 910px;
    background-color: var(--deep-blue-900);
    position: relative;
    overflow: hidden;
}

.hero-content {
    padding-top: 120px;
    padding-bottom: 120px;
}

.hero-subtitle {
    text-transform: uppercase;
}

.hero-description {
    max-width: 520px;
}

.cta-button {
    background-color: var(--orange-500);
    border: none;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
}

.cta-button:hover {
    background-color: #d67b0c;
    color: white;
    text-decoration: none;
}

.hero-section .hero_image_card {
    position: absolute;
    right: -436px;
    top: 100px;
}

.hm_banner .only_tab {
    display: none;
}

.problem-card {
    background-color: var(--carbon-100);
    border-top: 1px solid var(--carbon-400);
    padding: 48px 24px 24px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.problem-card:before {
    content: "";
    background: #093D9F;
    position: absolute;
    height: 1px;
    width: 84px;
    top: -1px;
    left: 0;
}

.problem-title {
    text-transform: capitalize;
    color: var(--carbon-800);
}

.problem-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.problem-accent {
    width: 94px;
    height: 1px;
    background-color: var(--deep-blue-400);
}

.section-title {
    text-transform: capitalize;
    color: var(--carbon-800);
}

.section-description {
    text-align: center;
    max-width: 625px;
    margin: 0 auto;
}

.trust-section {
    padding: 35px 0;
    overflow: hidden;
}

.trust-text {
    text-transform: uppercase;
    color: var(--deep-blue-50);
}

/* 
==========================================
hm_below_banner 
==========================================
*/
.hm_below_banner {
    padding: 134px 0 95px 0;
}

.hm_below_banner .heading_wrapper {
    padding-bottom: 112px;
}

/* 
==========================================
Testimonial Section 
==========================================
*/
.testimonial-section {
    padding: 112px 42px;
    position: relative;
}

.testimonial-section .grahic_image {
    position: absolute;
    top: 0;
    right: 0;
    mix-blend-mode: color-dodge;
}

.testimonial-section .container {
    position: relative;
}

.testimonial-quote {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.14px;
    text-transform: capitalize;
    color: var(--deep-blue-900);
    max-width: 790px;
}

.testimonial-author {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.035px;
    text-transform: uppercase;
    color: var(--deep-blue-900);
}

.testimonial-author strong {
    font-weight: 700;
    opacity: 0.7;
}

.login-link {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.035px;
    text-decoration: none;
    margin-right: 20px;
}

.login-link:hover {
    color: var(--orange-300);
    text-decoration: none;
}

.dropdown-toggle::after {
    border-top-color: white;
    margin-left: 4px;
}

/* 
==========================================
hm_we_help
==========================================
*/

.hm_we_help {
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 160px 0 100px;
}

.checklist li {
    position: relative;
    padding: 8px 10px 8px 30px;
}

.hm_we_help ul.checklist {
    padding-top: 46px;
}

.checklist li:before {
    content: "";
    background: url(/wp-content/uploads/2025/06/Vector-4.svg)no-repeat scroll center left;
    position: absolute;
    left: 0;
    width: 18px;
    height: 13px;
    top: 15px;
}

.hm_we_help .btn-primary-small {
    margin-top: 20px;
}

.hm_we_help:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 2753px;
    opacity: 0.5;
    background: radial-gradient(50% 50% at 50% 50%, #2f15c9 40%, rgba(47, 21, 201, 0) 100%);
    filter: blur(25px);
    left: 0;
    z-index: -1;
}

.hm_we_help .divider_section {
    background: #093D9F;
    width: 100%;
    height: 1px;
    margin: 50px 0 160px 0;
}


/* Logo Slider Section */
.logo_slider {
/*     width: 150%; */
	width: 109%;
	position: relative;
}

.logo_slider .owl-stage {
    display: flex;
    align-items: center;

}

.logo_slider .owl-stage-outer {
    overflow: hidden;
	position: relative;
}

/* Fade left & right using CSS pseudo-elements */
/* .logo_slider::before,
.logo_slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logo_slider::before {
  left: 0;
  background-image: linear-gradient(90deg, #020D22, transparent);
}

.logo_slider::after {
  right: 0;
  background-image: linear-gradient(270deg, #020D22, transparent);
}
 */
.logo_slider img {
    object-fit: contain;
    height: 24px;
    margin: 0 auto;
    width: auto !important;
    max-width: 128px;
}


/* Testimonial Section */
.testimonial-section2 {
    background: var(--orange-200);
    padding: 60px 42px;
}

.testimonial-content2 {
    display: flex;
    align-items: center;
    gap: 72px;
    max-width: 1100px;
    margin: 0 auto;
}

.testimonial-logo2 {
    width: 239px;
    flex-shrink: 0;
}

.testimonial-text2 {
    flex: 1;
}

.quote-icon2 {
    width: 24px;
    height: 18px;
    margin-bottom: 36px;
}

.testimonial-quote2 {
    color: var(--deep-blue-900);
    font-size: 28px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.14px;
    margin-bottom: 36px;
}

.testimonial-author2 {
    color: var(--deep-blue-900);
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0.7;
}

.testimonial-author2 strong {
    font-weight: 700;
}

/* Values Section */
.values-section {
    position: relative;
}

.values-hero {
    min-height: 672px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 60px 0px 60px 0px;
    max-width: 519px;
}

.values-title {
    color: var(--carbon-800);
    max-width: 519px;
}

.values-subtitle {
    margin-bottom: 40px;
}


.values-grid {
    border-top: 1px solid var(--carbon-300);
    border-bottom: 1px solid var(--carbon-300);
    margin-bottom: 92px;
}

.value-card {
    padding: 48px 24px 24px;
    border: 1px solid var(--carbon-300);
    height: 100%;
    border-top: 0;
    border-right: 0;
}

.hm_systematic .values-grid li:nth-child(3n) .value-card {
    border-right: 1px solid var(--carbon-300);
}

.hm_systematic .values-grid li:nth-child(4) .value-card,
.hm_systematic .values-grid li:nth-child(5) .value-card,
.hm_systematic .values-grid li:nth-child(6) .value-card {
    border-bottom: 0;
}

.value-icon {
    width: 117px;
    height: 88px;
    margin-bottom: 18px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-title {
    color: var(--carbon-800);
}

.value-description {
    font-size: 16px;
    line-height: 150%;
}

.values-section .hero-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 672px;
}

.values-section .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 
==========================================
hm_why_serve
==========================================
*/
.hm_why_serve li:nth-child(2n) .value-card {
    border-right: 1px solid var(--carbon-300);
}

.hm_why_serve li:nth-child(3) .value-card,
.hm_why_serve li:nth-child(4) .value-card {
    border-bottom: none;
}

.hm_why_serve .values-grid {
    margin-bottom: 160px;
}

/* 
==========================================
client_attribute
==========================================
*/
.client_attribute .heading_content {
    padding-top: 160px;
    padding-bottom: 64px;
}

.client_attribute .divider_section {
    border-top: 1px dashed var(--carbon-400);
}

.client_slider_wrap {
    padding: 64px 0;
}

.client-item {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
}

/* .client-item .logo {
    max-height: 30px;
    max-width: 140px;
    margin: 0 auto 32px;
} */

.client-item p {
    max-width: 360px;
    margin: 0 auto 32px auto;
    font-weight: 500;
    font-size: 20px;
}

.client-item .stars {
    color: orange;
    margin: 10px 0;
    font-size: 20px;
}

.client-item .logo {
    max-height: 60px;
    max-width: 140px;
    margin: 0 auto 20px;
	object-fit: contain;
}

.client-item strong {
    display: block;
    font-weight: 500;
    color: var(--carbon-600);
}

.client-item span {
    display: block;
    color: var(--carbon-400);
}

/* 
==========================================
Stats Section
==========================================
*/
.stats-section {
    border-top: 1px solid var(--carbon-300);
}

.container {
    max-width: 1300px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.stat-box {
    text-align: center;
    padding: 30px 10px;
    border-right: 1px solid var(--carbon-300);
    min-height: 300px;
    position: relative;
}

.stat-box:last-child {
    border-right: none;
}

.stat-label {
    font-size: 18px;
    margin-bottom: 10px;
}

.stat-value {
    font-size: 64px;
    font-weight: 500;
}

.stat-box:before {
    content: "";
    background: var(--deep-blue-400);
    width: 84px;
    height: 1px;
    position: absolute;
    top: -1px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
}

/* 
==========================================
Stairs Section
==========================================
*/


.hm_stairs h2 {
    padding-bottom: 100px;
}

.hm_stairs {
    padding-top: 160px;
}

.stairs_inner_section .img_wrap {
    width: 50%;
    height: 642px;
}

.stairs_inner_section .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stairs_inner_section .stairs_wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    width: 100%;
    height: 100%;
}

.stairs_inner_section {
    position: relative;
}

.stairs_inner_section .stairs_wrap li {
    background: var(--deep-blue-700);
    padding: 50px 25px 24px 25px;
    color: #fff;
    width: 100%;
    margin-left: auto;
    border-top: 1px solid #093D9F;
    position: relative;
}

.stairs_inner_section .stairs_wrap li:before {
    content: "";
    background: var(--orange-400);
    width: 84px;
    height: 1px;
    top: -1px;
    left: 0;
    position: absolute;
}

.stairs_inner_section .stairs_wrap li:nth-child(1) {
    width: 50%;
}

.stairs_inner_section .stairs_wrap li:nth-child(2) {
    width: calc(50% + 212px);
}

.stairs_inner_section .stairs_wrap li:nth-child(3) {
    width: calc(50% + 424px);
}

.stairs_inner_section .stairs_wrap li h3 {
    font-size: 20px;
    margin-bottom: 18px;
}

.stairs_inner_section .stairs_wrap li p {
    color: var(--carbon-300);
}

.stairs_inner_section .stairs_wrap li p:last-child {
    margin-bottom: 0;
}

.stairs_inner_section .stairs_wrap li .content {
    max-width: 424px;
    width: 100%;
}

.stairs_reverse .stairs_inner_section {
    display: flex;
    flex-direction: row-reverse;
}

.stairs_reverse .stairs_inner_section .stairs_wrap {
    right: unset;
    left: 0;
}

.stairs_reverse .stairs_inner_section .stairs_wrap li {
    margin-left: unset;
}

.stairs_reverse .stairs_inner_section .stairs_wrap li .content {
    margin-left: auto;
}

.stairs_reverse .stairs_inner_section .stairs_wrap li:before {
    left: unset;
    right: 0;
}

/* 
==========================================
Blog
==========================================
*/

.related_blog {
    padding: 160px 0;
}

.related_blog h2 {
    margin-bottom: 48px;
}

.blog_wrap .card-box {
    background: #fff;
    border: 1px solid var(--carbon-300);
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    padding: 17px;
    height: 100%;
    text-decoration: none;
    display: block;
}

.blog_wrap .card-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.blog_wrap .card-img img {
    width: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 1.42/1;
}

.blog_wrap .card-content {
    padding-top: 32px;
}

.blog_wrap .card-title {
    color: #232B31;
}

.blog_wrap .card-excerpt {
    color: #293237;
    line-height: 1.5;
    margin-top: 15px;
}

/* 
==========================================
Home FAQ
==========================================
*/

section.faq_section {
    padding: 160px 0;
}

.faq_wrap .accordion-button {
    font-size: 20px;
    font-weight: 500;
    padding: 23px 0;
    line-height: normal;
}

.faq_wrap .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.faq_wrap .accordion-item:first-child .accordion-button {
    padding-top: 0;
}

.faq_wrap .accordion-item:first-child {
    border-top: 0;
}

.faq_wrap .accordion {
    border: 0 !important;
}

.faq_wrap .accordion-item {
    border-left: 0;
    border-right: 0;
}

.faq_wrap .accordion-button:not(.collapsed) {
    background: no-repeat;
    color: #000;
}

.faq_wrap .accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/uploads/2025/06/minus.png);
}

.faq_wrap .accordion-button::after {
    background-image: url(/wp-content/uploads/2025/06/plus.png);
}

.faq_wrap .accordion-button:focus {
    outline: none !important;
    border: 0;
    box-shadow: none;
}

/* 
==========================================
Before Footer ready_master
==========================================
*/

/* .ready_master {
    padding: 100px 0;
    position: relative;
} */

.ready_master {
    padding: 100px 0 0 0;
    position: relative;
}

.ready_master:before {
    content: "";
    background: rgba(0, 0, 0, .30);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.ready_master video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

.ready_master .container {
    position: relative;
    z-index: 2;
}

.ready_master .titleh2 {
    margin-bottom: 40px;
}
.ready_master .stat-box {
	min-height:200px;
	margin-top:30px;
}

.ready_master .stat-box .stat-value {
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(180deg, #FD8802 0%, #F8B045 100%);
}

.ready_master .stat-box {
    border-color: rgba(255, 255, 255, 0.10);
}

.ready_master .stat-box:before {
    display: none;
}

.ready_master .stat-box .stat-label {
    color: #DCE8FD;
}

.ready_master .stats-grid-section {
/*     border-top: 1px solid rgba(255, 255, 255, 0.10); */
    margin-top: 100px;
/*     z-index: 99999 !important; */
	z-index: 1;
    position: relative;
	
}

/* 
==========================================
Footer
==========================================
*/
footer {
    font-size: 14px;
}

footer a,
footer p {
    text-decoration: none;
    color: var(--carbon-400);
}

ul.social_link {
    display: flex;
    gap: 20px;
}

.main_footer {
    padding: 60px 0;
}

.bottom_footer {
    padding-top: 55px;
}


/* .bottom_footer .row > .col-md-3:nth-of-type(2) {
  margin-left: 50px;
} */

.custom-footer-tab {
    padding-left: 72px;
}

footer h5 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
}

footer ul {
    padding: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 10px;
}

.footer_content {
    margin: 30px 0;
}

.top_footer {
    padding: 24px 0;
}

.top_footer .container {
    border-bottom: 1px solid var(--deep-blue-700);
}

.top_footer .content {
    font-size: 18px;
    max-width: 460px;
}

.top_footer .form_wrap {
    display: flex;
    gap: 12px;
}

.form_wrap .wpcf7-form-control {
    min-height: 48px;
    padding: 5px 20px;
    background: var(--deep-blue-600);
    color: var(--deep-blue-50);
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
}

.formkit-form[data-uid="226aa67017"] .formkit-field, .formkit-form[data-uid="226aa67017"] .formkit-submit

.form_wrap .wpcf7-form-control::placeholder {
    color: var(--deep-blue-50);
}

.form_wrap .wpcf7-form-control:focus {
    border: 0;
    outline: none;
}

.form_wrap .wpcf7-form-control.wpcf7-submit {
    background: var(--orange-200);
    border: 0;
    border-radius: 4px;
    color: var(--orange-900);
    font-size: 14px;
    font-weight: 500;
}

.form_wrap .wpcf7-spinner {
    position: absolute;
    right: 0;
}

.form_wrap .form-field {
    position: relative;
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    padding: 0;
    margin: 0;
    color: #a7a7a7;
}

/* 
==========================================
About Page
==========================================
*/
.about_stats .grad_img_wrap {
    position: absolute;
    bottom: 0;
    right: 0;
}

.about_banner {
    min-height: unset;
}

.about_stats.stats-section {
    border-top: 1px solid var(--deep-blue-600);
}

.about_stats .stat-box {
    border-right: 1px solid var(--deep-blue-600);
}

.about_stats .stat-box:before {
    background: var(--orange-400);
}

.about_start {
    min-height: 672px;
    position: relative;
    display: flex;
    align-items: center;
}

.abt_profile .img_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
}

.abt_profile .img_wrap img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.abt_profile .social_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    background: rgba(4, 26, 67, 0.3);
    backdrop-filter: blur(10px);
}

.abt_profile .social_bar .name {
    font-weight: 300;
    font-style: italic;
    color: #fff;
}

.abt_profile .social_bar .desig {
    color: var(--orange-400);
    font-size: 14px;
}

.abt_profile .social_bar .social_icon {
    display: flex;
}

.abt_profile .social_bar .social_icon a {
    margin-right: 10px;
}

.abt_profile .social_bar .social_icon a:hover {
    opacity: 0.7;
}

.about_start .content_wrap {
    margin: 0 auto;
    max-width: 465px;
}


/* 
==========================================
Contact Us
==========================================
*/
.contact_banner {
    min-height: unset;
    padding: 120px 0 240px 0;
}

.contact_banner .hero-content {
    padding: 0;
    max-width: 510px;
}

.contact_option {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

.contact_option li {
    background: #FFFFFF1F;
    border-radius: 4px;
    padding-top: 32px;
    padding-right: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
    display: flex;
    gap: 24px;
}

.contact_option li .img_wrap {
    width: 48px;
    height: 48px;
    background: #FFFFFF1F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact_option li .em_wrap {
    color: #fff;
}

.contact_option li .em_wrap a {
    color: #F8B045;
    text-decoration: none;
}

.contact_banner .cf_form {
    max-width: 600px;
    margin-left: auto;
}

.cf_form .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    margin: auto;
    outline: 6px solid #FFFFFF40;
}

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

.cf_form .form-group.full-width {
    grid-column: 1 / -1;
}

.cf_form .form-group label {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    color: var(--carbon-500);
}

.cf_form input:focus,
.cf_form select:focus,
.cf_form textarea:focus {
    outline: none;
}

.cf_form select {
    background-image: url(/wp-content/uploads/2025/06/Vector-5.svg) !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;
    background-position: 98% !important;
}

.cf_form .form-group label .required {
    color: red;
    margin-left: 2px;
}


.cf_form input[type="text"],
.cf_form input[type="email"],
.cf_form input[type="tel"],
.cf_form select,
.cf_form textarea {
    font-size: 15px;
    background-color: #f8fafc;
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 12px;
}

.cf_form textarea {
    max-height: 78px;
    resize: vertical;
}

.cf_form input[type="submit"] {
    color: var(--carbon-400);
    font-weight: bold;
    padding: 12px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
    border-radius: 4px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    background: var(--carbon-200);
}

.cf_form input[type="submit"]:hover {
    background-color: #c7d2dc;
}

.cf_form .form-group.checkbox {
    padding-left: 5px;
}

.cf_form .form-group.checkbox p {
    margin-bottom: 0;
}

.cf_form .form-group.checkbox label {
    display: flex;
    align-items: flex-start;
    color: var(--carbon-400);
    gap: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    vertical-align: middle;
}

.cf_form .form-group.checkbox input[type="checkbox"] {
    margin-right: 0px;
    margin-top: 4px;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #6C8698;
    position: relative;
    top: -2px;
}

.contact_boxes .ct_box {
    background: #F4F6F7;
    padding-top: 42px;
    padding-right: 24px;
    padding-bottom: 42px;
    padding-left: 24px;
    border-top-width: 2px;
}

.contact_boxes .ct_box strong {
    color: var(--deep-blue-400);
}

.contact_boxes .ct_box .description {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-transform: capitalize;
    margin-top: 20px;
    height: 70px;
}

.contact_boxes .ct_box a {
    width: 52px;
    height: 52px;
    display: flex;
    background: var(--orange-500);
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border-radius: 4px;
}

section.contact_boxes {
    margin-top: -120px;
    z-index: 1;
}

.contact_trust_logos img {
    height: auto;
    filter: invert(1);
}

.contact_trust_logos {
    border-top: 1px solid var(--carbon-300);
    margin-top: 45px;
}



/* 
==========================================
Schedule Page
==========================================
*/
.banner_no_height {
    min-height: unset;
}

.sch_form .cf7-wrapper {
    max-width: 900px;
    margin: 80px auto;
    background: #f9fbfc;
    padding: 30px;
    border-radius: 10px;
    font-family: sans-serif;
    border: 1px solid var(--carbon-200);
}

.sch_form .form-section {
    margin-bottom: 30px;
}

.sch_banner .hero-content {
    padding-top: 53px;
    padding-bottom: 63px;
    text-align: center;
}

.sch_banner .grad_img_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
}

.sch_form .form-section h4 {
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--carbon-800);
    font-size: 20px;
}

.sch_form .subtext {
    font-size: 16px;
    color: var(--carbon-500);
    margin-bottom: 24px;
}


.sch_form .wpcf7-list-item {
    display: inline-block;
    margin: 6px 8px 6px 0;
}

.sch_form .wpcf7-list-item-label {
    background: var(--carbon-200);
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s ease;
    border-radius: 72px;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    display: inline-block;
    color: var(--carbon-500);
}


.sch_form .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label {
    background: var(--orange-400);
    color: #fff;
}

.sch_form input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.sch_form .cf_form input[type="text"],
.sch_form .cf_form input[type="email"],
.sch_form .cf_form input[type="tel"],
.sch_form .cf_form select,
.cf_form textarea {
    background: #fff;
    border: 1px solid var(--carbon-200);
}

.sch_form .cf_form .form-grid {
    padding: 0;
    background: no-repeat;
    box-shadow: none;
}

.sch_form .cf_form textarea {
    max-height: 150px;
}
.abt_profile .values-grid {
    margin-bottom: 160px;
}
.cta_quest.ready_master .titleh2 {
    margin-bottom: 24px;
}

.cta_quest.ready_master .sub_text {
    padding-bottom: 8px;
}

.cta_quest .contact_option {
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
/*     margin: 32px auto 0 auto; */
	margin: 32px auto 100px auto;
}

.cta_quest.ready_master:before {
    background: rgb(0 0 0 / 50%);
}

.cta_quest.ready_master video {
    object-fit: cover;
}

.cta_quest .contact_option li {
    backdrop-filter: blur(24px);
}

.sch_support {
    padding: 160px 0;
}
.sch_support .slider-wrapper {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 100px auto 0 auto;
    align-items: center;
}

.sch_support .text-slider {
    background: var(--carbon-100);
    padding: 24px;
    width: 100%;
    max-width: 382px;
    margin-right: -100px;
    border-radius: 4px;
}

.sch_support .slide-text .step {
    color: var(--orange-600);
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
}

.sch_support .slide-text h4 {
    margin-bottom: 30px;
    color: #000;
}

.sch_support .slide-text p {
    font-size: 16px;
    color: var(--carbon-700);
}

.sch_support .image-static {
  flex: 1;
  text-align: right;
}

.sch_support .image-static img {
    max-width: 100%;
    height: 600px;
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
}
.sch_support button {
    border: 1px solid var(--carbon-300) !important;
    width: 65px;
    height: 44px;
    border-radius: 40px;
    margin-right: 15px;
}
.sch_support button:hover {
    background: #fff !important;
}
.sch_support .owl-nav {
    padding-top: 20px;
}
/* 
==========================================
Schedule Audit
==========================================
*/

.values-section.flex-reverse .hero-image {
    right: unset;
    left: 0;
}

.values-section.flex-reverse  .values-hero {
    margin-left: auto;
}

.sch_audit_banner .grad_img_wrap {
    margin-top: -68px;
    z-index: 0;
    position: relative;
}
.sch_audit_banner .container {
    z-index: 1;
    position: relative;
}
/* 
==========================================
Newsletter
==========================================
*/
.newsletter_banner.hero-section {
    min-height: unset;
}

.newsletter_banner:before {
    content: "";
    background: rgba(0, 0, 0, .30);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.newsletter_banner .banner_wrap {
    padding: 120px 0;
}

.newsletter_banner .hero-content {
    padding: 0;
}

.newsletter_banner .container {
    position: relative;
    z-index: 2;
}

.newsletter_banner .trust-section {
    overflow: unset;
}

.newsletter_banner video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

.weekly_insight .img_wrap {
    margin-top: 70px;
}

section.weekly_insight {
    margin-bottom: 100px;
    margin-top: 120px;
}

.form_ready_master .cf_form_section {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* 
==========================================
Blog
==========================================
*/
.blog_banner .grahic_image {
    position: absolute;
    top: 0;
    right: 0;
    mix-blend-mode: color-dodge;
}

.blog_banner.hero-section {
    min-height: unset;
}

.blog_banner.hero-section .hero-content {
    padding: 102px 0;
}

.blog_page_wrap {
    padding: 50px 0 100px;
}

/* 
==========================================
Career
==========================================
*/
.career_banner .grahic_image {
    position: absolute;
    top: 0;
    right: 0;
    mix-blend-mode: color-dodge;
}

.career_banner.hero-section {
    min-height: unset;
}

.career_banner.hero-section .hero-content {
    padding: 102px 0;
}

.career_box_wrapper {
    border-radius: 8px;
    padding: 22px 32px;
    overflow: hidden;
    z-index: 1;
}

.career_box_wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 2753px;
    opacity: 0.5;
    background: radial-gradient(50% 50% at 50% 50%, #2f15c9 40%, rgba(47, 21, 201, 0) 100%);
    filter: blur(25px);
    left: -10%;
    z-index: 0;
    width: 120%;
    height: 560px;
    bottom: 0;
    z-index: -1;
}

.career_boxes {
    padding-bottom: 116px;
}

.career_intro {
    padding: 160px 0 136px;
}

.career_boxes .box_wrap {
    padding: 24px;
    border-left: 1px solid #062765;
}

.career_boxes .box_wrap p {
    color: var(--deep-blue-25);
}

.career_boxes .box_wrap p:last-child {
    margin-bottom: 0;
}

.career_boxes .box_wrap .box-count {
    min-height: 122px;
}

.career_acc {
    padding: 160px 0 0;
}

.accordion_bar_header {
    margin-bottom: 12px;
}

.career_acc .accordion_bar_header ul,
.career_acc .accordion-item button ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.career_acc .accordion_bar_header ul li,
.career_acc .accordion-item button li {
    width: 33.33%;
    color: #A3C1F9;
    text-align: left;
}

.career_acc .accordion-item button li {
    color: #fff;
}

.career_acc .accordion-item {
    background: no-repeat;
    border: 0;
    margin-bottom: 0 !important;
}

.career_acc .accordion-header button {
    border: 0;
    border-top: 1px solid #062765;
    border-bottom: 1px solid #062765;
    padding: 32px 0;
    line-height: normal;
    height: auto;
    font-size: unset;
    width: 100%;
    position: relative;
    border-radius: 0;
}

.career_acc .accordion-header button[aria-expanded="true"] {
    background: var(--deep-blue-800);
}

.career_acc .accordion-item button span {
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 20px;
    font-family: inherit;
    background: #041A434D;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
    line-height: 33px;
    color: #0d6efd;
}

.career_acc .accordion-item button[aria-expanded="true"] span {
    background: var(--deep-blue-25);
}

.career_acc .accordion-item button[aria-expanded="true"] span:before {
    content: "-";
}

.career_acc .accordion-item button span:before {
    content: "+";
}

.career_acc .accordion-item button:hover {
    background: none;
}

.career_acc .accordion-item button:hover span {
    background: var(--deep-blue-25);
}

.career_acc .accordion-body {
    background: var(--deep-blue-800);
}

.career_acc .accordion-item:last-child .accordion-body {
    padding-bottom: 110px;
}

.accordion-body .description {
	position: sticky;
    top: 80px;
}

.career_acc .content ul {
    padding-left: 0;
    list-style: none;
}

.career_acc .content ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.career_acc .content ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: orange;
    top: 8px;
    left: 0;
}

/* 
==========================================
Academy
==========================================
*/

.academy_banner.hero-section {
    min-height: unset;
}

.academy_banner.hero-section:before {
    content: "";
    background: url(/wp-content/uploads/2025/06/Group-12.png)no-repeat scroll center;
    width: 160px;
    height: 551px;
    position: absolute;
    top: 0;
    right: 0;
}

.aca_section {
    padding: 80px 0;
}

.table_info_grid ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.table_info_grid ul {
    border: 1px solid var(--carbon-300);
    border-radius: 10px;
}

.table_info_grid ul li {
    padding: 24px;
}

.table_info_grid ul li:nth-child(1) {
    border-right: 1px solid var(--carbon-300);
    border-bottom: 1px solid var(--carbon-300);

}

.table_info_grid ul li:nth-child(3) {
    border-right: 1px solid var(--carbon-300);
}

.table_info_grid ul li:nth-child(2) {
    border-bottom: 1px solid var(--carbon-300);
}


hr {
    border-top-color: var(--carbon-300);
    opacity: 1;
}

.how_we_get li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-bottom: 1px solid var(--carbon-300);
    margin-bottom: 0px;
    padding: 20px 0;
}

.how_we_get li img {
    background: var(--carbon-300);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 13px;
}

.how_we_get li p:last-child {
    margin-bottom: 0;
}

.top_copanies .logo_slider {
    width: 100%;
}

.top_copanies .logo_slider img {
    max-width: 106px;
    max-height: 20px;
}
.aca_section  .top_copanies .logo_slider img {

    filter: invert(1);
}
.why_trade .table_info_grid {
    z-index: 1;
    position: relative;
    background: #041A434D;
    backdrop-filter: blur(39px);
}

.why_trade .table_info_grid ul {
    border-color: var(--deep-blue-600);
}

.why_trade .table_info_grid ul li {
    border-color: var(--deep-blue-600);
}

.why_trade .table_info_grid ul li h5 span {
    color: var(--orange-500);
}

.why_trade:before {
    content: "";
    background: radial-gradient(50% 50% at 50% 50%, #2F15C9 40%, rgba(47, 21, 201, 0) 100%);
    position: absolute;
    left: 0;
    bottom: -340px;
    z-index: 0;
    width: 892px;
    height: 737px;
    opacity: 0.5;
    border-radius: 2753px;
}

.why_trade {
    position: relative;
    overflow: hidden;
}

.course-accordion .module_top_header {
    margin-bottom: 20px;
    color: var(--carbon-500);
    font-size: 14px;
}

.course-accordion .module {
    border: 1px solid var(--carbon-100);
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}

.course-accordion .module-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--carbon-100);
    padding: 23px 18px;
    cursor: pointer;
    position: relative;
    padding-left: 45px;
    font-size: 20px;
    font-weight: 500;
}

.course-accordion .module-header:hover {
    background: #eee;
}

.course-accordion .lectures-count {
    font-size: 18px;
    color: var(--carbon-500);
    font-weight: 500;
    position: relative;
    padding-left: 30px;
}

.course-accordion .module-content {
    display: none;
    background: #fff;
}

.course-accordion .module-content ul {
    list-style: none;
    padding: 12px 20px;
    margin: 0;
}

.course-accordion .module-content li {
    padding: 8px 0 8px 35px;
    display: flex;
    justify-content: space-between;
    position: relative;
    font-size: 18px;
}

.course-accordion .module-content li span {
    color: var(--carbon-500);
}

.course-accordion .module-header:before {
    content: "";
    background: url(/wp-content/uploads/2025/06/chevron-right.svg)no-repeat scroll center left;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 15px;
}

.course-accordion .lectures-count:before {
    content: "";
    background: url(/wp-content/uploads/2025/06/book-open-1.svg)no-repeat scroll center left;
    position: absolute;
    width: 24px;
    height: 25px;
    left: 0;
    top: 1px;
}

.course-accordion .module-content li:before {
    content: "";
    background: url(/wp-content/uploads/2025/06/video-1.svg) no-repeat scroll center left;
    position: absolute;
    width: 24px;
    height: 25px;
    left: 0;
    top: 9px;
}

.aca_bio_wrapper {
    display: grid;
    grid-template-columns: 343px 1fr;
}

.aca_bio_wrapper>img {
    width: 100%;
    height: 402px;
    object-fit: cover;
}

.aca_bio_wrapper .content_wrap {
    padding: 24px;
}


.course-card {
    padding: 32px;
    background: #fff;
    border: 1px solid var(--carbon-300);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 100px;
}

.course-card h2 {
    margin-top: 0;
    font-size: 20px;
}

.course-card .subtitle {
    color: var(--carbon-700);
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}


.price-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}


.one-time {
    font-size: 12px;
    background: var(--carbon-100);
    padding: 5px 10px;
    border-radius: 20px;
    color: var(--carbon-500);
}

.apply-btn {
    width: 100%;
    background-color: #f7941d;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 10px;
}

.course-card .btn-primary-small {
    font-weight: 700;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.course-card .question-btn {
    width: 100%;
    background-color: #fff;
    color: var(--orange-900);
    padding: 12px;
    border: 1px solid var(--orange-500);
    border-radius: 5px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 20px;
}

.course-card .question-btn:hover {
    background: var(--orange-500);
    color: #fff;
}

.course-card .inclusion p {
    font-size: 14px;
    margin: 10px 0 15px;
    color: var(--carbon-500);
}

.course-card .inclusion ul {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
    color: #333;
}

.course-card .inclusion li {
    margin-bottom: 10px;
    color: var(--carbon-800);
    font-size: 16px;
}

.course-card .team-box {
    background-color: var(--carbon-100);
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    color: var(--carbon-700);
    text-align: center;
    margin-top: 25px;
}

.course-card .team-box strong {
    font-size: 20px;
}

.course-card .team-box a {
    color: #f7941d;
    text-decoration: none;
    font-weight: bold;
}

.course-card .team-box p:last-child {
    margin-bottom: 0;
}

/* 
==========================================
TA HUB
==========================================
*/
.ta_banner .hero-description {
    max-width: 550px;
    margin: 0 auto;
}

.ta_banner.hm_banner {
    min-height: unset;
}

.ta_how_we_trade {
    padding: 160px 0;
}

.ta_how_we_trade .description {
    max-width: 560px;
    margin: 0 auto;
}

.step-box {
    position: relative;
    padding-top: 50px;
    max-width: 360px;
}

.step-number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 150px;
    font-weight: 700;
    color: var(--carbon-300);
    z-index: 0;
    opacity: 0.5;
}

.step-icon {
    height: 88px;
    z-index: 1;
    position: relative;
}

.step-box .step-title {
    z-index: 1;
    position: relative;
    padding-left: 25px;
    display: inline-block;
}

.step-box .step-title:before {
    content: "";
    background: url(/wp-content/uploads/2025/07/Vector-13.png)no-repeat scroll center left;
    width: 7px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 12px;
}

.step-box .step-title:after {
    content: "";
    border-top: 1px dotted #0217202e;
    max-width: 180px;
    height: 10px;
    position: absolute;
    right: -190px;
    top: 18px;
    width: 100%;
}

.step-box .box_title {
    margin: 32px 0 16px 0 !important;
}

.countable_impact li {
    display: flex;
    align-items: center;
    padding: 33px 0;
    border-bottom: 1px solid var(--carbon-400);
}

.countable_impact li:last-child {
    border-bottom: 0;
}

.countable_impact li .number {
    font-size: 124px;
    font-weight: 500;
    max-width: 50%;
    width: 100%;
    line-height: 1.2;
}

.countable_impact li .content {
    flex: 1;
    max-width: 518px;
}

.ta_trust_section .trust-text {
    color: var(--carbon-400);
}

.ta_trust_section {
    border-top: 1px solid var(--carbon-400);
}

.who_is_this_for {
    padding: 160px 0 730px 0;
    position: relative;
}

.who_is_this_for .heading_wrap .content {
    max-width: 450px;
}

.ta_whois_details {
    max-width: 1145px;
    margin-left: auto;
    display: flex;
    gap: 24px;
    position: absolute;
    width: 100%;
    right: 0;
	padding-top:60px;
}

.ta_whois_details:before {
    content: "";
    background: url(/wp-content/uploads/2025/07/BG-Graphic.jpg)no-repeat scroll center / cover;
    width: 100%;
    height: calc(100% + 30px);
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0;
    max-width: 925px;
}

.ta_whois_details .card_box {
    max-width: 411px;
    border-radius: 8px;
    padding-top: 38px;
    padding-right: 24px;
    padding-bottom: 38px;
    padding-left: 24px;
    background: var(--carbon-100);
    box-shadow: 0px 0px 24px 0px #00000040;
}

.ta_whois_details .card_box .content {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--carbon-300);
}

.ta_whois_details .card_box li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.ta_whois_details .card_box li:before {
    content: "";
    background: url(/wp-content/uploads/2025/07/Vector-6.svg);
    width: 18px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 6px;
}

.ta_whois_details .card_box .img_wrap {
    margin-bottom: 20px;
}

.ta_our_data {
    border-top: 1px dotted var(--carbon-300);
    padding-top: 160px;
}

.ta_our_data ul {
    background: var(--carbon-100);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ta_our_data ul li {
    padding: 28px 24px 28px 24px;
    border-top: 1px solid var(--carbon-400);
    position: relative;
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ta_our_data ul li:before {
    content: "";
    background: var(--deep-blue-500);
    width: 100px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
}

.ta_our_data .content_wrap img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ta_our_data .content_wrap {
    padding-top: 100px;
}

.ta_why_choose {
    padding: 160px 0;
}

.ta_choose_list {
    max-width: 540px;
    margin-left: auto;
    padding-left: 20px !important;
}

.ta_choose_list li a {
    text-decoration: none;
}

.ta_choose_list li {
    padding-bottom: 20px;
}

.ta_choose_list li h4 {
    color: var(--carbon-800);
    margin-bottom: 100px;
    text-transform: capitalize;
}

.ta_choose_list li a {
    color: var(--carbon-700);
    padding: 48px 24px 28px 24px;
    border-top: 1px solid var(--carbon-400);
    position: relative;
    background: var(--carbon-300);
    display: block;
}

/* .ta_choose_list li a:after {
    content: "";
    background: #ddd;
    width: 4px;
    height: calc(100% + 25px);
    position: absolute;
    left: -20px;
    top: 0;
} */

.ta_choose_list li a:hover::after {
    background: var(--deep-blue-400);
}

.ta_choose_list li:last-child a:after {
    height: 100%;
}

.ta_choose_list li a:before {
    content: "";
    background: var(--deep-blue-500);
    width: 100px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
}

.ta_market_coverage {
    padding: 160px 0 90px;
    position: relative;
    overflow: hidden;
}

.ta_market_coverage .bg_img_wrap {
    position: absolute;
    bottom: 0;
    right: 0;
}

.ta_polygon ul li {
    background: url(/wp-content/uploads/2025/07/Polygon-4.svg)no-repeat scroll center;
    width: 135px;
    height: 135px;
    padding: 15px 5px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    list-style: none;
}

.ta_polygon ul {
    display: flex;
    justify-content: center;
    padding: 0;
    gap: 0px;
}

.ta_polygon ul li strong {
    line-height: 1.2;
    font-weight: 700;
}

.ta_polygon {
    padding-top: 60px;
}

.ta_market_coverage:before {
    content: "";
    background: radial-gradient(50% 50% at 50% 50%, #2F15C9 40%, rgba(47, 21, 201, 0) 100%);
    width: 100%;
    height: 1129px;
    position: absolute;
    z-index: 0;
    bottom: -60%;
    left: 0%;
    opacity: 0.5;
}
.ta_market_coverage .container {
    z-index: 1;
    position: relative;
    /*mix-blend-mode: color-dodge;*/
    mix-blend-mode: lighten;
}

/* 
==========================================
404 Page
==========================================
*/

.main_404 {
    background: var(--deep-blue-900);
    position: relative;
    height: calc(100vh - 300px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_404:before {
    content: "";
    background: var(--deep-blue-900) url(/wp-content/uploads/2025/07/by-gabriele-garanzelli.png) no-repeat scroll center / cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.1;
}

.main_404 .container {
    position: relative;
    z-index: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.main_404 h1 {
    font-weight: 500;
    margin-bottom: 0;
}

/* 
==========================================
Login Screens
==========================================
*/

.log_form footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.log_form footer .star_rate {
    color: #F8B045;
    font-size: 20px;
    letter-spacing: 4px;
}
.log_form footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.log_form footer .star_rate {
    color: #F8B045;
    font-size: 20px;
    letter-spacing: 4px;
}

.log_form .form_wrapper {
    border-radius: 8px;
    padding: 24px;
    border: 1px solid #E1E7EB;
    width: 100%;
    max-width: 420px;
    box-shadow: 0px 0px 24px 0px #24242414;
}

.log_form .form_wrapper .form_logo {
    max-width: 113px;
    margin-bottom: 60px !important;
    display: block;
}

.log_form .form_wrapper a:not(a.btn-primary-large) {
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    text-align: right;
    vertical-align: middle;
    text-decoration: underline !important;
    color: #062765;
}

.log_form .form_wrapper .form-control {
    height: 48px;
    background: #fff !important;
    box-shadow: none !important;
    border: 1px solid #E1E7EB;
}

.log_form .form_wrapper small {
    font-size: 14px !important;
}

.log_form .form_wrapper .form-check-label {
    font-size: 14px;
    color: var(--carbon-400);
}

.reset-form .um-form
{
    padding: 0px;
    box-shadow: none;
}
.reset-form .um-form .um-field-type_block
{
    /*display: none;*/
}

.reset-form .um-col-alt.um-col-alt-b
{
     padding-top: 0px;
}

.reset-form .um-field-block
{
  color: var(--carbon-600);
}

.reset-form .um-field-block div 
{
   text-align: left!important;
}



.log_form input[type="submit"] {
    opacity: 1;
    border-radius: 4px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: bold;
    background: var(--carbon-200);
    color: var(--carbon-400);
    border: 0;
}

.log_form input[type="submit"]:hover {
    background: #c7d2dc;
}

.log_form button, #um-submit-btn {
    opacity: 1;
    border-radius: 4px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: bold;
    background: var(--carbon-200);
    color: var(--carbon-400);
    border: 0;
}

.log_form button:hover, #um-submit-btn:hover {
    background: #c7d2dc;
}

.reset-form input#um-submit-btn {
    background-color: var(--carbon-200)!important;
    padding: 16px 24px!important;
    color: #ffffff;
    display: block;
    width: 100% !important;
}

.log_form .right_section {
    padding: 80px 80px 0 80px;
    position: relative;
    height: 100%;
    min-height: 900px;
}
.log_form .right_section .content_section {
    max-width: 550px;
    width: 100%;
    padding-bottom: 70px;
}
.log_form .right_section .img_wrap {
    position: absolute;
    right: -7px;
    bottom: 0;
}
.page-id-778 .top_footer,
.page-id-783 .top_footer,
.page-id-782 .top_footer,
.page-id-781 .top_footer,
.page-id-779 .top_footer,
.error404 .top_footer{
    display: none;
}


/* footer form  */

.formkit-form[data-uid="226aa67017"] .formkit-field,
.formkit-form[data-uid="226aa67017"] .formkit-submit {
  margin: 4px 0 15px 8px !important;
  flex: 1 0 48% !important; /* 1 = grow, 0 = don't shrink, 48% = basis */
  max-width: 48%;
  min-width: 180px; /* Optional: for responsiveness */
}

/* Apply gap to container, not items */
.formkit-form[data-uid="226aa67017"] {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}
/* 
.formkit-submit {
	margin:auto !important;
} */

.formkit-form[data-uid="226aa67017"] .formkit-button, .formkit-form[data-uid="226aa67017"] .formkit-submit {
	margin:10px auto !important;
}

.custom-sticky {
	position: sticky;
	top: 80px;
	padding: 20px 0;
}


header,
header.mega-menu-open {
  display: block !important;
  position: sticky;
  top: 0;
  z-index: 9999;
	background:#fff;
}


body.mega-menu-open header {
  display: block !important;
}

html.mega-menu-main-menu-off-canvas-open body {
  overflow: clip !important;
  height: auto;
} 




/* ta hap style start  */

	.ta_trust_section .banner_logo img {
	 filter: brightness(0) !important; /* turns logo black */
  opacity: 1 !important;   /* ensure full visibility */
}
 img[alt="Company Logo"] {
  width: 55%;
  height: auto;
}

.testimonial-section img {
	filter: brightness(0) !important; /* turns logo black */
	opacity: 1 !important;   /* ensure full visibility */
}



/* ta hap style end  */


ul.social_link.list-unstyled li a img {
    width: 38px;
    height: 38px;
}

.social_icon a img.youtube-light {
	width: 38px;
    height: 38px;
}

/* academy */
.youtube-dark-2 {
	width: 37px;
	height; 37px;
	
}


/* header  */

#mega-menu-main-menu > li:last-child {
  display: none !important;
}

/* 
==========================================
Responsive
==========================================
*/

@media (max-width:1500px) {}

@media (max-width:1400px) {
    .hero-section .hero_image_card {
        max-width: 70%;
    }
}

@media (max-width:1199px) {
    .hero-section {
        min-height: unset;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .hero-section .hero_image_card {
        max-width: 100%;
        position: relative;
        top: unset;
        text-align: center;
        right: 0;
        left: 0;
    }

    .hero-description {
        margin: 0 auto;
    }

    .hero-content {
        padding-top: 80px;
        padding-bottom: 75px;
    }

/*     .trust-text {
        display: none;
    } */

    .hm_below_banner {
        padding-top: 80px;
    }

    .hm_below_banner .heading_wrapper {
        padding-bottom: 50px;
    }

    .testimonial-section {
        padding: 100px 42px;
    }

    /*********** Contact Page **********/

    .contact_banner .hero-content {
        max-width: 100%;
    }

    .contact_banner .hero-title {
        max-width: 530px;
        margin: 0 auto;
    }

    .contact_option {
        grid-template-columns: 1fr 1fr;
        text-align: left;
    }

    .contact_banner .cf_form {
        max-width: 100%;
        margin-top: 25px;
    }

    .contact_banner {
        padding: 67px 0 180px 0;
    }

    .contact_option p {
        font-size: 14px;
    }

    .ct_boxes_slider {
        width: 130% !important;
    }

    .contact_boxes {
        overflow: hidden;
    }

    /*********** Blog Page **********/

    .blog_banner .hero-description {
        max-width: 100%;
    }

    .blog_banner.hero-section .hero-content {
        padding: 91px 0;
    }

    .related_blog .btn-primary-small {
        display: block;
        width: 100%;
		margin:auto;
    }

    /*********** TA Page **********/

    .step-box {
        max-width: 100%;
    }

    .step-box .img_wrap {
        padding-top: 30px;
        text-align: center;
    }

    .step-box .box_title {
        text-align: center;
    }

    .step-box .step-text {
        text-align: center;
    }

    .step-box .step-title:after {
        max-width: calc(100% - 200px);
        left: 200px;
    }

    .step-box .step-title {
        display: block;
    }

    .ta_how_we_trade {
        padding: 60px 0 30px;
    }

    .ta_banner.hm_banner h1.hero-title {
        font-size: 64px;
    }

    .ta_result.values-section .hero-image {
        margin-left: -12px;
        width: calc(100% + 24px);
        position: relative;
    }

    .ta_result .values-hero {
        padding-bottom: 60px;
    }

    .countable_impact li .content {
        max-width: 100%;
    }

    .countable_impact li {
        flex-direction: column;
        text-align: center;
    }

    .ta_whois_details .card_box li {
        text-align: left;
    }

    .countable_impact li .number {
        max-width: 100%;
    }

    .who_is_this_for {
        padding: 60px 0 100px;
        text-align: center;
    }

    .who_is_this_for .heading_wrap .content {
        max-width: 100%;
    }

    .ta_whois_details {
        position: relative;
        margin: 0;
        margin-top: 60px;
        padding-top: 120px;
		
    }

    .ta_whois_details:before {
        height: 600px;
    }

    .ta_whois_details .card_box li {
        text-align: left;
    }

    .ta_our_data {
        border-top: 0;
        padding-top: 0;
    }

    .ta_our_data ul li {
        align-items: center;
        text-align: center;
    }

    .ta_our_data ul li h4 {
        max-width: 500px;
    }

    .ta_why_choose {
        padding: 60px 0 0;
    }

    .ta_choose_list {
        margin-top: 60px;
        max-width: 100%;
    }

    /*********** Academy Page **********/

    .academy_banner.hero-section:before {
        display: none;
    }

    .academy_banner.hero-section {
        flex-direction: column;
    }

    .academy_banner.hero-section .gr_image,
    .academy_banner.hero-section .gr_image img {
        width: 100%;
    }

    .academy_banner.hero-section .hero-content {
        padding-top: 60px;
        padding-bottom: 10px;
    }

/*     .course-card {
        position: fixed;
        z-index: 10;
        bottom: 0;
        top: unset;
        left: 0;
        right: 0;
        border-radius: 0;
        border: 0;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
    }
 */
    .course-card .inclusion {
        display: none;
    }

    .course-card .team-box {
        display: none;
    }

    .course-card .question-btn {
        text-indent: -9999px;
        background: #fff url(/wp-content/uploads/2025/07/circle-help.svg)no-repeat scroll center;
        width: 60px;
        height: auto;
        margin-bottom: 16px;
        margin-left: 12px;
    }
	
	.course-card .question-btn:hover{
	background: #fff url(/wp-content/uploads/2025/07/circle-help.svg)no-repeat scroll center;
		background-color: var(--orange-500);
	}

    .course-card .btn_wrap {
        display: flex;
    }

/*     .course-card .btn-primary-small {
        flex: 1;
    } */

    .course-card .subtitle {
        margin-bottom: 10px;
    }

    .course-card .one-time {
        padding: 11px 20px;
        display: flex;
        align-items: center;
    }

    .course-card .one-time img {
        margin-right: 5px;
    }

    .why_trade .table_info_grid ul {
        border-bottom: 0;
    }

    .aca_bio_wrapper {
        grid-template-columns: 1fr;
    }

    .aca_bio_wrapper .content_wrap {
        padding: 24px 0;
    }

    /********* About Us ***********/
	
	.about_start .row > .col-lg-6:first-child {
	  display: none !important;
	}
	.about_start .row > .col-lg-6:nth-child(2) {
	  width: 100% !important;
	}

    .about_stats .stat-box:before {
        background: var(--orange-400);
    }

    .about_stats .stats-grid {
        grid-template-columns: 1fr;
    }

    .about_stats .stat-box {
        border-bottom: 1px solid var(--deep-blue-600);
    }

    .about_stats.stats-section {
        padding-bottom: 100px;
    }

    .about_stats .stat-box:first-child {
        border-top: 0 !important;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .about_stats .stat-box:last-child {
        border-bottom: 0;
    }

    .about_stats .stat-box {
        border-right: 0 !important;
		min-height: 100px;
    }

    .about_stats  .stat-value {
        margin-bottom: 0;
        font-size: 62px !important;
    }

    .about_stats.stats-section {
        border-top: 0;
    }

    .about_stats .stat-box:first-child:before {
        background: no-repeat;
    }

    .about_banner .hero-content {
        padding-top: 60px;
        padding-bottom: 55px;
    }


    .about_start {
        display: block;
        min-height: unset;
    }

    .abt_profile .img_wrap {
        position: relative;
        width: 100%;
    }

    .about_start .content_wrap {
        text-align: center;
        max-width: 100%;
        padding: 60px 0;
    }

    .hm_systematic .values-hero {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ta_market_coverage {
        padding-bottom: 500px;
    }

    /********* Ta Hub ***********/
    #globe-container {
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -960px;
        z-index: -1;
    }

    #globe-container video {
        right: unset;
    }
    .ta_market_coverage {
        padding-bottom: 350px;
    }
}



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

	
/* 	footer */
	
	.custom-footer-tab {
    padding-left: 0px;
}

	
	  .buttons-outer {
    justify-content: center;
    flex-direction: column;
    width: 35%;
    margin: auto;
  }
	
	html.mega-menu-main-menu-off-canvas-open {
	overflow: clip !important;
  	height: auto;
	}
	
    .hm_banner .only_tab {
        display: none;
        margin: 0 auto;
		padding: 15px 10px
    }

/*     .hm_banner .for_desk_mobile {
        display: none;
    } */
	
	 .course-card {
    margin-top: 20px !important;
  }
	
	 .about_stats .stat-box {
    min-height: 120px;
  }
/* 	******About us  form ***** */
	.formkit-form {
	margin: auto !important;
	}
	
	.price-section span.price {
		font-size: 24px;
	}
	
	/* 	******academy ***** */
	.course-card .btn_wrap {
		display:flex !important;
		justify-content: space-between !important;
	}
/* 	.course-card .btn-primary-small {
	width:50% !important;
	} */
	
	
	 .btn-primary-large:hover,
    .btn-primary-small:hover {
      background: #d67e16;
      color: white;
      transform: scale(1.03);
    }
	
	
	.custom-sticky {
    position: sticky;
    top: 80px;
}
	
	.course-card .btn-primary-small {
		width: 50% !important;
	}
	
}

@media (max-width:991px) {
	#mega-menu-main-menu > li:last-child {
  display: block !important;
}
}

@media (max-width:1024px) {
	
/* 	#mega-menu-main-menu > li:last-child {
  display: block !important;
} */

 .ready_master .stat-box {
    border: 0;
}

	
	.hero-section .hero_image_card {
	padding: 20px;
	}
	
	
	.trust-text {
	display:none;
	}
	
/* 	footer */
	.custom-footer-tab {
    padding-left: 0px;
}

	
	.custom-sticky {
    position: sticky;
    top: 80px;
}

    h1 br, .h1 br {
        display: none;
    }
    h2 br,
    .titleh2 br,
    h3 br,
    h4 br {
        display: none;
    }

    header .container {
        justify-content: flex-start !important;
    }

    header .container .header_right {
        margin-left: auto;
    }

    header.sticky-top nav {
        padding: 10px 0;
    }

    .main_menu {
        margin-right: 20px;
    }

    .icon-card-wrap,
    .icon-card-wrap.resource_menu {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .icon-card-wrap .icon-card {
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid var(--carbon-300);
        padding: 20px 20px 20px 0px;
        display: flex;
    }

    .icon-card-wrap .icon-card .icon_wrap {
        margin-bottom: 0;
        margin-right: 15px;
    }

    .icon-card-wrap .icon-card:hover {
        background: no-repeat;
    }

    .blue_grad_strip {
        max-width: 188px !important;
        height: 18px !important;
    }

    .values-section .hero-image {
        width: calc(100% + 24px);
        margin-left: -12px;
        position: relative;
        height: auto;
    }

    .values-hero {
        max-width: 100%;
        text-align: center;
        min-height: unset;
        align-items: center;
        padding-top: 100px;
        padding-bottom: 100px;
    } 
	
	.buttons-outer {
    display: flex;
    gap: 20px;
	justify-content:center;
	flex-direction: column;
	width: 50%;
	margin: auto;
}

    .values-section .hero-image img {
        aspect-ratio: 1;
    }

    .hm_systematic .values-grid .container,
    .hm_why_serve .values-grid .container {
        padding: 0;
    }

    .values-title {
        margin: 0 auto 24px;
    }

    .hm_systematic .values-grid {
        border: 0;
        margin-bottom: 0;
    }

    .hm_systematic .value-card {
        border-top: 1px solid var(--carbon-300);
        border-bottom: 0;
        text-align: center;
    }

    .hm_systematic .values-grid li:nth-child(1) .value-card {
        border-left: 0;
    }

    .hm_systematic .values-grid li:nth-child(3) .value-card {
        border-left: 0;
        border-right: 0;
    }

    .hm_systematic .values-grid li:nth-child(5) .value-card {
        border-left: 0;
    }

    .hm_systematic .values-grid li:nth-child(6) .value-card {
        border-right: 0;
    }

    .value-icon {
        margin: 0 auto 18px;
    }

    .hm_we_help {
        padding: 100px 0 0;
    }

    .hm_we_help .content_section {
        padding: 100px 0;
    }

    .hm_we_help .divider_section {
        margin: 0;
    }

    .hm_we_help .content_row img {
        width: 100%;
    }

    .hm_why_serve .value-card {
        text-align: center;
    }

    .hm_why_serve .values-grid {
        margin-bottom: 0;
    }

    .client_attribute .heading_content {
        padding-top: 100px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-box {
        border-bottom: 1px solid var(--carbon-300);
        border-right: 0;
        min-height: 170px;
    }

    .hm_stairs {
        padding-top: 100px;
        padding-=t: ;
    }

    .hm_stairs h2 {
        text-align: center;
    }

    .stairs_inner_section .stairs_wrap li {
        width: 50% !important;
    }

    .related_blog {
        padding: 100px 0;
    }

    .related_blog h2 {
        margin-bottom: 48px;
        text-align: center;
    }

    section.faq_section {
        padding: 100px 0;
    }

    .faq_section h2.titleh2 {
        text-align: center;
        margin-bottom: 60px;
    }

    .ready_master .stats-grid {
        grid-template-columns: 1fr;
    }

    .ready_master .trust-section {
        background: var(--deep-blue-800);
        z-index: 1;
        position: relative;
    }
    .ready_master video {
        z-index: -1;
    }

    .ready_master {
        padding-bottom: 0;
    }

    .top_footer {
        padding-top: 0;
    }

    .top_footer {
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
    }

    .top_footer .form_wrap {
        justify-content: center;
    }

    .top_footer .content {
        margin: 0 auto;
    }

    .top_footer .container {
        padding-bottom: 60px;
    }

    ul.social_link {
        justify-content: center;
    }

    .footer_first {
        padding-bottom: 132px;
    }


    /*********** Ready Master Page **********/
    .ready_master .titleh2 {
        max-width: 450px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    /*********** TA Page **********/   

    .ta_market_coverage {
        padding: 60px 0 350px;
        text-align: center;
    }

    .ta_market_coverage .bg_img_wrap {
        left: 60px;
        right: 0;
        bottom: -610px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ta_market_coverage .bg_img_wrap img {
        min-width: 1200px;
    }

    #globe-container {
        bottom: -820px;
    }
	
	.ta_whois_details {
    right: 0;
}
	.ta_whois_details {
	padding-top: 150px;
	} 
	
	 img[alt="Company Logo"] {
  width: 35%;
  height: auto;
}
    /******** About Us *********/
    .abt_profile .img_wrap img {
        aspect-ratio: 1;
    }
    .abt_profile .values-title {
        max-width: 100%;
    }

    .abt_profile  .values-subtitle {
        margin-bottom: 0;
    }
    .abt_profile .value-card {
        border-left: 0;
        border-right: 0;
    }

    /******** Schedule *********/
    .sch_form .cf_form .form-grid {
        grid-template-columns: 1fr;
    }
    .cta_quest .contact_option {
        margin-bottom: 80px;
    }
    .sch_form .cf7-wrapper {
        padding: 24px;
        margin: 60px auto;
    }
    .sch_support {
        padding: 60px 0;
    }

    .sch_support .slider-wrapper {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .sch_support .text-slider {
        max-width: 100%;
        margin: 0;
    }

    .sch_support .image-static {
        width: 100%;
    }
    .sch_support .image-static img {
        height: 343px;
    }

    .sch_support .slide-text .step, .sch_support .slide-text h4 {
        margin-bottom: 24px;
    }

    .sch_support .owl-nav {
        padding-top: 0;
        margin-bottom: 0;
    }
    .sch_semantic .values-subtitle {
        margin-bottom: 0;
    }
    .sch_semantic  .row {
        flex-direction: column-reverse;
    }
    /******** Newsletter *********/
    .newsletter_banner .banner_wrap {
        padding: 60px 0;
    }
    .newsletter_banner .hero-description {
        max-width: 100%;
    }
    .newsletter_banner .hero-description {
        max-width: 100%;
    }

    .newsletter_banner  .cf_form .form-grid {
        max-width: 630px;
    }

    .newsletter_banner .trust-section {
        margin: 0 -12px;
/*         background: var(--deep-blue-800); */
    }
    section.weekly_insight {
        margin-top: 60px;
        margin-bottom: 60px;
        text-align: center;
    }

    section.weekly_insight .content {
        text-align: center !important;
    }
    .form_ready_master .cf_form_section .form-grid {
        padding: 24px;
    }

    /******** Career *********/

    .career_banner h1.hero-title {
        font-size: 64px;
    }
    .career_intro {
        padding: 100px 0 100px;
        text-align: center;
    }

    .career_intro .content {
        text-align: center !important;
    }

    .career_intro .section-title {
        max-width: 500px;
        text-align: center !important;
        margin: 0 auto 60px;
    }
    .career_boxes .box_wrap .box-count {
        min-height: 253px;
    }
    .career_boxes .box_wrap .box-count {
        min-height: 253px;
    }
    .career_acc {
        padding-top: 100px;
    }
    .career_acc .accordion-item button li:nth-child(2), 
    .career_acc .accordion-item button li:nth-child(3) {
        display: none;
    }

    .accordion_bar_header {
        display: none;
    }

    .career_acc .accordion-item button li {
        font-size: 16px;
    }

    .career_acc .accordion-item button li {
        width: auto;
    }

    .career_acc .accordion-header button {
        padding-left: 24px;
        padding-right: 24px;
    }

.ta_whois_details .card_box {
		margin: 10px;
	}
}

@media (max-width:767px) {

/* 	footer */
	
	.custom-footer-tab {
    padding-left: px;
}

	
	html.mega-menu-main-menu-off-canvas-open {
	overflow: clip !important;
  	height: auto;
	}
	
    h1,
    .h1,
    .hero-section h1  {
        font-size: 32px;
    }

    h2,
    .h2,
    .titleh2 {
        font-size: 28px;
        letter-spacing: normal;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    .fs_18 {
        font-size: 14px;
    }

    body {
        font-size: 14px;
    }

    .btn-primary-large {
        font-size: 13px;
		padding: 13px 10px;
    }

    .subtitle {
        font-size: 14px;
        margin-bottom: 60px;
    }

    .subtitle br {
        display: none;
    }

    .testimonial-quote {
        font-size: 20px;
    }

    .logo_slider {
        width: 100%;
    }
    .logo_slider.black .banner_logo img {
        filter: invert(1)!important;
    }

    .problem-description {
        margin-bottom: 0;
        font-size: 14px;
    }

    .hm_below_banner {
        padding-top: 60px;
        padding-bottom: 48px;
    }

    .hm_below_banner .heading_wrapper {
        padding-bottom: 32px;
    }

    .testimonial-section {
        padding: 89px 42px;
    }

    .hm_we_help .content_section {
        padding: 60px 0;
    }

    /*********** Contact Page **********/
    .contact_option {
        grid-template-columns: 1fr;
    }

    .cf_form .form-grid {
        grid-template-columns: 1fr;
    }


    /*********** Blog Page **********/
    .blog_banner .hero-description {
        max-width: 100%;
    }

    .related_blog .btn-primary-small {
        display: block;
        width: 100%;
        margin-top: 40px;
    }

    .blog_banner.hero-section .hero-content {
        padding: 69px 0;
        height: 300px;
    }

    .blog_banner .grahic_image {
        max-width: 125px;
    }

    .blog_wrap .card-img img {
        aspect-ratio: 1.42 / 0.91;
    }

    /*********** TA Page **********/
    .ta_banner.hm_banner h1.hero-title {
        font-size: 32px;
    }

    .step-number {
        font-size: 90px;
        top: 14px;
    }

    .step-box .step-title:after {
        max-width: calc(100% - 150px);
        left: 150px;
    }

    .countable_impact {
        margin: 0 -12px;
    }

    .countable_impact li {
        flex-direction: column;
        text-align: center;
        padding-left: 12px;
        padding-right: 12px;
    }

    .countable_impact li:first-child {
        padding-top: 0;
    }

    .countable_impact li .number {
        font-size: 74px;
    }

    .ta_trust_section {
        margin-top: 60px;
    }

    .ta_trust_section {
        margin-top: 60px;
    }

    .ta_whois_details {
        padding-top: 40px;
    }

    .ta_whois_details {
        flex-direction: column;
    }

    .ta_whois_details .card_box {
        max-width: 450px;
        margin: 0 auto;
    }

    .ta_whois_details:before {
        height: 375px;
        width: calc(100% + 24px);
        left: -12px;
    }

    .ta_our_data .content_wrap {
        padding-top: 60px;
    }

    .ta_our_data ul li {
        display: block;
        text-align: left;
    }

    .ta_choose_list li a:after {
        left: -10px;
    }

    .ta_choose_list {
        padding-left: 10px !important;
    }

    .ta_choose_list li h4 {
        margin-bottom: 24px;
    }

    .ta_polygon ul li {
        width: 80px;
        height: 80px;
        background-size: 70px;
    }

    .ta_polygon ul li strong {
        font-size: 9.5px;
        font-weight: normal;
    }

    .ta_polygon ul li span {
        font-size: 8.5px;
    }

    .ta_market_coverage .bg_img_wrap img {
        min-width: 650px;
    }

    .ta_market_coverage .bg_img_wrap {
        bottom: -330px;
    }

    .ta_market_coverage {
        padding-bottom: 320px;
    }

    .ta_market_coverage:before {
        opacity: 0;
    }

    #globe-container {
        right: 0px;
        bottom: -600px;
        max-height: 600px;
        overflow: hidden;
    }
	
	.course-card .btn-primary-small {
		width: 70% !important;
	}



    /******** Academy **********/

    .intro_section .table_info_grid ul {
        background: #fff;
    }

    .table_info_grid ul {
        grid-template-columns: 1fr;
        margin: 0 -24px;
        border-left: 0;
        border-right: 0;
    }

    .why_trade .table_info_grid ul li {
        border-bottom: 0;
        padding: 13px 24px;
    }

    .table_info_grid ul li {
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .intro_section hr {
        display: none;
    }

    .how_we_get {
        margin-top: 30px;
    }

    .how_we_get h5 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .how_we_get li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .why_trade .table_info_grid ul {
        border-bottom: 0;
    }

    .certificate_image {
        margin-left: -24px;
        min-width: calc(100% + 48px);
    }

    .aca_certicate {
        padding-bottom: 0 !important;
    }

    .aca_lecture_bio {
        padding: 24px;
    }

    .aca_bio_wrapper .content_wrap {
        padding-bottom: 0;
    }

    .cmn_border_bg_white {
        padding: 24px;
    }

    .aca_bio_wrapper>img {
        min-width: calc(100% + 48px);
        margin-left: -24px;
    }

    .course-accordion .module-header {
        flex-direction: column;
        align-items: flex-start;
        font-size: 18px;
    }

    .course-accordion .lectures-count {
        font-size: 14px;
        padding-left: 20px;
    }

    .course-accordion .lectures-count:before {
        background-size: 14px;
        width: 14px;
        height: 20px;
    }
	
	 .course-card {
    margin-top: 20px !important;
  } 
	
	.stat-value {
	  margin-bottom: 0px;
	}
	
	.course-card .btn_wrap {
		display:flex !important;
		justify-content: space-between !important;
	}

    /*********** About Page **********/
    .abt_profile .img_wrap img {
        aspect-ratio: 1;
    }

    .abt_profile .value-card {
        border-left: 0;
        border-right: 0;
    }

    .abt_profile .social_bar {
        display: block;
        background: var(--deep-blue-900);
        position: relative;
    }

    .abt_profile .social_bar .social_icon {
        margin-top: 10px;
    }

    /*********** Schedule Page **********/
    .cta_quest .contact_option {
        grid-template-columns: 1fr;
        margin-bottom: 60px;
    }
    .contact_option li .em_wrap {
        flex: 1;
    }
    .sch_support .slider-wrapper {
        margin-top: 40px;
    }

    .sch_audit_banner {
        padding-bottom: 40px;
    }
    /*********** Newsletter Page **********/
    .newsletter_banner .hero-subtitle {
        max-width: 230px;
        display: block;
        margin: 0 auto;
    }
    /*********** Login Page **********/
    .log_form .form_wrapper {
        margin: 0 16px !important;
    }
    .log_form.login_screen {
        min-height: calc(100vh - 65px) !important;
    }
    .log_form .form_wrapper .form_logo {
        margin: 0 auto;
    }

    .log_form .form_wrapper h4, .log_form .form_wrapper h4 + p {
        text-align: center;
    }
}

@media (max-width:575px) {
	
/* 	footer */
	
	.custom-footer-tab {
    padding-left: 0px;
}

	
	html.mega-menu-main-menu-off-canvas-open {
	overflow: clip !important;
  	height: auto;
	}
	
	 .btn-primary-large:hover,
    .btn-primary-small:hover {
      background: #d67e16;
      color: white;
      transform: scale(1.03);
    }

    .related_blog,
    section.faq_section,
    .values-hero,
    .hm_why_serve .values-grid {
        padding: 60px 0;
    }


    .value-card {
        border: 0 !important;
        border-top: 1px solid var(--carbon-300) !important;
        padding: 24px 16px 10px;
    }

    .value-icon {
        max-height: 60px;
    }

    .values-subtitle {
        margin-bottom: 20px;
    }

    .value-icon img {
        height: 100%;
    }


    .hm_we_help {
        padding-top: 60px;
    }

    .hm_we_help .content_row img {
        width: calc(100% + 30px);
        margin-left: -15px;
        max-width: unset;
    }

    .hm_why_serve li:first-child .value-card {
        border-top: 0 !important;
        padding-top: 0;
    }

    .client_attribute .heading_content {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .client_attribute .divider_section {
        border: 0;
    }

    .client_slider.client_opposite {
        width: 185%;
    }

    .client_slider_wrap {
        overflow: hidden;
    }

    .stats-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .hm_stairs {
        padding-top: 60px;
    }

    .hm_stairs h2 {
        padding-bottom: 60px;
        margin-bottom: 0;
    }

    .stairs_inner_section .img_wrap {
        width: 100%;
        height: auto;
        aspect-ratio: 1 /1;
    }

    .stairs_inner_section .stairs_wrap {
        position: relative;
        display: block;
    }

    .stairs_inner_section .stairs_wrap li {
        width: 100% !important;
        padding: 48px 24px;
    }

    .stairs_reverse .stairs_inner_section {
        flex-wrap: wrap;
    }

    .stairs_reverse .stairs_inner_section .stairs_wrap li:before {
        right: unset;
        left: 0;
    }

    .ready_master {
        padding-top: 60px;
    }

    .ready_master .stats-grid-section {
        margin-top: 60px;
    }

    .footer_first {
        padding-bottom: 40px;
    }


    /*********** Contact Page **********/
    .contact_banner .hero-title {
        font-size: 32px;
    }

    .contact_option li {
        padding: 16px;
    }

    .contact_banner {
        padding: 60px 0 180px 0;
    }

    .ct_boxes_slider {
        width: 175% !important;
    }

    /*********** Carrer Page **********/
    .career_acc .btn_wrap {
        margin-top: -20px;
    }

    .career_acc .btn_wrap .btn-primary-small.apply_job {
        display: block;
        text-align: center;
    }


    /*********** TA HUB Page **********/
    #globe-container {
        right: 0;
        bottom: -570px;
        max-height: 600px;
        overflow: hidden;
        width: 580px;
        left: calc(50% - 280px);
    }
    .ta_market_coverage {
        padding-bottom: 280px;
    }
	
/* 	header btn  */
	
	.btn-primary-small {
	    padding: 12px 18px;
	}
	
	.career_boxes .box_wrap .box-count  {
	min-height:0px !important;
	}
	
	
/* 	home page  */
	
	.buttons-outer {
		width:70%;
	}
	
/* 	footer */
	
	.formkit-form[data-uid="226aa67017"] .formkit-field,
.formkit-form[data-uid="226aa67017"] .formkit-submit {
  margin: 4px 0 15px 10px !important;
  flex: 1 0 48% !important; /* 1 = grow, 0 = don't shrink, 48% = basis */
  max-width: 100%;
  min-width: 180px; /* Optional: for responsiveness */
}
	
	
	.logo_slider .owl-stage {
		gap: 21px;
	}
	
/* 	academy */
	
	
	.course-accordion .module-content li {
	font-size:10px;
	padding: 13px 0 2px 35px;
	}
	
	
	.client-item .logo {
	max-height: 50px;
	}
}

@media (max-width:322px) {
	
	/* 	header btn  */
	.btn-primary-small {
	    padding: 13px 6px;
        font-size: 9px;
	}
	
/* 	footer */
	
	.custom-footer-tab {
    padding-left: 0px;
}
	
	/* 	academy */
	
	
	.course-accordion .module-content li {
	font-size:11px;
		padding: 11px 0 2px 35px;
	}

}

