* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  body {
    font-size: 16px;
    color: #1e0233;
    font-weight: 400;
    overflow-x: hidden;
    font-family: "Playfair Display", serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #fff;   
  }
  /* font-family: "DM Sans", sans-serif; */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    color: #1e0233;
    margin: 0;
    padding: 0;
  }
  p {
    font-size: 16px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    color: #1e0233;
    margin: 0;
    padding: 0;
  }
  ol,
  ul {
    list-style-type: none;
    font-family: "Playfair Display", serif;
    margin: 0;
    padding: 0;
  }
  a,
  button {
    font-family: "Playfair Display", serif;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
  }
  a,
  a:hover {
    text-decoration: none;
  }
  button {
    outline: none;
    font-family: "Playfair Display", serif;
  }
  input {
    filter: none;
    font-family: "Playfair Display", serif;
  }
  input:focus {
    outline: none;
    box-shadow: none;
    font-family: "Playfair Display", serif;
  }
  img {
    max-width: 100%;
    height: auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
  }
  .btn-primary {
    background-color: #885574;
    color: #f9f2f9;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 4px;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
  }
  .btn-primary:hover {
    background-color: #583349;
  }

  .common-header {
    margin-bottom: 30px;
  }
  .common-header h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #885574;
    letter-spacing: 5px;
    margin-bottom: 4px;
    text-align: center;
    font-family: "DM Sans", sans-serif;
  }
  .common-header h5 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #1e0233;
    text-align: center;
  }

  /* Header Style */

  .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    padding: 0px;
    border-bottom: 1px solid rgba(249, 242, 249, 0.2);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
  }
  .header-fixed {
    position: fixed;
    top: 0;
    background-color: #1e0233;
    width: 100%;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
  }
  .header-fixed .header-block a.logo {
    width: 80px;
  }
  .color-header {
    background-color: #1e0233;
  }
  .header .header-cont {
    padding: 15px 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
  }
  .header .header-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .header-block a.logo {
    width: 300px;
    display: block;
  }
  .header .header-block a img {
    width: 100%;
  }
  .header nav ul {
    display: flex;
    align-items: center;
  }
  .header nav ul li {
    margin-right: 8px;
    line-height: 16px;
    position: relative;
  }
  .header nav ul li:last-of-type {
    margin-right: 0;
  }
  .header nav ul li a {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    padding: 13px 15px;
    text-transform: capitalize;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
  }
  .header nav ul li:last-of-type a {
    background-color: #885574;
  }
  .header nav ul li a:hover,
  .header nav ul li.active a {
    color: #c8ada4;
  }
  .header nav ul li:last-of-type a:hover,
  .header nav ul li:last-of-type.active a {
    color: #f9f2f9;
    background-color: #583349;
  }
  .mobile-menu {
    position: absolute;
    top: 16px;
    right: 0px;
    display: none;
    border-radius: 4px;
    padding: 2px 0px;
    cursor: pointer;
  }
  .mobile-menu span {
    width: 22px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    margin-bottom: 4px;
  }
  .mobile-menu span:last-of-type {
    margin-bottom: 0px;
  }

  /* Home Banner Styles */
  .home-banner-area {
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .home-banner-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(30, 2, 51, 0.9);
    z-index: 1;
  }
  .home-banner-area video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .banner-content img {
    width: 205px;
    margin-bottom: 40px;
  }
  .banner-content img:last-of-type {
    width: 120px;
  }
  .banner-content h1 {
    color: #f9f2f9;
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .banner-content h6 {
    color: #f9f2f9;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    padding: 0px 6px;
    background-color: transparent;
    position: relative;
    width: fit-content;
    margin: 0 auto 35px;
    z-index: 2;
  }
  .banner-content h6:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -200px;
    width: 186px;
    height: 1px;
    background-color: rgb(249, 242, 249, 0.2);
    z-index: -2;
  }
  .banner-content h6:after {
    content: "";
    position: absolute;
    top: 13px;
    right: -200px;
    width: 186px;
    height: 1px;
    background-color: rgb(249, 242, 249, 0.2);
    z-index: -2;
  }
  .banner-content p {
    color: #f9f2f9;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    max-width: 720px;
    margin: 0px auto 50px;
  }
  .btn-banner {
    width: 250px;
    height: 56px;
  }
  /* Service Styles */
  /* New Styles Start */
  .service-wrap {
    background-color: #c8a2c8;
    box-shadow: rgba(100, 100, 111, 0.3) 0px 10px 10px 4px;
    padding: 26px 32px;
    margin-top: -65px;
    position: relative;
    z-index: 2;
  }

  .app-download-block {
    text-align: center;
  }
  .app-download-block p {
    font-family: "DM Sans", sans-serif;
    color: #342d4f;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .app-store-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .app-store-block a {
    cursor: pointer;
  }
  /* New Styles End */
  .service-wrap .form-block {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .service-wrap .row {
    align-items: flex-end;
    width: calc(100% - 174px);
  }
  .service-wrap .form-group label {
    color: #1e0233;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 8px;
  }
  .service-wrap .form-group input {
    font-family: "DM Sans", sans-serif;
    width: 100%;
    border-radius: 0px;
    height: 48px;
    padding: 8px 16px;
    border: none;
    background-color: #f9f2f9;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #342d4f;
  }
  .service-wrap .form-group .formcontrol-wrapper {
    position: relative;
  }
  .service-wrap .form-group .formcontrol-wrapper img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
  }
  .service-wrap .form-group input::placeholder {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #98919d;
  }
  .service-wrap
    .form-group.date
    input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(../images/icons/icon-calendar.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
    width: 24px;
    height: 24px;
  }
  .service-wrap
    .form-group.time
    input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(../images/icons/icon-time.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
    width: 24px;
    height: 24px;
  }
  .btn-service {
    width: 170px;
    height: 45px;
    background-color: #885574;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    margin: 0;
  }
  .btn-service:hover {
    background-color: #4b283d;
  }

  /* Features Area Styles */
  .offer-area {
    padding: 75px 0 0;
  }

  .offer-bottom-cont .row {
    gap: 30px 0;
    margin: 0 -15px;
  }
  .offer-bottom-cont .row .col-4 {
    padding: 0 15px;
  }
  .offer-cont {
    background-color: #f9f2f9;
    min-height: 300px;
    padding: 32px 20px 20px;
    transition: all 0.5s ease-in-out;
  }
  .offer-cont:hover {
    box-shadow: rgba(100, 100, 111, 0.3) 0px 10px 10px 4px;
  }

  .offer-cont .image-content {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #c8a2c8;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .offer-cont h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #1e0233;
    letter-spacing: 0px;
    margin-bottom: 16px;
    text-align: left;
  }
  .offer-cont p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 24px;
    color: #342d4f;
  }
  .btn-learn-more {
    color: #885574;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-right: auto;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
  }
  .btn-learn-more img {
    margin-left: 4px;
  }
  .btn-learn-more:hover {
    color: #342d4f;
  }
  .btn-offer {
    width: 154px;
    height: 45px;
    background-color: #885574;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    margin-top: 30px;
  }
  .btn-offer:hover {
    background-color: #4b283d;
  }

  /* Surgical Area Styles */
  .surgical-area {
    padding-top: 80px;
    overflow-x: hidden;
  }
  .surgical-cont {
    padding-right: 36px;
  }
  .surgical-cont h5 {
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    color: #1e0233;
    margin-bottom: 24px;
  }
  .surgical-cont p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #342d4f;
  }
  .btn-surgical {
    width: 194px;
    height: 45px;
    background-color: #885574;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    margin: 0;
    margin-top: 24px;
  }
  .btn-surgical:hover {
    background-color: #4b283d;
  }
  .surgical-item {
    position: relative;
    height: 300px;
  }
  .surgical-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .surgical-para {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
  }
  .surgical-para h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 20px;
  }
  .surgical-para a {
    color: #f9f2f9 !important;
    font-size: 16px;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
  }
  .surgical-para a img {
    margin-left: 10px;
  }
  .surgicalSwiper {
    padding-bottom: 50px;
  }
  .surgical-details .swiper-button-prev,
  .surgical-details .swiper-button-next {
    width: 20px;
    height: 20px;
    background-color: #885574;
    top: auto;
    bottom: 5px;
    border-radius: 50%;
  }
  .surgical-details .swiper-button-prev.swiper-button-disabled,
  .surgical-details .swiper-button-next.swiper-button-disabled {
    border: 2px solid #885574;
    background-color: transparent;
    opacity: 1;
  }
  .surgical-details .swiper-button-prev.swiper-button-disabled:after {
    content: url(../images/icons/icon-slider-arrow.svg);
    transform: rotate(0deg);
  }
  .surgical-details .swiper-button-next.swiper-button-disabled:after {
    content: url(../images/icons/icon-slider-arrow.svg);
    transform: rotate(180deg);
  }
  .surgical-details .swiper-button-prev:after,
  .surgical-details .swiper-button-next:after {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
  }
  .surgical-details .swiper-button-prev {
    left: 0;
  }
  .surgical-details .swiper-button-prev:after {
    content: url(../images/icons/icon-slider-arrow-another.svg);
    transform: rotate(180deg);
  }
  .surgical-details .swiper-button-next:after {
    content: url(../images/icons/icon-slider-arrow-another.svg);
    transform: rotate(0deg);
  }
  .surgical-details .swiper-button-next {
    right: 49%;
  }
  .surgical-details .swiper-pagination {
    text-align: left !important;
    left: 44px;
  }
  .surgical-details .swiper-pagination-bullet {
    height: 2px;
    width: 10%;
    background: #e0a793;
    margin: 0 !important;
    border-radius: 20px;
    text-align: left !important;
  }
  .surgical-details .swiper-pagination-bullet-active {
    height: 4px;
    background: #885574;
  }

  /* Gallery Area Styles */
  .gallery-area {
    padding: 100px 0 70px;
  }
  .gallery-area .image-content {
    overflow: hidden;
  }
  .gallery-area .image-content img {
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
  }
  .gallery-area .image-content:hover img {
    transform: scale(1.2);
  }
  .btn-gallery {
    width: 286px;
    height: 45px;
    background-color: #885574;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    margin-top: 40px;
  }
  .btn-gallery:hover {
    background-color: #4b283d;
  }
  .gallery-bottom-cont {
    position: relative;
    padding-top: 15px;
  }
  .gallery-bottom-cont .swiper-button-prev,
  .gallery-bottom-cont .swiper-button-next {
    top: 38%;
    width: 40px;
    height: 40px;
    background-color: #885574;
  }
  .gallery-bottom-cont .swiper-button-prev.swiper-button-disabled,
  .gallery-bottom-cont .swiper-button-next.swiper-button-disabled {
    background-color: #ccceca;
  }
  .gallery-bottom-cont .swiper-button-prev:after,
  .gallery-bottom-cont .swiper-button-next:after {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
  }

  /* Client Area Styles */
  .client-area {
    padding: 50px 0;
    background-color: #e7d3cc;
  }
  .client-cont {
    /*background-color: #f9f2f9;*/
    position: relative;
    /*min-height: 212px;*/
    /*padding: 20px;*/
    transition: all 0.5s ease-in-out;
  }
  .client-cont:hover {
    box-shadow: rgba(100, 100, 111, 0.3) 0px 10px 10px 4px;
  }
  .client-cont p {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #342d4f;
    margin-bottom: 24px;
  }
  .info-bottom {
    /*display: flex;*/
       display: none;
    align-items: center;
    justify-content: space-between;
    
  }
  .client-cont .info-wrap {
    display: flex;
    align-items: center;
  }
  .client-cont .info-details {
    width: calc(100% - 48px);
    display:none;  
  }
  .client-cont .image-content {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .client-cont h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    font-family: "DM Sans", sans-serif;
    color: #342d4f;
    letter-spacing: 0px;
    margin-bottom: 4px;
    text-align: left;
  }
  .client-cont h5 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    font-family: "DM Sans", sans-serif;
    color: #885574;
    text-align: left;
    margin-bottom: 0px;
  }
  a.video-client-block {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #885574;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .client-modal-block,
  .client-modal-block video {
    width: 100%;
  }
  .modal-client .modal-dialog {
    max-width: 660px;
  }
  .modal-client .modal-header {
    border-bottom: 0px;
  }
  .modal-client .modal-body {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .client-video-wrap video {
    width: 100%;
    height: 212px;
    object-fit: cover;
  }
  .client-bottom-cont {
    position: relative;
  }
  .client-bottom-cont .swiper-button-prev,
  .client-bottom-cont .swiper-button-next {
    top: 38%;
    width: 40px;
    height: 40px;
    background-color: #885574;
  }
  .client-bottom-cont .swiper-button-prev {
    left: 0;
  }
  .client-bottom-cont .swiper-button-next {
    right: 0;
  }
  .client-bottom-cont .swiper-button-prev.swiper-button-disabled,
  .client-bottom-cont .swiper-button-next.swiper-button-disabled {
    background-color: #ccceca;
  }
  .client-bottom-cont .swiper-button-prev:after,
  .client-bottom-cont .swiper-button-next:after {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
  }

  .btn-client {
    width: 231px;
    height: 45px;
    background-color: #885574;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    margin-top: 40px;
  }
  .btn-client:hover {
    background-color: #4b283d;
  }

  /* About Us Styles */
  .about-us-area {
    padding: 70px 0;
  }
  .about-us-area .about-us-cont-bottom {
    position: relative;
    padding: 50px;
    padding-left: 0;
  }
  .about-us-area .about-us-cont-bottom::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 825px;
    height: 410px;
    background-color: #f9f2f9;
    z-index: -1;
  }
  .about-us-area h4 {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #885574;
    letter-spacing: 5px;
    margin-bottom: 4px;
  }
  .about-us-area h5 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #1e0233;
    margin-bottom: 24px;
  }
  .about-us-area p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #342d4f;
  }
  .btn-about {
    width: 194px;
    height: 45px;
    background-color: #885574;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    margin: 0;
    margin-top: 24px;
  }
  .btn-about:hover {
    background-color: #4b283d;
  }
  .about-us-area .video-wrap {
    position: relative;
    margin-top: 50px;
    width: auto;
    /*height: 410px;*/
    box-shadow: rgba(100, 100, 111, 0.3) 0px 10px 10px 4px;
  }
   .about-us-area .video-wrap iframe{
      width: 100%!important;
  height: 430px!important;
  }
  .about-us-area .video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Blog Styles */
  .blog-area {
    background-color: #e7d3cc;
    padding: 50px 0px 150px;
  }
  .blog-wrap {
    background-color: #f9f2f9;
    padding: 36px 24px 10px;
    height: 100%;
  }
  .blog-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .blog-heading h5 {
    color: #1e0233;
    font-size: 24px;
    font-weight: 700;
  }
  .blog-heading h5 span {
    display: block;
    color: #342d4f;
    font-size: 14px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    margin-top: 6px;
  }
  .blog-heading a {
    color: #885574 !important;
    font-size: 16px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-item {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
  }
  .blog-item .blog-photo {
    width: 156px;
    overflow: hidden;
  }
  .blog-item .blog-photo img {
    width: 100%;
  }
  .blog-item .blog-content {
    width: calc(100% - 172px);
  }
  .blog-item .blog-content h6 {
    color: #342d4f;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
  }
  .blog-item .blog-content p {
    margin-top: 8px;
    color: #885574;
    font-size: 14px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
  }
  .blog-main-wrapper .image-content {
    position: relative;
    height: 182px;
    margin-bottom: 24px;
    transition: all 0.5s ease-in-out;
  }
  .blog-main-wrapper .image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .blog-main-wrapper .image-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .blog-main-wrapper .image-content:hover::before {
    opacity: 1;
  }
  .blog-main-wrapper .image-content a.play-icon {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    cursor: pointer;
    z-index: 4;
    transition: all 0.5s ease-in-out;
  }
  .blog-main-wrapper .image-content:hover a.play-icon {
    opacity: 1;
  }
  .instagram-modal-block,
  .instagram-modal-block video {
    width: 100%;
  }
  .modal-instagram .modal-dialog {
    max-width: 660px;
  }
  .modal-instagram .modal-header {
    border-bottom: 0px;
  }
  .modal-instagram .modal-body {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  /* Footer Styles */
  .footer-top {
    background-color: #342d4f;
    padding-bottom: 66px;
    border-bottom: 1px solid rgba(194, 197, 188, 0.3);
  }
  .question-wrap {
    position: relative;
    top: -85px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #c8a2c8;
    padding: 46px 40px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  }
  .question-wrap .left-block {
    width: calc(100% - 380px);
    max-width: 620px;
  }
  .question-wrap .left-block h5 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #1e0233;
    margin-bottom: 14px;
  }
  .question-wrap .left-block p {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #342d4f;
  }
  .question-wrap .right-block {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .question-wrap .btn-book {
    width: 210px;
    height: 48px;
    text-align: center;
    background-color: #342d4f;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
  }
  .question-wrap .btn-book:hover {
    background-color: #885574;
  }
  .question-wrap .btn-touch {
    width: 130px;
    height: 48px;
    text-align: center;
    background-color: transparent;
    border: 2px solid #342d4f;
    color: #342d4f;
    font-size: 16px;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
  }
  .question-wrap .btn-touch:hover {
    border-color: #885574;
    background-color: #885574;
    color: #fff;
  }
  .footer-top a.logo {
    width: 358px;
    display: block;
  }
  .footer-top a img {
    width: 100%;
  }
  .social-block h6 {
    font-family: "DM Sans", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 38px;
  }
  .social-item {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .social-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #d9d9d9;
    cursor: pointer;
  }
  .social-item a img {
    width: fit-content;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
  }
  .social-item a:hover img {
    transform: scale(1.1);
  }
  .footer-nav h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #e7d3cc;
    margin-bottom: 30px;
    font-family: "DM Sans", sans-serif;
  }
  .footer-nav p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 18px;
  }
  .footer-top ul {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .footer-top ul li {
    font-size: 0;
  }
  .footer-top ul li a {
    display: inline-block;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
  }
  .footer-top ul li a:hover {
    color: #885574;
  }
  .footer-top form {
    position: relative;
  }
  .footer-top .form-group {
    position: relative;
  }
  .footer-top .formcontrol-wrapper {
    position: relative;
  }
  .footer-top form input {
    font-family: "DM Sans", sans-serif;
    width: 100%;
    border-radius: 0px;
    width: 100%;
    height: 48px;
    padding: 8px 16px;
    border: none;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #1a1c18;
  }
  .footer-top form input:focus {
    outline: none;
    box-shadow: none;
  }
  .footer-top form input::placeholder {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #98919d;
  }
  .footer-top form button {
    font-family: "DM Sans", sans-serif;
    background-color: #885574;
    width: 104px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f9f2f9;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    margin-top: 16px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
  }
  .footer-top form button:hover {
    color: #f9f2f9;
    background-color: #583349;
  }
  .footer-bottom {
    text-align: center;
    padding: 38px 14px 34px;
    background-color: #342d4f;
  }
  .footer-bottom p {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
  }

  /* Inner Banner Styles */
  .inner-banner-area {
    position: relative;
    height: 480px;
  }
  .inner-banner-image {
    height: 100%;
  }
  .inner-banner-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(30, 2, 51, 0.9);
    z-index: 1;
  }
  .inner-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .inner-banner-content {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
  }
  .inner-banner-content h1 {
    font-size: 48px;
    line-height: 54px;
    font-weight: 600;
    color: #f9f2f9;
    text-align: center;
    font-family: "Playfair Display", serif;
    margin-bottom: 30px;
  }
  .inner-banner-content p {
    max-width: 754px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    text-align: center;
  }

  /* Service Page Style */
  .service-container {
    position: relative;
  }
  .service-container .service-provide {
    padding-top: 60px;
  }
  .service-container .tab-area ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
  }
  .service-container .tab-area ul li a {
    display: inline-block;
    padding: 11px 17px;
    background-color: rgba(30, 2, 51, 0.1);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(52, 45, 79, 0.7);
    transition: all 0.5s ease-in-out;
  }
  .service-container .tab-area ul li.active a,
  .service-container .tab-area ul li:hover a {
    background-color: #1e0233;
    color: #fff;
  }
  .service-container .service-provide .row {
    gap: 32px 0;
  }
  .service-container .service-cont {
    background-color: #f9f2f9;
    min-height: 300px;
    padding: 32px;
    transition: all 0.5s ease-in-out;
  }
  .service-container .service-cont:hover {
    box-shadow: rgba(100, 100, 111, 0.3) 0px 10px 10px 4px;
  }
  .service-container .service-cont .image-content {
    width: auto;
    height: 310px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .service-container .service-cont .image-content img {
    width: 100%;
    object-fit: cover;
  }
  .service-container .service-cont h5 {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #885574;
    letter-spacing: 5px;
    margin-bottom: 4px;
  }
  .service-container .service-cont h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    color: #1e0233;
    font-family: "Playfair Display", serif;
    letter-spacing: 0px;
    margin-bottom: 16px;
  }
  .service-container .service-cont p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "DM Sans", sans-serif;
    color: #342d4f;
  }
  .service-container .btn-service {
    width: 119px;
    height: 45px;
    background-color: #885574;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    margin-top: 20px;
  }
  .service-container .btn-service:hover {
    background-color: #4b283d;
  }
  .service-container .contact-area {
    padding: 100px 0 165px;
  }
  .service-container .map-content {
    width: auto;
    height: 716px;
    overflow: hidden;
  }
  .service-container .map-content img {
    width: 100%;
    object-fit: cover;
  }
  .service-container .location-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    min-height: 228px;
    padding: 24px;
    padding-right: 64px;
    background-color: #f9f2f9;
    transition: all 0.5s ease-in-out;
  }
  .service-container .location-item:hover {
    background-color: #e7d3cc;
  }
  .service-container .location-item:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .location-info {
    width: calc(100% - 52px);
  }
  .service-container .location-item .serial-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #98919d;
    transition: all 0.5s ease-in-out;
  }
  .service-container .location-item:hover .serial-number {
    background-color: #f9f2f9;
  }
  .service-container .location-item .serial-number span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #f9f2f9;
    font-family: "DM Sans", sans-serif;
    transition: all 0.5s ease-in-out;
  }
  .service-container .location-item:hover .serial-number span {
    color: #1e0233;
  }
  .service-container .location-info h5 {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #1e0233;
    padding-top: 6px;
    margin-bottom: 16px;
  }
  .service-container .location-info p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #342d4f;
    margin-bottom: 24px;
  }
  .service-container .time-block {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .service-container .time-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .service-container .time-item p {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #885574;
    margin: 0;
  }

  /* About Page Style */
  .about-container .about-area {
    margin-top: 100px;
    padding: 80px 0;
    background-image: url(../images/about-top-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 1000px;
  }
  .about-container .owner-area {
    position: relative;
    z-index: 1;
  }
  .about-container .owner-area .owner-wrap {
    width: 461px;
    height: 764px;
    margin-left: auto;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.3) 0px 10px 10px 4px;
  }
  .about-container .owner-area .owner-wrap img {
    width: 100%;
    object-fit: cover;
  }
  .about-container .owner-area .owner-wrap:before {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 486px;
    height: 687px;
    background-color: #885574;
    z-index: -1;
  }
  .about-container .owner-area .plant-wrap {
    position: absolute;
    bottom: -108px;
    left: -14px;
    z-index: 2;
  }
  .about-container .owner-content {
    padding-top: 24px;
  }
  .about-container .owner-content h1 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    line-height: 64px;
    font-weight: 600;
    color: #1e0233;
    margin-bottom: 10px;
  }
  .about-container .owner-content h6 {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #885574;
    margin-bottom: 10px;
  }
  .about-container .owner-content p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #342d4f;
    margin: 30px 0;
  }
  .about-container .owner-content ul li {
    position: relative;
  }
  .about-container .owner-content ul li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    width: 12px;
    height: 12px;
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .about-container .owner-content ul li p {
    padding-left: 24px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #342d4f;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .about-container .owner-content .contact-block {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 40px 0;
  }
  .about-container .owner-content .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .about-container .owner-content .contact-item .image-content {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #c8a2c8;
  }
  .about-container .owner-content .contact-item .image-content img {
    width: 16px;
    object-fit: cover;
  }
  .about-container .owner-content .contact-item .image-content img.mail {
    width: 20px;
    object-fit: cover;
  }
  .about-container .owner-content .contact-item p {
    width: calc(100% - 46px);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #1e0233;
    margin: 0;
  }
  .about-container .awards-block h3 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #1e0233;
    margin-bottom: 20px;
  }
  .about-container .contact-info-block {
    background-color: #342d4f;
  }
  .about-container .contact-info-block .row .col-4:not(:first-of-type) {
    border-left: 1px solid #1e0233;
  }
  .about-container
    .contact-info-block
    .row
    .col-4:not(:first-of-type)
    .inner-info-item {
    padding-left: 36px;
  }
  .about-container .inner-info-item {
    padding: 30px 0px;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .about-container .info-content {
    width: calc(100% - 62px);
  }
  .about-container .info-content h5 {
    color: #f9f2f9;
    font-size: 18px;
    font-weight: 300;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 6px;
  }
  .about-container .info-content h6 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    word-break: break-all;
  }
  .about-container .icon-block {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f9f2f9;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-container .gallery-area {
    padding: 70px 0 0;
  }
  .about-container .gallery-area .row {
    gap: 32px 0;
  }
  .about-container .gallery-area .image-content {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .about-container .gallery-area .image-content:hover {
    box-shadow: rgba(100, 100, 111, 0.3) 0px 10px 10px 4px;
  }
  .about-container .gallery-area .image-content img {
    width: 100%;
    object-fit: cover;
  }
  .about-container .gallery-area .image-content:hover img {
    transform: scale(1);
  }

  .about-container .contact-area {
    padding: 70px 0 100px;
  }
  .about-container .map-content {
    width: auto;
    height: 716px;
    overflow: hidden;
  }
  .about-container .map-content img {
    width: 100%;
    object-fit: cover;
  }
  .about-container .location-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    min-height: 228px;
    padding: 24px;
    padding-right: 64px;
    background-color: #f9f2f9;
    transition: all 0.5s ease-in-out;
  }
  .about-container .location-item:hover {
    background-color: #e7d3cc;
  }
  .about-container .location-item:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .about-container .location-info {
    width: calc(100% - 52px);
  }
  .about-container .location-item .serial-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #98919d;
    transition: all 0.5s ease-in-out;
  }
  .about-container .location-item:hover .serial-number {
    background-color: #f9f2f9;
  }
  .about-container .location-item .serial-number span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #f9f2f9;
    font-family: "DM Sans", sans-serif;
    transition: all 0.5s ease-in-out;
  }
  .about-container .location-item:hover .serial-number span {
    color: #1e0233;
  }
  .about-container .location-info h5 {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #1e0233;
    padding-top: 6px;
    margin-bottom: 16px;
  }
  .about-container .location-info p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #342d4f;
    margin-bottom: 24px;
  }
  .about-container .time-block {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .about-container .time-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .about-container .time-item p {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #885574;
    margin: 0;
  }

  .about-container .client-area {
    padding: 50px 0 160px;
    background-color: #e7d3cc;
  }
  .about-container .client-cont {
    /*background-color: #f9f2f9;*/
    position: relative;
    /*min-height: 212px;*/     
    /*padding: 20px;*/
    transition: all 0.5s ease-in-out;
  }
   .about-container .client-cont iframe {    background-color: #f9f2f9;
    padding: 20px; width:100%; height:260px!important;}
  .about-container .client-cont:hover {
    box-shadow: rgba(100, 100, 111, 0.3) 0px 10px 10px 4px;
  }
  .about-container .client-cont p {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #342d4f;
    margin-bottom: 24px;
  }
  .about-container .client-cont .info-wrap {
    display: flex;
    align-items: center;
  }
  .about-container .client-cont .info-details {
    width: calc(100% - 48px);
  }
  .about-container .client-cont .image-content {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-container .client-cont h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    font-family: "DM Sans", sans-serif;
    color: #342d4f;
    letter-spacing: 0px;
    margin-bottom: 4px;
    text-align: left;
  }
  .about-container .client-cont h5 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    font-family: "DM Sans", sans-serif;
    color: #885574;
    text-align: left;
    margin-bottom: 0px;
  }
  .about-container .video-wrap video {
    width: 100%;
    height: 212px;
    object-fit: cover;
  }
  .about-container .btn-client {
    width: 231px;
    height: 45px;
    background-color: #885574;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    margin-top: 40px;
  }
  .about-container .btn-client:hover {
    background-color: #4b283d;
  }

  /* Contact Us Page Styles */
  .contact-container .contact-upper-block {
    background-image: url(../images/contact-layer.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    min-height: 700px;
    margin-top: 70px;
    padding-top: 60px;
  }
  .contact-container .contact-photo {
    width: 630px;
  }
  .contact-container .contact-photo img {
    width: 100%;
  }
  .contact-container .form-block {
    background-color: #885574;
    padding: 36px 30px 30px;
    width: 88%;
    box-shadow: 0px 7px 10px 2px rgba(0, 0, 0, 0.3);
  }
  .contact-container .form-block h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 28px;
    text-align: center;
  }
  .contact-container .contact-form-group {
    position: relative;
    margin-bottom: 18px;
  }
  .contact-container .contact-form-group label {
    display: block;
    color: #f9f2f9;
    font-size: 12px;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 6px;
  }
  .contact-container .contact-form-group .formcontrol {
    height: 48px;
    width: 100%;
    border: none;
    background-color: #fff;
    color: #342d4f;
    font-size: 14px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    padding: 6px 14px;
  }
  .contact-container .contact-form-group select.formcontrol {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/icons/icon-select-dropdown.svg);
    background-repeat: no-repeat;
    background-position: 90% 21px;
  }
  .contact-container .contact-form-group select.formcontrol.full-control {
    background-position: 96% 21px;
  }
  .contact-container .contact-form-group .formcontrol:focus {
    outline: none;
  }
  .contact-container .contact-form-group .formcontrol::placeholder {
    color: #98919d;
    font-size: 14px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
  }
  .contact-container .contact-form-group .formcontrol::-webkit-placeholder {
    color: #98919d;
    font-size: 14px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
  }
  .contact-container .contact-form-group .formcontrol::-moz-placeholder {
    color: #98919d;
    font-size: 14px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
  }
  .contact-container .contact-form-group .formcontrol::-ms-placeholder {
    color: #98919d;
    font-size: 14px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
  }
  .contact-container .combind-group {
    display: flex;
  }
  .contact-container .combind-group .contact-select-block {
    width: 64px;
  }
  .contact-container .combind-group .contact-select-block select {
    padding-right: 2px !important;
  }
  .contact-container .combind-group .contact-input-block {
    width: calc(100% - 60px);
    position: relative;
  }
  .contact-container .combind-group .contact-input-block::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
    width: 1px;
    height: 24px;
    background-color: #98919d;
  }
  .contact-container .contact-button-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .contact-container .contact-button-block .btn-contact {
    width: 100%;
    height: 45px;
    background-color: #1e0233;
    color: #f9f2f9;
    font-size: 16px;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }
  .contact-container .contact-button-block .btn-contact:hover {
    background-color: #342d4f;
  }
  .contact-container .contact-info-block {
    background-color: #342d4f;
  }
  .contact-container .contact-info-block .row .col-4:not(:first-of-type) {
    border-left: 1px solid #1e0233;
  }
  .contact-container
    .contact-info-block
    .row
    .col-4:not(:first-of-type)
    .inner-info-item {
    padding-left: 36px;
  }
  .contact-container .inner-info-item {
    padding: 30px 0px;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .contact-container .info-content {
    width: calc(100% - 62px);
  }
  .contact-container .info-content h5 {
    color: #f9f2f9;
    font-size: 18px;
    font-weight: 300;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 6px;
  }
  .contact-container .info-content h6 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    word-break: break-all;
  }
  .contact-container .icon-block {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f9f2f9;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-container .contact-area {
    padding: 72px 0 165px;
  }
  .contact-container .map-content {
    width: auto;
    height: 716px;
    overflow: hidden;
  }
  .contact-container .map-content img {
    width: 100%;
    object-fit: cover;
  }
  .contact-container .location-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    min-height: 228px;
    padding: 24px;
    padding-right: 64px;
    background-color: #f9f2f9;
    transition: all 0.5s ease-in-out;
  }
  .contact-container .location-item:hover {
    background-color: #e7d3cc;
  }
  .contact-container .location-item:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .location-info {
    width: calc(100% - 52px);
  }
  .contact-container .location-item .serial-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #98919d;
    transition: all 0.5s ease-in-out;
  }
  .contact-container .location-item:hover .serial-number {
    background-color: #f9f2f9;
  }
  .contact-container .location-item .serial-number span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #f9f2f9;
    font-family: "DM Sans", sans-serif;
    transition: all 0.5s ease-in-out;
  }
  .contact-container .location-item:hover .serial-number span {
    color: #1e0233;
  }
  .contact-container .location-info h5 {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #1e0233;
    padding-top: 6px;
    margin-bottom: 16px;
  }
  .contact-container .location-info p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #342d4f;
    margin-bottom: 24px;
  }
  .contact-container .time-block {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .contact-container .time-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .contact-container .time-item p {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #885574;
    margin: 0;
  }

  /* Service Details Page Style */
  .service-details-container .service-deatils-wrap {
    padding-top: 70px;
  }
  .service-details-container .service-deatils-wrap h2 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    line-height: 54px;
    font-weight: 600;
    color: #1e0233;
    margin-bottom: 50px;
  }
  .service-details-container .service-deatils-wrap h3 {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    color: #1e0233;
    margin-bottom: 45px;
  }
  .service-details-container .service-deatils-wrap p {
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    line-height: 45px;
    font-weight: 400;
    color: #342d4f;
    margin-bottom: 45px;
  }
  .service-details-container ul {
    margin-bottom: 45px;
  }
  .service-details-container ul li {
    position: relative;
    padding-left: 50px;
  }
  .service-details-container ul li:before {
    content: "";
    position: absolute;
    top: 19px;
    left: 19px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #342d4f;
  }
  .service-details-container ul li p {
    margin-bottom: 4px !important;
  }
  .service-details-container .service-deatils-wrap img {
    margin-bottom: 30px;
  }
  .service-details-container .service-result {
    padding: 70px 0 160px;
  }
  .service-details-container .service-result .row {
    gap: 32px 0;
  }
  .service-details-container .service-cont {
    background-color: #f9f2f9;
    min-height: 400px;
    text-align: center;
    transition: all 0.5s ease-in-out;
  }
  .service-details-container .service-cont:hover {
    box-shadow: rgba(100, 100, 111, 0.3) 0px 10px 10px 4px;
  }
  .service-details-container .service-cont .image-content {
    width: auto;
    height: 227px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .service-details-container .service-cont .image-content img {
    width: 100%;
    object-fit: cover;
  }
  .service-details-container .service-cont h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #1e0233;
    font-family: "Playfair Display", serif;
    letter-spacing: 0px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .service-details-container .service-cont p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "DM Sans", sans-serif;
    color: #342d4f;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .service-details-container .btn-client {
    width: 231px;
    height: 45px;
    background-color: #885574;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    margin-top: 40px;
  }
  .service-details-container .btn-client:hover {
    background-color: #4b283d;
  }

  /* Gallery Styles */
  .gallery-container .filter-button-area {
    margin: 60px 0 35px;
  }
  .gallery-container .filter-buttons {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-container .filter-button {
    background-color: #e8e6eb;
    border: none;
    color: #6a657e;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
  }
  .gallery-container .filter-button:hover {
    background-color: #3f4047;
    color: white;
  }
  .gallery-container .cards-container {
    padding-bottom: 130px;
  }
  .gallery-container .card {
    width: 100%;
    margin-bottom: 35px;
    background-color: #f9f2f9;
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
  }
  .gallery-container .card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  .gallery-container .card-header {
    height: 228px;
    overflow: hidden;
    border-radius: 0;
    padding: 0;
  }
  .gallery-container .card-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gallery-container .card-body {
    text-align: center;
    padding: 25px 20px;
  }
  .gallery-container .card-body h5 {
    font-family: "Playfair Display", serif;
    color: #1e0233;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .gallery-container .card-body p {
    font-family: "DM Sans", sans-serif;
    color: #342d4f;
    font-size: 16px;
    font-weight: 400;
  }

  /* Blog Styles */
  .blog-container .cards-container {
    padding: 70px 0px 130px;
  }
  .blog-container .card {
    width: 100%;
    margin-bottom: 35px;
    background-color: #f9f2f9;
    border: none;
    border-radius: 0;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
  }
  .blog-container .card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  .blog-container .card-header {
    height: 228px;
    overflow: hidden;
    border-radius: 0;
    padding: 0;
  }
  .blog-container .card-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .blog-container .card-body {
    text-align: center;
    padding: 25px 20px;
  }
  .blog-container .card-body h5 {
    font-family: "Playfair Display", serif;
    color: #1e0233;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .blog-container .card-body h6 {
    font-family: "DM Sans", sans-serif;
    color: #885574;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .blog-container .card-body p {
    font-family: "DM Sans", sans-serif;
    color: #342d4f;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    padding: 0px 25px;
  }

  /* Blog Details Page Style */
  .blog-details-container .blog-deatils-wrap {
    padding-top: 70px;
    padding-bottom: 25px;
  }
  .blog-details-container .blog-deatils-wrap .photo-top {
    margin-bottom: 35px;
  }
  .blog-details-container .blog-deatils-wrap .photo-top img {
    margin: 0;
    width: 100%;
  }
  .blog-details-container .blog-deatils-wrap h2 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    line-height: 54px;
    font-weight: 600;
    color: #1e0233;
    margin-bottom: 50px;
  }
  .blog-details-container .blog-deatils-wrap h3 {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    color: #1e0233;
    margin-bottom: 40px;
  }
  .blog-details-container .blog-deatils-wrap p {
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    line-height: 45px;
    font-weight: 400;
    color: #342d4f;
    margin-bottom: 45px;
  }
  .blog-details-container ul {
    margin-bottom: 45px;
  }
  .blog-details-container ul li {
    position: relative;
    padding-left: 50px;
  }
  .blog-details-container ul li:before {
    content: "";
    position: absolute;
    top: 19px;
    left: 19px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #342d4f;
  }
  .blog-details-container ul li p {
    margin-bottom: 4px !important;
  }
  .blog-details-container .blog-deatils-wrap img {
    margin-bottom: 30px;
  }
  .blog-details-container .blog-result {
    padding: 55px 0 160px;
    background-color: #e7d3cc;
  }
  .blog-details-container .blog-result .row {
    gap: 32px 0;
    padding-top: 20px;
  }
  .blog-details-container .blog-cont {
    background-color: #f9f2f9;
    text-align: center;
    padding-bottom: 30px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  .blog-details-container .blog-cont .image-content {
    width: auto;
    height: 290px;
    overflow: hidden;
    margin-bottom: 24px;
  }
  .blog-details-container .blog-cont .image-content img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 0;
  }
  .blog-details-container .blog-cont:hover .image-content img {
    transform: scale(1.1);
  }
  .blog-details-container .blog-cont h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #1e0233;
    font-family: "Playfair Display", serif;
    letter-spacing: 0px;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .blog-details-container .blog-cont h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #885574;
    font-family: "DM Sans", sans-serif;
    letter-spacing: 0px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .blog-details-container .blog-cont p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    font-family: "DM Sans", sans-serif;
    color: #342d4f;
    padding: 0 20px;
  }

  /* Sergical Grid */
  @media only screen and (min-width: 320px) {
    .surgical-grid-wrapper {
      padding-left: 20px;
      padding-right: 20px;
    }
    .surgical-details .swiper-button-next,
    .surgical-details .swiper-button-prev {
      opacity: 0;
    }
  }
  @media only screen and (min-width: 768px) {
    .surgical-grid-wrapper {
      padding-left: 20px;
      padding-right: 20px;
    }
    .surgical-details .swiper-button-next,
    .surgical-details .swiper-button-prev {
      opacity: 1;
    }
  }
  @media only screen and (min-width: 992px) {
    .surgical-grid-wrapper {
      padding-left: calc((100vw - 960px) / 2);
      padding-right: 0px;
    }
  }
  @media only screen and (min-width: 1200px) {
    .surgical-grid-wrapper {
      padding-left: calc((100vw - 1140px) / 2);
      padding-right: 0px;
    }
  }
  @media only screen and (min-width: 1400px) {
    .surgical-grid-wrapper {
      padding-left: calc((100vw - 1320px) / 2);
      padding-right: 0px;
    }
  }
