:root {
    --primary-color: #7209b7;
    --primary-light: #f3e5f9;
    --primary-dark: #4c0677;
    --secondary-color: #2c5282;
    --secondary-light: #bee3f8;
    --tertiary-color: #ed8936;
    --tertiary-light: #fbd38d;
    --accent-color: #e53e3e;
    --accent-light: #fed7d7;
    --neutral-color: #a0aec0;
    --neutral-light: #f7fafc;
    --info-color: #3182ce;
    --warning-color: #d69e2e;
    --success-color: #38a169
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: -webkit-system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: var(--primary-dark);
    font-size: 16px
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 700;
    margin-bottom: 1rem
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease
}

ul {
    list-style: none
}

img {
    max-width: 100%;
    height: auto
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.align-items-center {
    align-items: center
}

.justify-content-center {
    justify-content: center
}

.text-center {
    text-align: center
}

.col-xl-3, .col-lg-2, .col-lg-3, .col-xl-6, .col-lg-7, .col-md-6, .col-md-7, .col-12 {
    position: relative;
    width: 100%;
    padding: 0 15px
}

.col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.d-none {
    display: none !important
}

.d-lg-block {
    display: block !important
}

.d-block {
    display: block !important
}

@media (max-width: 991.98px) {
    .d-lg-none {
        display: none !important
    }
    
    .d-lg-block {
        display: none !important
    }
}

@media (max-width: 767.98px) {
    .col-xl-3, .col-lg-2, .col-lg-3, .col-xl-6, .col-lg-7, .col-md-6, .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.header-area {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(114, 9, 183, 0.2)
}

.header-area .main-header-area {
  padding: 0 160px
}

@media (max-width: 767px) {
  .header-area .main-header-area {
    padding: 12px 12px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area {
    padding: 12px 12px
  }
}

.header-area .main-header-area .logo-img {
  text-align: center
}

@media (max-width: 767px) {
  .header-area .main-header-area .logo-img {
    text-align: left
  }
}

.header-area .main-header-area .logo-img img {
  max-width: 100%;
  height: 45px
}

@media (max-width: 767px) {
  .header-area .main-header-area .logo-img img {
    width: 75px
  }
}

.header-area .main-header-area .book_room {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.header-area .main-header-area .book_room .book_btn {
  margin-left: 16px
}

.header-area .main-header-area .book_room .book_btn a {
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  padding: 13px 28px;
  font-size: 19px;
  font-weight: 420;
  border: 1px solid var(--primary-color);
  color: #fff;
  border-radius: 32px;
  box-shadow: 0 6px 20px rgba(114, 9, 183, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

.header-area .main-header-area .book_room .book_btn a:hover {
  background: var(--accent-color);
  color: #fff;
  border: 1px solid var(--accent-color);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(114, 9, 183, 0.4)
}

.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin-right: 48px
}

.header-area .main-header-area .main-menu ul li a {
  color: #fff;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 420;
  display: inline-block;
  padding: 12px 20px;
  position: relative;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 15px rgba(114, 9, 183, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

.header-area .main-header-area .main-menu ul li a::before {
  position: absolute;
  content: "";
  background: var(--primary-color);
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  transition: 0.35s
}

.header-area .main-header-area .main-menu ul li a:hover::before,
.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1)
}

.header-area .main-header-area .main-menu ul li a:hover,
.header-area .main-header-area .main-menu ul li a.active {
  color: var(--primary-color);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 25px rgba(114, 9, 183, 0.3);
  transform: translateY(-2px)
}

.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 145%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  width: 205px;
  z-index: 2;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: 0.65s;
  border-radius: 12px
}

.header-area .main-header-area .main-menu ul li .submenu li {
  display: block
}

.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 12px 16px;
  position: inherit;
  transition: 0.35s;
  display: block;
  color: var(--primary-dark);
  background: transparent;
  box-shadow: none;
  border-radius: 8px;
  margin: 5px
}

.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none
}

.header-area .main-header-area .main-menu ul li .submenu li a:hover {
  background: var(--primary-light);
  color: var(--primary-color);
  transform: translateX(5px)
}

.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%
}

.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 9
}

.ftco-blocks-cover-1 .site-section-cover {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.site-section-cover, .site-section-cover .container > .row {
  height: calc(95vh - 180px);
  min-height: 690px
}

@media (max-width: 991.98px) {
  .site-section-cover, .site-section-cover .container > .row {
    height: calc(72vh - 180px);
    min-height: 620px
  }
}

.site-section-cover.overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(114, 9, 183, 0.7), rgba(76, 6, 119, 0.5));
  z-index: 1
}

.site-section-cover, .site-section-cover .container {
  position: relative;
  z-index: 2
}

.site-section-cover h1 {
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.1;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #fff, var(--primary-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

@media (max-width: 991.98px) {
  .site-section-cover h1 {
    font-size: 2.2rem
  }
}

.site-section-cover p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2)
}

.btn {
  border-radius: 32px;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .22rem;
  padding: 12px 22px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.btn.btn-primary {
  background: linear-gradient(135deg, var(--accent-color), var(--tertiary-color));
  border-color: var(--accent-color);
  color: #fff;
  box-shadow: 0 8px 25px rgba(229, 62, 62, 0.4)
}

.btn.btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(229, 62, 62, 0.5);
  filter: brightness(1.1)
}

.mb-3 {
  margin-bottom: 1rem !important
}

.footer-area {
    background: linear-gradient(135deg, var(--primary-dark), #2d1b69);
    padding-top: 85px;
    padding-bottom: 85px;
    position: relative
}

.footer-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color), var(--tertiary-color))
}

.footer_title {
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px
}

.footer_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color))
}

.single-footer-widget p {
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 25px
}

.ab_wd p {
    max-width: 240px
}

.contact_wd {
    margin-right: -16px
}

.contact_wd p {
    margin-bottom: 16px
}

.contact_wd a {
    display: block;
    color: var(--accent-color);
    font-size: 25px;
    font-weight: 520;
    margin-bottom: 11px;
    text-decoration: none;
    transition: all 0.3s ease
}

.contact_wd a + a {
    margin-bottom: 0px
}

.contact_wd a:hover {
    color: #fff;
    transform: translateX(5px)
}

.tp_widgets .list li {
    margin-bottom: 13px
}

.tp_widgets .list li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: normal;
    transition: all 300ms linear;
    text-decoration: none
}

.tp_widgets .list li:last-child {
    margin-bottom: 0px
}

.tp_widgets .list li:hover a {
    color: var(--primary-color);
    transform: translateX(8px)
}

.news_widget {
    padding-left: 16px
}

.news_widget p {
    font-size: 15px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 16px
}

.news_widget .input-group {
    display: flex;
    border-radius: 25px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2)
}

.news_widget .input-group input {
    height: 42px;
    background: transparent;
    border-radius: 0px;
    width: 80%;
    border: none;
    padding: 0px 16px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    outline: none;
    box-shadow: none;
    flex: 1
}

.news_widget .input-group input::placeholder {
    color: rgba(255, 255, 255, 0.6)
}

.news_widget .input-group .sub-btn {
    border-radius: 0px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    outline: none !important;
    box-shadow: none !important;
    padding: 0px;
    width: 44px;
    cursor: pointer;
    color: #fff;
    height: 42px;
    border: none;
    transition: all 0.3s ease
}

.news_widget .input-group .sub-btn:hover {
    background: linear-gradient(135deg, var(--accent-color), var(--primary-color));
    transform: scale(1.05)
}

.border_line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    margin: 32px 0
}

.footer-top {
    margin-bottom: 50px
}

.footer-bottom {
    padding-top: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer-bottom .footer-text {
    color: rgba(255, 255, 255, 0.7);
    opacity: .65;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 32px
}

.footer-bottom .footer-text i {
    color: var(--accent-color);
    opacity: 1
}

.footer-bottom .footer-text a {
    color: var(--accent-color);
    opacity: 1;
    text-decoration: none
}

.footer-bottom .footer-social {
    text-align: right;
    display: flex;
    gap: 25px
}

.footer-bottom .footer-social a {
    font-size: 15px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 300ms linear 0s;
    text-decoration: none
}

.footer-bottom .footer-social a:hover {
    color: var(--primary-color)
}

@media (max-width: 768px) {
    .footer-top {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center
    }
    
    .footer-bottom .footer-social {
        justify-content: center;
        flex-wrap: wrap
    }
    
    .footer-area {
        padding: 50px 0 25px
    }
}

.pet_care_section {
  padding-top: 73px;
  padding-bottom: 24px;
  background: linear-gradient(135deg, var(--primary-light), rgba(255, 255, 255, 0.8));
  position: relative
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px
}

.align-items-center {
  align-items: center
}

.col-lg-5, .col-lg-6, .col-md-6 {
  position: relative;
  width: 100%;
  padding: 0 15px
}

.col-lg-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%
}

@media (max-width: 991.98px) {
  .col-lg-5, .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (max-width: 767.98px) {
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

.pet_care_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 70%, rgba(114, 9, 183, 0.05), transparent 50%);
  pointer-events: none
}

.pet_care_section .pet_image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(114, 9, 183, 0.2);
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.1)
}

.pet_care_section .pet_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(114, 9, 183, 0.1), transparent);
  z-index: 1
}

.pet_care_section .pet_image img {
  width: 100%;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 0
}

.pet_care_section .pet_image:hover img {
  transform: scale(1.05);
  filter: brightness(1.1)
}

.pet_care_section .pet_content {
  position: relative;
  z-index: 2
}

.pet_care_section .pet_content .section_header p {
  color: #66666f;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 54px;
  margin-top: 30px;
  text-align: justify;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(114, 9, 183, 0.1)
}

.section_header h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: var(--primary-dark);
  margin-bottom: 20px
}

.section_header h3 span {
  font-weight: 300;
  color: var(--primary-color);
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.boxed-button3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 17px 55px;
  display: inline-block;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  box-shadow: 0 8px 25px rgba(114, 9, 183, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
  overflow: hidden
}

.boxed-button3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s
}

.boxed-button3:hover::before {
  left: 100%
}

.boxed-button3:hover {
  background: linear-gradient(135deg, var(--accent-color), var(--tertiary-color));
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(114, 9, 183, 0.4)
}

.offset-lg-1 {
  margin-left: 8.333333%
}

@media (max-width: 991.98px) {
  .offset-lg-1 {
    margin-left: 0
  }
}

@media (max-width: 767px) {
  .pet_care_section {
    padding-top: 40px;
    padding-bottom: 40px
  }
  .section_header h3 {
    font-size: 27px;
    line-height: 33px
  }
  .pet_care_section .pet_content .section_header p {
    padding: 20px;
    margin-bottom: 35px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section_header h3 {
    font-size: 32px;
    line-height: 40px
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .section_header h3 {
    font-size: 33px;
    line-height: 40px
  }
}

.team_section {
  padding-bottom: 95px;
  padding-top: 120px;
  background: linear-gradient(135deg, rgba(243, 229, 249, 0.3), rgba(255, 255, 255, 0.9));
  position: relative
}

.team_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 70% 30%, rgba(114, 9, 183, 0.08), transparent 60%);
  pointer-events: none
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px
}

.justify-content-center {
  justify-content: center
}

.text-center {
  text-align: center
}

.col-lg-6, .col-lg-8, .col-lg-3, .col-md-10, .col-md-6 {
  position: relative;
  width: 100%;
  padding: 0 15px
}

.col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-lg-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-md-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%
}

@media (max-width: 991.98px) {
  .col-lg-6, .col-lg-8, .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (max-width: 767.98px) {
  .col-md-10, .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

.team_image_wrapper {
  margin-bottom: 60px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(114, 9, 183, 0.15);
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px)
}

.team_image_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(114, 9, 183, 0.1), transparent 50%);
  z-index: 1;
  transition: all 0.4s ease
}

.team_image_wrapper:hover::before {
  background: linear-gradient(135deg, rgba(114, 9, 183, 0.05), transparent 60%)
}

.team_image_wrapper img {
  width: 100%;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.team_image_wrapper:hover img {
  transform: scale(1.02);
  filter: brightness(1.05)
}

.team_section .team_member {
  margin-bottom: 28px
}

.team_section .team_member .member_details {
  position: relative;
  transform: translateY(-18px);
  transition: 0.35s
}

.team_section .team_member .member_details .member_content {
  border-radius: 15px;
  display: inline-block;
  padding: 20px 35px 15px 35px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  box-shadow: 0 15px 35px rgba(114, 9, 183, 0.12);
  border: 1px solid rgba(114, 9, 183, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

.team_section .team_member .member_details .member_content h4 {
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 8px;
  font-size: 18px
}

.team_section .team_member .member_details .member_content p {
  font-size: 13px;
  color: #787a7b;
  font-weight: 400;
  margin-bottom: 0
}

.team_section .team_member:hover .member_details {
  transform: translateY(-25px)
}

.team_section .team_member:hover .member_details .member_content {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 45px rgba(114, 9, 183, 0.18);
  border-color: var(--primary-color)
}

.section_header h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: var(--primary-dark);
  margin-bottom: 25px;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.section_header p {
  font-size: 15px;
  line-height: 28px;
  color: #8e8f91;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto
}

.mb-90 {
  margin-bottom: 88px
}

@media (max-width: 767px) {
  .team_section {
    padding-bottom: 55px;
    padding-top: 48px
  }
  .section_header h3 {
    font-size: 26px;
    line-height: 32px
  }
  .mb-90 {
    margin-bottom: 38px
  }
  .team_image_wrapper {
    margin-bottom: 40px
  }
  .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .team_section {
    padding-bottom: 95px;
    padding-top: 48px
  }
  .section_header h3 {
    font-size: 31px;
    line-height: 39px
  }
  .mb-90 {
    margin-bottom: 38px
  }
  .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%
  }
}

.section-3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 6.5rem 0
}

.section-3 > .container {
  z-index: 2;
  position: relative
}

.section-3:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(135deg, rgba(114, 9, 183, 0.7), rgba(76, 6, 119, 0.5))
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px
}

.justify-content-center {
  justify-content: center
}

.text-center {
  text-align: center
}

.col-8, .col-lg-6, .col-md-6 {
  position: relative;
  width: 100%;
  padding: 0 15px
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%
}

@media (max-width: 991.98px) {
  .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (max-width: 767.98px) {
  .col-8, .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

.text-white {
  color: #fff !important
}

.lead {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.7
}

.mb-5 {
  margin-bottom: 3.2rem !important
}

.mb-4 {
  margin-bottom: 1.8rem !important
}

.scissors {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 32px;
  font-size: 3.2rem;
  color: #fff;
  background: linear-gradient(135deg, #fff, var(--primary-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

@media (max-width: 991.98px) {
  .scissors {
    font-size: 2.1rem
  }
}

.scissors:after {
  bottom: 0;
  left: 0;
  font-size: 24px;
  content: "✂";
  position: absolute;
  color: #d0d0d0
}

.scissors.primary-color-icon:after {
  color: var(--accent-color)
}

.scissors.text-center:after {
  left: 50%;
  transform: translateX(-50%)
}

.service-1 {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 40px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%
}

.service-1:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(114, 9, 183, 0.3)
}

.service-1 .service-1-contents h3, .service-1 .service-1-contents p {
  color: #fff
}

.service-1 .service-1-contents h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 700;
  background: linear-gradient(135deg, #fff, var(--primary-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.service-1 .service-1-contents p {
  line-height: 1.7;
  font-size: 15px;
  text-align: justify
}

@media (max-width: 767px) {
  .section-3 {
    padding: 3.5rem 0
  }
  
  .service-1 {
    padding: 30px 20px;
    margin-bottom: 20px
  }
  
  .service-1 .service-1-contents p {
    text-align: center
  }
}

.team_section {
  padding-bottom: 95px;
  padding-top: 120px;
  background: linear-gradient(135deg, rgba(243, 229, 249, 0.3), rgba(255, 255, 255, 0.9));
  position: relative
}

.team_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 70% 30%, rgba(114, 9, 183, 0.08), transparent 60%);
  pointer-events: none
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px
}

.justify-content-center {
  justify-content: center
}

.text-center {
  text-align: center
}

.col-lg-6, .col-lg-4, .col-md-10, .col-md-6 {
  position: relative;
  width: 100%;
  padding: 0 15px
}

.col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-lg-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-md-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%
}

@media (max-width: 991.98px) {
  .col-lg-6, .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (max-width: 767.98px) {
  .col-md-10, .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

.team_section .team_member {
  margin-bottom: 28px
}

.team_section .team_member .member_thumb {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(114, 9, 183, 0.15);
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px)
}

.team_section .team_member .member_thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(114, 9, 183, 0.1), transparent 50%);
  z-index: 1;
  transition: all 0.4s ease
}

.team_section .team_member .member_thumb img {
  width: 100%;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.team_section .team_member:hover .member_thumb img {
  transform: scale(1.05);
  filter: brightness(1.1)
}

.team_section .team_member .member_details {
  position: relative;
  transform: translateY(-18px);
  transition: 0.35s
}

.team_section .team_member .member_details .member_content {
  border-radius: 15px;
  display: inline-block;
  padding: 15px 38px 10px 38px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  box-shadow: 0 15px 35px rgba(114, 9, 183, 0.12);
  border: 1px solid rgba(114, 9, 183, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

.team_section .team_member .member_details .member_content h4 {
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 8px;
  font-size: 18px
}

.team_section .team_member .member_details .member_content p {
  font-size: 13px;
  color: #787a7b;
  font-weight: 400;
  margin-bottom: 0
}

.team_section .team_member:hover .member_details {
  transform: translateY(-23px)
}

.team_section .team_member:hover .member_details .member_content {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 45px rgba(114, 9, 183, 0.18);
  border-color: var(--primary-color)
}

.section_header h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: var(--primary-dark);
  margin-bottom: 25px;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.section_header p {
  font-size: 15px;
  line-height: 28px;
  color: #8e8f91;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto
}

.mb-90 {
  margin-bottom: 88px
}

@media (max-width: 767px) {
  .team_section {
    padding-bottom: 55px;
    padding-top: 48px
  }
  .section_header h3 {
    font-size: 26px;
    line-height: 32px
  }
  .mb-90 {
    margin-bottom: 38px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .team_section {
    padding-bottom: 95px;
    padding-top: 48px
  }
  .section_header h3 {
    font-size: 31px;
    line-height: 39px
  }
  .mb-90 {
    margin-bottom: 38px
  }
}

.site-section {
  padding: 6.5rem 0
}

@media (max-width: 991.98px) {
  .site-section {
    padding: 3.5rem 0;
  }
}

.bg-light {
  background-color: #f2f3f8 !important
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px
}

.justify-content-center {
  justify-content: center !important
}

.text-center {
  text-align: center !important
}

.col-md-7, .col-md-6, .col-lg-4 {
  position: relative;
  width: 100%;
  padding: 0 15px
}

.col-md-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-lg-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

@media (max-width: 991.98px) {
  .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (max-width: 767.98px) {
  .col-md-7, .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

.block-heading-1 span {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .12em;
  font-weight: bold;
  color: #a5a5a5
}

.block-heading-1 h2 {
  font-size: 3.2rem;
  color: var(--primary-color);
  margin-bottom: 20px
}

.block-heading-1 p {
  color: #8e8f91;
  line-height: 1.6;
  font-size: 16px
}

.pricing {
  background: #fff;
  padding: 35px;
  border-radius: 4px;
  box-shadow: 0 8px 25px rgba(114, 9, 183, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(114, 9, 183, 0.1)
}

.pricing:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(114, 9, 183, 0.15)
}

.pricing .price > span {
  color: #bbb
}

.pricing .price > span > span {
  font-size: 3.2rem;
  color: var(--primary-color);
  font-weight: 700
}

.pricing ul li {
  margin-bottom: 22px
}

.ul-check {
  margin-bottom: 55px
}

.ul-check li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 18px;
  line-height: 1.6
}

.ul-check li:before {
  left: 0;
  font-size: 22px;
  top: -.35rem;
  content: "✓";
  position: absolute;
  font-weight: bold
}

.ul-check.success li:before {
  color: var(--success-color)
}

.ul-check li.remove:before {
  content: "✗";
  color: var(--warning-color)
}

.mb-4 {
  margin-bottom: 1.8rem !important
}

.mb-5 {
  margin-bottom: 3.2rem !important
}

.mb-lg-0 {
  margin-bottom: 0 !important
}

.text-black {
  color: var(--primary-dark) !important;
  font-weight: 600
}

.btn {
  padding: 9px 22px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  border: none;
  cursor: pointer
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  color: #fff;
  box-shadow: 0 6px 20px rgba(114, 9, 183, 0.3)
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--accent-color), var(--tertiary-color));
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(114, 9, 183, 0.4)
}

.btn-secondary {
  background: linear-gradient(135deg, var(--neutral-color), #6c757d);
  color: #fff;
  box-shadow: 0 6px 20px rgba(108, 117, 125, 0.3)
}

.btn-secondary:hover {
  background: linear-gradient(135deg, #6c757d, var(--primary-color));
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(108, 117, 125, 0.4)
}

.btn-md {
  padding: 9px 22px
}

.text-white {
  color: #fff !important
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.site-section {
  padding: 2.5em 0
}

@media (min-width: 768px) {
  .site-section {
    padding: 5em 0;
  }
}

.text-section {
  background-color: #fff
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.justify-content-center {
  justify-content: center !important
}

.col-md-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
}

.text-center {
  text-align: center !important
}

.text-black {
  color: #000 !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: var(--primary-dark)
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 2rem
  }
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  color: #6c757d;
  line-height: 1.6
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.7;
  color: #555;
  font-size: 1.1rem;
  text-align: justify
}

@media (max-width: 767.98px) {
  p {
    font-size: 1rem;
    text-align: left
  }
  
  .lead {
    font-size: 1.1rem
  }
}

.text-section.bg-light {
  background-color: #f8f9fa !important
}

.text-section.bg-dark {
  background-color: #343a40 !important
}

.text-section.bg-dark h2,
.text-section.bg-dark .lead,
.text-section.bg-dark p {
  color: #fff !important
}

.text-section.bg-primary {
  background-color: var(--primary-color) !important
}

.text-section.bg-primary h2,
.text-section.bg-primary .lead,
.text-section.bg-primary p {
  color: #fff !important
}

.main-section {
  padding: 7.5rem 0
}

@media (max-width: 991.98px) {
  .main-section {
    padding: 3.5rem 0;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.align-items-center {
  align-items: center
}

.col-md-6, .col-md-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-md-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

@media (max-width: 767.98px) {
  .col-md-6, .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

.serif {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: var(--primary-dark);
  font-weight: 700
}

.img-responsive {
  max-width: 100%;
  height: auto
}

.rounded-lg {
  border-radius: 0.5rem !important;
  box-shadow: 0 8px 25px rgba(114, 9, 183, 0.15);
  transition: all 0.3s ease
}

.rounded-lg:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 35px rgba(114, 9, 183, 0.2)
}

.btn {
  border-radius: 35px;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  padding: 12px 22px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block
}

.btn-main {
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  border-color: var(--primary-color);
  color: #fff;
  box-shadow: 0 6px 20px rgba(114, 9, 183, 0.3)
}

.btn-main:hover {
  background: linear-gradient(135deg, var(--accent-color), var(--tertiary-color));
  border-color: var(--accent-color);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(114, 9, 183, 0.4)
}

.mb-3 {
  margin-bottom: 1.8rem !important
}

.mb-4 {
  margin-bottom: 2.8rem !important
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.9;
  color: #555;
  text-align: justify;
  font-size: 1.05rem
}

@media (max-width: 767.98px) {
  p {
    text-align: left;
    font-size: 1rem
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !important
  }
}

.ml-auto {
  margin-left: auto !important
}

.contact-wrapper {
  padding: 140px 0 110px
}

@media (max-width: 991px) {
  .contact-wrapper {
    padding: 75px 0 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-wrapper {
    padding: 85px 0 55px
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px
}

.col-12, .col-lg-8, .col-lg-4, .col-sm-6 {
  position: relative;
  width: 100%;
  padding: 0 15px
}

.col-lg-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-lg-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%
}

@media (max-width: 991.98px) {
  .col-lg-8, .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (max-width: 575.98px) {
  .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

.contact-wrapper {
  padding: 140px 0 110px
}

@media (max-width: 991px) {
  .contact-wrapper {
    padding: 75px 0 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-wrapper {
    padding: 85px 0 55px
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px
}

.col-12, .col-lg-8, .col-lg-4, .col-sm-6 {
  position: relative;
  width: 100%;
  padding: 0 15px
}

.col-lg-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-lg-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%
}

@media (max-width: 991.98px) {
  .col-lg-8, .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (max-width: 575.98px) {
  .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

.contact-header {
  font-size: 29px;
  font-weight: 620;
  margin-bottom: 22px
}

.form-contact .form-group {
  margin-bottom: 32px
}

.form-contact .form-control {
  border: 1px solid #e3e4e7;
  border-radius: 0px;
  height: 50px;
  padding-left: 20px;
  font-size: 14px;
  background: transparent
}

.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none
}

.form-contact textarea {
  border-radius: 0px;
  height: 100% !important
}

.w-100 {
  width: 100% !important
}

.button-contactForm {
  background: #D04a2e;
  color: #fff;
  border-color: #D04a2e;
  padding: 14px 27px;
  font-size: 17px;
  font-weight: 620;
  border: 0;
  border: 1px solid transparent
}

.button-contactForm:hover {
  background: transparent;
  color: #D04a2e;
  border: 1px solid #D04a2e
}

.mt-3 {
  margin-top: 1rem !important
}

.contact-details {
  margin-bottom: 27px;
  display: flex
}

.contact-details__icon {
  margin-right: 22px
}

.contact-details__icon i, .contact-details__icon span {
  color: #8d9197;
  font-size: 29px
}

.contact-details .media-body h3 {
  font-size: 17px;
  margin-bottom: 0;
  color: #2c2c2c
}

.contact-details .media-body p {
  color: #8c8c8c
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999
}

.popup-content {
  background: #fff;
  border-radius: 5px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3)
}

.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #eee
}

.popup-header h3 {
  margin: 0;
  font-size: 18px
}

.popup-close {
  font-size: 24px;
  cursor: pointer;
  color: #999
}

.popup-body {
  padding: 20px
}

.popup-body p {
  margin-bottom: 10px
}

.popup-footer {
  padding: 20px;
  text-align: center
}

.popup-btn {
  background: #D04a2e;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer
}