html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

:root
{
    --white:#FFF;
    --gold: #C9B47F;
    --navy: #fff;
}



article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
    overflow-x: hidden;
    font-family: 'AvenirNextLTProRegular';
    background: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,body
{
    overflow-x: hidden;
}

a, a:hover

{
    text-decoration: none;
}

img, svg
{
	display: block;
}

h1,h2,h4
{
    font-family: 'Ivy Mode';
    font-weight: 300;
}

h3,h5,h6
{
    font-family: 'Sweet Sans Pro';
    font-weight: 500;
    color: #040D30;
font-size: 1rem;
line-height: 150%;
letter-spacing: 0.16rem;
text-transform: uppercase;
}

h1,h2
{
    color: #444;
font-size: 4.375rem;
line-height: 120%;
}

h4
{
    color: #444;
font-size: 1.5rem;
line-height: 140%;
}

p
{
    color: #444;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0.01rem;
}


.foe_nav_container {
    max-width: 90rem;
    padding: 0 3.125rem;
    margin: 0 auto;
}

.foe_inner_navbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.foe_logo svg {
    width: 14.6875rem;
    height: auto;
}

.navbar-fixed .foe_logo svg path
{
    fill: var(--gold);
}


.foe_logo svg path
{
    transition: 0.3s;
}

.foe_navlinks {
    flex: 1;
}

.foe_navlinks ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 1.5rem;
    transition: 0.3s;
}

.foe_inner_navbar .nav_links.contact_header {
    margin-left: 1.5rem;
}


.foe_navbar {
    padding: 1.25rem 0;
    transition: 0.3s;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.navbar-fixed .foe_navbar
{
    border-bottom: 1px solid #040D30;
	background: #fff;
}

.foe_inner_navbar .nav_links a
{
    color: #1a3088;
font-size: 0.875rem;
font-family: 'Sweet Sans Pro';
font-weight: 500;
line-height: normal;
text-transform: uppercase;
display: block;
padding-bottom: 0.4688rem;
border-bottom: 0.0625rem solid transparent;
transition: 0.3s;
}



.foe_inner_navbar .nav_links:active1 a , .foe_inner_navbar .nav_links:hover a

{
    border-color: #FFF;
}



.cus_container
{
    max-width: 67.5rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.left_side_content_top_head
{
    margin-bottom: 1.75rem;
}

.left_side_content_head
{
    padding-bottom: 5rem;
    border-bottom: 0.0625rem solid #040D30;
}

.left_side_content 
{
    max-width: 23.125rem;
}

.right_side_content
{
    padding-left: 3.25rem;
}

.py
{
    padding: 4.875rem 0;
}

.pt
{
    padding-top: 4.875rem;
}

.pb
{
    padding-bottom: 4.875rem;
}

.py_more
{
    padding: 9.75rem 0;
}

.pb_more
{
    padding-bottom: 9.75rem;
}

.pt_more
{
    padding-top: 9.75rem;
}

.foe_about {
    
    z-index: 1;
    position: relative;
}

.why_sub_head
{
    margin-bottom: 2.5rem;
}

.why_foe_rightside_points
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6rem 4.375rem;
}

.why_foe_rightside_points > li
{
    flex: 1;
}

.foe_advisory
{
    position: relative;
}

.advisory_points
{
    padding-top: 7.5rem;
}

.advisory_points ul
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3.75rem 2.5rem;
}

.bg_vector {
    position: absolute;
    z-index: -1;
    top: -23%;
    left: 0;
}

.bg_vector
{
    width: 29.75rem;
    height: auto;
}

.foe_img_sec img
{
    width: 100%;
}
.foe_img_sec
{
    position: relative;
}

.foe_img_sec.hero_banner::after{
    background: linear-gradient(to bottom, transparent, white);
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
}

.foe_market .right_side_content
{
    padding-top: 6rem;
}

.foe_market .left_side_content
{
    padding-left: 3.25rem;
}

.foe_img_sec_footer
{
    margin-top: 100px;
    z-index: -1;
    
}

.foe_img_sec_footer::after
{
    background: linear-gradient(180deg, #040D30 0%, rgba(4, 13, 48, 0.60) 100%);
}

.foe_footer_inner
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.foe_footer
{
    padding: 2.5rem 0;
}

.foe_footer_links
{
    flex: 1;

}

.foe_footer_links ul
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    grid-gap: 2.25rem;
}

.foe_footer_links ul li a
{
    color: #444;
    font-family: "Sweet Sans Pro";
    font-size: 0.875rem;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transition: 0.3s;
}

.foe_footer_links ul li a:hover
{
    color: #C9B47F;
}


.foe_footer_container
{
    max-width: 90rem;
    padding: 0 3.125rem;
    margin: 0 auto;
}

.foe_market
{
    position: relative;
}

.market_vector
{
    position: absolute;
    z-index: -1;
    top: -7%;
    left: 0;
}

.market_vector
{
    width: 33.125rem;
}

.top_scroll_mar
{
    scroll-margin-top: 7.5rem;
}

.hero_banner
{
    margin-bottom: -8rem;
}

.mb
{
    margin-bottom: 4.875rem;
}

.foe_hamburger
{
    display: none;
}

.show_navbar
{
    overflow: hidden;
}

html.show_navbar:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: var(--navy, #040D30);
    opacity: 0.9;
}

 .foe_hamburger svg path
{
    transition: 0.3s;
}

.foe_footer_logo svg
{
width: 14.75rem;
}

header.foe_img_sec.hero_banner video {
    width: 100%;
    display: block;
}


/* STYLE: 26-02-2025 */  
 
 
/* Main Content Area */
#primary {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* The main wrapper for the page content */
.site-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Style for the page article */
article {
    background-color: #000;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

/* Header section of the page */
.entry-header {
    margin-bottom: 20px;
}

.entry-title {
    font-size: 2.5em;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.entry-header img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* Style for the page content */
.entry-content {
    font-size: 1.1em;
    line-height: 1.8;
    color: #555;
}

/* Style for links within the page content */
.entry-content a {
    color: #1e73be;
    text-decoration: none;
}

.entry-content a:hover {
    text-decoration: underline;
}



/* Sidebar styles (optional) */
#secondary {
    width: 300px;
    padding: 20px;
    background-color: #f7f7f7;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}



/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    #primary {
        padding: 15px; 
    }

    .site-main {
        flex-direction: column;
    }

    #secondary {
        width: 100%;
        margin-top: 30px;
    }
}






/* 26-02-25 */

body.page-template-default {
    background: transparent !important;
}

body.page-template-default .entry-title {
    font-size: 1.78125rem !important;
    color: #00123c !important; 
    line-height: 1.15 !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-family: 'Sweet Sans Pro' !important;
    text-align: center;
    margin-bottom: 5rem;
    padding-top: 2.5rem;
}

body.page-template-default .foe_navbar, body.page-template-default .foe_footer {
    background-color: #00123c !important;
}

body.page-template-default  .content-area {
    padding-top: 6.295625rem !important;
}

body.page-template-default .content-area article {
    background: transparent;
    all: unset;
    max-width: 46.25rem;
    margin: 0 auto;
    padding-bottom: 7.5rem;
}

body.page-template-default .content-area .entry-content >* {
    color: #00123c !important;
    font-family: 'AvenirNextLTProRegular';
    font-size: 0.9375rem;
    margin: 0rem 0 0.9375rem 0;
    line-height: 1.75;
}

body.page-template-default .content-area .entry-content h4, body.page-template-default .content-area .entry-content h2 {
    font-family: 'Sweet Sans Pro' !important;
    font-size: 0.875rem !important;
    margin: 1.875rem 0 0.9375rem 0 !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

body.page-id-110 .post-110.hentry {
    width: 43.75rem !important;
    max-width: 100% !important;
}

body.page-id-110 .post-110.hentry .wpforms-field legend, body.page-id-110 .post-110.hentry .wpforms-field label {
    display: block;
    font-weight: 400 !important;
    float: none !important;
    text-transform: uppercase !important;
    font-family: 'Sweet Sans Pro' !important;
    font-size: 0.75rem !important;
    margin-bottom: 0.25rem !important;
    color: #00123c;
}

body.page-id-110 .post-110.hentry .wpforms-field-required {
    all: unset !important;
    border-bottom: 0.0625rem solid #ddd !important;
    padding: 0.6875rem 0rem !important;
    font-size: 1rem !important;
    outline: none;
    color: #00123c !important;
    width: 100% !important;
}

body.page-id-110 .post-110.hentry .wpforms-field-medium {
    all: unset;
    width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    float: none !important;
    max-width: 100% !important;
    border: none;
    border-bottom: 0.0625rem solid #ddd !important;
    padding: 0;
    margin-top: 0.3125rem !important;
    padding: 0.6875rem 0rem !important;
}

body.page-id-110 ul#wpforms-112-field_8 {
    padding-left: 2.5rem !important; 
    padding-top: 0.25rem !important;
    grid-gap: 0.125rem !important;
}

body.page-id-110 .post-110.hentry ul#wpforms-112-field_8 li.depth-1 label {
    font-family: 'AvenirNextLTProRegular' !important;
    text-transform: capitalize !important;
    font-size: 0.9375rem !important;
    padding: 0 !important;
}

body.page-id-110 #wpforms-112-field_1-container .wpforms-field-medium {
    border-bottom: none !important;
    padding:  0rem !important;
}

body.page-id-110 .entry-content {
    box-shadow: 0rem 0rem 2.125rem 0rem rgba(0, 0, 0, 0.1) !important;
    padding: 3.125rem !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select {
    padding-inline-start: 0 !important;
    color: #00123c !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select:focus {
   box-shadow: none !important;
   border: none !important;
   border-bottom: 0.0625rem solid #ddd !important;
}

button#wpforms-submit-112 {
    color: #fff !important;
    background: #c9b47f !important;
    padding: 1rem 2.1875rem 0.9375rem !important;
    font-family: 'SweetSansProRegular' !important;
    font-size: 0.75rem !important;
    transition: 0.3s ease !important;
    text-transform: uppercase;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    color: #fff !important;
    background: #e2cd97 !important;
    font-weight: 400 !important;
}

button#wpforms-submit-112:hover {
    background: #e2cd97 !important;
}

body.page-id-110 .post-110.hentry .wpforms-field.wpforms-field-textarea textarea {
    
    height: auto !important;
    max-height: 2.625rem !important;
    overflow-y: hidden;
   padding-top: 0 !important;
    margin-top: 0.6875rem !important;
}


body.page-id-110 .post-110.hentry ul#wpforms-112-field_8 li.depth-1 input[type="radio"] {
    width: 0.8125rem !important;
    height: 0.8125rem !important;
    margin: 0.125rem 0.625rem 0 0.1875rem !important;
}

body.page-id-110 div.wpforms-container-full input[type=radio]:after, body.page-id-110 div.wpforms-container-full input[type=radio]:before {
    left: -0.125rem !important;
    top: 0.0625rem !important;
    width: 0.8125rem !important;
    height: 0.8125rem !important;
}

body.page-id-110  div.wpforms-container-full input[type=radio]:checked:after {
    
    top: 0.0625rem !important;
}


.loader {
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 999999999999999;
    background: #fff;
}
