/*--font-family-inter and Instrument-San--*/
/* Fonts are loaded in HTML head for better performance */
/* Removed @import statements as they block parallel downloads */

/* Global font smoothing for better text rendering */
* {
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

p {
 font-family: "Inter", sans-serif;
 margin-bottom: 0px !important;
}

.container {
 max-width: 1136px !important;
 margin: auto 0px;
}

nav.navbar.navbar-expand-lg.py-2 {
 position: sticky;
 top: 0;
 z-index: 111;
 /* padding: 25px 0px; */
 height: 72px;
}

/*Header-css*/
.navbar {
 background-color: #fff !important;
 box-shadow: rgba(4, 6, 22, 0.09) 0px 4px 9px 0px,
  rgba(4, 6, 22, 0.07) 0px 16px 16px 0px, rgba(4, 6, 22, 0.04) 0px 37px 22px 0px,
  rgba(4, 6, 22, 0.01) 0px 66px 26px 0px, rgba(4, 6, 22, 0) 0px 102px 29px 0px;
}

.brand-logo {
 width: 28px;
 height: 28px;
 margin-right: 8px;
}

h6.logo-heading {
 font-family: "Poppins", sans-serif;
 font-weight: 600;
 font-size: 18px;
 margin-bottom: 0px;
}

.pdf-icon {
 width: 18px;
 margin-right: 6px;
}

.pdf-icon-big {
 width: 28px;
 margin-right: 8px;
}

.Sample-pdf {
 font-weight: 700 !important;
 color: #0f172a;
 font-family: "Inter", sans-serif !important;
}

.join-btn {
 background-color: #64e569 !important;
 color: #06292b !important;

 border-radius: 12px !important;
 padding: 6px 16px !important;
 transition: background-color 0.2s !important;
 font-family: "Inter", sans-serif !important;
 font-size: 16px !important;
 font-weight: 700 !important;
}

.join-btn a:hover {
 background-color: #16a34a !important;
 color: #fff !important;
}
.our-report{
    font-size: 40px !important;
    color: #06292b !important;
}

/*--BANNER-SECTION--*/
.banner-section-wrapper {
 background-image: url("../images/bg.avif");
 background-size: cover;
 background-repeat: no-repeat;
 width: 100%;
 padding-top: 70px;
 padding-bottom: 270px;
 background-position: center;
 border-radius: 0px 0px 16px 16px;
}

img.arrow-left {
 position: absolute;
 right: 132px;
}

.banner-section-wrapper .container {
 position: relative;
}

.trusted-people {
 font-size: 14px;
 font-weight: 500;
}

.client-style-border {
 border-bottom-width: 1px;
 border-color: #ffffff4d;
 border-left-width: 1px;
 border-right-width: 1px;
 border-style: solid;
 border-top-width: 1px;
 border-radius: 100px;
 justify-content: center;
 width: 27%;
 margin: auto;
 padding: 6px;
}

.client-icon {
 width: 75px;
 height: auto;
 object-fit: contain;
}

.get-market {
 font-family: "Instrument Sans", sans-serif !important;
 font-size: 56px;
 font-weight: 700;
 line-height: 100%;
 padding: 0px 160px;
}

.whtsapp-color {
 color: #4fd671;
}

.paragraph-padding {
 padding: 0px 310px;
}

.btn-padding {
 padding: 16px 30px;
 box-shadow: 0 2px 5px #053033fa, 0 10px 10px #053033d9, 0 22px 13px #05303380,
  0 40px 16px #05303326, 0 62px 17px #05303305 !important;
}

.join-btn-2 {
 transition: background-color 0.2s !important;
 font-family: "Inter", sans-serif !important;
 font-size: 16px !important;
 font-weight: 700 !important;
 background-color: #093a3d !important;
 box-shadow: 0 2px 5px #053033fa, 0 10px 10px #053033d9, 0 22px 13px #05303380,
  0 40px 16px #05303326, 0 62px 17px #05303305 !important;
 padding: 16px 46px !important;
}

.font-size-add {
 font-size: 14px !important;
}

/*--THIRD-SECTION--*/
.counter-section-with-image {
 background: linear-gradient(#f1f5f9 0%, #fff 100%) !important;
 padding-bottom: 80px;
}

.happy-men-image {
 text-align: center;
 filter: drop-shadow(0 4px 4px #63748b52) drop-shadow(0 16px 7px #63748b45)
  drop-shadow(0 37px 10px #63748b29) drop-shadow(0 65px 11px #63748b0d)
  drop-shadow(0 102px 13px #63748b03) !important;
}

.happy-men-image img {
 width: 100% !important;
 max-width: 736px;
 height: auto !important;
 margin-top: -20%;
}

.stat-box {
 display: flex;
 align-items: center;
 gap: 15px;
 justify-content: center;
}

.icon-circle {
 width: 60px;
 height: 60px;
 border-radius: 50%;
 background: linear-gradient(#007696 28.5%, #4fd671 88.5%);
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 font-size: 26px;
 flex-shrink: 0;
 box-shadow: 0 1px 2px #6397b021, 0 3px 3px #6397b01f, 0 7px 4px #6397b012,
  0 12px 5px #6397b005, 0 18px 5px #6397b000;
 width: 48px;
 height: 48px;
}

.stat-text h4,
.stat-text .stat-heading {
 font-weight: 700 !important;
 font-family: "Instrument Sans", sans-serif !important;
 font-size: 24px !important;
 line-height: 100%;
 color: #020617 !important;
}

.stat-text p {
 font-size: 16px;
 color: #475569;
 font-weight: 500;
}

span.stat-number {
 font-weight: 700;
}

.row.justify-content-center.g-4.margin-add {
 width: 74%;
 margin: auto;
}

/*--FOURTH-SECTION--*/

.how-its-work {
 padding-top: 80px;
 padding-bottom: 140px;
 background-color: #f1f5f9 !important;
}

.how-its-work h2 {
 font-family: "Instrument Sans", sans-serif;
 font-size: 40px;
 font-weight: 700;
 line-height: 100%;
 color: #020617 !important;
 padding-bottom: 40px;
}

.border-add-work {
 padding: 32px 40px;
 border: 1px solid #cbd5e1;
 box-shadow: 0 5px 3px #6e7f8c17 !important;
}

.border-add-work h3 {
 font-family: "Instrument Sans", sans-serif !important;
 font-size: 32px !important;
 font-weight: 700 !important;
 line-height: 100% !important;
 color: #0f172a !important;
}

.border-add-work p {
 color: #334155 !important;
 font-size: 18px !important;
 font-weight: 500 !important;
 line-height: 130% !important;
}

/*--FOURTH-SECTION--*/
.what-our-subscriber-say {
 background-image: url("../images/bg-2.avif");

 background-size: cover;
 background-repeat: no-repeat;
 width: 100%;
 padding-top: 100px;
 padding-bottom: 40px;
}

.what-our-subscriber-say h2 {
 font-family: "Instrument Sans", sans-serif;
 font-size: 40px;
 font-weight: 700;
 line-height: 100%;

 padding-bottom: 40px;
}

.testimonial-card {
 background-color: #fff;
 border-radius: 16px;
 padding: 22px 24px;
 color: #f2f2f2;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
 height: 100%;
 transition: transform 0.2s ease;
}

.username {
 font-weight: 600;
 color: #0f172a;
 font-size: 15px;
 margin-bottom: 10px;
 display: flex;
 align-items: center;
 font-family: "Instrument Sans", sans-serif;
}

.username i {
 color: #e4405f;
 font-size: 24px;
 margin-right: 6px;
}

.testimonial-card p {
 font-size: 15px;
 color: #1e293b;
 line-height: 130%;
 margin-bottom: 0;
 font-style: italic;
 font-weight: 500;
 font-family: "Inter", sans-serif;
}

.stagger-2 .testimonial-card {
 height: 130px;
}

.stagger-5 .testimonial-card {
 margin-top: -58px;
 height: 107px;
}

.col-md-4.stagger-5 {
 margin: 0px !important;
}

.stagger-7 .testimonial-card {
 margin-top: -91px;
 height: 136px;
}

/*--FIFTH-SECTION--*/
.dashboard-card {
 background: #f1f5f9;
 border-radius: 12px;
 padding: 32px 40px;
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
 height: 100%;
}

.gauge-value img {
 text-align: left;
 width: 460px;
 box-shadow: 0 5px 3px #6e7f8c17;
}

.market-badge {
 margin: 5px;
 font-size: 15px;
 padding: 6px 14px;
 border-radius: 20px;
 background-color: #fff;
 border: 1px solid #ddd;
 display: inline-flex;
 align-items: center;
 gap: 6px;
 font-family: "Inter", sans-serif !important;
 box-shadow: 0 3px 3px #6e7f8c17;
}

.market-badge img {
 width: 20px;
 height: 14px;
 border-radius: 2px;
}

h5 {
 font-weight: 600 !important;
 margin-bottom: 15px;
 font-family: "Instrument Sans", sans-serif;
 font-size: 20px;
 color: #334155 !important;
}

.features {
 font-size: 16px;
 text-align: center;
 color: #007696;
 font-weight: 700;
 line-height: 100%;
 text-transform: uppercase;
 font-family: "Inter", sans-serif;
}

.our-pre-market-report h2 {
 font-family: "Instrument Sans", sans-serif;
 font-size: 40px;
 font-weight: 700;
 line-height: 100%;

 padding-bottom: 10px;
 text-align: center;
 padding-top: 40px;
}

.our-pre-market-report {
 padding-top: 60px;
}

.market-report {
 font-size: 20px;
 text-align: center;
 color: #334155;
 font-weight: 500;
 line-height: 100%;
 font-family: "Inter", sans-serif;
}

.snapshot-btn {
 display: flex;
 align-items: center;
 justify-content: flex-start;
 width: 100%;
 padding: 12px 16px;
 border-radius: 12px;
 font-weight: 600;
 background-color: #fff;
 border: 1px solid #cbd5e1;
 gap: 20px;
 font-family: "Inter", sans-serif;
 color: #1e293b;
 box-shadow: 0 3px 3px #6e7f8c17;
}

.set-line-img {
 width: 666px;
}

.info-card {
 background-color: #f1f6fb;
 border-radius: 12px;
 padding: 26px 32px;
 display: flex;
 align-items: center;
 font-weight: 500;
 color: #1a2b49;

 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
 font-size: 20px;
 font-family: "Instrument Sans", sans-serif;
}

.info-card h6 {
    font-size: 20px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 600;
    color: #334155;
    padding: 0px;
    margin: 0px;
}
.info-card i {
 font-size: 1.25rem;
 margin-right: 10px;
 color: #2f3b52;
}

h4 {
 font-weight: 700 !important;
 font-family: "Instrument Sans", sans-serif !important;
 font-size: 24px !important;
 line-height: 100%;
 color: #020617 !important;
}

.btn-padding-2 {
 padding: 12px 0px;

 border: 1px solid #007696;
 box-shadow: 0 1px 3px #eaf0f6fa, 0 5px 5px #eaf0f6d9, 0 11px 6px #eaf0f680,
  0 19px 7px #eaf0f626, 0 29px 8px #eaf0f605;
 border-width: 2px;
}

img.pdf-icon-2 {
 width: 28px;
}

.our-morning-pdf {
 background-image: url("../images/bg-3.avif");

 background-size: cover;
 background-repeat: no-repeat;
 width: 100%;
 padding-top: 100px;
 padding-bottom: 100px;
 margin-top: 80px;
 background-position: center;
}

.our-morning-pdf h2 {
 font-family: "Instrument Sans", sans-serif;
 font-size: 40px;
 font-weight: 700;
 line-height: 120%;

 padding-bottom: 40px;
 color: #fff;
 text-align: center;
}

.green-text {
 color: #4fd671;
}

.info-card-2 {
 background-color: #305a5c;
 border-radius: 12px;
 padding: 22px;
 display: flex;
 align-items: center;
 color: #fff;
 font-size: 24px;
 font-family: "Instrument Sans", sans-serif;
 font-weight: 600;
}

.bg-image-add {
 background-image: url("../images/bg-4.svg");
 background-size: cover;
 background-repeat: no-repeat;
 width: 100%;
 padding-top: 70px;
 padding-bottom: 70px;
 background-position: center;
 border-radius: 20px;
}

section.free-bonus-worth {
 padding: 100px 0px 0px;
}

.bg-image-add img {
 margin-bottom: 12px;
}

.bg-image-add h2 {
 font-family: "Instrument Sans", sans-serif;
 font-size: 46px;
 font-weight: 700;
 line-height: 120%;

 padding-bottom: 18px;
 color: #fff;
 text-align: center;
}

.set-all-img-widths {
 width: 53%;
 margin: auto !important;
}

.bg-image-add img {
 width: 176px !important;
}

.bonus-link {
 font-size: 14px;
}

a.color-link {
 color: #4fd671;
 text-decoration: none;
}

span.free-radius.text-white {
 background: #4fd671;
 color: #093a3d !important;
 border-radius: 13px;
 position: relative;

 padding: 0px 13px;
}

/*--FAQ-SECTION--*/
.faq-section {
 padding: 80px 0px 100px;
}

.faq-heading {
 font-family: "Instrument Sans", sans-serif;
 font-size: 40px;
 line-height: 120%;
 margin-bottom: 60px;
}

button.accordion-button.collapsed {
 font-family: "Inter", sans-serif;
 font-size: 18px;
 font-weight: 600;
 color: #1e293b;
 background: #f1f5f9;
 border: unset !important;
 padding: 20px 32px;
}

button.accordion-button {
 font-family: "Inter", sans-serif;
 font-size: 18px;
 font-weight: 700;
 color: #1e293b;
 background: #f1f5f9;
 border: unset !important;
 padding: 20px 32px;
}

.accordion-body {
 font-family: "Inter", sans-serif;
 font-size: 16px !important;
 font-weight: 400 !important;
 color: #1e293b !important;
 background: #f1f5f9;
 border: unset !important;
 padding: 20px 32px !important;
 margin-top: -25px;
}

.accordion-item {
 border-radius: 10px;
 margin-bottom: 10px;
 overflow: hidden;
 background-color: #fff;
 border: none !important;
}

.accordion-button {
 background-color: #fff;
 color: #222;
 font-weight: 500;
 box-shadow: none !important;
 padding: 14px 18px;
 font-size: 16px;
}

.accordion-button:not(.collapsed) {
 color: #1e293b !important;
 background-color: #f1f5f9 !important;
}

.accordion-button::after {
 font-size: 24px;
 color: #1e293b;
 transform: none !important;
 border: 1px solid #fff;
 border-radius: 50px;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 40px !important;
 height: 40px !important;
 background: #fff !important;
 content: "+" !important;
 font-weight: 400;
}

.accordion-button:not(.collapsed)::after {
 content: "×" !important;
 font-size: 24px;
 color: #1e293b;
 transform: none !important;
 border: 1px solid #fff;
 border-radius: 50px;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 40px !important;
 height: 40px !important;
 background: #fff !important;
}

.accordion-body {
 background-color: #f1f5f9;
 color: #555;
 font-size: 15px;
 line-height: 1.6;
}

div#faqAccordion {
 max-width: 944px;
 margin: auto;
}

/* PACKAGES SECTION */
.packges-section h2 {
 color: #020617;
 font-family: "Inter";
 font-weight: 700;
 max-width: 59%;
 letter-spacing: -0.02em;
 margin: 0 auto;
}

a.plan-one {
 background-color: #268eef !important;
 width: 100%;
 display: block;
 border-radius: 12px;
}

.packges-section .packges-box {
 max-width: 574px !important;
 margin: 0 auto;
}

.plan-card {
 display: flex;
 justify-content: space-between;
 padding: 20px 24px;
 align-items: center;
}

.plan-card h5 {
 font-size: 24px !important;
 font-family: "Instrument Sans", sans-serif !important;
 font-weight: 600 !important;
 color: #fff !important;
 text-decoration: none !important;
 margin-bottom: 0px !important;
 padding-bottom: 0px !important;
}

.plan-card h4 {
 font-size: 32px !important;
 font-family: "Instrument Sans", sans-serif !important;
 font-weight: 700 !important;
 color: #fff !important;
 text-decoration: none !important;
 margin-bottom: 0px !important;
 padding-bottom: 0px !important;
 display: flex;
 align-items: center;
}

a.plan-one {
 text-decoration: none;
}

.plan-card img {
 margin-left: 20px;
 width: 16px;
 height: 16px;
}

a.plan-two {
 background-color: #5d19b0 !important;
 width: 100%;
 display: block;
 border-radius: 12px;
 text-decoration: none;
 margin: 18px 0px;
}

span.old-price {
 font-size: 22px;
 text-decoration: line-through;
 font-weight: 500;
 color: #fffffff0;
 margin-right: 40px;
}

a.plan-three {
 background-color: #020617 !important;
 width: 100%;
 display: block;
 border-radius: 12px;
 text-decoration: none;
}

span.discount {
 font-size: 16px !important;
 font-family: "Inter";
 color: #020617;
 font-weight: 800;
 background: #5bde6c;
 border-radius: 24px;
 padding: 4px 14px;
 margin-left: 20px;
 letter-spacing: -0.5px;
}

.packges-section {
 padding: 56px 0px 70px;
 border-top: 1px solid #e2e8f0;
}

.plan-card.plan-12 {
 padding: 32px;
}

span.old-price {
 font-size: 24px;
 text-decoration: line-through;
 font-weight: 500;
 color: #ffffffde;
 margin-right: 20px;
}

.packges-section h2 {
 color: #020617;
 font-family: "Inter";
 font-weight: 700;
 max-width: 56%;
 letter-spacing: -0.02em;
 margin: 0 auto;
 padding-bottom: 20px;
}

.info-box {
 background: #f8fafc;
 border: 1px solid #e2e8f0;
 border-radius: 12px;
 padding: 24px;
 max-width: 574px;
 margin: 0 auto;
 margin-top: 44px;
 display: flex;
 align-items: flex-start;
 column-gap: 24px;
}

.info-box img {
 width: 90px;
}

.info-box-text p {
 font-size: 16px;
 line-height: 22px;
 color: #1e293b !important;
 font-weight: 600;
}

.info-box-text ul li {
 display: flex;
 align-items: flex-start;
 column-gap: 10px;
 margin-bottom: 12px;
}

.info-box-text li p {
 font-size: 14px;
 line-height: 20px;
 color: #1e293b !important;
 font-family: "Inter" !important;
 font-weight: 500;
}

.info-box-text ul li img {
 width: 18px;
}

.info-box-text ul {
 padding: 0px;
 margin-top: 20px;
}

.note p {
 font-size: 13px;
 line-height: 20px;
 text-align: center;
 color: #0f172a !important;
 margin-top: 18px;
}

/*--MOBILE-DEVICE-START--*/
@media screen and (max-width: 767px) {
 .banner-section-wrapper {
  background-image: url("../images/mobile-bg-main.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 160px;
  background-position: center;
  border-radius: 0px 0px 16px 16px;
 }

 .cta-btn-banner a {
  max-width: 72%;
  display: block;
  padding: 14px !important;
  margin: 16px auto;
 }

 .what-our-subscriber-say {
  background: #093a3d;
  border-radius: 16px;
 }

 .what-our-subscriber-say h2 {
  font-size: 32px;
  padding: 0px 40px 30px;
  line-height: 38px;
 }

 .cta-pdf a {
  max-width: 76%;
  margin: 0 auto;
 }

 .cta-pdf {
  margin: 0 auto;
  text-align: center;
 }

 .cta-btn-banner {
  padding-top: 14px;
  padding-bottom: 6px;
 }

 img.arrow-left {
  position: absolute;
  right: -100px;
  top: 70%;
 }

 p.fw-normal.text-white.text-center.mt-4.font-size-add {
  margin: 4px 20px !important;
 }

 .row.justify-content-center.g-4.margin-add {
  width: 100%;
  margin: 0px;
 }

 .stat-box {
  justify-content: flex-start;
  align-items: flex-start;
 }

 .stat-text p {
  margin-top: -5px;
 }

 .happy-men-image img {
  width: 100% !important;
  margin-top: -14%;
  max-width: 98%;
  height: auto !important;
 }

 .d-flex.align-items-center.gap-4.justify-content-center.mt-4.ms-5 {
  display: block !important;
  margin: 0px !important;
 }

 .d-flex.align-items-center.gap-2.client-style-border {
  width: fit-content;
  padding: 10px 18px;
 }

 .client-icon {
  width: 56px;
 }

 .get-market {
  font-size: 48px;
  font-weight: 700;
  padding: 0px;
  line-height: 100%;
 }

 .client-style-border {
  width: 100%;
 }

 .paragraph-padding {
  padding: 0px;
 }

 br {
  display: none !important;
 }

 .btn-padding {
  justify-content: center;
  width: 100%;

  margin-bottom: 20px;
  margin-top: 20px;
 }

 .banner-section-wrapper {
  padding-bottom: 100px;
 }

 .how-its-work h2 {
  padding-bottom: 20px;
 }

 .border-add-work {
  margin: 20px 0px;
 }

 .gauge-value img {
  text-align: center;
  width: 100%;
  box-shadow: 0 5px 3px #6e7f8c17;
 }

 .set-line-img {
  width: 100%;
 }

 .w-25.mx-auto {
  width: 100% !important;
 }

 .bg-image-add img {
  width: 100% !important;
  margin-bottom: 20px;
 }

 .stagger-5 .testimonial-card {
  margin-top: 20px;
  height: auto;
 }

 .stagger-7 .testimonial-card {
  margin-top: 0;
  height: auto;
 }

 .what-our-subscriber-say {
  padding-top: 50px;
  padding-bottom: 40px;
  border-radius: 20px;
 }

 .dashboard-cards.mt-4 img {
  width: 28px;
 }

 .info-card-2 {
  gap: 14px !important;
 }

 .info-card-2 {
  font-size: 18px;
 }

 .bg-image-add {
  padding: 48px 20px 40px;
 }
 .header-sticky-cta p.Sample-pdf span {
  display: none;
 }

 .header-sticky-cta p.Sample-pdf {
  padding: 0px 4px;
 }
 .our-pre-market-report h2 {
  font-size: 32px;
  line-height: 30px;
  padding-top: 24px;
 }

 .market-report {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 32px !important;
 }

 .our-pre-market-report {
  padding: 40px 10px 0px;
 }

 .dashboard-card h5,
 .dashboard-card h3 {
  font-size: 16px;
  padding-bottom: 4px !important;
 }

 .dashboard-card {
  padding: 16px;
 }

 .gauge-value img {
  max-width: 80%;
  margin: 0 auto;
 }

 .gauge-value {
  text-align: center;
 }

 .dashboard-card .d-flex.justify-content-between.mb-3 {
  display: block !important;
 }

 .market-badge {
  background: #fff;
  font-size: 12px;
  padding: 4px 18px;
  margin: 4px 0px !important;
 }

 .dashboard-card p.fw-semibold.text-secondary {
  font-size: 16px;
  color: #495057 !important; /* Darker color for better contrast (WCAG AA compliant) */
 }

 /* Flag images - maintain proper aspect ratio */
 .market-badge img {
  width: auto;
  height: auto;
  max-width: 20px;
  max-height: 14px;
  object-fit: contain;
 }

 .snapshot-btn {
  gap: 12px;
 }

 h4.mt-5.text-center.mb-4.hedaing-want {
  font-size: 20px !important;
  line-height: 22px !important;
 }

 .info-card {
  padding: 12px 30px;
  column-gap: 10px;
 }

 .info-card h6 {
  font-size: 16px;
  margin: 0px !important;
  padding: 0px !important;
 }

 .row.set-all-img-widths {
  text-align: center;
 }

 .bg-image-add h2 {
  font-size: 40px !important;
  line-height: 106%;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
 }

 .bg-image-add p {
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 20px;
 }

 .row.set-all-img-widths .col-md-4 {
  width: 33%;
  padding: 0px;
 }

 .bg-image-add img {
  width: 90% !important;
  margin-bottom: 3px;
 }

 .row.set-all-img-widths.mt-5 {
  margin-top: 36px !important;
 }

 .row.set-all-img-widths.mt-2 {
  margin-bottom: 20px !important;
 }

 section.free-bonus-worth {
  padding-top: 60px;
 }

 .our-morning-pdf {
  border-radius: 16px;
  padding: 50px 10px;
  margin-top: 50px;
  background-position: center;
 }

 .our-morning-pdf h2 {
  font-size: 32px !important;
  line-height: 42px;
  padding-bottom: 20px;
 }

 .bg-image-add {
  padding-top: 50px;
  padding-bottom: 51px;
  padding-left: 15px;
  padding-right: 15px;
 }

 .set-all-img-widths {
  width: 100%;
  margin: auto !important;
 }

 .footer-bg {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  padding-left: 12px;
  padding-right: 12px;
 }

 section.copyright .text-end {
  text-align: center !important;
 }

 section.copyright {
  text-align: center !important;
 }

 .col-md-3.col-padding {
  padding-left: 12px;
 }

 .col-md-3.padding-add-col {
  padding-left: 12px;
 }

 .any-questions {
  color: #4fd671 !important;
  margin-bottom: 15px;
  margin-top: 15px;
 }

 .email-box.gap-4.mt-5 {
  margin-top: 20px !important;
 }

 .border-add-work {
  display: flex;
  align-items: center;
  box-shadow: 0 5px 3px #6e7f8c17 !important;
  margin: 10px 0px;
  padding: 20px 16px;
  column-gap: 16px;
 }

 .border-add-work img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  flex-shrink: 0;
 }

 .border-add-work h3 {
  font-size: 20px !important;
  line-height: 30px !important;
  margin: 0px !important;
  padding: 0px !important;
 }

 .border-add-work p {
  margin-top: 0px !important;
  font-size: 16px !important;
 }

 .how-its-work h2 {
  font-size: 32px;
 }

 .how-its-work {
  padding: 50px 10px 40px;
 }

 .counter-section-with-image {
  background: linear-gradient(#f1f5f9 0%, #fff 100%) !important;
  padding-bottom: 50px;
 }

 .logo-center {
  margin: 8px;
 }

 a.btn.join-btn {
  display: none;
 }
 .header-sticky-cta p.Sample-pdf {
  font-size: 16px !important;
 }
 .home-page header.sticky h6.logo-heading {
  font-size: 16px;
 }
 .home-page header#site-header .container {
  align-items: center !important;
 }
 img.arrow-up.ms-1 {
  width: 12px;
 }
 .header-sticky-cta {
  padding-right: 8px;
 }

 nav.navbar.navbar-expand-lg.py-2 {
  height: auto;
 }

 html {
  overflow-x: hidden;
 }

 /*PACKGES*/
 .packges-section {
  padding: 48px 10px 48px;
 }

 .packges-section h2 {
  max-width: 100%;
  font-size: 24px !important;
  line-height: 118%;
  padding-bottom: 10px;
 }

 .plan-card h5 {
  font-size: 18px !important;
  line-height: 24px !important;
 }

 .plan-card h4 {
  font-size: 24px !important;
  line-height: 18px;
 }

 .plan-card {
  padding: 16px;
 }

 .plan-card img {
  width: 16px;
  height: 16px;
  margin-left: 16px;
 }

 span.old-price {
  font-size: 18px;
 }

 span.discount {
  display: block;
  text-align: left;
  margin-left: 0px;
  margin-top: 10px;
  padding: 2px 10px;
 }

 .plan-card h5 {
  text-align: left;
 }

 .plan-card.plan-12 {
  padding: 16px;
 }

 .note p {
  text-align: left;
 }

 /*FAQ*/
 button.accordion-button.collapsed {
  padding: 20px 26px;
 }

 .faq-section {
  padding: 50px 10px 40px;
 }

 h2.fw-bold.text-center.faq-heading {
  font-size: 32px !important;
  line-height: 40px !important;
  margin-bottom: 40px;
 }

 body.home-page {
  overflow-x: hidden;
 }
}

/*--Tablet-view---*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
 .set-line-img {
  width: 100%;
 }

 .gauge-value img {
  width: 100%;
 }

 .dashboard-card {
  padding: 24px 10px;
 }

 .info-card {
  padding: 14px 16px;
 }

 .w-25.mx-auto {
  width: 40% !important;
 }

 .info-card-2 {
  padding: 10px;

  font-size: 20px;
 }

 .set-all-img-widths {
  width: 100%;
  margin: auto !important;
 }

 .bg-image-add img {
  width: 100% !important;
 }

 .stagger-7 .testimonial-card {
  margin-top: -91px;
  height: auto;
 }

 .border-add-work {
  padding: 32px 24px;
 }

 .row.justify-content-center.g-4.margin-add {
  width: 100%;
  margin: auto;
 }

 .get-market {
  font-family: "Instrument Sans", sans-serif;
  font-size: 40px;

  padding: 0;
 }

 .paragraph-padding {
  padding: 0px;
 }

 .banner-section-wrapper {
  padding-bottom: 250px;
 }

 .email-box p {
  font-size: 14px;
  font-family: "Inter", sans-serif;
 }
 img.arrow-left {
    position: absolute;
    right: 0px;
}
}
