@media (min-width: 1400px) {
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-x: 2rem !important;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1460px;
  }
}

@media (max-width: 1850px) {
  .tm-container {
    gap: 20px;
  }
}

@media (max-width: 1590px) {
}
@media (max-width: 1460px) {
  .tm-container {
    max-width: 1200px;
    justify-content: space-between;
  }
  .moving-col-wrapper {
    max-width: 280px;
    max-height: 760px;
  }
  .tm-card {
    width: 100%;
    max-width: 340px;
    overflow: hidden;
    border-radius: 36px;
    height: 330px;
    background-color: var(--brown);
    position: relative;
    border: 1px solid transparent;
    transition: 0.3s linear;
  }
  .tm-content {
    padding: 24px 24px;
    font-size: 15px;
  }
  .hero-content h1 {
    font-size: 80px;
    color: var(--white);
  }
  .hero-content p {
    font-size: 26px;
  }
  .section-title h2 {
    font-size: 48px;
  }
  .faq-content h2 {
    font-size: 48px;
  }
  .section-title p {
    font-size: 20px;
  }
  .cta-content h2 {
    font-size: 46px;
/*     text-align: center; */
  }
  .testimonial {
    padding: 40px 0;
  }
  .app-btn {
    font-size: 18px;
  }
  .testimonial .section-title {
    margin-bottom: 30px;
  }
  .resultSwiper .swiper-slide {
    max-width: 400px;
  }
  .service-container {
    max-width: 1120px;
  }
  .service,
  .result {
    padding: 70px 0;
  }
  .cta {
    padding: 50px 0;
  }
  .resultSwiper .swiper-slide {
    max-width: 375px;
  }
  .result-wrapper {
    max-width: 240px;
  }
  .book.center {
    right: 50%;
    transform: translate(47%, 0);
  }
  .service-link {
    font-size: 16px;
    white-space: nowrap;
  }
  /* =================================== */
  .content-copy {
    font-size: 18px;
  }
  .content-title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 130%;
  }
  .blog-hero-content-container {
    width: 62%;
  }
}

@media (max-width: 1399.98px) {
  .tm-spolight {
    padding: 30px 0;
  }
  .newsletter {
    max-width: 440px;
  }
  .book.center {
    right: 50%;
    transform: translate(50%, 0);
  }
  .lvr-items {
    max-width: 530px;
  }
  .service-items-card img {
    max-width: 244px;
  }
  .service-items-content {
    padding: 14px;
  }
  .service-item-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .service-items-content p {
    font-size: 15px;
  }
  .service-items-features {
    margin-top: 14px;
  }
  .sif-item span {
    font-size: 12px;
    padding: 6px 8px 4px 8px;
  }
  .blog-hero-img {
    max-width: 740px;
  }
  .blog-content-title {
    font-size: 18px;
}
.bc-description {
 font-size: 14px;
}
.blog-list {
    padding: 50px 0;
}
}

@media (max-width: 1199.98px) {
  .newsletter {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .dropdown-menu-end[data-bs-popper] {
    right: auto;
    left: -400px;
  }
  .dropdown-menu-end {
    right: auto;
    left: -400px;
  }
  .moving-col-wrapper {
    max-width: 100%;
  }
  .moving-col {
    display: flex;
    flex-direction: row;
    flex-shrink: 1;
    gap: 20px;
    width: 100%;
  }
  .tm-card {
    flex-shrink: 0;
  }
  .tm-container {
    flex-direction: column;
  }
  .moving-col-wrapper.title {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
  }
  .moving-col-wrapper .section-title {
    display: none;
  }
  .tm-container .cc {
    display: block;
  }
  .tm-card:not(:last-child) {
    margin-bottom: 8px;
  }
  @-webkit-keyframes scroll-up {
    0% {
      -webkit-transform: translateX(10%);
      transform: translateX(10%);
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes scroll-up {
    0% {
      -webkit-transform: translateX(10%);
      -moz-transform: translateX(10%);
      -ms-transform: translateX(10%);
      -o-transform: translateX(10%);
      transform: translateX(10%);
    }
    100% {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  .service-hero-page {
    min-height: 660px;
  }
  .service-hero-page-content {
    padding-top: 150px;
  }
  .service-hero-page-content h1 {
    font-size: 50px;
    margin-top: 24px;
  }
  .lvr-items {
    max-width: 460px;
  }
  .lvr-letf-item.item-2 {
    top: 40%;
    right: -43%;
  }
  .lvr-letf-item.item-1 {
    left: 2%;
    top: 20%;
  }
  .qr6-promo-img {
    width: 250px;
    height: 186px;
  }
  .qr6-promo-img.timer {
    width: 200px;
    height: 180px;
  }
    .resultSwiper .swiper-slide {
  height: 200px;
  }
  .flower-image {
    max-width: 719px;
}
.bridal-point {
    margin-bottom: 10px;
}
}

@media (max-width: 991.98px) {
  .header {
    height: 80px;
  }
  .navbar-brand {
    max-width: 80px;
  }
  .navbar-collapse {
    padding: 16px;
    border-radius: 16px;
    background: var(--brown);
  }
  .navbar {
    padding: 8px 0;
    position: absolute;
    width: 100%;
    background-color: transparent;
  }
  .navbar-nav {
    gap: 8px;
  }
  .nav-link {
    font-size: var(--auc);
    font-weight: 194;
    color: var(--white);
    font-size: 18px;
    border-bottom: 3px solid transparent;
    transition: 0.3s all;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .dropdown-menu.header-drop {
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
  }
  .nav-item-wrapper {
    flex-grow: 1;
  }
  .dropdown-menu {
    background-color: #4c1c23;
  }
  .nav-item-heading {
    font-size: 14px;
  }
  .hero-content {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
  .hero-content h1 {
    font-size: 90px;
/*     text-align: center; */
  }
  .hero-content p {
/*     text-align: center; */
    font-size: 30px;
  }
  .hero-action.btn-wrapper {
    margin-top: 30px;
  }
  .moving-col {
    animation: scroll-up 10s linear infinite;
  }
  .circles span {
    width: 60px;
    height: 60px;
  }
  .service-link {
    font-size: 14px;
    font-weight: 300;
    height: 48px;
  }
  .faq-content h2 {
    font-size: 50px;
  }
  .service-hero-page-content {
    padding-top: 90px;
  }
  .service-hero-page-content.about-us {
    padding-top: 90px;
  }
  .hero-tag-line {
    font-size: 16px;
  }
  .service-hero-page-content h1 {
    font-size: 40px;
    margin-top: 18px;
  }
  .service-hero-page-content .highlight {
    font-size: 16px;
/*     text-align: center; */
    margin: 16px 0;
  }
  .service-hero-page-content .copy {
    font-size: 16px;
    max-width: 100%;
  }
  .service-hero-page-content .copy:not(:last-child) {
    margin: 16px 0 20px 0;
  }
  .service-hero-page {
    margin-bottom: 70px;
    min-height: 100%;
  }
  .service-info-img {
    max-height: 390px;
  }
  .lvr-items {
    position: relative;
  }
  .lvr-items.lvr-left {
    margin-left: 0;
    margin-right: auto;
  }
  .lvr-items.lvr-right {
    margin-left: auto;
    margin-right: 0;
    margin-top: -100px;
  }
  .lvr-items {
    max-width: 350px;
  }
  .lvr-letf-item,
  .lvr-right-item {
    font-size: 16px;
    height: 48px;
    max-width: 220px;
  }
  .razor-laser {
    height: 100%;
    min-height: 100%;
  }
  .cherector-img {
    max-width: 300px;
  }
  .aware-items h5 {
    font-size: 14px;
  }
  .aware-items p {
    font-size: 14px;
  }
  .sn-no {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .aware-items,
  .aware-items.aware-container-right {
    max-width: 230px;
  }
  .aware-items.item-3 {
    top: 6%;
    left: 5%;
  }
  .aware-items.item-2 {
    top: 46%;
    left: 6%;
  }
  .aware-items.item-1 {
    bottom: 5%;
    left: -2%;
  }
  .aware-items.item-4 {
    top: -8%;
    right: 10%;
  }
  .aware-items.item-5 {
    top: 19%;
    right: 0%;
  }
  .aware-items.item-6 {
    top: 48%;
    right: -2%;
  }
  .aware-items.item-7 {
    top: 77%;
    right: -4%;
  }
  .facial-aware-container {
    max-width: 660px;
  }
  .service-promo-container {
    flex-direction: column;
  }
  .qr6-promo-img {
    order: 1;
  }
  .qr6-promo-content,
  .glu-promo-content {
    order: 2;
    max-width: 100%;
  }
  .qr6-promo-points {
    order: 3;
  }
  .qr6-promo-points {
    display: flex;
    max-width: 100%;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .qr6-promo-points li {
    margin-bottom: 0px;
  }
  .com-img {
    max-width: 200px;
  }
  .c-item-1 {
    top: 54%;
    left: -5%;
  }
  .c-item-2 {
    top: 25%;
    left: -10%;
  }
  .c-item-3 {
    top: 0%;
    left: 2%;
  }
  .c-item-6 {
    top: 54%;
    right: -1%;
  }
  .c-item-5 {
    top: 25%;
    right: -5%;
  }
  .c-item-4 {
    top: 0%;
    right: -5%;
  }
  .best-of-box {
    flex-basis: 190px;
    flex-grow: 0.5;
    height: 210px;
  }
  .blog-hero-img {
    width: 100%;
    max-width: 100%;
    height: 300px;
  }
  .blog-hero-content-container {
    width: 100%;
      padding: 20px;
/*     min-height: 220px; */
    margin: 190px 0 40px 0;
  }
  .blog-hero-banner {
    height: 100%;
    min-height:fit-content;
    max-height: fit-content;
}
.blog-card .blog-content {
    background-color: var(--white);
    padding:16px;
    margin-top: -50px;
    margin-left:auto;
    margin-right: auto;
    position: relative;
    width: calc(100% - 10px);
}
.pointer-box{
  position: static;
  margin: 0 auto;
}
.bridal-point{
 padding: 10px 24px 10px 24px;
 width: 50%;
 margin: 0px auto 8px auto;
/*  text-align: center; */
}
.bridal-point.point-1{
  transform: translateX(0px);
}
.bridal-point.point-2{
  transform: translateX(0px);
}
.bridal-point.point-3{
  transform: translateX(0px);
}
.bridal-point.point-4{
  transform: translateX(0px);
}
.bridal-point.point-5{
  transform: translateX(0px);
}
.flower-image {
   padding-top: 90px;
}
.qr6-promo-img img, .qr6-promo-img.timer img {
    width: 90%;
    bottom: 30px;
}
	.bridal .sif-item{
		align-items:flex-start;
		margin-bottom:8px;
	}
	.bridal .sif-item span {
    text-align: left;
		padding:4px 16px;
}
}

@media (max-width: 767.98px) {
  .moving-col-wrapper.title .moving-col {
    justify-content: start;
  }
	.bridal-program{
	padding:50px 0;
}

  .company-info {
    margin: 0 auto;
/*     text-align: center; */
    max-width: 500px;
  }
  .f-brand-logo {
    margin: 0 auto;
  }
  .service,
  .result,
  .testimonial,
  .faq {
    padding: 50px 0;
  }
  .magazine {
    padding: 20px 0 80px 0;
  }
  .section-title h2 {
    font-size: 36px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .faq-content h2 {
/*     text-align: center; */
  }
  .faq-content p {
/*     text-align: center; */
  }
  .service-hero-page-image {
    position: relative;
    width: 100%;
    margin: 0px auto;
    aspect-ratio: 16/18;
    border-radius: 0;
  }
  .service-hero-page-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .service-hero-page-content {
    padding-top: 44px;
  }
  .service-hero-page-content.about-us {
    padding-top: 44px;
  }
  .hero-tag-line {
/*     text-align: center; */
  }
  .service-hero-page-content h1 {
/*     text-align: center; */
    margin-top: 16px;
  }
  .service-hero-page-content .highlight {
    margin-top: 16px;

/*     margin-left: auto;
    margin-right: auto; */
  }
  .service-hero-page-content .copy {
/*     text-align: center; */
  }
  .lvr-items.lvr-right {
    margin-left: auto;
    margin-right: 0;
    margin-top: 24px;
  }
  .info-table-wrapper {
    flex-direction: column;
  }
  .info-table-box-wrapper {
    width: 100%;
  }
  .info-table-box {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
  }
  .info-table-header {
    font-size: 18px;
  }
  .info-table-item p {
    font-size: 14px;
    gap: 8px;
  }
  .info-table-item {
    padding: 10px 16px;
  }
  .info-table-item .points::before {
    width: 24px;
    height: 24px;
  }
  .faq-accordian {
    padding-right: 2px;
  }
  .service-items-card {
    flex-direction: column;
  }
  .service-items-card img {
    max-width: 100%;
    max-height: 280px;
  }
  .sauna-list {
    padding: 0;
  }
  .sauna-list li:not(:last-child) {
    margin-bottom: 16px;
  }
  .sauna-list li {
    gap: 9px;
    font-size: 14px;
  }
  .sauna-list li::before {
    width: 24px;
    height: 24px;
  }
  .sauna-product {
    padding: 10px 0 40px 0;
  }
  .secondary-service-content h3 {
    font-size: 34px;
  }
  .contact-details-container h3 {
    font-size: 34px;
  }
  .blog-hero-content-container {
    padding: 24px;
/*     min-height: 260px; */
  }
  .blog-hero-content-container h1 {
    font-size: 24px;
    line-height: 130%;
  }
}
@media (max-width: 575.98px) {
  .section-title h2 {
    font-size: 26px;
  }
  .faq-content h2 {
    font-size: 26px;
/*     text-align: center; */
  }

.bg-video {
    display:none;
}
	.hero{
		background-image: url('https://reverraaesthetics.com/wp-content/uploads/2025/07/home-hero.png');
		background-position:bottom center;
		background-repeat:no-repeat;
		background-size:cover;
	}
	.sif-item span {
    border-radius: 8px;
}
.sif-item p {
    font-weight: 400;    white-space: nowrap;
}
	
	
	
  .section-title p {
    font-size: 16px;
    margin-top: 8px;
  }

  .faq-content p {
    font-size: 16px;
/*     text-align: center; */
  }
  .accordion-button {
    font-size: 16px;
    padding: 16px 0;
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
  }
  .accordion-body {
    font-size: 16px;
  }
  .service-intro {
    margin: 10px 0;
  }
  .services-items {
    padding: 50px 0px;
  }
  .blog-list{
  padding: 50px 0;
}
  .service {
    padding: 40px 0;
  }
  .service-img {
    width: 100%;
    -webkit-aspect-ratio: 1.4/1;
    -moz-aspect-ratio: 1.4/1;
    aspect-ratio: 1.4/1;
    background-color: #ffdae3;
    overflow: hidden;
  }
  .hero-content h1 {
    font-size: 32px;
/*     text-align: center; */
  }
  .hero-content p {
    font-size: 16px;
/*     text-align: center; */
    margin-top: 8px;
  }

  .testimonial-content {
    flex-direction: column;
	  align-items:start;
  }
  .confidence-count {
    margin-left: 0px;
	font-size: 16px;
    line-height: 1.1;
  }
  .app-btn {
    font-size: 14px;
    height: 44px;
  }
  .app-btn i {
    height: 30px;
    width: 30px;
  }
  .circles span {
    width: 44px;
    height: 44px;
  }
  .confidence-count span {
    font-size: 20px;
  }
  .cta-content h2 {
    font-size: 24px;
  }
  .service-card {
    border-radius: 20px;
  }

  .service-action {
    padding: 50px 10px 12px 10px;
  }
  .hair-prp-feature {
    padding: 50px 0 0px 0;
  }
  .result-wrapper p {
    font-size: 16px;
  }
  .cta,
  .result,
  .testimonial,
  .faq,
  .myth-brust {
    padding: 50px 0;
  }
  .magazine {
    padding: 50px 0 50px 0;
  }
  .tm-card {
    max-width: 300px;
  }
  .tm-name {
    padding: 30px 16px 16px 16px;
  }
  .tm-name span {
    font-size: 18px;
    font-weight: 300;
  }
  .result-wrapper {
    max-width: 240px;
  }
  .sheet {
    width: 100%;
    left: auto;
    right: 0;
  }

  .book {
    aspect-ratio: 1/1.41;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-book {
    width: 100%;
    position: relative;
    aspect-ratio: 1/1.41;
    perspective: 1200px;
  }

  .book-page {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: auto;
    transform-style: preserve-3d;
    transform-origin: left;
    transition: transform 0.9s ease;
    backface-visibility: hidden;
    background-color: var(--white);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  }

  .book-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .book-page.flip {
    transform: rotateY(-180deg);
  }
  .hero {
    padding-top: 300px;
  }
  .hero-overlay {
    padding: 26px 0px 50px 0;
  }
  .hero-action.btn-wrapper {
    margin-top: 24px;
  }
  .footer {
    padding: 60px 0 10px 0;
/*     text-align: center; */
  }
/*   .f-nav-item {
    justify-content: center;
  } */
  .inp-wrapper {
    height: auto;
    border-radius: 16px;
    padding: 12px;
    gap: 16px;
    flex-direction: column;
  }
  .submit-btn {
    max-width: 100%;
    border-radius: 12px;
  }
  .input-main {
    width: 100%;
  }
  .result-content {
    padding: 30px 14px 10px 14px;
  }
  .tm-content {
    padding: 16px;
    font-size: 15px;
  }
  .tm-content h3 {
    font-size: 18px;
  }
  .testimonial-card > p {
    font-size: 14px;
  }
  .resultSwiper .swiper-slide {
    max-width: 300px;
    height:180px;
  }
  .book.center {
    right: 50%;
    transform: translate(51%, 0);
  }
  .hero-tag-line {
    font-size: 14px;
  }
  .service-hero-page {
    margin-bottom: 50px;
  }
  .f-item h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .f-item.newsletter .f-nav-item {
    font-size: 14px;
  }

  .mb-70 {
    margin-bottom: 50px;
  }
  .service-hero-page-content {
    padding-top: 34px;
  }
  .service-hero-page-content.about-us {
    padding-top: 24px;
  }
  .service-hero-page-content h1 {
    font-size: 30px;
    margin-top: 8px;
  }
  .service-hero-page-content .highlight {
    font-size: 10px;
  }
  .service-hero-page-content .copy {
    font-size: 16px;
  }
  .content-copy {
    font-size: 16px;
  }
  .secondary-service-content h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .secondary-service-content p {
    font-size: 16px;
  }
  .secondary-service-content ul li {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .secondary-service-content ul li::before {
    width: 18px;
    height: 18px;
  }
  .secondary-service-img {
    border-radius: 16px;
  }
  .content-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .content-copy:not(:last-child) {
    margin-bottom: 8px;
  }
  .service-info-content {
    padding: 16px;
  }
  .si-list li {
    font-size: 16px;
  }
  .service-info-img {
    max-height: 220px;
  }
  .service-info-container {
    border-radius: 10px;
  }
  .lvr-items {
    max-width: 160px;
  }

  .lvr-letf-item,
  .lvr-right-item {
    font-size: 12px;
    height: 36px;
    max-width: 190px;
    padding: 12px;
  }
  .lvr-letf-item.item-1 {
    left: 60%;
    top: 16%;
  }
  .lvr-letf-item.item-3 {
    top: 78%;
    left: 16%;
  }
  .lvr-letf-item.item-2 {
    top: 50%;
    right: -46%;
  }
  .lvr-right-item.item-1 {
    left: -70%;
    top: 18%;
  }
  .lvr-right-item.item-2 {
    top: 46%;
    left: -45%;
  }
  .lvr-right-item.item-3 {
    top: 74%;
    left: -16%;
  }
  .service-static-card {
    padding: 10px 16px;
    border-radius: 14px;
    max-width: 100%;
  }
  .ss-score {
    font-size: 30px;
  }
  .razor-laser {
    padding: 40px 0;
  }
  .info-table {
    padding: 50px 0;
  }
  .service-items-card {
    border-radius: 10px;
  }
  .service-items-content {
    padding: 14px;
  }
  .service-item-name {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .service-items-content p {
    font-size: 13px;
  }
  .service-items-features {
    margin-top: 14px;
  }
  .sif-item span {
    font-size: 12px;
    padding: 2px 10px 1px 10px;
  }
  .sif-item:not(:last-child) {
    margin-bottom: 8px;
  }
  .aware-items {
    position: static;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }
  .aware-container-left {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .aware-items,
  .aware-items.aware-container-right {
    max-width: 300px;
  }
  .facial-aware {
    padding-top: 50px;
  }
  .myth-brust-card {
    width: 210px;
    height: 230px;
  }
  .service-promo-container {
    padding: 16px;
    margin: 70px auto 10px auto;
  }
  .qr6-promo-content {
    margin-top: 24px;
  }
  .qr6-promo-content h2,
  .glu-promo-content h2 {
    font-size: 24px;
  }
  .qr6-promo-content p,
  .glu-promo-content p {
    font-size: 14px;
  }
  .qr6-promo-points li {
    gap: 6px;
    font-size: 15px;
  }
  .checked li {
    font-size: 14px;
  }
  .qr6-promo-points li span {
    width: 18px;
    height: 18px;
    font-size: 10px;
    padding-top: 2px;
  }
  .qr6-promo-points {
    margin-top: 8px;
  }
  .sauna-img {
    margin-left: auto;
    margin-right: auto;
  }
  .sauna-img {
    max-width: 160px;
  }
  .shadow-img {
    left: -115%;
  }
  .sauna-list li:not(:last-child) {
    margin-bottom: 6px;
  }
  .sauna-list li::before {
    width: 18px;
    height: 18px;
    background-size: 9px;
  }
  .sauna-list {
    padding: 0;
    width: fit-content;
    margin: 0 auto;
  }
  .info-table-img-prp {
    max-height: 224px;
  }
  .best-of-box {
    flex-basis: 130px;
    flex-grow: 1;
    height: 140px;
  }
  .item-badge.product {
    font-size: 14px;
    width: fit-content;
  }
  .best-of-container {
    gap: 8px;
  }
  .result-content p {
    font-size: 13px;
  }
  .secondary-service-content ol li {
    font-size: 16px;
  }
  .founder-img {
    padding: 12px;
    border-radius: 12px;
  }
  .founder-img img {
    border-radius: 10px;
  }
  .founder-name {
    font-size: 18px;
  }
  .empty-div {
    display: none;
  }
  .about-content-container {
    padding: 40px 0 0 0;
  }
  .about-features {
    padding: 50px 0;
  }
  .about-feature-card {
    padding: 16px;
    border-radius: 12px;
  }
  .about-feature-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .about-cta-container {
    border-radius: 14px;
    padding: 24px;
  }
  .service-cta {
    padding: 16px 0;
  }
  .abt-logo {
    width: 100%;
    max-width: 150px;
  }
  .contact-details {
    padding: 16px;
  }
  .contact-form {
    padding: 16px;
  }
  .contact-bg {
    height: 240px;
  }
  .contact-details-container {
    border-radius: 12px;
  }
  .contact-details-container h3 {
    font-size: 24px;
    padding-bottom: 8px;
  }
  .wpcf7-form-control-wrap {
    padding: 10px 12px;
  }
  .c-item {
    font-size: 16px;
  }
  .c-item:not(:last-child) {
    margin-bottom: 8px;
  }
  .book-open-btn {
    right: -32px;
  }

  .blog-hero-content-container h1 {
    font-size: 20px;
  }
  .blog-content-title {
    font-size:16px;
}
.date-tag {
    width: 100%;
    padding-bottom: 8px;
}
.bc-description {
    -webkit-line-clamp:3;
}
.blog-card .blog-content {
    margin-top: -80px;
}
.bridal-point {
    width:80%;
    font-size: 16px;
    height: 36px;
    padding: 6px 16px;
}
.flower-image {
    padding-top: 40px;
}
		.submit-btn {
    padding: 8px 14px 6px 14px;
    max-width: 100px;
		color:#000;
		font-size:13px;
}
	.input-main input {
    transform: translateY(2px);
}
	.py-70{
		padding:16px;
	}
}
@media (max-width: 470px) {
  .moving-col {
    gap: 10px;
  }
  .tm-name span {
    font-size: 14px;
  }
  .tm-card {
    width: 100%;
    max-width: 170px;
    overflow: hidden;
    border-radius: 16px;
    height: 200px;
  }
  .tm-content {
    display: none;
  }
  .tm-container {
    gap: 4px;
  }
  .resultSwiper .swiper-slide {
    max-width: 220px;
  }
  .result-wrapper p {
    font-size: 12px;
    font-weight: 300;
  }
  .result-wrapper {
    max-width: 150px;
  }
  .result-card {
    border-radius: 10px;
  }
/*   .service-items-card img {
    max-height: 200px;
  } */
  .myth-brust-container {
    gap: 4px;
  }
  .myth-brust-card {
    width: 156px;
    height: 190px;
  }

}
@media (max-width: 340px) {
     .myth-brust-card {
        width: 144px;
        height: 168px;
    }
}
