@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --primary: #f65b46;
  --primaryGradient: linear-gradient(90deg, #ff4d2d, #ff6a3d);
  --white: #fff;
  --black: #000;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}
.fs24 {
  font-size: 24px;
}
.fs18 {
  font-size: 18px;
}
.roboto {
  font-family: "Roboto", sans-serif;
}
.textdark {
  color: var(--black);
}
.bgprimary {
  background: var(--primary);
}
.topbarSec {
  background: var(--primary);
}
.headerSec {
  background: url("../images/headerBg.jpg") no-repeat center center;
    background-size: cover;
}
.navSec .nav-link {
  color: var(--white);
  font-weight: 300;
}
.navSec .navbar-nav .nav-link.active,
.navbar-nav .nav-link.shown {
  color: var(--primary);
}
.navSec .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--primary) !important;
}
.navSec .nav-link.livechatbtn {
  background: var(--white);
  color: var(--black);
  padding: 5px 25px;
  border-radius: 20px;
}
.navSec .nav-link.getfreequotebtn {
  background: var(--primary);
  color: var(--white);
  padding: 5px 25px;
  border-radius: 20px;
}
.trustedHappy li {
  background: #ffffff33;
}
.homeform {
  border: 1px solid var(--white);
}
.fs35 {
  font-size: 35px;
}
.fs25 {
  font-size: 25px;
}
.fs30 {
  font-size: 30px;
}
.fs45 {
  font-size: 45px;
}
.homeform .form-group {
  margin: 13px 0;
}
.homeform .form-control {
  background: var(--white);
  border: 1px solid var(--primary);
  color: var(--black);
  appearance: auto;
  padding: 10px 10px;
  font-size: 15px;
}
.stats-section {
  background: var(--white);
  padding: 40px 0;
}

.stat-box {
  background: #ebebeb;
  border-radius: 12px;
  padding: 22px 15px;
  text-align: center;
  transition: 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-5px);
}

.stat-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 6px;
}

.stat-value {
  font-weight: 700;
  font-size: 18px;
}

.rating-stars {
  color: #f4b400;
  font-size: 14px;
}

.cmi-section {
  background: url("../images/cmiqualification.jpg") no-repeat center center;
  padding: 80px 0;
  position: relative;
}

.cmi-title {
  font-weight: 700;
  font-size: 32px;
}

.cmi-subtitle {
  /* max-width: 850px; */
  margin: 15px auto 30px;
  color: #555;
}

.cmi-card {
  background: var(--primaryGradient);
  border-radius: 20px;
  padding: 35px 25px;
  color: var(--white);
  text-align: center;
  transition: 0.3s ease-in-out;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.cmi-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
}

.cmi-card h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.cmi-card p {
  font-size: 14px;
  margin-bottom: 0;
}
.fs50 {
  font-size: 50px;
}
.fs40 {
  font-size: 40px;
}
/* ===============================
   CMI Assignment Section
=================================*/

.cmi-assignment-section {
}

.cmi-assignment-section .main-heading {
  /* font-size:42px; */
}

.cmi-assignment-section .sub-text {
  font-size: 14px;
  color: #666;
  /* max-width:750px; */
  margin: auto;
}

/* Tabs */
.cmi-assignment-section .nav-pills .nav-link {
  background: #e5e5e5;
  color: #000;
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 600;
  margin: 5px;
}

.cmi-assignment-section .nav-pills .nav-link.active {
  background: var(--primary);
  color: #fff;
}

/* Black Content Box */
.cmi-assignment-section .tab-box {
  background: #000;
  color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-top: 30px;
}

/* Checklist */
.cmi-assignment-section .check-list {
  list-style: none;
  padding: 0;
}

.cmi-assignment-section .check-list li {
  margin-bottom: 12px;
  font-size: 14px;
}

.cmi-assignment-section .check-list i {
  color: var(--primary);
  margin-right: 8px;
}

/* Button */
.cmi-assignment-section .start-btn {
  background: var(--primary);
  color: var(--white);
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 600;
  border: none;
}

.cmi-assignment-section .start-btn:hover {
  background: var(--primary);
}
.cmi-assignment-section .tab-box h3 {
  font-size: 40px;
}

.cmi-cta-section {
  background: var(--black);
  color: var(--white);
  padding: 70px 0;
}

.cmi-cta-section h2 {
  font-weight: 700;
  /* font-size:40px; */
}

.cmi-cta-section p {
  font-size: 16px;
  color: #cfcfcf;
  /* max-width:750px; */
  margin: 15px auto 30px;
}

/* Buttons */
.cmi-cta-section .btn-live {
  display: inline-block;
  background: var(--white);
  color: var(--black);
  border-radius: 50px;
  padding: 10px 28px;
  font-weight: 600;
}

.cmi-cta-section .btn-live:hover {
  background: #e6e6e6;
}

.cmi-cta-section .btn-order {
  display: inline-block;
  background: var(--primary);
  color: var(--white);
  border-radius: 50px;
  padding: 10px 28px;
  font-weight: 600;
}

.cmi-cta-section .btn-order:hover {
  background: var(--primary);
}

.cmi-experts-section {
  background: var(--white);
  padding: 70px 0;
}

.cmi-experts-section h2 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}

/* Card Style */
.expert-card {
  background: #e6e6e6;
  border-radius: 15px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s ease;
}

.expert-card i {
  font-size: 28px;
  color: var(--primary);
}

.expert-card span {
  font-weight: 600;
  font-size: 15px;
}

.expert-card:hover {
  background: #dddddd;
  transform: translateY(-3px);
}

.cmi-detailed-section {
  background: #f3f3f3;
  padding: 70px 0;
}

.cmi-detailed-section h2 {
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 20px;
}

.cmi-detailed-section p {
  font-size: 14px;
  color: var(--black);
  line-height: 1.7;
}

/* Checklist */
.cmi-checklist {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.cmi-checklist li {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
}

.cmi-checklist i {
  color: var(--primary);
  margin-right: 8px;
}

/* Sub Headings */
.cmi-subheading {
  font-weight: 700;
  font-size: 30px;
}

.cmi-dark-showcase {
  background: var(--black);
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

/* subtle abstract background */
.cmi-dark-showcase::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.05) 0%,
    transparent 70%
  );
  top: -200px;
  left: -200px;
}

.showcase-title {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto 20px;
}

.showcase-card {
  background: #e0dddd;
  border-radius: 30px;
  padding: 30px;
}

.card-top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.level-badge {
  background: var(--primary);
  color: var(--white);
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
}

.card-top h5 {
  color: var(--primary);
  font-weight: 700;
  margin: 0;
}

.showcase-card p {
  font-size: 14px;
  color: var(--black);
  line-height: 1.6;
}

/* bottom dots left side */
.showcase-dots {
  margin-top: 40px;
}

.showcase-dots span {
  width: 7px;
  height: 7px;
  background: #777;
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;
}

.showcase-dots span.active {
  background: var(--white);
}

.cta-section {
  background-color: var(--black);
  color: var(--white);
  padding: 40px 0;
}

.cta-input {
  border-radius: 50px;
  padding: 12px 20px;
  border: none;
  width: 75%;
}

.cta-btn {
  border-radius: 50px;
  padding: 12px 30px;
  background: var(--primaryGradient);
  border: none;
  color: var(--white);
  font-weight: 600;
}

.cta-btn:hover {
  opacity: 0.9;
}

.cmi-elite-testimonials {
  background: var(--white);
}

.cmi-testimonial-card {
  background: #e4e3e3;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.cmi-testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.cmi-testimonial-card p {
  color: #555;
}

.cmi-steps-process-pro {
  background: var(--black);
  background-size: cover;
  background-position: center;
  position: relative;
}

.cmi-steps-process-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.cmi-steps-process-pro .container {
  position: relative;
  z-index: 2;
}

.cmi-step-card {
  background: #f1f1f1;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
}

.cmi-step-card:hover {
  transform: translateY(-8px);
}

.cmi-step-number {
  position: absolute;
  top: -20px;
  left: -20px;
  background: var(--primaryGradient);
  color: #fff;
  font-weight: bold;
  padding: 15px 18px;
  border-radius: 20px;
  font-size: 18px;
  box-shadow: 0 5px 15px rgba(255, 70, 70, 0.5);
}
.cmi-pro-assist-section {
  background: #f5f5f5;
}

.cmi-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
}

.cmi-description {
  font-size: 15px;
}

.cmi-badge {
  width: 170px;
  height: 170px;
  background: #f4b400;
  border-radius: 50%;
  border: 6px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-weight: 700;
  text-align: center;
}

.cmi-badge-days {
  font-size: 22px;
}

.cmi-badge-text {
  font-size: 14px;
}
.faq-section {
  background-color: #f3f3f3;
  padding: 60px 0;
}

.faq-card {
  background: #e9e9e9;
  border-radius: 15px;
  padding: 25px;
  height: 100%;
  transition: 0.3s;
}

.faq-card:hover {
  background: #dedede;
  transform: translateY(-5px);
}

.faq-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.faq-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
