/*
Theme Name: smilex
*/

body {
  margin: 0;
  padding: 0;
  background-color: #FFF6F7;
/*   overflow-x: hidden; */
  position: relative;
  height: auto;
}
.container{
	max-width:1280px;
	width:100%;
}
.margin {
  margin: 30px 0;
  padding: 30px 0;
}

p {
  font-family: var(--book-font);
  color: var(--grey-color);
  font-size: 16px;
  line-height: 26px;
}

/* From Uiverse.io by gharsh11032000 */
.button {
  cursor: pointer;
  position: relative;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  border: none;
  border-radius: 5px;
  background-color: var(--red-color);
  font-family: var(--medium-font);
  transition: all 1s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
  min-width: max-content;
}

.button-border {
  cursor: pointer;
  position: relative;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 500;
  color: black !important;
  border: 1px solid var(--red-color);
  border-radius: 15px;
  background-color: transparent;
  font-family: var(--medium-font);
  transition: all 1s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
  min-width: 250px;
}

.button-black {
  cursor: pointer;
  position: relative;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  border: none;
  border-radius: 15px;
  background-color: var(--black-color);
  font-family: var(--medium-font);
  transition: all 1s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
  min-width: 250px;
}

.button-white {
  cursor: pointer;
  position: relative;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 500;
  color: black;
  border: none;
  border-radius: 15px;
  background-color: white;
  font-family: var(--medium-font);
  transition: all 1s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
  min-width: 250px;
}

.button::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  scale: 0;
  z-index: -1;
  background-color: var(--black-color);
  transition: all 1s cubic-bezier(0.23, 1, 0.320, 1);
}

.button-border::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  scale: 0;
  z-index: -1;
  background-color: var(--red-color);
  transition: all 1s cubic-bezier(0.23, 1, 0.320, 1);
}

.button-black::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  scale: 0;
  z-index: -1;
  background-color: var(--red-color);
  transition: all 1s cubic-bezier(0.23, 1, 0.320, 1);
}

.button:hover::before {
  scale: 3;
}

.button-border:hover::before {
  scale: 3;
}

.button-black:hover::before {
  scale: 3;
}

.button:hover {
  color: white;
  scale: 1;
}

.button-border:hover {
  color: white !important;
  scale: 1;
}

.button-black:hover {
  color: white;
  scale: 1;
}

.button:active {
  scale: 1;
}

.button-border:active {
  scale: 1;
}

.button-black:active {
  scale: 1;
}

.navbar-brand img {
  width: 100%;
  height: auto;
}

.menu {
  display: flex;
	padding:0px !important;
}

.menu-item {
  padding: 12px 10px;
  list-style: none;
  position: relative;
}

.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  padding: 0 10px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px 2px #dddddd8c;
  border: 1px solid #ddddd8;
  top: 35px;
}

.menu a {
  font-family: var(--book-font);
  text-decoration: none;
  color: black;
  font-size: 16px;
}

.menu-item-34:hover .sub-menu,
.menu-item-38:hover .sub-menu {
  display: block;
}

.sub-menu li {
  padding: 0 6px;
  margin: 10px 0;
  min-width: 260px;
  max-width: 300px;
}

.home-banner {
  width: 100%;
/*   height: 480px; */
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 00px;
  margin-top: 0px;
}

.home-banner .col-lg-7 img {
  width: 75%;
  height: auto;
  margin-left: 20%;
}

.home-banner .col-lg-5 {
  padding-bottom: 60px;
}

.home-banner h2 {
  font-family: var(--medium-font);
  font-size: 45px;
}

.home-banner p {
  font-family: var(--book-font);
  font-size: 16px;
  margin: 0 0 15px;
  letter-spacing: 0.2px;
  line-height: 26px;
}

.home-banner .button {
  margin: 15px 0;
}

.home-banner .top {
  height: 460px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner-form .button {
  width: 100%;
}

.banner-form input {
  width: 95%;
  padding: 15px 20px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  font-family: var(--book-font);
}

::placeholder {
  /* color: #D9D9D9; */
  font-family: var(--book-font);
}

.banner-form {
  background-color: white;
  padding: 20px 35px;
  border-radius: 20px;
  margin-top: 0px;
  position: relative;
  box-shadow: 0 0 10px 10px #0000000a;
	max-width:1280px;
	margin:auto;
}

.banner-form .heading {
  font-family: var(--medium-font);
  font-size: 24px;
  margin: 10px 0;
}

.banner-form .button {
  border-radius: 10px;
}

.plus::after {
  content: "+";
}

.home-about-right {
  position: relative;
}

.home-about-right img {
  width: 90%;
  margin-left: 10%;
  height: auto;
}

.home-about-left {
  padding-right: 100px;
}

.title h3 {
  font-family: var(--regular-font);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--red-color);
}

.title h2,
.title h1 {
  font-family: var(--medium-font);
  font-size: 34px;
  margin-top: 16px;
}

.home-about-left p {
  margin: 15px 0;
}

.home-about-left .row {
  margin: 30px 0;
}

.home-about-left .row img {
  width: auto;
  height: 60px;
}

.home-about-left .heading {
  font-family: var(--medium-font);
  font-size: 20px;
  margin: 10px 0;
}

.home-about-left .col-lg-6 {
  padding-right: 20px;
}

.home-about-left .col-lg-6 p {
  margin: 15px 0;
}

.home-about-left {
  padding-right: 100px;
}

.home-about-right .counter-box {
  background-color: #2F3138;
  position: absolute;
  left: 0;
  bottom: 6%;
  border-radius: 15px;
  padding: 30px;
  display: none;
}

.counter {
  font-family: var(--medium-font);
  font-size: 46px;
  margin: 5px 0;
}

.counter-box p {
  font-family: var(--regular-font);
  font-size: 20px;
  margin: 5px 0;
}

.home-services .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: 30px 0;
}

.home-services img {
  width: 100%;
  height: auto;
}

.home-services .card {
  border: none;
  border-radius: 25px;
  box-shadow: 0 0 10px 5px #8080801f;
  padding-bottom: 15px;
}

.home-services .card-head {
  font-family: var(--medium-font);
  font-size: 20px;
}

.home-services .card-body a {
  color: black;
  font-family: var(--regular-font);
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid black;
  padding-bottom: 1px;
}

.home-services-slider {
  margin-top: 25px;
}

.owl-prev span,
.owl-next span {
  display: none;
}

.owl-carousel .item {
  padding: 10px;
}
.banner-slider .item{
	padding:0px !important;
}
.banner-slider .item img{
	height:auto;
	width:100%;
}
.owl-next {
  width: 40px;
  height: 40px;
  background-image: url(./images/nav-next-active.webp) !important;
  background-size: cover !important;
  background-position: center !important;
  margin-left: 10px;
}

.owl-next.disabled {
  background-image: url(./images/nav-next.webp) !important;
}

.owl-prev {
  width: 40px;
  height: 40px;
  background-image: url(./images/nav-prev-active.webp) !important;
  background-size: cover !important;
  background-position: center !important;
}

.owl-prev.disabled {
  background-image: url(./images/nav-prev.webp) !important;
}

.home-counter {
  background-color: #FFEEEE;
  padding: 50px 0;
}

.home-counter .counter {
  color: var(--red-color);
  font-family: var(--regular-font);
  font-size: 50px;
}

.home-counter p {
  color: black;
  font-size: 18px;
}

.navbar-main {
  box-shadow: 0 0 10px 4px #8181810a;
}

.home-cta .container {
  padding: 75px 0;
  width: 100%;
  height: auto;
  background-image: url(./images/common-cta-bg.webp);
  background-size: cover;
  border-radius: 25px;
}

.home-cta .title h2 {
  color: var(--black-color);
}

.common-section img {
  width: 100%;
  height: auto;
}

.specialists-section summary {
  cursor: pointer;
  min-width: 12rem;
}

.specialists-section details.tab[open] h3 {
  background-color: var(--red-color);
  color: white;
  font-size: 16px;
}

/* TABS */
.tab1[open]~.tab__content--tab1,
.tab2[open]~.tab__content--tab2,
.tab3[open]~.tab__content--tab3 {
  display: block;
}


/* Tailwind utility classes */

.tw-w-full {
  width: 100%;
}

.tw-hidden {
  display: none;
}

.tw-flex {
  display: flex;
}

.tw-flex-row {
  flex-direction: row;
  justify-content: center;
}

.tw-flex-col {
  flex-direction: column;
}

.tw-flex-nowrap {
  flex-wrap: nowrap;
}

.tw-basis-full {
  flex-basis: 100%;
}

.specialists-section summary h3 {
  background-color: #E9E9E9;
  border-radius: 10px;
  font-family: var(--regular-font);
  font-size: 20px;
  width: 100%;
  padding: 15px 0;
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.specialists-section .tab__content .card-img img {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}

.specialists-section .tab__content .card {
  border-radius: 20px;
}

.specialists-section .tab__content .card .card-img-absolute1 p {
  color: #dfdfdf;
}

.specialists-section .owl-nav {
  width: 100%;
  text-align: center;
}

.specialists-section .card-img-absolute {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 0 20px 0 !important;
  background-color: #d8242ac2 !important;
  padding: 15px 25px;
  width: fit-content !important;
  height: fit-content !important;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 3;
}

.specialists-section .card:hover .card-img-absolute {
/*   transform: translateY(-100%);
  opacity: 0;
  visibility: hidden; */
}


.specialists-section .card-img .heading {
  color: white;
  font-family: var(--medium-font);
  font-size: 28px;
  text-align: center;
}

.specialists-section .card-img-absolute p {
  color: white;
  margin: 0;
  font-size: 16px;
  text-align: center;
  font-family: var(--book-font);
  line-height: 1.3;
}

.specialists-section .card-body {
  padding: 20px 15px;
  position: relative;
  z-index: 1;
}

.specialists-section .card-body .heading {
  font-family: var(--medium-font);
  color: black;
  font-size: 20px;
}

.specialists-section .card-body p {
  font-family: var(--book-font);
  font-size: 16px;
  color: #2F3138;
  margin: 6px 0;
  position: relative;
  z-index: 5;
  min-height: 80px;
}

.specialists-section .card .card-img-absolute1 {
  position: absolute;
  bottom: 0;
	display:none !important;
  top: auto;
  width: 100%;
  height: 0;
  background-color: #480002bd;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  z-index: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}

.specialists-section .card:hover .card-img-absolute1 {
  height: 100%;
  z-index: 2;
  padding: 20px;
}


/* .specialists-section .card:hover .card-img-absolute {
  display: none !important;
  transition: all 1s ease-in-out;
} */

.home-who-we-are .col-lg-7 {
  padding-right: 75px;
}

.home-who-we-are .col-lg-7 img {
  width: 100%;
  height: auto;
}

.home-who-we-are .col-lg-5 .row {
  border-bottom: 2px solid #C7C7C7;
  padding: 20px 0 30px;
  margin: 0 0 25px 0;
}

.home-who-we-are li img {
  width: 15px;
  height: 15px;
}

.home-who-we-are li {
  font-family: var(--book-font);
  font-size: 16px;
}

.home-who-we-are .call {
  text-decoration: none;
  color: black;
  font-family: var(--medium-font);
  font-size: 16px;
}

.gallery-img-height-50 img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.gallery-img-height-100 img {
  width: 100%;
  height: 565px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.home-gallery .button-border,
.home-before-after .button-border {
  position: absolute;
  bottom: 48px;
  left: 43.5%;
  z-index: 1;
}

.home-gallery,
.home-testimonial .container,
.home-before-after,
.home-testimonial-video {
  position: relative;
}

.home-gallery .owl-nav,
.home-before-after .owl-nav {
  text-align: center;
  margin-top: 20px;
}

.home-gallery .owl-next,{
/* .home-before-after .owl-next { */
  margin-left: 300px;
}

.home-testimonial .owl-nav,
.home-testimonial-video .owl-nav {
  position: absolute;
  top: -80px;
  right: 0;
}

.home-testimonial .container .button-border {
  position: absolute;
  top: 25px;
  right: 10%;
}

.home-testimonial .card {
  padding: 25px;
  border: none;
  border-radius: 15px;
}

.home-testimonial .card-top img {
  width: auto !important;
  height: 60px;
  margin-right: 15px;
}

.home-testimonial .card-top h4 {
  font-family: var(--medium-font);
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.home-testimonial .card-top p {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.home-testimonial .card-top {
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 15px;
}

.home-testimonial .card-body {
  padding: 0;
}

.home-testimonial .testimonial-text {
  height: 180px;
  overflow: hidden;
  margin-bottom: 10px;
}

.home-testimonial .read-more-btn {
  cursor: pointer;
  display: inline-block;
  color: var(--red-color);
  font-family: var(--medium-font);
  font-size: 16px;
  margin: 15px 0 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
  border: none;
  background-color: transparent;
  padding: 0;
}

.home-testimonial img {
  width: auto !important;
  height: 25px;
}

.home-testimonial .card-body p {
  margin-bottom: 0;
}

.home-testimonial-slider {
  margin-top: 15px;
}

.home-before-after-slider img {
  width: 100%;
  height: auto;
}

.home-our-features .row {
  margin-top: 35px;
}

.home-our-features .col-12 img {
  width: auto;
  height: 85px;
}

.home-our-features .heading {
  font-family: var(--regular-font);
  font-size: 20px;
  margin-top: 25px;
}

.home-testimonial-video img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}


.home-faq details {
  border-radius: 20px;
  padding: 0.5em 0.5em 0.5em;
  margin-bottom: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ffffff54;
  background-color: white;
  padding: 25px;
  box-shadow: 0 0 15px 5px #80808014;
  margin: 25px 0;
}

.home-faq .content,
.home-faq option {
  font-family: var(--book-font);
  /* color: #9A9A9A; */
  font-size: 16px;
  margin-top: 15px;
  padding-right: 75px;
}


.home-faq summary {
  font-family: var(--book-font);
  font-size: 18px;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  list-style-type: "+";
  list-style: none;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  color: black;
  font-weight: 600;
}

/* details[open] {
  padding: 0.5em;
  border: none;
} */

.home-faq summary::marker {
  color: #0000ff;
  font-size: 1.2em;
  margin-right: 20px;
}


.home-faq details summary::before {
  content: "+";
  float: right;
  font-size: 34px;
  color: black;
  margin-right: 15px;
  background-color: #FFE9EA;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-weight: 500;
  border-radius: 5px;
}

.home-faq details[open] summary::before {
  content: "-";
  float: right;
  font-size: 34px;
  color: white;
  margin-right: 15px;
  background-color: var(--red-color);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-weight: 500;
  border-radius: 5px;
}

.home-faq .row {
  margin-top: 15px;
}

footer .row {
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 25px;
}

.footer-contact .width-75 {
  width: 80%;
  margin: 0 auto;
  background-color: white;
  border-radius: 20px;
  padding: 45px;
}

.footer-contact iframe {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}

.footer-contact .row {
  margin-top: 25px;
}

.footer-contact input,
.footer-contact textarea {
  width: 100%;
  height: auto;
  padding: 15px 25px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}

.footer-contact::placeholder {
  font-family: var(--book-font);
  color: #9A9A9A;
  font-size: 16px;
}

footer {
  background-color: #161616;
  padding: 75px 0 25px;
  border-radius: 25px 25px 0 0;
}

footer .social-media img {
  height: 45px;
  width: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease;
  border-radius: 12px;
}

footer .social-media a {
  width: 60px;
  height: 60px;
}

footer .social-media img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
  border-radius: 20px;
}

footer .heading {
  color: white;
  font-family: var(--bold-font);
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0;
}

footer a,
footer td,
footer li {
  color: #EAEAEA;
  font-family: var(--regular-font);
  font-size: 16px;
}

footer p {
  color: #EAEAEA;
  font-size: 16px;
  font-family: var(--book-font);
}

footer li {
  margin: 30px 0;
  list-style: none;
}

footer ul {
  padding-left: 0;
}

footer a {
  text-decoration: none;
}

footer td span {
  color: var(--red-color);
  width: 100px;
  display: flex;
}

footer td {
  vertical-align: top;
  padding: 25px 0;
}

.home-services .card-body p {
  height: 75px;
  overflow-y: hidden;
}

.home-counter .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 35px;
}

.home-counter .grid .item {
  border-left: 2px solid #198fd9;
  padding-left: 25px;
}
.home-counter .grid .item:first-child{
	border-left:none;
}
.home-testimonial-video img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
}

.modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: fit-content;
  max-width: 650px;
  z-index: 1;
}

.video-testimonials-yt-btn {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 40%;
  left: 44%;
}

.video-testimonials-yt-btn img {
  width: 64px;
  height: auto;
  cursor: pointer;
}

.close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 30px;
  background-color: red;
  color: white;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.modal iframe {
  width: auto;
  height: 300px;
}

.banner-section img {
  width: 100%;
  height: auto;
}

.banner-section-main {
  width: 100%;
  height: fit-content;
  position: relative;
  padding-bottom: 100px;
	background-color:#FFF;
}

/* .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90%;
  top: 14%;
} */

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
/*     top: 14%; */
    background-color: #00000042;
}

.banner-section {
  margin-top: 0px;
}

.banner-title h1 {
  font-family: var(--medium-font);
  font-size: 45px;
}

.banner-title h3 {
  font-family: var(--book-font);
  font-size: 24px;
}

.breadcrumbs-list {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.about-section-1 img {
  width: 100%;
  height: auto;
}

.about-section-2 .card {
  width: 95%;
  border-radius: 20px;
  border: none;
  padding: 25px;
  box-shadow: 0 0 10px 5px #80808036;
}

.about-section-2 .card-top img {
  width: auto;
  height: 50px;
}

.about-section-2 .card-head {
  font-family: var(--regular-font);
  font-size: 18px;
  font-weight: 500;
}

.about-section-2 .card p {
  font-family: var(--book-font);
  font-size: 16px;
  margin: 15px 0 0 0;
}

.about-section-2 .row {
  margin-top: 20px;
}

.about-section-3 img {
  width: 95%;
  height: auto;
  border-radius: 25px;
}

.about-section-4 img,
.about-section-6 img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.about-section-7 img {
  width: 100%;
  height: auto;
}

.about-timeline .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin-top: 25px;
}

.about-timeline .item {
  border-radius: 10px;
  padding: 15px 25px;
  /* background-color: white; */
  position: relative;
  z-index: 1;
  text-align: center;
}

.about-timeline .item .card-img img {
  width: auto;
  height: 60px;
}

.about-timeline .item .card-img {

  position: relative;
}

.about-timeline .item .card-img::before {
  position: absolute;
  content: '';
  width: 204px;
  height: 2px;
  background-image: url(./images/about-us-icons/line.webp);
  top: 50%;
  left: 66%;
  z-index: -1;
	animation:waves 5s ease-in-out infinite;
}
.history:after{
	position: absolute;
/*   content: ''; */
  width: 204px;
  height: 2px;
  background-image: url(./images/about-us-icons/line.webp);
  top: 50%;
  left: 66%;
  z-index: -1;
/* 	animation:waves 5s ease-in-out infinite; */
}
.about-timeline .item .card-img.after::before {
  display: none;
}
.second-grid .item:first-child .card-img::before{
content:none;	
}
.second-grid .item{
	width:25%;
}
.about-timeline .year {
  color: black;
  font-family: var(--medium-font);
  font-size: 20px;
  margin: 10px 0 0;
  padding: 0;
}

.about-timeline p {
  color: #6C6C6C;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.about-timeline .second-grid {
  margin-top: 50px;
}

.about-timeline .width {
  width: 100%;
  /* background-color: #E3F9FF; */
  border-radius: 20px;
  padding: 50px 0 75px;
  margin: 0 auto;
  position: relative;
}

.about-section-8 .card {
  width: 100%;
  min-height: 370px;
  border: none;
  border-radius: 20px;
  padding: 20px;
}

.about-section-8 .card-img img {
  width: auto;
  height: 75px;
}


.about-section-8 .heading {
  font-family: var(--medium-font);
  font-size: 20px;
  margin: 10px 0;
}

.about-section-8 .card p {
  font-family: var(--book-font);
}



.center-section {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.breadcrumbs-list a {
  text-decoration: none;
  color: black;
  font-family: var(--book-font);
  font-size: 18px;
}

.breadcrumb_last {
  font-family: var(--medium-font);
  font-size: 18px;
}

.intro-section img {
  width: 95%;
  margin-left: 5%;
  height: auto;
}

.services-types .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 25px;
}

.services-types .card {
  border: none;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  height: 450px;
}

.services-types .card-img img {
  width: 100%;
  height: 450px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.services-types .card-title {
  font-family: var(--regular-font);
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
}

.services-types .card-body {
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  border-radius: 20px;
  transform: translateY(calc(100% - 80px));
  transition: all 0.5s ease;
  height: 80px;
}

.services-types .card-body p {
  font-family: var(--book-font);
  opacity: 0;
  transition: opacity 0.3s ease;
  margin: 0;
  color: #6C6C6C;
}

.services-types .card:hover .card-img img {
  transform: scale(1.05);
}

.services-types .card:hover .card-body {
  transform: translateY(0);
  height: 100%;
  border-radius: 20px;
  background-color: rgb(255 255 255 / 82%);
  display: flex;
	justify-content:center;
  align-items: center;
  border: 1px solid var(--red-color);
  border-radius: 26px;
}

.services-types .card:hover .card-body p {
  opacity: 1;
  text-align: center;
}

.services-difference .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.services-difference .card {
  position: relative;
  border-radius: 25px;
  padding: 25px;
  background: white;
  border-color: white;
	height:100%;
}

.services-difference .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid white;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
}

.services-difference .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--red-color);
  border-radius: 25px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.services-difference .card:hover::before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.services-difference .card:hover::after {
  opacity: 1;
  border-top-color: var(--red-color);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  animation: borderAnimation .5s linear forwards;
}

@keyframes borderAnimation {
  0% {
    border-right-color: var(--red-color);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
  }

  25% {
    border-right-color: var(--red-color);
    border-bottom-color: var(--red-color);
    border-left-color: transparent;
    border-top-color: transparent;
  }

  50% {
    border-right-color: var(--red-color);
    border-bottom-color: var(--red-color);
    border-left-color: var(--red-color);
    border-top-color: transparent;
  }

  75% {
    border-right-color: var(--red-color);
    border-bottom-color: var(--red-color);
    border-left-color: var(--red-color);
    border-top-color: var(--red-color);
  }

  100% {
    border-top-color: var(--red-color);
    border-right-color: var(--red-color);
    border-bottom-color: var(--red-color);
    border-left-color: var(--red-color);
  }
}

.services-difference li {
  font-family: var(--book-font);
  font-size: 16px;
  margin: 20px 0;
  color: #6C6C6C;
}

.services-difference .title h2 {
  color: #2F3138;
}


.gallery-page p {
  margin: 20px 40px;
  letter-spacing: 1px;
  line-height: 1.5em;
}

.gallery-page input[type="radio"] {
  display: none;
}

.gallery-page .tabs label {
  display: inline-block;
  color: black;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 18px;
  margin-bottom: 20px;
  cursor: pointer;
  font-family: var(--regular-font);
  font-size: 18px;
}

.gallery-page .tabs .all {
  display: none;
  transform-origin: 10% 50%;
}

.gallery-page .tabs .content {
  margin-bottom: 29px;
  position: relative;
  overflow: hidden;
}

.gallery-page input[id="all"]:checked~.content .all,
.gallery-page input[id="interior"]:checked~.content .interior,
.gallery-page input[id="exterior"]:checked~.content .exterior {
  display: flex;
  animation: animateTabe 1s;
}

.gallery-page input[type="radio"]:checked+label {
  background-color: transparent;
  background-color: var(--red-color);
  color: white;
  cursor: default;
  border-radius: 5px;
}

.gallery-page .tabs .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  padding-top: 10%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  transition: all 0.5s linear;
}

.gallery-page .tabs .all .content:hover .overlay {
  top: 0;
}

.gallery-page .tabs .overlay span {
  padding: 2px 8px;
  border: 1px solid #fff;
  border-radius: 3px;
  cursor: pointer;
}

.gallery-page .tabs .overlay span:hover {
  background: #5cc05c;
  border-color: #5cc05c;
}

@keyframes animateTabe {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.gallery-page .flex {
  display: flex;
  gap: 25px;
  margin-top: 25px;
}

.gallery-page .height-50 img {
  width: 100%;
  height: 48%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  margin-top: 25px;
}

.gallery-page .width-25 {
  width: 23%;
}

.gallery-page .width-50 {
  width: 48%;
}

.gallery-page .width-75 {
  width: 73%;
}


.gallery-page .width-30 {
  width: 33%;
}

.gallery-page .width-70 {
  width: 68%;
}

.gallery-page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}


.gallery-page .height-100 img {
  height: 100%;
}

.testimonial-page .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.testimonial-page .card {
  border: none;
  border-radius: 25px;
  padding: 25px;
  background: white;
  border-color: white;
}

.testimonial-page .card-body {
  padding: 0;
  margin: 0;
  margin-top: 12px;
  font-family: var(--book-font);
  font-size: 16px;
  color: #7E7E7E;
  text-align: center;
  line-height: 26px;
}

.testimonial-page .card-body .testimonial-content {
  height: 80px;
  overflow: hidden;
}

.testimonial-page .read-more-link {
  color: var(--red-color);
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
}

.testimonial-item .img img {
  width: auto;
  height: 100px;
}

.testimonial-item .img1 img {
  width: auto;
  height: 20px;
  margin: 15px 0 0;
}

.testimonial-item .heading {
  font-family: var(--medium-font);
  font-size: 20px;
  margin: 10px 0 5px;
}

.testimonial-item .card-top p {
  margin: 0;
  padding: 0;
  font-family: var(--regular-font);
  color: #A8A6A6;
  font-size: 16px;
}

.testimonial-page .hidden-item {
  display: none;
}

.contact-us-page .left-img img {
  width: 100%;
  height: auto;
}

.contact-us-page .title h2 {
  font-family: var(--regular-font);
  font-size: 34px;
}

.contact-us-page .heading {
  font-family: var(--medium-font);
  font-size: 20px;
}

.contact-us-page a {
  color: var(--grey-color);
  text-decoration: none;
  font-family: var(--regular-font);
}

.contact-us-page .d-flex {
  margin: 20px 0;
}

.contact-us-page input,
.contact-us-page textarea {
  border: none;
  border-bottom: 1px solid #878787;
  background-color: transparent;
  padding: 10px 0;
  font-family: var(--book-font);
  font-size: 16px;
  color: var(--grey-color);
  width: 100%;
  height: 50px;
  margin: 10px 0;
}

.contact-us-page textarea {
  height: 100px;
}

.contact-us-page::placeholder {
  color: grey;
}

.contact-us-page .order-2 .main {
  background-color: #F4F4F4;
  padding: 30px;
  border-radius: 15px;
  width: 90%;
  margin: 0 auto;
}

.contact-map iframe {
  width: 100%;
  height: 400px;
  border-radius: 15px;
}

.home-services .card-body {
  padding: 20px 20px 10px;
}

.widgets {
  position: fixed;
  width: auto;
  height: auto;
  right: 20px;
  bottom: 75px;
  z-index: 999
}

.contact-widget,
.whatsapp {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%
}

.contact-widget img,
.whatsapp img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 999
}

.contact-widget {
  background-color: var(--red-color);
  padding: 15px;
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, .2)
}

.whatsapp {
  background-color: #38a64e;
  padding: 10px;
  margin-top: 25px
}

.services-page .card-img img{
  width: auto;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.services-page .card-title h3{
  font-family: var(--medium-font);
  font-size: 24px;
  margin: 0;
  padding: 0;
  color: var(--red-color);
}

.services-page .card-description p{
  font-family: var(--book-font);
  font-size: 16px;
  color: #7E7E7E;
  margin: 10px 0;
  padding: 0;
	height:100px;
	overflow:hidden;
}

.services-page .card{
  border: none;
  border-radius: 20px;
  box-shadow: 0 0 10px 5px #80808014;
  padding: 10px;
}

.services-page .card-title {
    min-height: 56px;
}

.services-page .card-body{
  padding: 10px;
}
.owl-carousel .owl-stage{
	margin:auto;
}
.waves {
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgb(216 36 42 / 27%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: 35px;
    bottom: -30px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 5s ease-in-out infinite;
}
@keyframes waves {
0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.tbanner-div img{
	width:100%;height:600px;object-fit:cover;object-position:center;
}
.dr-grid img{
	width:100%;
	height:100%;
	border-radius:15px;
}
.dr-grid .row{
	border-bottom:1px solid #333;
	padding-bottom: 20px;
	margin-bottom:20px;
}
.dr-grid .row:last-child{
	border-bottom:none;
}
.dr-grid .row:nth-child(even){
	flex-direction: row-reverse;
}
.dr-grid h3{
	padding:0px 0px 5px;
}
.dr-grid h2{
	color:var(--red-color);
}
.dr-grid ul{
	padding:0px 0px 0px 20px;
	margin:0px;
}
.logos-div{
	background-image: url(https://www.smilex.co.in/wp-content/uploads/2025/08/download.webp);
    color: #FFF;
    background-color: #32cada;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.logos-div .item{
	background-color:#FFF;
}
.logos-slider img{
	height:150px;
} 
video{
	min-width: 100%;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.video-grid iframe{
	width:100%;
}
.video-gallery-section h3{
	font-size:24px !important;
}
.philosophy-grid{
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    text-align: center;
    justify-content: center;
    align-content: center;
    gap: 20px;
    margin: 50px auto 0px;
}
.philosophy-grid .item{
	background-color: #FFF;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 5px #0000000f;
    min-height: 125px;
}
.philosophy-grid p{
	font-weight: bold;
    font-size: 18px;
}
.banner-title{
	top: 15%;
    position: relative;
}
.video-grids{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.video-grids h3{
	font-family: var(--medium-font);
    font-size: 22px;
    margin-bottom: 16px;
}


