@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
{
    margin: 0px;
    padding: 0px;
    outline: none;
    line-height: inherit;
    box-sizing: border-box;
}
 html {
      scroll-behavior: smooth;
section.franchise-journey-today-sec .franchise-heading button}

:root{
    --color1:#ecc17e;
    --color2:#13242b;
    --color3:#000000;
    --color4:#101d23;
    --color5:#ffffff;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

body {
    padding: 0;
    margin: 0;
     font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    background: border-box;
    box-sizing: border-box;
}

textarea {
    overflow: hidden;
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

figure {
    margin-bottom: 0;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

button {
    outline: none;
    cursor: pointer;
}



p {
    margin: 0px;
    font-size: 16px;
}

section.franchise-banner {
    background: linear-gradient(155deg, #5b2283 0%, #84429d 100%);
    padding: 120px 0px 100px;
}
.franchise-banner-text h1 {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    line-height: 60px;
}

.franchise-banner-text h1 span {
    color: #ffd966;
}.franchise-banner-text > p {
    color: #fff;
    padding: 10px 0px;
    line-height: 28px;
    font-size: 16px;
}
.franchise-banner-text p a {
    display: block;
    padding: 18px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    background: linear-gradient(155deg, #a542d7 0%, #c567e4 100%);
}.franchise-banner-text .call-us a {
    background: #fff;
    color: #bd5ee1;
}

.franchise-banner-text .call-us a:hover {
    background: linear-gradient(155deg, #a542d7 0%, #c567e4 100%);
    color: #fff;
}
.franchise-banner-text ul {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.franchise-banner-text ul li {
    color: #e0e0e0;
}

.franchise-banner-text ul li svg {
    width: 20px;
}

.franchise-banner-text ul li svg {color: #ffd966;}

.franchise-banner-text ul li span {
    margin-left: 6px;
}
.franchise-banner-img {
    margin-left: 30px;
    position: relative;
}

.franchise-banner-img figure img {
    border-radius: 20px;
    height: 500px;
    object-fit: cover;
}

.franchise-banner-img .revenue-wrap {
    background: #ffd966;
    display: inline-block;
    padding: 26px 20px;
    border-radius: 10px;
    position: absolute;
    bottom: -32px;
    left: -20px;
}

.revenue-wrap h3 {
    font-size: 20px;
    font-weight: 600;
    color: #4e1669;
    margin: 0px;
}

.revenue-wrap span {
    color: #5a097b;
    font-size: 14px;
    font-weight: 500;
}


.container {
    max-width: 1366px;
}

.animate-float {
    animation: float 6s ease-in-out infinite
}

.animate-fade-in-up {
    animation: fadeInUp .8s ease-out forwards
}
@keyframes float {
    0%,to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}
section.franchise-journey-sec {
    padding: 60px 0px;
    background: #f8f7f8;
}

.franchise-heading {
    margin-bottom: 50px;
    text-align: center;
}

.franchise-heading h2 {
    font-size: 36px;
    font-weight: 600;
}

.franchise-heading p {
    font-size: 18px;
}

.franchise-form {
    background: #ffffff;
    padding: 60px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.franchise-form form .input-group label {
    width: 100%;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}

.franchise-form form .input-group input, select {
    width: 100%;
    border-radius: 6px !important;
    height: 50px;
    padding: 10px;
    border: 1px solid #ccc;
    font-weight: 300;
    font-size: 15px;
    color: #7d7d7d;
}

.franchise-form form .input-group {
    margin-bottom: 15px;
}



.franchise-form form .input-group  textarea {
    width: 100%;
}

.franchise-form form .input-group input:focus {
    outline: none;
    border-color: #713391;
}

.franchise-form form .input-group select:focus {
    outline: none;
    border-color: #713391;
}

.franchise-form form .input-group textarea:focus {
    outline: none;
    border-color: #713391;
}
.franchise-form form .input-group textarea {
    width: 100%;
    border-radius: 6px !important;
    height: 50px;
    padding: 10px;
    border: 1px solid #ccc;
    font-weight: 300;
    font-size: 15px;
    color: #7d7d7d;
    height: 100px;
}
.franchise-form form .input-group button {
    background: linear-gradient(155deg, #a542d7 0%, #c567e4 100%);
    border: transparent;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    margin-top: 20px;
    font-weight: 500;
}

.franchise-form form .input-group button svg {
    width: 20px;
}
section.franchise-partner-sec {
    padding: 60px 0px;
}

.franchise-partner-box {
    border: 1px solid #9f9c9c;
    padding: 50px;
    border-radius: 10px;
}

section.franchise-partner-sec .row .row {
    row-gap: 25px;
}



.franchise-partner-box h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}



.franchise-partner-box .icon {
    margin: 0 auto;
    text-align: center;
}

.franchise-partner-box .icon svg {
    width: 70px;
    height: 70px;
    color: #7d3d99;
}


.franchise-partner-box ul {
    padding-left: 20px;
}

.franchise-partner-box ul li {
    list-style: disc;
    color: #8b8d90;
    line-height: 36px;
    font-weight: 300;
}
.franchise-partner-box:hover {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
section.investment-sec {
    padding: 60px 0px;
    background: #f8f7f8;
}

.investment-wrap ul {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.investment-wrap ul li {
    width: calc(30% - 50px);
    border: 1px solid #ccc;
    padding: 60px 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.investment-list {
    text-align: left;
    margin-bottom: 30px;
}

.investment-wrap ul li h3 {
    font-size: 20px;
    font-weight: 600;
    color: #a542d7;
    margin-bottom: 15px;
}

.investment-wrap ul li h4 {
    font-size: 30px;
    margin: 10px 0px;
    font-weight: 700;
}

.investment-wrap ul li > p {color: #676f7e;margin-bottom: 20px;}

.investment-list p svg {
    width: 20px;
    margin-right: 10px;
    color: #9c34d0;
}

.investment-wrap ul li button {
    background: #a542d7;
    padding: 10px 30px;
    border: transparent;
    color: #fff;
    border-radius: 10px;
}

.investment-list p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
}

.investment-wrap ul li h5 {
    position: absolute;
    top: -20px;
    background: #a542d7;
    left: 32%;
    margin: 0 auto;
    text-align: center;
    padding: 9px 20px;
    font-size: 15px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
}
.investment-wrap ul li:nth-child(2) {
    border-color: #a542d7;
    border-width: 2px;
}

.investment-wrap ul li:hover {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
section.about-our-brand-sec {
    padding: 60px 0px;
}


section.about-our-brand-sec .franchise-heading p {
    color: #676f7e;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

section.about-our-brand-sec .franchise-heading h2 {
    margin-bottom: 15px;
}

.about-our-brand-wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.about-our-brand-wrap ul li {
    width: calc(50% - 10px);
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}

section.about-our-brand-sec .franchise-heading {
    margin-bottom: 20px;
}

.about-our-brand-wrap ul li h3 {
    color: #a542d7;
    font-size: 24px;
    font-weight: 600;
}

.about-our-brand-wrap ul li p {
    font-size: 15px;
    color: #676f7e;
}

.about-our-brand-img {
    position: relative;
}

.about-our-brand-img figure img {
    border-radius: 10px;
}

.reating-box {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}

.reating-box h5 svg {
    color: #a542d7;
    width: 18px;
    margin-right: 10px;
}

.reating-box h5 {
    font-size: 16px;
    font-weight: 600;
    color: #a542d7;
}

.reating-box p {
    font-size: 15px;
    font-weight: 200;
}
.about-our-brand-wrap ul li:hover {
    background: #a542d7;
}

.about-our-brand-wrap ul li:hover h3 {
    color: #fff;
}

.about-our-brand-wrap ul li:hover p {
    color: #fff;
}
section.franchise-success-stories-sec {
    padding: 60px 0px;
    background: #f8f7f8;
}


.franchise-success-stories-wrap .item {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
}

.franchise-success-stories-wrap .item ul {
    display: flex;
    margin-bottom: 0px;
    gap: 4px;
}

.franchise-success-stories-wrap .item ul li span i {
    color: red;
}

.franchise-success-stories-wrap .item ul li i {
    color: #ffd966;
}



.franchise-success-stories-wrap .item p {
    padding: 10px 0px;
    font-weight: 300;
    font-style: italic;
    font-size: 15px;
    line-height: 25px;
    min-height: 150px;
    overflow-y: auto;
}

.franchise-success-stories-wrap .item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.franchise-success-stories-wrap .item h6 {
    font-weight: 300;
    font-size: 14px;
}
section.franchise-journey-today-sec {
    background: linear-gradient(155deg, #5b2283 0%, #84429d 100%);
    padding: 60px 0px;
}
section.franchise-journey-today-sec .franchise-heading {
    margin-bottom: 0px;
}

section.franchise-journey-today-sec .franchise-heading h2 {
    color: #fff;
    font-size: 48px;
}

section.franchise-journey-today-sec .franchise-heading p {
    color: #fff;
}

section.franchise-journey-today-sec .franchise-heading a {
    background: #ffd966;
    text-align: center;
    padding: 12px 35px;
    border-radius: 10px;
    color: #4e1669;
    font-size: 18px;
    font-weight: 500;
}

section.franchise-journey-today-sec .franchise-heading .submit-enquiry {
    background: #ffffff;
    text-align: center;
    padding: 12px 22px;
    border-radius: 10px;
    color: #822cab;
    font-size: 16px;
    border: transparent;
    font-weight: 500;
}

section.franchise-journey-today-sec .franchise-heading figure {
    width: 800px;
    height: 400px;
    margin: 20px auto 0px;
}

section.franchise-journey-today-sec .franchise-heading figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}
.franchise-get-touch-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  /* max-width: 1200px; */
  margin:  0 auto;
}
.franchise-get-touch-wrap .card {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 50px 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.franchise-get-touch-wrap .card img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.franchise-get-touch-wrap .card h3 {
  color: #020202;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}
.franchise-get-touch-wrap .card p {
  color: #666;
  line-height: 1.5;
}
.franchise-get-touch-wrap .contact-info {
  margin: 5px 0;
}
.franchise-get-touch-wrap .hours {
  font-size: 0.9em;
  color: #999;
}
section.franchise-get-touch-sec {
    padding: 60px 0px;
}

.franchise-get-touch-wrap .card svg {
    width: 60px;
    height: 60px;
    color: #a542d7;
}
.franchise-get-touch-wrap .card p.contact-info {
    margin: 10px 0px;
    color: #9231c3;
}

.franchise-get-touch-wrap .card p.contact-info a {
    color: #9231c3;
}

.franchise-get-touch-wrap .card p.hours {
    font-weight: 300;
}.franchise-get-touch-wrap .card:hover {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}

section.interactive-map-sec {
    padding-bottom: 60px;
}

.interactive-map-wrap {
    border: 1px solid #ccc;
    padding: 25px;
    border-radius: 10px;
}

.interactive-map-wrap iframe {
    display: block;
}
footer.franchise-footer {
    background: #020817;
    padding: 20px;
    text-align: center;
}

.franchise-footer-copy p {
    color: #fff;
}

.franchise-footer-copy p a {
    color: #fff;
}
header.franchise-header {
    position: absolute;
    top: 0;
    width: 100%;
}



.franchise-header a.navbar-brand img {
    width: 300px;
}
header.franchise-header {}

header.franchise-header .navbar-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}


.navbar-box a.header-number {
    background: #ffd966;
    text-align: center;
    padding: 12px 35px;
    border-radius: 10px;
    color: #4e1669;
    font-size: 16px;
    font-weight: 500;
}

.franchise-footer-copy .footerlogo img {
    width: 230px;
}


.franchise-footer-copy .footerlogo  .social-icons {
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc59;
    padding-bottom: 20px;
}
.franchise-partner-box .icon img {
    width: 70px;
    margin-bottom: 10px;
}


section.trimytones-salon-sec .franchise-heading h2 {
    font-size: 60px;
    font-weight: bold;

  /* Gradient text */
    background-image: linear-gradient(to right, #6b21a8, #6b21a8 33%, #db2777);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

section.trimytones-salon-sec {
    padding: 60px 0px;
    background: #f8f7f8;
}

section.trimytones-salon-sec .franchise-heading h4 {
    margin: 14px 0px;
    font-size: 22px;
    color: #1b1b1c;
    font-weight: 400;
}
.trimytones-salon-wrap ul {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.trimytones-salon-wrap ul li {
    width: calc(50% - 10px);
    text-align: center;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
}

.trimytones-salon-wrap ul li .icon-one {
    background: #9933cc1a;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 20px;
    border-radius: 100px;
}

.trimytones-salon-wrap ul li .icon-one svg {
    color: #93c;
    width: 40px;
    height: 40px;
}

.trimytones-salon-wrap ul li h4 {
    font-size: 24px;
    font-weight: 600;
    color: #93c;
}

.trimytones-salon-wrap ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #675e6b;
}

.trimytones-salon-wrap ul li:nth-child(3) {}

.trimytones-salon-wrap ul li:nth-child(3) .icon-one {
    background: #ff95001a;
}

.trimytones-salon-wrap ul li:nth-child(3) .icon-one svg {
    color: #ff9500;
}

.trimytones-salon-wrap ul li:nth-child(3) h4 {
    color: #ff9500;
}

.trimytones-salon-wrap ul li:hover {box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);}
section.choose-trimytones-sec {
    padding: 60px 0px;
}
.choose-trimytones-wrap ul li h4 {
    color: #000;
    font-size: 20px;
}

.choose-trimytones-wrap ul li:nth-child(3) h4 {color: #000;}
.trimytones-salon-wrap ul li figure {
    margin-bottom: 20px;
}

.trimytones-salon-wrap ul li figure img {
    width: 60px;
}

.btn-two {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    gap: 20px;
}
.franchise-model-wrap .card {
    border-radius: 15px;
    padding: 10px;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.franchise-model-wrap .card.pro {
    background-color: #e8e8f0;
    color: #2d2d2d;
}

.franchise-model-wrap .card.elite {
    background-color: #e9cee3;
    color: #2d2d2d;
}

.franchise-model-wrap .card.elegance {
    background-color: #311439;
    color: white;
}


.franchise-model-wrap .details {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    flex: 1;
    justify-content: flex-start;
    gap: 23px;
}

.franchise-model-wrap .details div {
    min-width: 100px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    width: calc(33% - 15px);
}

.franchise-model-wrap .details div span {
    display: block;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}


.franchise-model-wrap .card:last-child {
    margin-bottom: 0px;
}

.franchise-model-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.franchise-logo {
    margin: 0 auto;
}

section.franchise-model-sec h2.heading {
    margin-bottom: 50px;
    color: #341539;
}

.franchise-logo img {
    width: 200px;
    height: 130px;
    object-fit: contain;
}

section.franchise-model-sec {
    padding-bottom: 60px;
}

.franchise-partner-box h3 {
    text-align: center;
}
}