@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
    --primary: #daab36;
    --secondary: #1f2937;
    --bg-light: #2a3e812b;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
    --text-color: #000000;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: var(--primary);
}

html {
    scroll-behavior: unset !important;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.75;
    color: #414752;
    overflow-x: hidden;
    font-display: swap;
    scroll-behavior: unset !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    font-display: swap;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-color);
}

h1,
.h1 {
    font-size: 46px;
}

h2,
.h2 {
    font-size: 40px;
}

a {
    list-style-type: none;
    color: #777777;
    text-decoration: none;
}
.t-btn-one {
    border-radius: 0px;
    box-sizing: border-box;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    background: var(--primary);
    color: var(--black);
    transition: ease 0.4s;
    border: 1px solid transparent;
    text-align: center;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 7px;
}

.t-btn-one:hover {
    background: none;
    border: 1px solid var(--primary);
    color: var(--primary);
}
nav.navbar .t-btn-one:hover {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.t-btn-one i,
.normal-btn i {
    padding-left: 7px;
    font-size: 13px;
}

.normal-btn {
    border-radius: 0px;
    box-sizing: border-box;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    background: none;
    color: var(--white);
    transition: ease 0.4s;
    border: 1px solid var(--white);
    text-align: center;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 7px;
    font-family: "Gilroy-SemiBold";
    margin: 0 10px;
}

.normal-btn:hover {
    background: #005d9f;
    color: var(--secondary) !important;
    border: 1px solid transparent;
}
section:not(.main-banner){
    padding: 40px 0;
}
.sec_heading span {
    color: var(--primary);
}



.header .bg-body-tertiary {
    display: none;
}

.header {
    padding: 0;
}

.topctbtn a {
    color: var(--white);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    text-align: left;
    margin-left: 10px;
}

.topctbtn a:hover {
    color: var(--primary);
}

.topcta {
    background: var(--Base-neutral-focus, #1f2937);
    height: 45px;
}

.topctbtn a i {
    margin-right: 4px;
}

.navbar-brand img {
    width: 189px;
}

.header ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.header ul li a.t-btn-one {
    border: 1px solid var(--secondary)!important;
    color: var(--secondary) !important;
}
.navbar-nav{
    gap: 10px;
    align-items: center;
}

.header ul.navbar-nav li a{
    padding: 10px 20px !important;
    margin-bottom: 0px;
    border-radius: 7px;
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
}
.header ul.navbar-nav li a i{
    font-size: 18px;
}

nav ul li a:hover,
nav ul li a.active,
nav ul li a:focus {
    color: var(--primary);
}

.header ul.dropdown-menu li {
    display: block;
}

.header ul.dropdown-menu li a {
    width: 100%;
    color: #000;
    padding: 10px 10px !important;
    transition: ease 0.4s;
}

.header ul.dropdown-menu li a:not(.t-btn-one):hover {
    color: #000 !important;
    background: #fcaf43;
}

.call_btn_top a {
    top: 38px;
    position: fixed;
    background: var(--primary);
    right: 40px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 4;
    color: var(--black);
}

.main-banner {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden; /* hide overflow video edges */
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-banner .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.main-banner::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgb(0 0 0 / 65%); /* adjust darkness as needed */
    z-index: 1;
}
.main-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #005c9c8c;
}
.main-banner .container {
    position: relative;
    z-index: 2;
}
.main-banner .row {
    align-items: center;
}
.main-banner .banner_right_img {
    border-radius: 10px;
}
.main-heading {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 20px;
}
.para {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.banner_content {
    color: var(--white);
}

.banner_content .main-heading {
    color: var(--white);
}
.banner_buttons .normal-btn:hover {
    color: var(--white)!important;
}

.exclusive_tools h2, .exclusive_tools p {
    text-align: center;
    margin-bottom: 10px;
}

.image_text_section .row {
    align-items: center;
}

.image_text_section img {
    max-width: 100%;
    height: auto;
    border-radius: 7px;
}

.image_text_section .t-btn-one:hover {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.points_section .points_image img {
    max-width: 70px;
    margin: 20px auto;
    display: block;
    filter: brightness(0);
}

.points_section .points_heading {
    font-size: 1.3rem;
    margin-bottom: 5px;
}

.points_section {
    text-align: center;
}
.points_box{
    background: #F1F5F9;
    display: block;
    padding: 15px;
    margin-top: 50px;
    border-radius: 15px;
    min-height: 280px;
    transition: all 1s;
    position: relative;
}

.points_box:hover {
    background: var(--primary);
    color: white;
}

.points_section .points_box:hover .points_heading {
    color: var(--white);
}
.points_section .points_box:hover .points_image img {
    filter: brightness(0) invert(1);
}

.ways_heading {
    text-align: center;
    margin-bottom: 30px;
}

.ways_heading span {
    color: var(--primary);
}

.sec_heading {
    font-size: 2rem;
}

.meta_points {
    list-style: none;
}

.meta_points h3 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 1.5rem;
}

.expert_advisors {
    background: var(--primary);
}

.expert_advisors .row {
    align-items: center;
    color: var(--black);
}

.expert_advisors .subheading {
    color: var(--white);
}

.expert_advisors .sub_heading {
    color: var(--black);
}

.expert_advisors .expert_box img {
    max-width: 50px;
    margin: 20px auto;
    display: block;
    filter: brightness(0);
}

.expert_advisors .expert_box p {
    text-align: center;
}

.expert_advisors .expert_box {
    border: 1px solid var(--black);
    border-radius: 7px;
    padding: 10px;
    min-height: 230px;
}

footer {
    background: var(--primary);
    padding: 1em 1em 0 1em;
}

footer h4 {
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
    margin: 10px 0;
    color: var(--white);
}

footer .links li a {
    text-transform: capitalize;
    color: var(--black);
    font-size: 15px;
    padding: 4px 0;
    display: inline-block;
}

footer .contInfo {
    display: flex;
    gap: 3rem;
    margin: 2.5rem 0 1.5rem;
}

ul {
    list-style: none;
}

footer .contInfo li a {
    position: relative;
    color: var(--black);
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-items: center;
}

footer .contInfo li a .fa-solid {
    color: var(--black);
}

footer .links li a:hover,
footer .links li a:focus {
    color: var(--primary);
}

footer .socialList a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    text-align: center;
    background: var(--primary);
    border-radius: 100px;
}

.copyRight {
    border-top: 1px solid var(--white);
    padding: 1em 0;
    margin-top: 2em;
}

.copyRight p {
    margin: 0;
    color: var(--black);
    font-size: 15px;
}

footer .contInfo li a:hover {
    color: var(--white)!important;
    border: none!important;
}
footer .contInfo li a:hover {
    color: var(--white)!important;
    border: none!important;
}

.footer-logo {
    max-width: 230px;
}

/* popup */
.overlay {
    background-color: rgb(197 197 197 / 32%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
    display: none;
    backdrop-filter: blur(10px);
}

.popupmain {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 530px;
    background: #fff;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9;
    overflow: hidden;
    display: none;
    border-radius: 8px;
    max-width: 97%;
    max-height: 90vh;
    overflow-y: auto;
    scroll-behavior: unset !important;
}

.mmpopup {
    text-align: center;
    background: #fff;
    padding: 45px 25px 25px;
}

.mmpopup .formpop {
    width: 100%;
    margin: 24px auto;
}

.mmpopup .centercont p {
    color: #333;
    font-size: 14px;
    margin-bottom: 120px;
    line-height: 20px;
}

.closeico {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F4F6;
    border-radius: 100px;
}

.closeico i {
    background: url(../images/home/e-remove.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}

.closeico i:before {
    display: none;
}

.mmpopup .centercont p {
    margin-bottom: 10px;
    line-height: 23px;
    color: #565656;
    max-width: 390px;
    margin: auto;
    display: block;

    position: relative;

}

.mmpopup .centercont ul {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 27px 49px 27px 24px;
    background: #fff;
    border-radius: 10px;
    margin-right: 20px;
}

.mmpopup .centercont ul li {
    display: block;
    font-size: 15px;
    color: #000;
    padding-bottom: 12px;
}

.mmpopup .centercont ul li.last {
    padding-bottom: 0;
}

.mmpopup .centercont ul li i {
    color: #ff533e;
    border: 1px solid;
    border-radius: 100px;
    margin-right: 8px;
    font-size: 10px;
    padding: 3px;
}

.mmpopup .centercont h4 {
    font-size: 35px;
    color: var(--primary);
}

.mmpopup .centercont h3 {
    font-size: 40px;
    font-weight: 400;
    color: var(--primary);
    margin-bottom: 10px;
}

.mmpopup .centercont h3 span {
    display: block;
    margin: 0 15px;
    /* font-size: 30px; */
    color: #000;
    /* font-family: 'CenturyGothic'; */
    font-weight: 700;
    /* line-height: 33px; */
    font-size: 36px;
    line-height: 120%;
    color: #3A3D40;
}

.mmpopup .centercont h4 span {
    font-weight: 700;
    color: #000;
    font-size: 60px;
}

.fld-input {
    margin-bottom: 10px;
}

.fld-input input {
    width: 100%;
    /* height: 100%; */
    padding: 0 24px;
    font-size: 16px;
    letter-spacing: 0.2px;
    background: #EEEEEE;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none;
    font-family: 'Inter';
    height: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218 217 217);
    border-radius: 5px;
}

.mmpopup .fld-input .error {
    width: 100%;
    text-align: left;
}

.fld-input input::placeholder {
    color: #737373;
    font-weight: 400;
}

.fld-btn button {
    border-radius: 5px;
    background-color: var(--primary);
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    cursor: poRoboto;
    transition: 0.5s;
    font-family: 'Inter';
    height: 59px;
    cursor: pointer;
    border: 0;
}

.fld-btn button i {
    padding-left: 12px;
}

.fld-btn button:hover {
    transform: scale(1.03);
}

.error {
    color: red;
}

.iti {
    width: 100%;
    height: 100%;
}

.checkfields {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
}

.mmpopup .fld-input p {
    font-size: 12px;
    text-align: left;
    margin: 5px 0 0;
}

.checkVal {
    margin: 0 5px 8px;
    display: flex;
    align-items: center;
    position: relative;
}

.hidden {
    display: none;
}

.contact-hero-section {
    padding: 100px 0 40px;
    background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
    color: #fff;
}

.contact-heading {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.contact-heading span {
    color: var(--primary);
}

.contact-subheading {
    font-size: 18px;
    max-width: 600px;
    margin: 15px auto 0;
    color: #ddd;
}

.contact-section {
    padding: 60px 0;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-control {
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    width: 100%;
}

.contact-info-box {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
}

.contact-details {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.contact-details li {
    margin-bottom: 12px;
    font-size: 16px;
}

.contact-details i {
    margin-right: 10px;
    color: var(--primary);
}

.follow-heading {
    margin-top: 25px;
    font-size: 18px;
}

.social-icons a {
    margin-right: 10px;
    font-size: 18px;
    color: #333;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: var(--primary);
}
.contact-details li a{
    color: var(--black);
}
.contact-details li a:hover{
    color: var(--primary);
}

.license-hero-section {
    padding: 100px 0 40px;
    background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
    color: #fff;
}

.license-heading {
    font-size: 42px;
    font-weight: 700;
}

.license-subheading {
    max-width: 600px;
    margin: 15px auto 0;
    color: #ddd;
    font-size: 18px;
}

.license-content-section {
    padding: 60px 0;
}

.license-box {
    background: #f9f9f9;
    border-radius: 10px;
    text-align: center;
    padding: 30px 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.license-box h4 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

.license-box p {
    font-size: 16px;
    color: #666;
}

.license-box img {
    height: 400px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}