@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Hurricane&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}

:root {
  --primary-color: #f5a80c;
  --secondary-color: #454545;
  --heading-font: "Marcellus", serif;
  --body-font: "Lato", sans-serif;
  --second-heading-font: "Hurricane", sans-serif;
  --inter: "Inter", sans-serif;
}

img,
img a {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  transition: ease-in 0.5s;
}
button:focus,
button:hover {
  outline: 0px;
  border: 0px;
}
a:focus {
  outline: 0px;
  border: 0px;
}

.container {
  max-width: 1640px;
  padding-left: 100px;
  padding-right: 100px;
}

p {
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}

h2 {
  color: var(--secondary-color);
  font-family: var(--heading-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 49px;
}
.fs_40_title {
  color: var(--secondary-color);
  font-family: var(--heading-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
.bg_yellow {
  background-color: var(--primary-color);
  border-radius: 50px;
  padding: 20px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 50px;
}

/* Navbar start */

.site-header {
  padding: 20px 100px;
}

.navbar-container {
  max-width: 1440px;
  margin: auto;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 9px;
  z-index: 4;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.navbar-logo img {
  width: 159px;
  height: 65px;
}

.navbar-menu {
  display: flex;
  align-items: center;
}

.navbar-list {
  display: flex;
  list-style: none;
  gap: 30px;
  align-items: center;
  margin-top: 15px;
}

.navbar-item a {
  color: var(--secondary-color);
  font-family: var(--inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;

  display: flex;
  align-items: center;
}

.navbar-item a:hover {
  font-weight: 700;
}

.main-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  background: var(--primary-color);
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 10px 0px;
  position: relative;
  transition: all 0.3s ease;
  font-family: var(--inter);
}
.link-btn{
   margin-top: 15px;
   margin-bottom: 15px;
}
.btn-text{
    color: #454545;
}
.main-btn:hover {
  background: var(--primary-color);
  transform: translateY(-2px);
  color: var(--secondary-color);
}

.main-btn-2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  background: var(--primary-color);
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 10px 0px;
  position: relative;
  transition: all 0.3s ease;
  font-family: var(--inter);
}

.main-btn-2:hover {
  background: var(--primary-color);
  transform: translateY(-2px);
  color: var(--secondary-color);
}

.arrow-wrapper {
  position: relative;
  width: 22px;
  height: 22px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.arrow-new {
  transform: translate(-150%, 50%);
  opacity: 0;
}

.main-btn:hover .arrow-old {
  transform: translate(50%, -150%);
  opacity: 0;
}

.main-btn:hover .arrow-new {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.main-btn-2:hover .arrow-old {
  transform: translate(50%, -150%);
  opacity: 0;
}

.main-btn-2:hover .arrow-new {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.bar {
  width: 25px;
  height: 3px;
  background: #333;
  border-radius: 3px;
  transition: 0.3s;
}

.navbar-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.bar {
  width: 25px;
  height: 3px;
  background: #333;
  border-radius: 3px;
  transition: 0.3s ease;
}

.navbar-toggle.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggle.active .bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Navbar end */

/* ===============================
   HERO BANNER
================================= */

.hero-banner {
  position: relative;
  background-image: url(../images/hero-banner.png);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 784px;
  display: flex;
  align-items: center;
  z-index: 3;
}

.hero-content {
  max-width: 736px;
  color: #ffffff;
}

.hero-title {
  font-family: var(--heading-font);
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
  margin-bottom: 20px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.highlight-text {
  display: block;
  color: #f5a80c;
}

.hero-description {
  font-family: var(--inter);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #ffff;
}

/* ===============================
   ABOUT SECTION
================================= */

.about-section {
  background: rgba(251, 234, 222, 0.26);
  padding: 100px 0px 50px 0px;
  position: relative;
  margin-top: -40px;

  overflow: hidden;
}
.about-curve-line {
  position: absolute;
  top: -2277px;
  z-index: 0;
  height: 2700px;
  right: 90%;
  width: 2700px;
}

.about-curve-line img {
  width: 100%;
  object-fit: contain;
  object-position: right top;
  height: 100%;
}

.about-section .container {
  position: relative;
  z-index: 2;
}

.about-image-wrapper {
  position: relative;
  border-radius: 30px;
}

.about-image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

.about-content {
  padding-left: 200px;
}

.about-title {
  font-family: var(--second-heading-font);
  font-size: 80px;
  font-weight: 400;
  margin-bottom: 30px;
  color: var(--secondary-color);
}

.about-highlight {
  font-family: var(--second-heading-font);
  font-size: 52px;
}

.about-description {
  font-family: var(--body-font);
  font-size: 22px;
  line-height: 30px;
  color: var(--secondary-color);
  margin-bottom: 30px;
}

/* ===============================
   MISSION SECTION
================================= */

.mission-section {
  background-color: #ffff;
  padding: 120px 0;
}

.mission-title {
  font-family: var(--heading-font);
  font-size: 40px;
  font-weight: 400;
  color: var(--secondary-color);
  margin-bottom: 25px;
}

.mission-description {
  font-family: var(--body-font);
  font-size: 25px;
  line-height: 37px;
  color: var(--secondary-color);
  margin-bottom: 37px;
}

.mission-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.mission-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
  font-family: var(--body-font);
  font-size: 25px;
  color: var(--secondary-color);
  padding-left: 40px;
  line-height: 1.2;
}

.mission-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 24px;
  height: 18px;
  background-image: url("../images/yellow-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.mission-image-wrapper {
  display: flex;

  justify-content: flex-end;
}

.mission-image {
  width: 100%;
  max-width: 451px;
  height: auto;

  display: block;
}

/* ======================================
   BLUEPRINT SECTION
====================================== */

.blueprint-section {
  background: url(../images/blueprint-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 50px 0;
  position: relative;
}

.blueprint-title {
  font-family: var(--heading-font);
  font-size: 40px;
  font-weight: 400;
  color: var(--secondary-color);
  margin-bottom: 70px;
}
.blueprint-title+p {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 20px;
}

.blueprint-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.blueprint-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.blueprint-item p {
  font-family: var(--inter);
  font-size: 25px;
  line-height: 30px;
  color: #222;
  margin: 0;
}

.blueprint-icon img {
  width: 40px;
  height: 16px;
  margin-top: 4px;
}

.blueprint-image-wrapper {
  display: inline-block;
}

.blueprint-image {
  width: 100%;
  max-width: 448px;

  display: block;
}

.blueprint-footer-text {
  margin-top: 40px;
  font-family: var(--inter);
  font-size: 25px;
  color: #222;
  line-height: 28px;
}

/* Blueprint section end */

/* Learn more section start */

.learning-section {
  padding: 100px 0px 40px 0px;
  background-image: url(../images/learn-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.learning-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 45px;
}

.books-row {
  row-gap: 30px;
}

.book-card {
  border-radius: 78px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.book-card:hover {
  transform: translateY(-8px);
}

.book-image {
  width: 100%;
  display: block;
  border-radius: 30px;
}

.learning-button-wrapper {
  margin-top: 40px;
  text-align: center;
}

/* Learn more end */

/* New selling section start */

.new-selling-section {
  padding: 100px 0px 100px 0px;
}
.new-selling-section {
  position: relative;
  overflow: hidden;
}
.curve-line-wrapper {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: -1;
}

.curve-line-wrapper img {
  max-width: 2000px;
  max-height: 9000px;
  height: auto;

  display: block;
}
.new-selling-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.new-selling-paragraph {
  padding: 20px 0px;
}
.new-sell-img-wrapper {
  position: relative;
}
/* New selling section end */

/* blog start */

.blog-section {
  background-image: url(../images/blog-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 0px;
}
.blog-heading {
  text-align: center;
  padding-bottom: 40px;
}
.blog-content-wrapper > img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-top-right-radius: 40%;
  border-top-left-radius: 40%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.blog-card-heading {
  color: var(--secondary-color);
  font-family: var(--heading-font);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  padding: 25px 0px 20px 0px;
}
.read-more-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary-color);
  text-decoration: none;
  border-bottom: 2px solid var(--secondary-color);
  padding-bottom: 3px;
  transition: all 0.3s ease;
  font-family: var(--inter);
}

.read-more-btn:hover {
  color: #f5a80c;
  border-bottom-color: #f5a80c;
}

.custom-line {
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
  margin-bottom: 30px;
}
.blog-btn-wrapper {
  text-align: center;
  margin-top: 36px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 68px;
}

/* Blog end */
.contact-wrapper {
  margin-top: 40px;
   /*  padding: 100px 0;*/
}
 
.contact-wrapper .contact-form {
    background: #eeeeee;
    padding: 50px;
}
 
.contact-wrapper .contact-form label {
    margin-bottom: 20px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
}
 
.contact-wrapper .contact-form label span {
    width: 100%;
}
 
.contact-wrapper .contact-form label span input,
.contact-wrapper .contact-form label span textarea{
    width: 100%;
}
.contact-wrapper .contact-form label span input{
    padding: 0 10px;
}
.contact-wrapper .contact-form input.wpcf7-submit{
    background: #fbab0c;
    border: 1px solid #faaa0c;
    color: #fff;
    width: 100%;
    font-size:18px;
}
.mail i {
  color: #fbab0c;
}
a:hover {
    text-decoration: none !important;
    color: #e7aa33 !important;
}
.mail {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    font-family: 'robotothin';
}
.contact-wrapper .contact-form {
    margin-top: 47px;
  }
  @media (max-width: 767.98px) {
    .contact-wrapper .contact-form input.wpcf7-submit{
    padding: 5px 10px;
}
.contact-wrapper .contact-form label span input{
    padding:5px 10px;
}
.contact-wrapper .contact-form {
    padding: 20px;
}
.contact-wrapper .contact-form label {
    line-height: 2;
}
.contact-wrapper .contact-form label span textarea{
  height: 250px;
}
  }
/* About Us */
.title_bg h3 {
    margin: 10px 0;
    font-weight: 700;
    letter-spacing: 0px;
    color: #fbab0c;
    font-size: 15px;
}
 
.title_bg h2 {
    font-size: 38px;
    /* font-family: 'robotobold'; */
    color: #000;
    margin: 0;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 700;
}
 
.title_bg h2 span {
    font-weight: 400;
}
 
.title_bg {
    text-align: left !important;
    padding-top: 37px;
    padding-left: 32px;
    padding-bottom: 37px;
    margin-bottom: 40px;
    position: relative;
    margin-top: 40px;
}
 
.title_bg::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -25px;
    width: 120px;
    height: 120px;
    z-index: 1;
    background: url(https://beautybusinessblueprint.elvirainfotech.live/wp-content/uploads/2026/03/text-bg-dark.png) repeat;
    background-size: 10px;
    opacity: .1;
    z-index: -1;
    transform: rotate(45deg);
}
.about-img, .page-content {
    padding: 50px 0; /* top-bottom 50px, left-right 0 */
}
.line-img{
    position: relative;
}

.line-img:after{
    content: '';
    position: absolute;
    bottom: 50px; /* little gap under image */
    left: 0;
    width: 60%;
    height: 5px;
    background: #fbab0c;
}
.about-img img{
    width: 100%;
    display: block;
    box-shadow: 0px 9px 31px 6px rgba(0,0,0,0.2);
}
.about-img {
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    width: 100%;
}
.about-first {
    height: 100%;
    width: 100%;
    position: absolute;
    /* bottom: 0; */
    right: 0;
    z-index: 1;
}
.about-overlay {
    opacity: .5;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    transition: all 1s ease;
}
/* About Us */
@media (max-width: 991px){
    .about-img img{
        box-shadow: 0px 6px 20px rgba(0,0,0,0.15);
    }
}

/* Mobile */
@media (max-width: 767px){
    .about-img img{
        box-shadow: 0px 4px 12px rgba(0,0,0,0.12);
    }
      .about-img{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: -30px !important;
    }
    .line-img:after {
    left: 13px;
}
  }
/* Assests section start */

.assests-img-wrapper {
  max-width: 521px;
  max-height: 582px;
  width: 100%;
  height: auto;
}
.business-assests-section {
  padding: 100px 0px;
}

/* Assests section end */

/* Cta section start */

.mentoring-cta-section {
  padding: 50px 0;
  background: url(../images/cta-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mentoring-cta-card {
  background: #ffffff;
  padding: 60px 40px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  max-width: 1076px;
}

.mentoring-cta-card::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 22px;
  height: 22px;
  background: #f4a300;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.mentoring-cta-card::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
  background: #f4a300;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* Footer css */

.footer-top {
  padding: 80px 0;
  border-bottom: 1px solid #dcdcdc;
}

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

.footer-right-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}

.footer-divider {
  width: 1px;
  height: 70px;
  background-color: #dcdcdc;
}

.footer-label {
  color: var(--secondary-color);
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.footer-email {
  color: var(--secondary-color);
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.footer-email:hover {
  color: #f4a300;
}

.footer-social-icons {
  display: flex;
  gap: 12px;
}

.social-icon img {
  width: 32px;
  height: 32px;
  transition: 0.3s ease;
}

.social-icon img:hover {
  transform: scale(1.1);
}
.footer-social-icons a:hover img{
transform:scale(1.1);
}
.bbb-container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
    }

    /* SPLIT SECTION */
    .bbb-split {
        display: flex;
        align-items: stretch;
        min-height: 80vh;
    }
    .bbb-image {
        flex: 0 0 30%;
        overflow: hidden;
    }
    .bbb-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        display: block;
    }
    .bbb-intro {
        flex: 1;
        padding: 60px 52px;
        background: #fff;
    }
    .bbb-intro h1 {
        margin: 0 0 20px;
        font-size: clamp(1.6rem, 3vw, 2.4rem);
        font-weight: 800;
        color: #212529;
        line-height: 1.2;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }
    .bbb-intro h2 {
        margin: 28px 0 14px;
        font-size: 1.2rem;
        font-weight: 700;
        color: #212529;
        line-height: 1.35;
    }
    .bbb-intro p {
        margin: 0 0 14px;
        font-size: 1rem;
        line-height: 1.8;
        color: #444;
    }
    .title h2 {
    font-size: 38px;
    font-family: 'robotobold';
    font-weight: 600;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 0px;
    margin-right: 41px;
    margin-left: -8px;
}
.text-center h2{
  margin-top: 53px;
}
.inner-bannar.defult_page_attiribute .head-line {
    margin: -20% auto 16.7%;
    width: 100%;
    background: none;
    border: 0px;
}
.head-line {
    margin: -12% auto 16.7%;
    position: relative;
    display: block;
    width: 39%;
    padding: 0;
    background: rgba(0, 0, 0, 0.1);
}


    .inner-bannar.defult_page_attiribute img
 {
    display: block;
    height: 100%;
    text-align: right;
    opacity: 0.2;
    max-width: 100%;
    object-fit: cover;
}
    /* FULL CONTENT SECTION */
    .bbb-content {
        padding: 64px 0;
    }
    .bbb-content h2 {
        margin: 0 0 14px;
        font-size: 1.3rem;
        font-weight: 700;
        color: #1a1a1a;
        border-left: 5px solid #F5A80C;
        padding-left: 16px;
        line-height: 1.35;
    }
    .bbb-content p {
        margin: 0 0 36px;
        font-size: 1rem;
        line-height: 1.8;
        color: #444;
    }
    .bbb-content p.bbb-small-gap {
        margin-bottom: 6px;
    }
    .bbb-content p.bbb-name {
        margin: 0 0 4px;
        font-weight: 700;
        color: #1a1a1a;
    }
    .bbb-content p.bbb-brand {
        margin: 0;
        font-weight: 600;
        color: #F5A80C;
    }
    
    /* Tablet */
    @media (max-width: 768px) {
        .bbb-split {
            flex-direction: column;
            min-height: auto;
        }
        .bbb-image {
            flex: none;
            width: 100%;
            height: 450px;
            margin-top: 42px;
        width: 100%;
        padding: 20px;
        }
        .bbb-intro {
            border-left: none;
            padding: 40px 28px;
        }
        .bbb-content {
            padding: 40px 0;
        }
        .title h2 {
          margin-top: -4px !important;
          font-size: 28px;
        }
        .inner-bannar.defult_page_attiribute img {
          height:350px;
        }
        .inner-bannar.defult_page_attiribute .head-line {
    margin: -69% auto 16.7%;
  }
  .bbb-container {
    margin-bottom: -67px;
}
.text-center h2{
  margin-top: 53px;
   margin-right: 0px !important; 
   margin-left: 0px !important; 
   padding: 16px;
}
    }

    /* Mobile */
    @media (max-width: 480px) {
        .bbb-image {
            height: 480px;
        }
        .bbb-intro {
            padding: 32px 20px;
        }
        .bbb-intro h1 {
            font-size: 1.5rem;
        }
        .bbb-intro h2 {
            font-size: 1.1rem;
        }
        .bbb-content {
            padding: 0px 20px;
            margin-top: -75px;
        }
        .bbb-content h2 {
            font-size: 1.1rem;
        }
        .bbb-container {
    margin-bottom: 0px;
}
     .main-btn-2{
      display: none;
     }
    }
/* ============================= */
/* FOOTER BOTTOM */
/* ============================= */

.footer-bottom {
  padding: 20px 0;
}

.footer-copyright,
.footer-credit {
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
}

.footer-credit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.developer-logo {
  width: 30px;
}

.footer-policy-link {
  color: var(--secondary-color);
}

.footer-policy-link:hover {
  color: var(--primary-color);
}

/* Start-Here page start */

.inner-page-banner {
  background-image: url(../images/start-here-banner.webp);
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* welcome section start */

.welcome-container {
  background: linear-gradient(
    97deg,
    #ffffff 0%,
    #ffffff 20%,
    #fff7e6 50%,
    #ffffff 80%,
    #ffffff 100%
  );
  margin-top: 80px;
}
.welcome-content {
  max-width: 700px;
}

.welcome-title {
  color: var(--secondary-color);
  text-align: justify;
  font-family: var(--second-heading-font);
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 30px;
}

.welcome-content p {
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}
.welcome-content ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.welcome-content ul li {
  position: relative;
  padding-left: 36px; /* space for icon */
  margin-bottom: 12px;
}
.welcome-content ul li {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  color: rgb(69, 69, 69);
}
.welcome-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 24px;
  height: 18px;
  background-image: url("https://beautybusinessblueprint.elvirainfotech.live/wp-content/uploads/2026/03/yellow-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.welcome-list,
.step-item ul,
.welcome-footer-content-wrapper ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.welcome-list li,
.welcome-footer-content-wrapper ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  position: relative;
  padding-left: 36px;
}
.welcome-footer-content-wrapper ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 24px;
  height: 18px;
  background-image: url("https://beautybusinessblueprint.elvirainfotech.live/wp-content/uploads/2026/03/yellow-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.step-item hr {
  border-top: 1px solid #e3e3e3;
  opacity: 1;
}
.why-this-text-wrapper ul li,
.step-item ul li {
  background-image: url(../images/yellow-icon.svg);
  background-repeat: no-repeat;
  background-position: left 10px;
  padding-left: 30px;
  margin-bottom: 15px;
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}
.why-this-text-wrapper ul {
  padding: 0;
}
.why-this-text-wrapper ul li {
  font-size: 20px;
  list-style: none;
}
.step-item a {
  color: var(--primary-color);
}
.step-item a:hover {
  color: var(--secondary-color);
}
.welcome-list li img {
  width: 24px;
  margin-top: 12px;
}

.welcome-image-wrapper img {
  width: 100%;
  height: auto;

  display: block;
}
.welcome-footer-section {
  padding: 30px 0px 80px 0px;
}
.welcome-list-footer,
.welcome-footer-content-wrapper ul {
  display: flex;
  gap: 30px;
}

/* welcome section end */

/* Why this start */
.why-this-section {
  background: url(../images/blueprint-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0px;
}

.custom-line {
  width: 100%;
  height: 1px;
  background: #e3e3e3;
}
.why-this-text-wrapper {
  padding-left: 100px;
}
.why-this-new .why-this-text-wrapper {
  padding-left: 0;
}
.why-this-heading {
  padding-bottom: 30px;
}
.why-this-bold-text {
  font-weight: 600;
}

/* why this end */

/* order step start */
.start-order-section {
  padding: 100px 0px;
}

.step-badge {
  display: inline-block;
  background-color: #f5a80c;
  color: var(--secondary-color);
  padding: 6px 30px;
  border-radius: 7px;
  font-size: 14px;
  margin-bottom: 15px;

  font-family: var(--heading-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.step-title {
  color: var(--secondary-color);
  font-family: var(--heading-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 49px;
}
.icon-box img {
  width: 27px;
  margin-bottom: 5px;
}
.custom-line2 {
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  margin-bottom: 20px;
  max-width: 580px;
}
.guide-link {
  color: var(--primary-color);
  font-family: var(--body-font);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
}
.link-wrapper p {
  margin-bottom: 5px;
}
.section-header {
  padding-bottom: 30px;
}
.step-row-two {
  padding-top: 80px;
}
.step-two-img {
  max-width: 527.213px;
  max-height: 582.027px;
  width: 100%;
  height: auto;
}
.step-row {
  margin-bottom: 80px;
}
.step-row:last-of-type {
  margin-bottom: 0;
}
.step-row:nth-of-type(odd) .step-item {
  padding-right: 100px;
}
.who-this-is {
  padding: 50px 0px;
  background-size: cover;
  background-position: right center;
}
.who-this-is .lft {
  padding: 48px 39px;
  border-radius: 12px;
  border: 1px solid #ffffff1a;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
hr {
  border-top: 1px solid #e3e3e3;
  opacity: 1;
}
.who-this-is ul {
  padding: 0;
}
.who-this-is ul li {
  list-style-type: none;
  padding-left: 30px;
  background-image: url(../images/flower-icon.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left 15px;
  margin-bottom: 17px;
  font-size: 25px;
}
.what-this-space {
  margin: 80px 0px;
}
.what-this-space.gradient_bg .inner_wrap {
  position: relative;
  background: linear-gradient(360deg, #ffffff, #fff7e6);
  padding: 50px 35px;
}
.what-this-space ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 5px 30px;
}
.what-this-space.gradient_bg ul {
  flex-wrap: nowrap;
}
.what-this-space.gradient_bg ul li {
  flex-grow: 1;
  width: calc(100% / 3);
}
.what-this-space ul li {
  background-image: url(../images/yellow-icon.svg);
  background-repeat: no-repeat;
  background-position: left 10px;
  padding-left: 30px;
  margin-bottom: 15px;
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  list-style-type: none;
}
.promise-section-unique {
  background: linear-gradient(360deg, #ffffff 24.87%, #fffcf5 105.23%);
  padding: 80px 0;
}

.promise-section-unique .title {
  font-size: 36px;
  font-weight: 500;
}

.promise-section-unique .subtitle {
  font-size: 18px;
  margin-top: 10px;
  color: #7a7a7a;
}
.promise-section-unique .promise-box ul {
  padding: 0;
}
.promise-section-unique .promise-box.lft li {
  width: 100%;
}
.promise-section-unique .promise-box.lft li:first-child {
  margin-left: 40px;
}
.promise-section-unique .promise-box.lft li:nth-child(2) {
  margin-left: 20px;
}
.promise-section-unique .promise-box ul li {
  background: linear-gradient(90deg, #ffeeca -4.57%, #ffffff 96.22%);
  position: relative;
  padding: 23px 10px 23px 60px;
  border-radius: 17px;
  display: inline-flex;
  align-items: center;
  font-size: 25px;
  margin: 20px 0;
  content: none;
  text-align: left;
}
.promise-section-unique .promise-box ul li:before {
  content: "";
  list-style-type: none;
  width: 25px;
  height: 25px;
  padding-left: 30px;
  background-image: url(../images/flower-icon.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 20px;
  top: 32px;
}

.promise-section-unique .promise-box span {
  margin-right: 10px;
  color: #d4a94f;
  font-size: 18px;
}

.promise-section-unique .image-wrapper {
  text-align: center;
}

.promise-section-unique .image-wrapper img {
  object-fit: cover;
  border-radius: 50% 50% 45% 45%;
}

.promise-section-unique .bottom-text {
  margin-top: 60px;
  font-size: 25px;
}
.promise-section-unique .lft,
.promise-section-unique .rgt {
  width: 35%;
  padding-bottom: 130px;
}
.promise-section-unique .mdl {
  width: calc(30% + 60px);
  margin-right: -30px;
  margin-left: -30px;
}
.why-this-new blockquote {
  position: relative;
  background-color: white;
  padding: 35px 25px 25px 25px;
  border-radius: 12px;
  margin-top: 30px;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: 20px 20px;
}
/* Gradient Border */
.why-this-new blockquote::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* border thickness */
  border-radius: 16px;
  background: linear-gradient(0deg, #ffffff 0%, #f5a80c 100%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
/* Start-here page end  */
@media (min-width: 768px){
    #menu-item-1254{
        display: none !important;
    }
}
/* Responsive css */
@media (max-width: 1500px) {
  .welcome-content p,
  .welcome-list li,
  .welcome-footer-content-wrapper ul li,
  p,
  .step-title,
  .step-item ul,
  .who-this-is ul li,
  .what-this-space ul li,
  .promise-section-unique .promise-box ul li,
  .promise-section-unique .bottom-text,
  .step-item ul li,
  .about-description,
  .mission-description,
  .mission-list li,
  .blueprint-item p,
  .blueprint-footer-text,
  .guide-link {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .promise-section-unique .lft,
  .promise-section-unique .rgt {
    padding-bottom: 60px;
  }
  .promise-section-unique .promise-box ul li {
    padding: 16px 10px 16px 60px;

    margin: 12px 0;
  }
  .step-row:nth-of-type(2n + 1) .step-item {
    padding-right: 0;
  }
  .why-this-text-wrapper {
    padding-left: 0;
  }
  .container {
    padding: 0px 15px;
  }
  .site-header {
    padding: 15px 15px;
  }

  .navbar-list {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .promise-section-unique .bottom-text {
    margin-top: 0;
  }
  .promise-section-unique .promise-box.lft li:first-child,
  body .promise-section-unique .promise-box li,
  .promise-section-unique .promise-box.lft li:nth-child(2) {
    margin-left: 0;
    width: 100%;
  }
  .promise-section-unique .promise-box ul li::before {
    top: 20px;
  }
  .pro-wp-sc {
    flex-wrap: wrap;
    justify-content: center;
  }
  .promise-section-unique .lft,
  .promise-section-unique .rgt {
    width: 100%;
    padding: 0;
  }
  .promise-section-unique .mdl {
    width: 50%;
  }
  .step-row {
    justify-content: center;
    --bs-gutter-y: 37px;
  }
  .step-row:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
  .hero-title {
    font-size: 50px;
    line-height: 55px;
  }

  h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .fs_40_title {
    font-size: 35px;
  }
  .bg_yellow {
    margin-bottom: 40px;
  }
  p {
    font-size: 20px;
    line-height: 30px;
  }

  .site-header {
    padding: 15px 30px;
  }

  .navbar-container {
    position: relative;
  }

  .navbar-logo img {
    width: 140px;
    height: auto;
  }

  .navbar-toggle {
    display: flex;
  }

  .navbar-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;

    flex-direction: column;
    align-items: flex-start;

    padding: 25px 30px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    z-index: 999;
  }

  .navbar-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .navbar-list {
    flex-direction: column;
    width: 100%;
    gap: 5px;
  }

  .navbar-item {
    width: 100%;
  }

  .navbar-item a {
    width: 100%;
    padding: 8px 0;
  }

  .navbar-menu .main-btn-2 {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }

  .navbar-container > .main-btn-2 {
    display: none;
  }

  .navbar-menu .main-btn-2 {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
  .hero-banner {
    min-height: 650px;
    background-position: center center;
  }
  .about-title {
    font-size: 35px;
  }
  .about-content {
    padding-left: 0px;
  }
  .about-description {
    font-size: 20px;
    line-height: 30px;
  }
  .mission-section {
    padding: 50px 0px;
  }
  .mission-title {
    font-size: 35px;
    line-height: 45px;
  }
  .mission-description {
    font-size: 20px;
    line-height: 30px;
  }
  .mission-list li {
    font-size: 20px;
    line-height: 30px;
  }
  .blueprint-item {
    flex-direction: column;
  }
  .blueprint-icon img {
    width: 30px;
  }
  .blueprint-title {
    font-size: 35px;
    line-height: 45px;
  }
  .blueprint-item p {
    font-size: 20px;
    line-height: 30px;
  }
  .blueprint-footer-text {
    font-size: 20px;
    line-height: 30px;
  }
  .learning-section {
    padding: 50px 0px;
  }
  .curve-line-wrapper img {
    width: 400px;
  }
  .new-selling-section {
    padding: 50px 0px 50px 0px;
  }
  .business-assests-section {
    padding: 50px 0px;
  }

  .footer-top {
    padding: 60px 0;
  }

  .footer-right-wrapper {
    gap: 25px;
  }

  .footer-label,
  .footer-email {
    font-size: 18px;
  }

  .footer-divider {
    height: 60px;
  }

  .social-icon img {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 767px) {
  .navbar-list {
    padding: 0;
  }
  .what-this-space ul li,
  .who-this-is ul li,
  .step-item ul li {
    background-position: left 2px;
  }
  .promise-section-unique .promise-box ul li::before {
    top: 16px;
  }
  .why-this-new blockquote {
    background-size: 48px;
  }
  .what-this-space {
    margin: 60px 0px;
  }
  .who-this-is .lft {
    padding: 20px;
  }
  .why-this-section,
  .start-order-section,
  .promise-section-unique {
    padding: 60px 0px;
  }
  .step-badge {
    font-size: 16px;
  }
  .welcome-footer-section {
    padding-bottom: 60px;
  }
  .why-this-section .row {
    --bs-gutter-y: 30px;
  }
  .welcome-title {
    padding-bottom: 10px;
  }
  .welcome-container {
    margin-top: 60px;
  }
  .step-row {
    margin-bottom: 60px;
  }
  .custom-line {
    margin-bottom: 20px;
  }
  .title_bg h3{
    margin: 11px 42px;
  }
  .title_bg::before {
   left: 23px;
  }
  .title_bg h2 {
    margin-left: 39px!important;
    font-size: 30px;
  }
  .contact-wrapper {
    padding: 0;
  }
   .blog-content-wrapper > img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    border-radius:0px;
  }
  .blog-card {
    margin-top: 30px;
  }
    .about-img {
    margin-top: 20px;
  }


  .content-after-image::after {
    content: "";
    display: block;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
  }
  .guide-link,
  .welcome-content p,
  .welcome-list li,
  .welcome-footer-content-wrapper ul li,
  p,
  .step-title,
  .step-item ul,
  .who-this-is ul li,
  .what-this-space ul li,
  .promise-section-unique .promise-box ul li,
  .promise-section-unique .bottom-text,
  .step-item ul li,
  .about-description,
  .mission-description,
  .mission-list li,
  .blueprint-item p,
  .blueprint-footer-text {
    font-size: 16px;
    line-height: 1.3;
  }
  .why-this-heading {
    padding-bottom: 0;
  }
  .welcome-list-footer,
  .welcome-footer-content-wrapper ul {
    flex-direction: column;
    gap: 0;
  }
  .welcome-list li img {
    margin-top: 5px;
  }
  .inner-page-banner {
    height: 200px;
  }
  .welcome-title {
    font-size: 45px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .fs_40_title {
    font-size: 22px;
  }
  .bg_yellow {
    margin-bottom: 20px;
    padding: 10px 20px;
  }
  p {
    font-size: 16px;
    line-height: 25px;
  }

  .footer-top .row,
  .footer-bottom .row {
    text-align: center;
  }

  .footer-right-wrapper {
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
  }

  .footer-divider {
    display: none;
  }

  .footer-social-icons {
    justify-content: center;
  }

  .footer-credit {
    justify-content: center;
    margin-top: 10px;
  }

  .hero-title {
    font-size: 35px;
    line-height: 40px;
  }
  .hero-banner {
    min-height: 500px;
  }
  .about-title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .about-description {
    font-size: 16px;
    line-height: 25px;
  }
  .hero-description {
    font-size: 16px;
    line-height: 25px;
  }
  .mission-title {
    font-size: 30px;
    line-height: 40px;
  }
  .mission-description {
    font-size: 16px;
    line-height: 25px;
  }
  .mission-list li {
    font-size: 16px;
    line-height: 25px;
  }
  .mission-image-wrapper {
    justify-content: center;
  }
  .blueprint-item {
    align-items: center;
  }
  .blueprint-item p {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
  }
  .blueprint-list {
    gap: 30px;
  }
  .blueprint-title {
    font-size: 30px;
    line-height: 40px;
  }
  .blueprint-image-wrapper {
    margin: 30px 0px;
  }
  .blueprint-footer-text {
    font-size: 16px;
    line-height: 25px;
  }
  .learning-subtitle {
    text-align: center;
  }
  .learning-header {
    padding-bottom: 20px;
  }
  .learning-title {
    text-align: center;
  }
  .new-selling-heading {
    text-align: center;
  }
  .new-sell-image-section {
    margin-top: 30px;
  }
  .curve-line-wrapper {
    bottom: 76px;
  }
  .blog-card {
    padding-bottom: 30px;
    text-align: center;
    align-items: center;
  }
  .blog-card-heading {
    font-size: 20px;
    line-height: 30px;
  }
  .blog-btn-wrapper {
    margin-top: 0px;
  }
  .new-selling-text-wrapper {
    align-items: center;
    text-align: center;
  }
  .assests-img-wrapper {
    margin-top: 30px;
  }
  .assests-text-wrapper {
    align-items: center;
    text-align: center;
  }
  .blueprint-title {
    margin-bottom: 20px;
  }
  .blueprint-icon img {
    width: 23px;
  }
  .site-header {
    padding: 10px 15px;
  }
  .navbar-container {
    padding: 10px 20px;
  }
  .blog-card-heading {
    padding-bottom: 0px;
  }
  .what-this-space.gradient_bg ul{
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .what-this-space.gradient_bg ul li{
    width: 100%;
    margin-bottom: 10px;
  }
}