:root {
  /* colors */
  --primary-color: #ff3d13;
  --light-bg-color: #feefeb;
  --bg-section-color: #f8f8f8;
  --white: #ffffff;
  --black: #000000;
  --black-shade: #202124;

  /* fonts */
  --font-size-small: 0.75rem;
  --font-size-normal: 0.875rem;
  --font-size-medium: 1rem;
  --font-size-large: 1.125rem;
  --font-size-xlarge: 2rem;

  /* Font Weight */
  --fw-light: 300;
  --fw-normal: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;

  /* section title */
  --font-size-semimedium: 2rem;
  --font-size-xxlarge: 2.625rem;

  /* border radius */
  --border-radius-sm: 0.25rem;
  --border-radius: 0.5rem;
  --border-radius-large: 1rem;
  --border-radius-full: 50%;
}

* {
  font-family: "Poppins", sans-serif;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: var(--font-size-normal);
  font-weight: var(--fw-normal);
  color: var(--black);
}

/* COMMON CODE START */
.section-badge {
  color: var(--primary-color);
  font-size: var(--font-size-normal);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}
.section-title {
  font-size: var(--font-size-semimedium);
  font-weight: var(--fw-semibold);
}
.section-desc {
  font-size: var(--font-size-medium);
  font-weight: var(--fw-medium);
  color: #333333;
}

.section-p-m {
  margin: 50px 0;
  padding: 50px 0;
}

/* BUTTON */
.primary-btn {
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: var(--border-radius);
  background-color: var(--primary-color);
  color: var(--white);
  font-size: var(--font-size-medium);
  font-weight: var(--fw-semibold);
  text-transform: capitalize;
  text-decoration: none;
}

.primary-btn:hover {
  background-image: linear-gradient(90deg, #ff3d13 0%, #fe8c00 100%);
}

.card {
  border-radius: var(--border-radius-large) !important;
}
/* COMMON CODE END */

/* NAV HEADER */
.nav-item {
  margin: 0 0.5rem;
}

.nav-link:active,
.nav-link.active {
  font-weight: var(--fw-semibold);
}

/* Header Section */
.header-section {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.text-primary-color{
  color: #f83600;
}

/* HERO */
.hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 82px);
  z-index: 2;
  position: relative;
  background-color: rgba(241, 185, 128, 0.1) !important;
}
/* .hero-section::before {
  content: "";
  display: block;
  background-image: url("../images/hero-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 1;
  width: 100%;
  height: 100%;
} */
.main-badge {
  font-size: var(--font-size-normal);
  font-weight: var(--fw-semibold);
  background-color: var(--black);
  color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius-sm);
  text-transform: uppercase;
}
.hero-title {
  font-size: 58px;
    font-weight: var(--fw-bold);
    color: var(--black);
    text-align: left;
    line-height: 68px;
}
.text-highlight {
  color: var(--primary-color);
  font-weight: var(--fw-bold);
}

.hero-desc {
  font-size: var(--font-size-large);
  font-weight: var(--fw-medium);
  color: #666666;
  line-height: 29px;
}
.form-box {
  font-size: var(--font-size-medium);
  border: 3px solid transparent;
  background: linear-gradient(#fbfbfb, #fbfbfb) padding-box,
    linear-gradient(to right, #40e0d0 0%, #ff8c00 50%, #f83600 100%) border-box;
  border-radius: var(--border-radius-large);
  padding: 40px 20px;
  color: var(--black);
  box-sizing: border-box;
}
.form-box .form-control {
  font-size: var(--font-size-normal);
  padding: 0.75rem;
  border-color: #c7c7c7;
}
.form-title {
  font-size: 28px;
  font-weight: var(--fw-bold);
  color: var(--black);
  text-align: center;
  margin-bottom: 0.5rem;
}
.form-highlight {
  font-weight: var(--fw-bold);
  background: linear-gradient(to right, #ff8c00 50%, #f83600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.secondary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  border-radius: var(--border-radius);
  border: 1.5px solid var(--primary-color);
  color: var(--primary-color);
  font-size: var(--font-size-medium);
  font-weight: var(--fw-semibold);
  text-transform: capitalize;
  background-color: var(--white);
  width: fit-content;
  text-decoration: none;
}

.fully-customizable {
  background-color: rgb(206 206 206 / 10%);
  padding: 100px 0;
  color: var(--black);
}

.fully-customizable .card p {
  font-size: var(--font-size-normal);
  font-weight: var(--fw-normal);
}

.icon-box {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.template-list{
font-size: 12px;
    color: #7d7d7d;
    text-align:left;
    padding-left:1rem;
}
/* ready-applications-section */
.ready-applications-section .card {
  border-radius: var(--border-radius-large);
  transition: all .6s ease-in-out;
}
.ready-applications-section .card:hover{
  background-color: #fff9f7;
}
.ready-applications-section .card:hover .icon-block{
  background-color: #ffffff;
  border:1px solid #f83600;
}
.icon-block {
  background-color: var(--light-bg-color);
  border:1px solid transparent;
  border-radius: var(--border-radius-full);
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1.125rem;
  transition: all .6s ease-in-out;
}
.card-title {
  font-size: var(--font-size-large);
  font-weight: var(--fw-semibold);
  color: #333333;
}
.main-desc {
  font-size: var(--font-size-normal);
  font-weight: var(--fw-normal);
  color: #666666;
}

/* pricing-section */

.pricing-section .card {
  background-color: var(--black-shade);
  color: var(--white);
  border-radius: var(--border-radius-large);
}
.btn-pricing {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  border-radius: var(--border-radius);
  border: none;
  background-color: var(--white);
  color: var(--black);
  font-size: var(--font-size-normal);
  font-weight: var(--fw-medium);
  text-transform: capitalize;
  text-decoration: none;
}
.pricing-title {
  font-size: 24px;
  font-weight: var(--fw-semibold);
}
.pricing-desc {
  font-size: var(--font-size-normal);
  font-weight: var(--fw-light);
  color: #bbbcbd;
}
.pricing-icon-block {
  background-color: var(--white);
  border-radius: var(--border-radius-full);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}
.features-text {
  font-size: var(--font-size-small);
  font-weight: var(--fw-light);
  color: #bbbcbd;
}
.feature-subtext {
  font-size: var(--font-size-small);
  font-weight: var(--fw-light);
}
.pricing-amount {
  font-size: 32px;
  font-weight: var(--fw-bold);
}
.pricing-subtext {
  font-size: var(--font-size-normal);
}
.text-brand {
  font-size: var(--font-size-normal);
  color: var(--primary-color);
  font-weight: var(--fw-light);
}

/* how-it-delivered-section */

.step-icon {
  width: 80px;
  height: 80px;
  background-color: var(--black-shade);
  border-radius: var(--border-radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.step-icon img {
  width: 40px;
  height: 40px;
}
.step {
  text-align: center;
  position: relative;
}
.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30%;
  right: -50%;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, black 50%, transparent 50%);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  transform: translateY(-50%);
  z-index: -1;
}

/* Arrowhead */
.step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 30%;
  right: -124px;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid var(--black);
}

.step:last-child:after {
  display: none;
}
@media (max-width: 767px) {
  .step::after,
  .step::before {
    display: none;
  }
}
.text-dark {
  font-size: var(--font-size-normal);
  font-weight: var(--fw-bold);
}
/* footer */
.footer-section {
  padding: 30px 0rem;
  font-size: var(--font-size-small);
  font-weight: var(--fw-light);
  background-color: var(--black-shade);
  color: var(--white);
}
.footer-left a{
  color: #ffffff;
}
.link-section ul li{
  padding-bottom: .5rem;
}
.link-section ul li a{
  color: rgba(255, 255, 255, .8);
  text-decoration: none;
}
.social-icon {
  background-color: #4d4d50;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.social-icon a {
  line-height: 0;
}
.social-icon a img {
  width: 16px;
  height: 16px;
}

/* Three Sections */

.custom-wrapper {
  position: relative;
  padding: 100px 0;
}

.left-panel {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  /* background-color: var(--light-bg-color); */
  padding: 2rem;
  border-radius: 20px;
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); */
  width: 500px;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.right-panel {
  margin-left: 42%;
  /* background-color: #f8f9fa; */
  padding: 6rem 1rem 6rem;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.right-panel-text {
  margin-left: 15%;
}

/* features section */
.main-title {
  font-size: 34px;
  font-weight: var(--fw-bold);
  line-height: 44px;
  text-align: center;
}

.feature-section {
  background-color: #fef8f3;
  background-size: cover;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-light {
  background-color: var(--bg-section-color);
}
.icon-size {
  font-size: 1.5rem;
}
.check-pricing .card {
  border-radius: var(--border-radius-large);
  padding: 3rem;
  color: var(--white);
  background-image: url(../images/features/pricing-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.feature-title {
  font-size: 32px;
  font-weight: var(--fw-semibold);
}
.transparent-section .pricing-card {
  font-size: var(--font-size-normal);
  border: 2px solid var(--primary-color);
  border-radius: var(--border-radius-large);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
}
.transparent-section .pricing-card .card-header {
  background-color: #fef8f3;
  border-radius: var(--border-radius-large) var(--border-radius-large) 0 0;
  border-bottom: 2px solid var(--primary-color);
}
.transparent-section .pricing-card .card-body span {
  font-size: 3.5rem;
}

.top-shape {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -80px;
  right: -60px;
  z-index: -1;
}
.bottom-shape {
  position: absolute;
  width: 120px;
  bottom: 10px;
  left: -99px;
  z-index: -1;
}
.standard-features .card {
  height: 120px;
  margin-bottom: 1.5rem;
}

.standard-features .card .card-body {
  font-size: var(--font-size-normal);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.standard-features a {
  color: #2421f6;
  font-size: var(--font-size-small);
  font-weight: var(--fw-medium);
}
.faq-section {
  background-image: url(../images/pricing/bg-faq.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.faq-section .icon-primary {
  color: var(--primary-color);
}
.get-ready .card {
  border-radius: var(--border-radius-large);
  padding: 3rem;
  color: var(--white);
  background-image: url(../images/pricing/pricing-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-section {
  background-image: url(../images/contact/bg-contact.jpg);
  background-size: cover;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ready-launch .card {
  margin-top: 3rem;
  font-size: var(--font-size-normal);
  background-color: var(--bg-section-color);
  border: none;
}

.reachout-anytime {
  color: var(--white);
  font-size: var(--font-size-normal);
  font-weight: var(--fw-light);
  background-image: url(../images/contact/form-section.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}
.form-section {
  font-size: var(--font-size-normal);
  background: #fbfbfb;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: var(--black);
  position: absolute;
  top: -18%;
  width: 41%;
  margin-bottom: 1rem;
}

.form-section .form-control {
  font-size: var(--font-size-normal);
  padding: 0.75rem;
  border-color: #c7c7c7;
}

@media (max-width: 768px) {
  .left-panel,
  .right-panel {
    position: static;
    width: 100%;
    transform: none;
    margin: 0;
  }

  .custom-wrapper {
    padding: 2rem 1rem;
  }

  .right-panel {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .form-section {
    position: initial;
    width: auto;
  }
}

.resource-img{
  height: 250px;
  object-fit: cover;
}
.blogs-section a {
  color: var(--primary-color);
  font-size: var(--font-size-normal);
  font-weight: var(--fw-medium);
}
