@import url("https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap");

* {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  font-size: 15px;
  color: #585858;
}

ul {
  margin: 0;
  padding: 0;
}

:root {
  --bgGray: #b1b3b3;
  --bgBlue: #10069f;
  --bgVoilet: #9e007e;
  --bgWhite: #ffffff;
  --paraColor: #555555;
  --lightColor: #dbdbdb;
  --blackBg: #000000;
  --headColor: #e0e0b6;
  --lighCream: #dbcabc;
}

@font-face {
  font-family: "VogueAvantGarde";
  src: url(../fonts/VogueAvantGarde-Bold.woff);
}

.modal {
  z-index: 10000;
}

ul.common-list {
  margin: 0px;
  padding: 0px;
}

ul.common-list li {
  line-height: 25px;
  font-size: 14px;
  font-weight: 500;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  color: #585858;
}

ul.common-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #666;
}

body {
  font-family: "VogueAvantGarde";
}

.btn-black {
  background: #000;
  color: #fff;
}

.btn-black:hover {
  background: #333;
  color: #fff;
}

header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10000;
  padding: 5px 0px;
}

header .navbar .navbar-brand img {
  width: 175px;
}
header .navbar .contact-info .contact-list {
  margin: 0;
  padding: 0;
}
header .navbar .contact-info .contact-list {
  gap: 7px;
}
header .navbar .contact-info .contact-list li a {
  text-decoration: none;
  color: var(--bgGray);
}
header .navbar .contact-info .contact-list li a svg {
  color: var(--bgVoilet);
}

header .navbar .navbar-nav .nav-item {
  padding: 0px 10px;
}

header .navbar .navbar-nav .nav-item a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: var(--blackBg);
  padding: 0px 0px;
  display: flex;
  justify-content: space-between;
}

.navbar-expand-lg .navbar-nav {
  width: 100%;
  justify-content: flex-end;
}

.main-head {
  text-align: center;
  width: 65%;
  margin: auto;
  position: relative;
}

.main-head span {
  font-size: 8rem;
  color: #969696;
  font-family: "quentin";
  opacity: 0.2;
  display: block;
}
.main-head h2 {
  font-size: 3rem;
  line-height: 55px;
}
.main-head-stylish {
  padding-bottom: 25px;
}

.main-head-stylish h2 {
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.main-head h4 {
  font-weight: 400;
  position: relative;
  z-index: 1000;
}

.main-head p {
  text-transform: uppercase;
}

.main-head h4::before {
  content: "";
  position: absolute;
  border: dashed 1px #787878;
  width: 20%;
  height: 2px;
  top: 16px;
  left: 22%;
  z-index: 0;
}
.main-head h4::after {
  content: "";
  position: absolute;
  border: dashed 1px #787878;
  width: 20%;
  height: 2px;
  top: 16px;
  right: 22%;
  z-index: 0;
}
.main-head.design h4::before {
  left: 19%;
}

.about-section .counter-sec {
  position: relative;
}
.about-section .card-text-box {
  margin-bottom: 50px;
}
.about-section .card-text-box h4 {
  font-size: 1.2rem;
}
.about-section .card-text-box li {
  color: #555;
  margin-bottom: 6px;
}
.about-section .service-wrapper {
  /* display: flex;
  align-items: center;
  gap: 30px;
  margin: auto;
  width: 80%; */
  margin-bottom: 50px;
}
.about-section .service-wrapper ul li {
  margin-top: 6px;
}
.about-section .service-wrapper h2 {
  margin-bottom: 30px;
  font-family: fantasy;
}
.about-section .service-wrapper .btn {
  margin-top: 30px;
}
.about-section .service-wrapper .service-list {
  flex: 1;
}
.about-section .counter-sec .num-col {
  text-align: center;
}
.about-section .counter-sec .num-col h2 {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}
.about-section .about-img img {
  border-radius: 15px;
  width: 100%;
}

.about-section {
  padding-top: 50px;
}

.offer-section {
  margin-top: 50px;
}
.offer-section img {
  width: 100%;
}

.banner-section.design-sec .carousel-inner .carousel-item,
.banner-section.design-sec .carousel-inner .carousel-item img {
  border-radius: 50px;
}

.banner-section.design-sec .carousel-inner .carousel-caption {
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.banner-section.design-sec .carousel-inner .carousel-caption h5 {
  font-size: 8em;
  text-transform: uppercase;
}

.banner-section.design-sec .carousel-inner .carousel-caption .view-btn {
  border: 1px solid var(--bgWhite);
  color: var(--bgWhite);
}

.expert-section-bg {
  background: #f9f9f9;
  padding: 50px;
  margin-top: 50px;
}

.expert-section .title {
  width: 400px;
}

.expert-section .expert-img {
  text-align: center;
}
.expert-section .expert-img img {
  width: 80%;
  border-radius: 25px;
}
.expert-section .expert-info {
  margin-bottom: 65px;
}

.expert-section .expert-info h4 {
  border-bottom: 1px solid;
  font-size: 20px;
  display: inline-block;
}
.expert-section .expert-info p {
  color: var(--paraColor);
  font-size: 14px;
  width: 90%;
}

.interior-process .process-info {
  text-align: center;
}

.interior-process .process-info img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.interior-process .process-info h4 {
  font-size: 18px;
}
.interior-process .process-info p {
  font-size: 14px;
}
.interior-process .row {
  position: relative;
}

/* .interior-process .process-info.slidedown {
  position: relative;
  margin-top: 40px;
}

.interior-process .process-info.slidedown::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border: dashed 1px #787878;
  top: 52px;
  left: 112px;
  z-index: -1;
  transform: rotate3d(1, 1, 1, 330deg);
} */

/* .interior-process .process-info.discover {
  position: relative;
}

.interior-process .process-info.discover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border: dashed 1px #787878;
  top: 66px;
  left: 112px;
  z-index: -1;
  transform: rotate3d(1, 1, 1, 27deg);
} */

.how-it-work.interior-process .process-info.slidedown::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  border: dashed 1px #787878;
  top: 38px;
  left: 192px;
  z-index: -1;
  transform: rotate3d(1, 1, 1, 338deg);
}

.how-it-work.interior-process .process-info.discover::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  border: dashed 1px #787878;
  top: 54px;
  left: 184px;
  z-index: -1;
  transform: rotate3d(1, 1, 1, 12deg);
}

.how-it-work.interior-process .process-info img {
  background: var(--lighCream);
  padding: 18px;
  border: 1px solid #ccc;
  opacity: 0.8;
}

.our-services {
  padding: 50px 0px;
}
.our-services .services-head {
  width: 75%;
}
.our-services .services-head h2 {
  text-transform: uppercase;
  color: var(--bgBlue);
  margin-bottom: 12px;
}
.our-services .service-info {
  border: 1px solid #ebebeb;
  box-shadow: rgb(0 0 0 / 3%) 0px 5px 15px;
  border-bottom: 3px solid var(--bgBlue);
  transition: ease-in-out 0.5s;
}

.our-services .service-info h5 {
  color: var(--bgBlue);
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.our-services .service-info:hover {
  background: var(--bgVoilet);
  border-bottom: 3px solid var(--bgVoilet);
  transform: translateY(-4px);
}
.our-services .service-info:hover h5,
.our-services .service-info:hover p {
  color: var(--bgWhite);
}

.our-services .service-info img {
  width: 65px;
}
.our-services .service-info .para {
  font-size: 13px;
  color: var(--bgVoilet);
}

.team-section h2 {
  text-transform: uppercase;
  color: var(--bgVoilet);
}

.team-section .team-info {
  text-align: center;
}
.team-section .team-info h5 {
  margin-bottom: 0;
}

.team-section .team-info img {
  width: 80%;
  padding-bottom: 15px;
  transition: ease-in-out 0.5s;
  overflow: hidden;
}
.team-section .team-info img:hover {
  transform: scale(1.1);
}

.testimonial-section {
  padding-bottom: 70px;
}
.testimonial-section .row {
  align-items: center;
}
.testimonial-section .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.testimonial-section .carousel-indicators {
  margin-bottom: -3rem;
}

.testimonial-section .testimonial-video {
  padding: 15px;
  border: 1px solid #cccccc;
  width: 100%;
  overflow: hidden;
}

.testimonial-section .testimonial-video iframe {
  width: 100%;
  height: 341px;
}
.testimonial-section .testimonial-info .testimonial-para {
  width: 90%;
}
.testimonial-section .testimonial-info .testimonial-designation {
  margin-top: 24px;
}
.testimonial-section .testimonial-info .testimonial-designation .user-name {
  font-weight: bold;
  font-size: 18px;
}
.testimonial-section .testimonial-info .testimonial-designation .user-desig {
  font-weight: light;
  font-size: 18px;
}

.footer-section {
  padding-top: 55px;
  background: var(--lighCream);
  position: relative;
}

.footer-section h4 {
  text-transform: uppercase;
  font-size: 1.2rem;
}

.footer-section p {
  color: #000;
  font-size: 0.8rem;
}

.footer-section ul li a {
  font-size: 0.8rem;
  margin-bottom: 4px;
}
.footer-section .footer-logo {
  width: 140px;
}
.footer-section h5 {
  margin-bottom: 20px;
}
.footer-section .footer-info .social-media li a {
  color: var(--blackBg);
  border: 1px solid var(--blackBg);
  border-radius: 50px;
  width: 45px;
  display: flex;
  height: 45px;
  gap: 11px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
.footer-section .footer-nav li a {
  color: var(--blackBg);
  font-weight: 600;
  margin-top: 20px;
}
.footer-section .footer-para {
  background: #c8b5a5;
  margin-top: 36px;
}
.footer-section .footer-para p {
  padding-top: 15px;
  padding-bottom: 10px;
  margin: 0px;
}

.awards-slide {
  padding: 0px;
}

.awards-slide .owl-nav.disabled {
  display: flex !important;
}

.awards-slide .award-box {
  margin-bottom: 30px;
}

.awards-slide .award-box img {
  border-radius: 15px;
  width: 100%;
}

.owl-nav .owl-prev {
  position: absolute;
  left: -25px;
  top: 180px;
}
.owl-nav .owl-next {
  position: absolute;
  right: -25px;
  top: 180px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  background: #ffffff !important;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 4px 10px #888;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  color: #000;
  font-size: 40px;
  height: 55px;
}

.inner-header-section {
  position: relative;
}

.inner-header-section img {
  width: 100%;
}
.inner-header-section .inner-header-content {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.inner-header-section .inner-header-content h1 {
  font-size: 5rem !important;
  font-weight: bold;
  color: var(--bgWhite);
  text-shadow: 2px 4px 10px #333;
}

.inner-header-section .inner-header-content p {
  color: var(--bgWhite);
}

.about-box {
  text-align: center;
}

.about-box h4 {
  margin-top: 40px;
}

.about-box p {
  margin-bottom: 40px;
}

.client-list ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.client-list ul li {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 300px;
  height: 200px;
}

.contact-info-section ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-info-section ul li {
  list-style: none;
  display: flex;
  gap: 20px;
}

.contact-info-section ul li i {
  font-size: 18px;
}

.contact-info-section ul li a {
  color: var(--darkGrayColor);
  text-decoration: none;
}

.contact-info-section ul li a:hover {
  text-decoration: underline;
}

.contact-page-section {
  padding-top: 100px;
  padding-bottom: 20px;
}

.contact-page-section h2 {
  font-size: 4rem;
  font-weight: bold;
  margin-top: 100px;
}

.contact-form {
  border: 2px solid #000;
  border-radius: 20px;
  padding: 50px;
}

.contact-form .form-control {
  padding: 15px 10px;
  border: 0px;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
}

.process-page-section {
  padding: 50px 0px;
}
.process-page-section .process-wrapper {
  border: 1px solid #ccc;
  padding: 30px;
  margin-bottom: 30px;
}
.process-page-section .process-wrapper .row {
  align-items: center;
}

.consultation-form-section {
  padding: 50px 0px;
}

.pr-stories-section {
  padding: 50px 0px;
}
.pr-stories-section .magazine-bg {
  /* background: url(../images/magazin-bg.jpeg); */
  padding: 290px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* border: 1px solid #dbcabc; */
  background-size: auto;
  border-radius: 20px;
  margin-top: 27px;
}

.pr-stories-section .pr-stories-wrapper {
  background: var(--lighCream);
  margin-top: 30px;
  border-radius: 20px;
  padding: 30px;
}

ol.common-number-list li {
  list-style: auto !important;
}

.art-section {
  padding: 100px 0px;
  background: url(../images/art-bg.jpg);
  background-size: cover;
}

.videos-section .showcase-box video {
  width: 100%;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #555;
}

.founder-section {
  padding: 80px 0px;
  background: var(--blackBg);
  margin-top: 30px;
}
.founder-section .main-head {
  text-align: left;
  width: 100%;
}

.founder-section .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.founder-section h4 {
  text-transform: uppercase;
  color: #caa281;
}
.founder-section h3 {
  font-size: 1.2rem;
  font-family: "Oleo Script", system-ui;
  margin-top: 20px;
}
.founder-section p {
  line-height: 32px;
}

.founder-section .foudner-wrapper {
  border: 4px solid #dbcabc;
  width: 90%;
  border-radius: 15px;
  overflow: hidden;
}
.founder-section .foudner-wrapper img {
  width: 100%;
}
.founder-section .foudner-wrapper h3 {
  background: #dbcabc;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.founder-section h2 {
  /* font-family: "Oleo Script", system-ui; */
  /* font-size: 5rem; */
  margin-bottom: 20px;
}
.founder-section h2,
.founder-section p,
.founder-section h3 {
  color: var(--bgWhite);
}

.founder-section .foudner-wrapper h5 {
  background: #dbcabc;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 1rem;
}

.portfolio-section .owl-nav.disabled {
  display: flex !important;
}

.portfolio-section .portfolio-box img {
  border-radius: 15px;
}

.franchise-section {
  padding: 36px 0px;
  background: url(../images/franchise-bg.jpg) top center;
}
.franchise-section ul li {
  color: #555;
}

.partner-section {
  padding: 80px 0px;
}

.partner-section .client-box {
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-section img {
  width: 165px !important;
}

.partner-section .owl-nav,
.partner-section .owl-dots {
  display: none;
}

.location-section {
  padding: 0px;
  padding-top: 40px;
  background: #fff;
}

.location-section .main-head {
  text-align: center;
}

.location-section h2 {
  font-size: 60px;
  line-height: 60px;
  font-family: "VogueAvantGarde";
}

.location-section .clinic-box {
  text-align: center;
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  min-height: 310px;
}

.location-section .clinic-box img {
  width: 100%;
}

.location-section .clinic-box h5 {
  /* font-weight: 600; */
  margin-top: 20px;
}

.location-section .clinic-box h5 i {
  margin-right: 5px;
}

.location-section .clinic-box p {
  padding: 0px 30px;
}

.meet-us-section {
  padding: 50px 0px;
}

.meet-us-section .meet-box {
  background: #ecdec1;
  padding: 40px;
  margin-top: 30px;
  padding-top: 30px;
  min-height: 234px;
}

.meet-us-section .meet-box .contact-info-section h4 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d1b476;
  font-size: 1.3rem;
}

.meet-us-section .meet-box .contact-info-section ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.meet-us-section .meet-box .contact-info-section ul li {
  list-style: none;
  display: flex;
  gap: 20px;
  font-size: 0.9rem;
}

.meet-us-section .meet-box .contact-info-section ul li i {
  font-size: 18px;
}

.meet-us-section .meet-box .contact-info-section ul li a {
  color: var(--darkGrayColor);
}

.meet-us-section .meet-box .contact-info-section ul li a:hover {
  text-decoration: underline;
}

.blog-section {
  padding: 40px 0px;
}
.blog-section .blog-wrapper {
  width: 100%;
  background: #fff;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  min-height: 550px;
}
.blog-section .blog-wrapper img {
  width: 100%;
}
.blog-section .blog-wrapper .blog-body {
  padding: 20px;
}
.blog-section .blog-wrapper h4 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.blog-section .blog-wrapper p {
  text-align: justify;
}
.blog-section .blog-wrapper a {
  font-weight: bold;
  color: var(--darkGrayColor);
  opacity: 0.8;
}
.blog-section .blog-wrapper:hover a {
  color: #000;
  opacity: 1;
}

.blog-section .blog-wrapper.blog-details-wrapper h4 {
  font-size: 1.8rem;
}

.blog-subscribe-box {
  background: var(--darkGrayColor);
  padding: 30px 20px;
  color: #fff;
}
.blog-subscribe-box h6 {
  text-transform: uppercase;
  text-align: center;
}

.blog-subscribe-box input {
  width: 100%;
  height: 40px;
  padding: 15px;
  font-size: 14px;
  margin-top: 5px;
}

.blog-subscribe-box button {
  background: #666;
  color: #fff;
  display: block;
  width: 100%;
  height: 40px;
  border: 0px;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.franchise-partner-section {
  padding: 80px 0px;
  background: antiquewhite;
}

.franchise-partner-section .reason-box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  height: 120px;
}

.franchise-partner-section .reason-box p {
  margin-left: 20px;
}

.franchise-partner-section .reason-box span {
  font-size: 5rem;
  position: absolute;
  top: 1px;
  left: -25px;
  font-style: italic;
  font-weight: bold;
  color: #caa281;
}

.welcome-sections {
  padding: 50px 0px;
  text-align: center;
  background: #caa281;
  color: #fff;
}

.welcome-sections .count-box {
  color: var(--darkGrayColor);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.welcome-sections .count-box span {
  font-size: 3rem;
  font-weight: bold;
}

.welcome-sections .count-box .icon-circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome-sections .count-box .icon-circle i {
  font-size: 30px;
}

.welcome-sections .count-box h2 {
  font-weight: bold;
  margin-bottom: 0px;
}

.welcome-sections .count-box p {
  margin-bottom: 0px;
  color: var(--darkGrayColor);
}

.goal-section {
  padding: 50px 0px;
  background: #fff;
}

.goal-section .goal-box {
  /* background: var(--chardonnayColor); */
  padding: 30px;
  border-radius: 10px;
  /* min-height: 350px; */
}

.goal-section .goal-box h4 {
  font-weight: bold;
}

.goal-section .goal-box p {
  padding-bottom: 0px;
}

.franchise-section-2 {
  padding: 50px 0px;
  background: #fff;
}

.franchise-section-2 img {
  border-radius: 15px;
}

.franchise-section-2 span {
  font-size: 8rem;
  color: #747669;
  font-family: "quentin";
  opacity: 0.2;
  display: block;
}

.franchise-section-2 h2 {
  margin-top: -50px;
}

.appointment-form {
  background: #caa281;
  box-shadow: 0 10px 50px rgba(178, 89, 89, 0.25);
  padding: 40px;
  border-radius: 20px;
}

.appointment-form .form-control {
  margin-bottom: 25px;
  border-radius: 10px;
}

.appointment-form select.form-control {
  padding: 0px 5px;
  height: 50px;
}

.select-form-control {
  padding: 5px 5px;
  height: 50px;
}
.form-control {
  border-radius: 0px;
  padding: 10px 12px;
}

/* card design begin here */
/* General Card Style */
.membership-section {
  padding: 50px 0px;
}
.service-card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 30px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  background: white;
  padding: 40px;
  margin-top: 30px;
  transition: 0.45s;
}

/* Hover Effect for Card */
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  background: antiquewhite;
}

/* Header Styling */
.service-card-header {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.service-card-header h2 {
  font-size: 1rem;
}

/* Price Styling */
.service-card-body h5 {
  font-size: 3rem;
  color: #caa281;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Service Info */
.service-card-body p {
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.6;
  color: #000;
  font-weight: bold;
}

/* List of Services */
.service-card-body ul {
  list-style-type: none;
  padding-left: 0;
}

.service-card-body ul li {
  position: relative;
  padding-left: 2rem;
  font-size: 1rem;
  color: #585858;
  font-weight: 500;
  margin-bottom: 12px;
}

/* Use checkmark instead of bullet point */
.service-card-body ul li::before {
  content: "✔"; /* Unicode checkmark */
  position: absolute;
  left: 0;
  top: 0;
  color: #caa281; /* Purple to match the card */
  font-size: 1.2rem;
  font-weight: bold;
}

/* Footer Styling */
.service-card-footer {
  text-align: center;
  font-size: 1rem;
  margin-top: 25px;
}

/* Button Styling */
.btn-primary {
  background-color: #333;
  border-color: #333;
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Button Hover Effects */
.btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

/* Button Focus */
.btn-primary:focus {
  box-shadow: 0 0 0 0.3rem rgba(108, 99, 255, 0.5);
}

/* Responsive Design for Mobile */
@media (max-width: 767px) {
  .service-card-header {
    font-size: 1.6rem;
  }

  .service-card-body h5 {
    font-size: 2.5rem;
  }

  .service-card-body ul li {
    font-size: 1rem;
  }

  .btn-primary {
    padding: 10px 25px;
    font-size: 1rem;
  }
}

/* card design ends here */

.month-offer-section {
  padding-bottom: 0px;
}

.month-offer-section .row {
  align-items: center;
  justify-content: center;
}

.month-offer-section span {
  display: block;
  color: #f16d81;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.month-offer-section img {
  border-radius: 15px;
}

.media-box {
  margin-bottom: 30px;
}

.media-box img {
  height: 100%;
}

/* submenu begin here */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.navbar-nav .dropdown-toggle::after {
  display: none !important;
}
header .navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 8px 20px;
}

header .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background: var(--lighCream);
}

/* submenu ends here */

.location-section {
  margin-bottom: 50px;
}
.location-section h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #000;
}
.location-section .main-image {
  width: 90%;
}
.location-section .main-image img {
  width: 100%;
  border-radius: 15px;
}
.location-section .main-image.img-right {
  float: right;
}

.location-section .row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}

.location-section img {
  width: 100%;
  border-radius: 15px;
}
.map iframe {
  width: 100%;
  height: 350px;
  border-radius: 15px;
}

.gallery-section {
  padding: 60px 0px;
}
.gallery-section #gallerySlider .item img {
  border-radius: 10px;
}

.video-seciton {
  overflow: hidden;
  height: 620px;
}
.video-seciton video {
  width: 100%;
  object-fit: cover;
  background-color: #000;
  border: none;
  display: flex;
  height: 100%;
}

#mainSlider .owl-nav .owl-prev,
#mainSlider .owl-nav .owl-next {
  top: 230px;
  display: none !important;
}

.offer-modal img {
  width: 100%;
}

.franchise-form-section {
  background: #c8b5a5;
  padding: 50px 0px;
}
.franchise-form-section form {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}

.franchise-form-section form input,
.franchise-form-section form textarea {
  background: #f1f1f1;
}
.franchise-form-section form input[type="submit"] {
  background: #333;
}

.whatsapp-btn {
  position: fixed;
  bottom: 30px;
  right: 25px;
  width: 50px;
  height: 60;
  display: block;
  z-index: 10000;
}
