body,html{
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
/*globle section*/
.page-hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.page-hero:before {
    content: "";
    background: #0000008a;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.page-hero h1 {
    font-size: 3.5rem;
    text-shadow: 5px 6px #2f1919;
}
.page-hero .container {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}
/*about us*/
:root{
     --primary: #ed1c24;
     --accent: #0b5ed7;
     --muted: #6c757d;
     --card-shadow: 0 6px 20px rgba(13, 110, 253, 0.07);
}
/* Header */
 .site-navbar{
     transition: background .25s, box-shadow .25s;
     z-index: 1030;
}
 .site-navbar.scrolled{
     background: #fff;
     box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}
 .brand-logo{
     height: 36px;
     object-fit: contain;
}
/* Hero */
 .hero {
     background: linear-gradient(180deg, rgba(13,110,253,0.08), rgba(11,94,215,0.02));
     padding: 60px 0;
     text-align: center;
}
 .hero h1{
     font-weight:700;
     letter-spacing: -0.5px;
     margin-bottom: 6px;
}
 .hero .sub {
     color: var(--muted);
     margin-bottom: 18px;
}
/* Main */
 .about-intro img{
     max-width:100%;
     border-radius: 12px;
     box-shadow: var(--card-shadow);
}
 .separator {
     height: 1px;
     background: rgba(0,0,0,0.06);
     margin: 32px 0;
     border-radius:2px;
}
/* Feature cards */
 .feature-card{
     border: 0;
     border-radius: 14px;
     padding: 28px;
     box-shadow: var(--card-shadow);
     transition: transform .18s ease, box-shadow .18s ease;
     background: #fff;
}
 .feature-card:hover{
     transform: translateY(-6px);
     box-shadow: 0 18px 36px rgba(13,110,253,0.06);
}
/* Circle-info (replaces Avada circles) */
 .circle-icons {
     display:flex;
     gap:18px;
     justify-content:center;
     align-items:center;
     flex-wrap:wrap;
}
 .circle-item{
     width:120px;
     height:120px;
     border-radius: 999px;
     display:flex;
     align-items:center;
     flex-direction:column;
     background: linear-gradient(180deg,#fff,#f6f9ff);
     box-shadow: var(--card-shadow);
     text-align:center;
     padding:10px;
}
 .circle-item .bi{
     font-size: 28px;
     color: var(--primary);
     margin-bottom:8px;
}
/* Footer */
 footer {
     padding:15px 0;
}
.image_first {
    position: relative;
}
.image_first img {
    max-width: 100%;
    max-height: 560px;
    width: 100%;
    object-fit: cover;
}
.benifit_content_left .reach-button {
    padding: 20px 40px;
}
.benifits-sections {
    padding: 80px 0px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.benifits-sections:before {
    content: "";
    background-color: #005825e0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.benifits-sections .container {
    position: relative;
    z-index: 1;
}
.image_first .back_image {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 0;
}

.image_first .front_image {
    position: relative;
    z-index: 2;
    top: -15px;
    left: -15px;
}
.reach-button {
    background: #d73322;
    color: #fff;
    padding: 15px 30px;
    display: block;
    text-transform: uppercase;
    text-decoration: unset;
    font-weight: 600;
    transition: 0.5s all;
}
.benifit_content_left {
    max-width: 660px;
}

.benifit_content_left h2 {
    font-size: 70px;
    color: #fefefe;
    font-weight: 300;
    margin-bottom: 60px;
}
.benifit_content_left .list_items {
    padding: 0;
    color: #fefefe;
    margin-bottom: 50px;
}
img {
    max-width: 100%;
}
.benifit_content_left .list_items li {
    margin-bottom: 20px;
}
.reach-button:hover{
    background: #1aa71b;
}
.submit-btn button:hover {
    background:#d73322;
    border-color:#d73322;
}
.report-box {
    padding: 30px 40px;
    max-width: 320px;
}
.dropdown-menu .dropdown-item {
    padding: 12px 20px;
    border-bottom: 1px solid #dcdcdc4d;
}
.navbar-nav .dropdown-menu {
    padding: 0;
}
.reach-header nav.navbar .nav-link:hover, .top-menu a:hover{
    color: #06ce06;
}
.dropdown-menu .dropdown-item:hover {
    background: #06ce06;
    color: #fff;
}
.reach-header .navbar-brand img {
    max-width: 350px;
}
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.reach-header nav.navbar {
  background-color: #fff;
}
.top-menu ul {
    margin: 0;
}
.reach-header nav.navbar .dropdown-toggle::after{
  display: none;
}
section.small-banner-section {
  margin-top: 90px;
}
.reach-header nav.navbar .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    color: #000;
}
.table {
    margin: 0;
}
.reach-header nav.navbar .nav-link span {
  padding-left: 10px;
}
.reach-header .navbar-expand-lg .navbar-nav .dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
}
.top-menu {
  text-align: right;
}
.top-menu ul li {
  display: inline-block;
  margin-right: 15px;
}
.top-menu ul li a {
  color: #000;
  text-decoration: none;
}
.top-nav-bar {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #0000001c;
}
.top-nav-bar p, .top-nav-bar a{
  text-decoration: none;
  color: #000;
  margin-bottom: 0;
}
.top-nav-bar .row {
  align-items: center;
}
.slider-section{
  background-image: url(../images/project.png);
  background-position: top;
  background-size: cover;
  width:100%;
  height: 60%;
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
}
.slider-content span {
  color: #ed1c24;
}
.form-check.checkbox-form input {
  height: 1rem;
}
.slider-section .row {
  align-items: center;
  justify-content: space-between;
}
.bitcoin a {
    background-color: #d73322;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
}
.slider-content h1 {
  font-size: 60px;
}
.inner-form input {
  font-size: 14px;
  height: 45px;
  border-radius: 5px;
}
.inner-form {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 0 10px #dfdada;
  border-radius: 10px;
}
.submit-btn {
  width: 100%;
  margin-top: 20px;
}
.submit-btn button {
  width: 100%;
}
.submit-btn button {
  width: 100%;
  background-color: #06ce06;
  border: 1px solid #06ce06;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 0;
}
.form-text h3 {
  text-align: center;
  font-size: 26px;
  padding-bottom: 20px;
}
.slider-section .row{
  align-items: center;
}
.form-right {
  margin-top: 68px;
}
.form-text {
  width: 100%;
}
.inner-form .form-box {
  width: 48%;
}
.forx-card {
  padding: 40px 0;
}
.section-heading.text-center {
  padding: 70px 0 0;
}
.forx-card .section-heading h2 {
  font-size: 40px;
  font-weight: bold;
}
.card-heading {
    display: flex;
    justify-content: space-between;
    background: #d73322;
    padding: 15px 30px;
    color: #fff;
}
.card-date.text-right {
  text-align: right;
}
.card-date p{
  margin-bottom: 6px;
}
.table-card-info {
  display: flex;
  justify-content: space-between;
  border: 1px solid #f2f2f2;
}
.card-image {
  width: 48%;
}
.card-image figure {
  margin-bottom: 0;
}
.card-image figure img {
 width: 100%;
}
.buy-loss.table-responsive tbody tr td {
  padding: 15px 10px;
}
.USD-card {
  padding: 25px 0 50px;
}
.buy-loss.table-responsive {
    width: 48%;
    padding: 30px 30px 30px 0;
}
.right-top-heading {
  padding-top: 72px;
}
.right-top-heading h2 {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
}
.table-card-outer h3 {
    background-color: #d73322;
    margin-bottom: 0;
    padding: 15px 20px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.table-card-outer .buy-loss.table-responsive {
  padding: 25px 20px;
  width: 100%;
  border:1px solid #f2f2f2;
}
.beyond-market {
  margin: 50px 0;
}
.heading-div {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}
.heading-div a {
    background-color: transparent;
    border: 1px solid #262626;
    color: #262626;
    text-decoration: none;
    padding: 10px 20px;
    transition: 0.5s all;
}
.heading-div a:hover {
    background-color: #d73322;
    border-color:#d73322;
    color: #fff;
}
.table-card-outer {
  margin: 40px 0 50px;
}
.point-table-report ul li {
    display: inline-block;
    width: 100%;
    border-left: 6px solid #c2e6c2;
}

.report-icons {
  padding-bottom: 20px;
}
.report-icons img {
    max-width: 60px;
}
.report-box h4 {
    font-size: 25px;
    padding: 0;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.slider-section form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.first_section h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
    /*color: #ed1c24;*/
}
.section {
    padding: 70px 0;
}
.first_section ul {
    text-align: left;
    padding: 0;
    list-style: none;
}
.first_section ul a {
    color: red;
    text-decoration: none;
}
.first_section ul li {
    margin-bottom: 15px;
}
.first_section ul li {
    margin-bottom: 10px;
    color: #444;
    padding-left: 30px;
    position: relative;
}
.first_section ul li::before {
    content: "";
    width: 13px;
    position: absolute;
    height: 2px;
    background: #ed1c24;
    top: 10px;
    left: 0;
}
.first_section a {
    text-decoration: none;
}
.point-table-report ul {
    padding: 0;
}
.point-table-report ul {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem 0;
    margin-bottom: 0;
}
.report-box p:last-child {
    margin-bottom: 0;
}
.point-table-report {
    margin-top: 3rem;
}
.text-primary {
    color: #ed1c24 !important;
}
.feature-card {
    border: 0;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 6px 20px rgba(13, 110, 253, 0.07);
    transition: transform .18s ease, box-shadow .18s ease;
    background: #fff;
}
.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(13, 110, 253, 0.06);
}
.feature-card h5 {
    color: #ed1c24;
    font-size: 22px;
}
.account_card {
    display: block;
    text-decoration: none;
    color: #000;
    position: relative;
    margin-bottom: 40px;
}

.account_card .account_card_content {
    background: #fff;
    position: absolute;
    bottom: -10px;
    width: calc(100% - 20px);
    padding: 15px 20px;
    box-shadow: 0 0 10px #00000080;
    left: 0;
    border-left: 5px solid #1ca71d;
    font-weight: 700;
    font-size: 20px;
}

.account_card .account_card_content p {
    margin: 0;
}
.account_card .image_card {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
}
.account_management_heading h2 {
    color: #f7323b;
    font-weight: 700;
    font-size: 40px;
}
.account_management_heading {
    margin-bottom: 2rem;
}
.account_management_heading p {
    margin: 0;
    font-size: 20px;
}
.account_management {
    padding: 80px 0;
}
.page-hero-text {
    background: #e1e1e1;
    text-align: center;
    padding: 80px 0px;
}

.page-hero-text h1 {
    font-weight: 700;
    font-size: 50px;
}
.image-hero img {
    height: 350px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.tabs_account_wrap {
    padding: 80px 0px;
}
.tabs_account_wrap .nav-pills .nav-link {
    border-radius: 0;
    background: #ebebeb;
    border: 2px solid #19c01b;
    padding: 35px 20px;
    font-size: 35px;
    color: #636363;
    font-weight: 600;
    border-bottom: 0;
    white-space: nowrap;
}
.tabs_account_wrap .nav-pills .nav-link:last-child {
    border-bottom: 2px solid #19c01b;
}
.tabs_account_wrap .nav-pills .nav-link.active, .tabs_account_wrap .nav-pills .show>.nav-link {
    background: #Fff;
    color: #ed1c24;
    border-color: #ed1c24 !important;
    font-style: italic;
}
.tabs_account_wrap h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.tabs_account_wrap .account_tabs_wrapper {
    border: 2px solid #c2c2c2;
}
.tabs_account_wrap .account_tabs_wrapper .tab-content {
    padding: 25px 15px 15px 0px;
}
.tabs-content p {
    margin-bottom: 10px;
}
/* Responsive tweaks */
@media (max-width:992px){
.tabs_account_wrap .nav-pills .nav-link {
        padding: 20px 15px;
        font-size: 20px;
    }
}
@media (max-width:767px){
     .hero{
         padding: 36px 12px;
    }
     .feature-card{
         padding:18px;
    }
     .circle-item{
         width:100px;
         height:100px;
    }
    .page-hero h1 {
        font-size: 2.5rem;
    }
    .image_first {
        margin-top: 40px;
    }
    .slider-section {
        height: auto;
    }
    .slider-content h1 {
        font-size: 40px;
    }
    .inner-form .form-box {
        width: 100%;
    }
    .card-heading {
        flex-wrap: wrap;
    }
    .table-card-info {
        flex-wrap: wrap;
    }
    .card-image {
        width: 100%;
    }
    .buy-loss.table-responsive {
        width: 100%;
    }
    .heading-div {
        gap: 10px;
        flex-wrap: wrap;
    }
    .point-table-report ul {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .report-box {
        max-width: 100%;
    }
    .benifit_content_left h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .benifit_content_left .reach-button {
        padding: 15px 30px;
    }
    .image_first .back_image {
        left: 0;
        top: 0;
    }
    .image_first .front_image {
        top: -7px;
        left: -7px;
    }
    .benifits-sections, .account_management, .tabs_account_wrap {
        padding: 50px 0px;
    }
    .reach-header .navbar-brand img {
        max-width: 350px;
        width: 100%;
    }
    .tabs_account_wrap .account_tabs_wrapper {
        flex-direction: column;
    }
    .tabs_account_wrap .account_tabs_wrapper .nav-pills {
        flex-direction: row !important;
        flex-wrap: unset;
        overflow: auto;
        max-width: 100%;
    }
    .tabs_account_wrap .nav-pills .nav-link {
        border-bottom: 1px solid #19c01b;
    }
    .tabs_account_wrap .nav-pills .nav-link {
        padding: 10px 15px;
        font-size: 16px;
    }
}
 @media (max-width:576px){
     .report-box {
        padding: 20px;
    }
    .right-top-heading {
        padding-top: 0;
    }
    .account_management_heading h2 {
        font-size: 30px;
    }
    .account_card .account_card_content {
        font-size: 16px;
    }
    .account_card {
        margin-bottom: 30px;
    }
    .form-right {
        margin-top: 25px;
    }
    .reach-header .navbar-brand img {
        max-width: 200px;
    }
    .slider-content h1 {
        font-size: 30px;
    }
    .top-menu ul {
        padding: 0;
    }
    .top-nav-bar, .top-menu {
        text-align: center !important;
    }
    .slider-section {
        padding: 30px 0;
    }
    .section-heading.text-center {
        padding: 0;
    }
    .card-date.text-right {
        text-align: left;
    }
    .beyond-market {
        margin: 20px 0;
    }
    .USD-card {
        padding: 20px 0 20px;
    }
    .table-card-outer {
        margin: 20px 0 20px;
    }
    .benifit_content_left .list_items {
        margin-bottom: 20px;
    }
    .page-hero-text {
        padding: 50px 0px;
    }
    .page-hero-text h1 {
        font-size: 35px;
    }
}