@import "https://fonts.googleapis.com/css?family=Lato|Prata|Work+Sans:600&amp;display=swap";
* {
  padding: 0;
  margin: 0;
}
/* ========================================
   COLOR THEME OVERRIDE - RED VERSION
   ======================================== */

/* Main brand color change from beige to red */
:root {
  --primary-color: #DC143C; /* Rouge cramoisi */
  --primary-hover: #B01030; /* Rouge foncé au hover */
  --primary-light: #FF6B6B; /* Rouge clair */
  --dark-bg: #1a1a1a; /* Fond sombre pour navbar/footer */
}

/* Override all beige colors with red */
.bg-grey { background-color: #f5f5f5 !important; }
.default_btn { background-color: var(--primary-color) !important; }
.default_btn:before { background: var(--dark-bg) !important; }
.section_heading h3 { color: var(--primary-color) !important; }
.about_content h2 { color: var(--primary-color) !important; }

/* Scrollbar */
::-webkit-scrollbar-thumb { background: var(--primary-color) !important; }
::selection { background-color: var(--primary-color) !important; }
-webkit-::selection { background-color: var(--primary-color) !important; }
::-moz-selection { background-color: var(--primary-color) !important; }

/* Header/Navbar - Dark background */
.header-section,
.navbar-fixed-top.header-section {
  background-color: var(--dark-bg) !important;
}

ul.nav li.phone i { color: var(--primary-color) !important; }
#mainmenu li > ul > li:hover a { background-color: var(--primary-color) !important; }

.header-btn .menu-btn {
  background-color: var(--primary-color) !important;
}

.header-btn .menu-btn:hover {
  background-color: var(--primary-hover) !important;
}

/* Services Section */
.service-icon { color: var(--primary-color) !important; }
.tag { 
  background: rgba(220, 20, 60, 0.1) !important;
  color: var(--primary-color) !important; 
  border: 1px solid rgba(220, 20, 60, 0.2) !important;
}
.service-card:hover .tag { 
  background: var(--primary-color) !important; 
  color: #fff !important;
  border-color: var(--primary-color) !important;
}
.price { color: var(--primary-color) !important; }

.service-btn {
  background: linear-gradient(135deg, var(--primary-color), var(--primary-light)) !important;
}
.service-btn:hover {
  background: linear-gradient(135deg, var(--primary-hover), var(--primary-color)) !important;
}

.service-overlay {
  background: linear-gradient(45deg, rgba(220, 20, 60, 0.8), rgba(220, 20, 60, 0.6)) !important;
}

/* Gallery */
.filter-btn { 
  border: 2px solid var(--primary-color) !important;
  color: var(--primary-color) !important; 
}
.filter-btn:hover,
.filter-btn.active { 
  background-color: var(--primary-color) !important; 
  box-shadow: 0 5px 15px rgba(220, 20, 60, 0.3) !important;
}

.gallery-carousel .owl-nav button {
  background-color: rgba(220, 20, 60, 0.9) !important;
}
.gallery-carousel .owl-nav button:hover {
  background-color: var(--primary-color) !important;
}
.gallery-carousel .owl-dot.active {
  background-color: var(--primary-color) !important;
}

.gallery-overlay {
  background: linear-gradient(to bottom, transparent 0%, rgba(220, 20, 60, 0.95) 100%) !important;
}

.gallery-icon { color: var(--primary-color) !important; }
.gallery-icon:hover { 
  background-color: var(--primary-color) !important; 
  color: #fff !important;
}

.video-play-btn {
  background-color: rgba(220, 20, 60, 0.9) !important;
}
.video-play-btn:hover {
  background-color: var(--primary-color) !important;
}

/* Google Reviews */
.rating-score h1 { color: var(--primary-color) !important; }
.google-review-card:hover { border-left-color: var(--primary-color) !important; }

.google-review-btn.view-all:hover {
  border-color: var(--primary-color) !important;
}

.google-review-btn.write-review {
  background: linear-gradient(135deg, var(--primary-color), var(--primary-light)) !important;
}
.google-review-btn.write-review:hover {
  background: linear-gradient(135deg, var(--primary-hover), var(--primary-color)) !important;
  box-shadow: 0 6px 20px rgba(220, 20, 60, 0.4) !important;
}

/* Pricing */
.pricing_section .price_wrap h3 {
  background-color: var(--primary-color) !important;
}
.pricing_section .price_wrap .price_list li span.price {
  color: var(--primary-color) !important;
}

/* Appointment Form */
.appointment_form .form-control {
  border: 2px solid rgba(220, 20, 60, 0.3) !important;
}
.appointment_form .form-control:focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 15px rgba(220, 20, 60, 0.2) !important;
}

.info-box {
  border-left: 4px solid var(--primary-color) !important;
}

.icon-wrap i {
  color: var(--primary-color) !important;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--primary-color) !important;
}

/* Footer - Dark background */
.widget_section,
.footer_section {
  background-color: var(--dark-bg) !important;
}

.widget_social li a:hover,
.footer_social li a:hover {
  color: var(--primary-color) !important;
}

.subscribe_form .submit {
  background-color: var(--primary-color) !important;
}
.subscribe_form .submit:hover {
  background-color: var(--primary-hover) !important;
}

/* Scroll to top */
#scroll-to-top {
  background-color: var(--primary-color) !important;
}
#scroll-to-top:hover {
  background-color: var(--primary-hover) !important;
}

/* Misc elements */
.play-icon a { color: var(--primary-color) !important; }
.service_box i { color: var(--primary-color) !important; }
.content_inner a { background-color: var(--primary-color) !important; }

.blog-item .blog-thumb .category {
  background-color: var(--primary-color) !important;
}

.blog-content .read-more:before {
  background-color: var(--primary-color) !important;
}

.pagination-wrap li a:hover,
.pagination-wrap li a.active {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}

.sidebar-wrap .widget-content h4:before {
  background-color: var(--primary-color) !important;
}

.widget-content .tags li a {
  background-color: var(--primary-color) !important;
}

.post-tags li a {
  background-color: var(--primary-color) !important;
}

.author-box {
  border-left: 4px solid var(--primary-color) !important;
}

.author-box .social-icon li a:hover {
  color: var(--primary-color) !important;
}

blockquote {
  border-left: 4px solid var(--primary-color) !important;
}

.single-post-meta li i {
  color: var(--primary-color) !important;
}

.blog-content h3 a:hover,
.blog-single-content h2 a:hover {
  color: var(--primary-color) !important;
}

.blog-content .read-more:hover {
  color: var(--primary-color) !important;
}

.post-navigation .col a:hover {
  color: var(--primary-color) !important;
}

.comments-area .comment-reply-link {
  color: var(--primary-color) !important;
}

.comments-area .comment-reply-link:before {
  background-color: var(--primary-color) !important;
}

.comment-respond form input:focus,
.comment-respond form textarea:focus {
  border-color: var(--primary-color) !important;
}

.comment-respond .form-submit input {
  background-color: var(--primary-color) !important;
}

.form-control:focus {
  border-color: var(--primary-color) !important;
}

.team_section .team_members .team_member .overlay {
  background-color: rgba(220, 20, 60, 0.8) !important;
}

/* Heading line color adjustment */
.heading-line {
  background: url(../img/heading-line.png) center center no-repeat;
  filter: hue-rotate(330deg) saturate(2);
}

/* WhatsApp button - keep green but adjust hover */
.whatsapp-btn:hover {
  background-color: #20ba5a !important;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4) !important;
}
body {
  background-color: #fff;
  font-family: lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #777;
  font-weight: 400;
  letter-spacing: -.2px;
  position: relative;
  overflow-x: hidden;
}
h1 {
  font-family: prata, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: prata, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #282828;
}
h1 {
  font-size: 52px;
  line-height: 62px;
  margin: 0 0 10px;
  letter-spacing: -.02em;
  font-weight: 400;
}
h2 {
  font-size: 36px;
  color: #303133;
  margin: 0 0 8px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -.04em;
}
h3,
h4 {
  margin: 0 0 10px;
  font-weight: 400;
  line-height: 1.4;
  color: #303133;
  letter-spacing: -.01em;
}
h3 {
  font-size: 17px;
}
h4 {
  font-size: 15px;
}
h5,
h6 {
  font-size: 14px;
  margin: 0 0 10px;
}
img {
  border: none;
  outline: none;
}
ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
p,
li,
a,
span {
}
p {
  font-size: 16px;
  margin-bottom: 15px;
}
a,
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #9e8a78;
}
::selection {
  background-color: #9e8a78;
  color: #fff;
}
-webkit-::selection {
  background-color: #9e8a78;
  color: #fff;
}
::-moz-selection {
  background-color: #9e8a78;
  color: #fff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888 !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888 !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888 !important;
}
button {
  border: none;
  background: 0 0;
}
.padding {
  padding: 80px 0;
}
.no-padding {
  padding: 0;
}
.padding-10 {
  padding: 10px;
}
.padding-15 {
  padding: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.mt-15 {
  margin-left: 15px;
}
.fz-28 {
  font-size: 28px;
}
.fz-24 {
  font-size: 24px;
}
.fz-22 {
  font-size: 22px;
}
.fz-20 {
  font-size: 20px;
}
.fz-18 {
  font-size: 18px;
}
.fz-16 {
  font-size: 16px;
}
.display-block {
  display: block;
}
.text-black {
  color: #282828;
}
.text-white {
  color: #fff;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.fl-right {
  float: right;
}
.fl-left {
  float: left;
}
.overlay {
  width: 100%;
  position: relative;
  z-index: 1;
}
.overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.bg-grey {
  background-color: #fcf9f5;
}
.bd-bottom {
  border-bottom: 2px solid #eee;
}
.bg-dark {
  background-color: #222227;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  height: 100%;
  width: 100%;
  -webkit-transition: all .5s .5s ease;
  -moz-transition: all .5s .5s ease;
  transition: all .5s .2s ease;
}
.loader {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: block;
  margin: auto;
  margin-top: -30px;
}
body.loaded #preloader {
  opacity: 0;
  visibility: hidden;
}
.btn_group {
}
.btn_group a {
  margin: 5px;
}
.default_btn {
  font-family: work sans, sans-serif;
  letter-spacing: 0;
  background-color: #9e8a78;
  color: #fff;
  line-height: 45px;
  display: inline-block;
  padding: 0 25px;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color .4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color .4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color .4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color .4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.default_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #222227;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.default_btn:hover {
  color: #fff;
}
.default_btn:hover:before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.default_btn.btn_sm {
  line-height: 40px;
  padding: 0 15px;
}
.section_heading {
}
.section_heading h3 {
  color: #9e8a78;
  font-weight: 400;
}
.section_heading h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 0;
}
.heading-line {
  margin-top: 20px;
  height: 10px;
  background: url(../img/heading-line.png) center center no-repeat;
  position: relative;
}
a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.header-section {
  background-color: #222227;
  width: 100%;
  height: 80px;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.navbar-fixed-top.header-section {
  background-color: #222227;
  -moz-box-shadow: 0 2px 5px rgba(16, 16, 16, 0.08);
  -webkit-box-shadow: 0 2px 5px rgba(16, 16, 16, 0.08);
  box-shadow: 0 2px 5px rgba(16, 16, 16, 0.08);
  height: 80px;
  border-bottom: 0;
  padding: 0;
}
.navbar-fixed-top ul.nav > li > a {
  color: #ddd;
}
.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li.active > a {
  color: #ddd;
}
.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section {
  transition: all .3s ease-in-out;
}
.navbar {
  border: medium;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
  position: relative;
  padding: 0;
}
.navbar-header {
  padding: 17px 0;
}
.navbar-header .brand {
  font-size: 25px;
  color: #fff;
  font-family: poppins, sans-serif;
  letter-spacing: -1px;
  font-weight: 600;
  margin-left: 13px;
}
.navbar-header .nav-btn {
  padding: 8px;
  border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar {
  background-color: #fff;
  width: 18px;
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar {
  background-color: #777;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus {
  opacity: 0.8;
}
#mainmenu li ul {
  background-color: #222227;
  width: 200px;
  height: auto;
  position: absolute;
  left: 0;
  top: 140%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  z-index: 999;
}
#mainmenu li:hover > ul {
  visibility: visible;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  top: 100%;
}
#mainmenu li ul li {
  border-bottom: 1px solid #333;
  display: block;
  position: relative;
  padding: 0;
}
#mainmenu li ul li:last-child {
  border: none;
}
#mainmenu li ul li a {
  font-family: work sans, sans-serif;
  line-height: 45px;
  display: block;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -.2px;
  color: #ddd;
  text-transform: uppercase;
  -webkit-transition: color .3s ease 0s, padding .3s ease 0s;
  transition: color .3s ease 0s, padding .3s ease 0s;
}
#mainmenu li > ul > li:hover a {
  background-color: #9e8a78;
  color: #fff;
}
#mainmenu li > ul ul {
  background-color: #fff;
  left: 200px;
}
#mainmenu li > ul li:hover > ul li a {
  color: #777;
}
#mainmenu li ul li:hover > ul {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#mainmenu li > ul li:hover > ul li > a:hover {
  background-color: transparent;
  color: #fff;
}
#mainmenu li ul li li a:hover {
  color: #ffca3f !important;
}
#navbar {
  z-index: 999;
  padding: 0 15px;
}
ul.nav {
}
ul.nav > li {
  position: relative;
}
ul.nav > li > a {
  color: #ddd;
  font-family: work sans, sans-serif;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 80px;
  z-index: 1;
}
ul.nav li.phone {
  font-size: 14px;
  font-family: poppins, sans-serif;
  color: #ddd;
  font-weight: 600;
  line-height: 80px;
  padding-left: 50px;
}
ul.nav li.phone i {
  color: #9e8a78;
  margin-right: 5px;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li > a.active {
  background: 0 0;
  color: #fff;
  opacity: 1;
}
.menu-btn {
  margin-left: 10px;
  margin-top: 10px;
}
.header-btn {
  margin-left: 10px;
}
.header-btn .menu-btn {
  background-color: #9e8a78;
  font-family: work sans, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  display: block;
  margin: 0;
}
.header-btn .menu-btn:hover {
  opacity: 0.8;
}
.menu-wrap {
  position: relative;
}
.slicknav_menu {
  background: 0 0;
  padding: 4px 0;
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 1;
}
.slicknav_nav {
  background-color: #fff;
}
.slicknav_btn {
  background-color: transparent;
  margin: -51px 0 0;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav a:hover {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 10px 15px;
  margin: 0;
  color: #777;
}
.slicknav_nav a .caret {
  display: none;
}
.slicknav_nav ul {
  margin: 0;
}
.slicknav_nav ul li a {
  padding-left: 30px;
  font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
  background-color: transparent;
  color: #333;
}
.slider_section {
}
.main_slide {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 670px;
}
.slider_content {
}
.slider_content h3 {
  margin-bottom: 20px;
  color: #ddd;
}
.slider_content h1 {
  margin-bottom: 20px;
  color: #fff;
}
.slider_content p {
  margin-bottom: 20px;
  color: #ddd;
}
.main_slider .owl-nav {
}
.main_slider .owl-nav div {
  color: #fff;
  width: 60px;
  height: 100px;
  font-size: 30px;
  text-align: center;
  line-height: 100px;
  position: absolute;
  left: 0;
  top: calc(50% - 60px);
  opacity: 0.5;
  transition: all .5s ease-in-out;
}
.main_slider .owl-nav div:hover {
  opacity: 1;
  transition: all .5s ease-in-out;
}
.main_slider .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.main_slider .owl-dots {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 25px;
}
.main_slider .owl-dots div {
  background-color: rgba(255, 255, 255, 0.4);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  transition: all .5s ease-in-out;
}
.main_slider .owl-dots div.active {
  background-color: #fff;
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  transition: all .5s ease-in-out;
}
.hero_section {
  background-image: url(../img/hero-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.hero_section .video_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero_section .YTPOverlay {
  background-color: rgba(17, 17, 17, 0.6);
}
.hero_section .hero_content {
}
.hero_section .hero_content h3 {
  color: #fff;
  margin-bottom: 20px;
}
.hero_section .hero_content h1 {
  margin-bottom: 20px;
}
.hero_section .hero_content p {
  margin-bottom: 30px;
  color: #fff;
}
.about_section {
}
.about_section h3 {
}
.about_content h2 {
  font-size: 36px;
  line-height: 46px;
  color: #9e8a78;
  margin-bottom: 30px;
}
.about_content p {
  margin-bottom: 30px;
}
.about_section .about_content {
}
.about_section .about_content img {
  margin-bottom: 20px;
}
.about_section .about_img img {
  width: 60%;
  border-radius: 5px;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.2);
}
.about_section .about_img_2 {
  margin: -180px 0 0 270px;
}
.about_section .about_img_3 {
  margin: -260px 0 0 40px;
}
.about_video {
  position: relative;
}
.about_video img {
  border-radius: 3px;
  width: 100%;
}
.play-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.play-icon a {
  background-color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  color: #9e8a78;
  font-weight: 700;
  display: block;
  transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-animation: btn-anim 1s linear infinite;
  animation: btn-anim 1s linear infinite;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
@keyframes btn-anim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px
      rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px
      rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px transparent;
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px transparent;
  }
}
.why_section {
  position: relative;
}
.why_img {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.why_img .img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.why_section {
}
.why_contant {
  padding: 100px 0;
  padding-left: 15px;
}
why_section ul.list li {
  display: block;
  color: #777;
  font-size: 16px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
}
why_section ul.list li:before {
  background-color: #9e8a78;
  font-family: eleganticons;
  content: "\4e";
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  font-family: eleganticons;
  content: "\4e";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.service_section {
}
.service_content img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 15px;
}
.service_content h3 {
  font-size: 20px;
}
.service_content img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.service_items .col-xs-6 {
  padding: 15px;
}
.service_item {
  position: relative;
  overflow: hidden;
  color: #ddd;
  border-radius: 10px;
}
.service_item h3 {
  color: #fff;
}
.service_item img {
  transition: all .9s ease-in-out;
  width: 100%;
}
.service_item:hover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 1s ease-in-out;
}
.service_item .post_info {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.service_item .post_info a:hover {
  text-decoration: underline;
  opacity: 1;
}
.service_box {
  background-color: #fff;
  padding: 40px 30px;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0 50px 100px 0 rgba(64, 1, 4, 0.1), 0 -6px 0 0 rgba(248, 99, 107, 0.004);
  box-shadow: 0 50px 100px 0 rgba(64, 1, 4, 0.1), 0 -6px 0 0 rgba(248, 99, 107, 0.004);
}
.service_box i {
  font-size: 50px;
  margin-bottom: 20px;
  color: #9e8a78;
  display: block;
}
.service_box h3 {
  font-size: 22px;
}
.book_section {
  background-color: #222227;
  position: relative;
}
.book_bg {
  background-image: url(../img/book-bg.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
.map_pattern {
  background-image: url(../img/satellite-map.png);
  background-size: contain;
  background-position: right center;
  opacity: 0.05;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.appointment_form .book_content {
}
.appointment_form .book_content h2 {
  color: #fff;
}
.appointment_form .book_content p {
  color: #999;
}
.appointment_form .book_content {
  margin-bottom: 30px;
}
.appointment_form {
  padding: 40px;
}
.appointment_form .form-group {
  margin-bottom: 0;
}
.appointment_form .form-control {
  background-color: transparent;
  height: 55px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  line-height: 52px;
  color: #fff;
  border-radius: 0;
}
.appointment_form .form-control:hover {
  border: 3px solid rgba(255, 255, 255, 0.3);
}
.appointment_form .form-control:focus {
  border: 3px solid rgba(255, 255, 255, 0.5);
  box-shadow: none;
}
select.form-control:not([size]):not([multiple]) {
  height: 55px;
}
.nice-select.form-control {
  width: 100%;
  line-height: 52px;
  padding: 0 15px;
}
.nice-select.form-control span {
  color: #999;
  font-size: 15px;
}
.nice-select .list {
  background-color: #222227;
  border-radius: 0;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #9e8a78;
}
.nice-select .option.selected {
  display: none;
}
.nice-select .option {
  border-bottom: 1px solid #444;
  line-height: 45px;
}
.appointment_form .default_btn {
  margin-top: 15px;
}
.appointment_form .default_btn:hover {
  cursor: pointer;
}
.appointment_form .default_btn:focus {
  border: none;
  outline: none;
}
#msg-status {
  display: none;
}
#msg-status.alert-danger,
#msg-status.alert-success {
  display: block;
  margin: 20px 0 0;
}
.gallery_section {
}
.gallery_section .portfolio_filter {
  display: block;
  text-align: center;
  overflow: hidden;
}
.gallery_section .portfolio_filter li {
  background-color: #eee;
  color: #111;
  border: 1px solid #ddd;
  display: inline-block;
  margin-left: -4px;
  padding: 15px 25px;
  transition: all .5s ease-in-out;
  cursor: pointer;
}
.gallery_section .portfolio_filter li.active {
  background-color: #00c4ff;
  color: #fff;
  transition: all .5s ease-in-out;
}
.gallery_section .portfolio_items {
}
.gallery_section .portfolio_items li {
  padding: 1px;
}
.gallery_section .portfolio_items .portfolio_item {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.gallery_section .portfolio_items .portfolio_item img {
  width: 100%;
}
.gallery_section .portfolio_items .portfolio_item .overlay {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.portfolio_items .portfolio_item:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.portfolio_items .portfolio_item .overlay a {
  width: 100%;
  height: 100%;
  display: table;
  color: #fff;
}
.portfolio_items .portfolio_item .overlay h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  transform: translateY(-10px);
  transition: all .3s ease-in-out;
}
.portfolio_items .portfolio_item .overlay span {
  display: block;
  letter-spacing: 1px;
  transform: translateY(10px);
  transition: all .3s ease-in-out;
}
.portfolio_items .portfolio_item:hover .overlay span,
.portfolio_items .portfolio_item:hover .overlay h3 {
  transform: translateY(0px);
  animation-delay: .2s;
  transition: all .6s ease-in-out;
}
.gallery_section .gallery_filter {
  display: block;
  text-align: center;
  overflow: hidden;
}
.gallery_section .gallery_filter li {
  font-family: work sans, sans-serif;
  color: #555;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin: 0 10px;
  transition: all .5s ease-in-out;
  cursor: pointer;
}
.gallery_section .gallery_filter li.active {
  color: #9e8a78;
  transition: all .5s ease-in-out;
}
.team_section {
}
.team_section .team_members {
}
.team_section .team_members .col-xs-6 {
  padding: 15px;
}
.team_section .team_members .team_member {
  position: relative;
  overflow: hidden;
}
.team_section .team_members .team_member img {
  width: 100%;
}
.team_section .team_members .team_member .overlay {
  background-color: rgba(158, 138, 120, 0.8);
  display: block;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
}
.team_section .team_members .team_member:hover .overlay {
  bottom: 0;
}
.team_section .team_members .team_member:hover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.team_section .team_members .team_member .overlay h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.team_section .team_members .team_member .overlay p {
  margin: 0 0 5px;
  font-family: work sans, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.testimonial_section {
  background-image: url(../img/introduction/3.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 200px 0;
}
.testimonial_section i {
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.testimonial_items {
}
.testimonial_item {
  color: #fff;
  text-align: center;
}
.testimonial_item h4 {
  font-size: 14px;
  margin: 0 0 25px;
}
.testimonial_item p {
  font-family: prata, sans-serif;
  font-size: 24px;
  line-height: 36px;
}
.testimonial_items .owl-dots {
  display: block;
  text-align: center;
}
.testimonial_items .owl-dots .owl-dot {
  background-color: #ddd;
  display: inline-block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  transition: all .3s ease-in-out;
}
.testimonial_items .owl-dots .owl-dot.active {
  background-color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .3s ease-in-out;
}
.pricing_section .price_wrap {
}
.pricing_items .col-md-4 {
  padding: 15px;
}
.pricing_section .price_wrap h3 {
  background-color: #9e8a78;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  margin: 0 0 20px;
}
.pricing_section .price_wrap .price_list {
}
.pricing_section .price_wrap .price_list li {
  margin-bottom: 40px;
  position: relative;
}
.pricing_section .price_wrap .price_list li h4 {
  position: relative;
  color: #333;
  font-size: 18px;
  letter-spacing: .5px;
  margin: 0 0 6px;
  overflow: hidden;
  width: 90%;
}
.pricing_section .price_wrap .price_list li h4:after {
  color: #bbb;
  content: "--------------------" "--------------------" "--------------------" "--------------------";
  font-weight: 400;
  margin-left: 10px;
  position: absolute;
  top: -2px;
  white-space: nowrap;
  width: 0;
}
.pricing_section .price_wrap .price_list li span.price {
  font-family: prata, sans-serif;
  font-size: 24px;
  color: #9e8a78;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
}
.pricing_section .price_wrap .price_list li p {
  margin: 0;
}
.pricing_section .menu_middle_content {
}
.pricing_section .menu_middle_content img {
  width: 100%;
  margin-top: -30px;
  margin-bottom: 15px;
}
.cta_section {
  background-image: url(../img/introduction/6.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 0;
  background-size: cover;
  padding: 200px 0;
  width: 100%;
}
.cta_section .cta_content h2 {
  color: #fff;
  font-size: 42px;
  line-height: 56px;
  margin-bottom: 15px;
}
.cta_section .cta_content p {
  color: #ddd;
}
.pro_cta_content {
}
.pro_cta_content h2 {
}
.pro_cta_content p {
  margin-bottom: 30px;
}
.content_section {
}
.content_section .col-lg-4 {
  padding: 0;
}
.content_wrap {
  position: relative;
}
.content_wrap:before {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 30px;
  left: 30px;
  top: 30px;
  bottom: 30px;
}
.content_wrap img {
  width: 100%;
}
.content_info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px;
}
.content_inner {
}
.content_inner h2 {
  font-size: 42px;
  color: #fff;
}
.content_inner h3 {
  color: #ddd;
  margin-bottom: 20px;
}
.content_inner a {
  background-color: #9e8a78;
  padding: 0 30px;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  font-family: work sans, sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.content_inner a:hover {
  opacity: 0.8;
}
.not_found_section {
  padding: 120px 0;
}
.blog-section {
}
.blog-wrap {
}
.blog-classic .col-lg-12:not(:last-of-type) {
  margin-bottom: 30px;
}
.blog-grid {
  margin-top: -15px;
}
.blog-item {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.blog-item .blog-thumb {
  position: relative;
}
.blog-item .blog-thumb .category {
  background-color: #9e8a78;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: work sans, sans-serif;
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  bottom: 0;
}
.blog-item .blog-thumb .category a {
  color: #fff;
}
.blog-item .blog-thumb img {
  width: 100%;
  margin: 0;
}
.blog-item .blog-thumb img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.blog-content {
  background-color: #fff;
  padding: 30px;
}
.blog-content h3 {
  line-height: 24px;
}
.blog-content h3 a {
  color: #303133;
  font-size: 18px;
  line-height: 28px;
}
.blog-content h3 a:hover {
  color: #9e8a78;
}
.blog-content .read-more {
  font-family: work sans, sans-serif;
  color: #303133;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 40px;
}
.blog-content .read-more:hover {
  color: #9e8a78;
}
.blog-content .read-more:before {
  background-color: #9e8a78;
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  left: 0;
  top: calc(50% - 2px);
}
.pagination-wrap {
}
.pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}
.pagination-wrap.text-left li {
  margin: 0 10px 0 0;
}
.pagination-wrap li a {
  border: 1px solid #e5e5e5;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #303133;
  font-weight: 600;
  border-radius: 2px;
}
.pagination-wrap li a:hover {
  background-color: #9e8a78;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.pagination-wrap li a.active {
  background-color: #9e8a78;
  border: 1px solid #9e8a78;
  color: #fff;
}
.sidebar-wrap {
  padding-left: 40px;
}
.sidebar-wrap .widget-content {
  margin-bottom: 40px;
}
.sidebar-wrap .widget-content h4 {
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
}
.sidebar-wrap .widget-content h4:before {
  background-color: #9e8a78;
  position: absolute;
  content: "";
  width: 20%;
  height: 3px;
  left: 0;
  bottom: -10px;
}
.sidebar-wrap .widget-content .widget-links li a {
  color: #303133;
}
.sidebar-wrap .widget-content .widget-links li a:hover {
  text-decoration: underline;
}
.search-form {
  position: relative;
  margin-left: -2px;
}
.search-form .form-control {
  background-color: #fcf9f5;
  box-shadow: none;
  width: 100%;
  display: block;
  border: 1px solid #e5e5e5;
  color: #303133;
  height: auto;
  padding: 15px 20px;
  border-radius: 2px;
  padding-right: 60px;
}
.search-form .search-btn {
  background-color: transparent;
  font-size: 15px;
  color: #303133;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 10px 0;
  opacity: 0.6;
}
.search-form .search-btn:focus,
.search-form .search-btn:hover {
  opacity: 1;
  cursor: pointer;
}
.search-form input::-webkit-input-placeholder {
  color: #6a8695 !important;
}
.search-form input:-moz-placeholder {
  color: #6a8695 !important;
}
.search-form input::-moz-placeholder {
  color: #6a8695 !important;
}
.search-form input:-ms-input-placeholder {
  color: #6a8695 !important;
}
.thumb-post {
}
.thumb-post li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: top;
  margin-bottom: 20px;
}
.thumb-post li:last-child {
  margin-bottom: 0;
}
.thumb-post li img {
  width: 100px;
  display: block;
}
.thumb-post li a {
  font-family: prata, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #303133;
  padding-left: 15px;
  letter-spacing: -.5px;
}
.thumb-post li a:hover {
  color: #9e8a78;
  text-decoration: underline;
}
.widget-content .tags {
}
.widget-content .tags li {
  display: inline-block;
}
.widget-content .tags li a {
  display: inline-block;
  background-color: #9e8a78;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  margin: 3px;
}
.widget-content .tags li a:hover {
  background-color: #303133;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.blog-thumb {
}
.blog-thumb img {
  width: 100%;
  margin-bottom: 20px;
}
.blog-single-content {
}
.blog-single-content h2 a {
  font-size: 28px;
  color: #303133;
}
.blog-single-content h2 a:hover {
  color: #9e8a78;
}
.single-post-meta {
  margin-bottom: 20px;
}
.single-post-meta li {
  display: inline-block;
  margin-right: 20px;
}
.single-post-meta li i {
  font-size: 12px;
  color: #9e8a78;
  margin-right: 5px;
}
.single-post-meta li a {
  display: inline-block;
  font-family: work sans, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #303133;
}
blockquote {
  background-color: #fcf9f5;
  padding: 40px;
  border-left: 4px solid #9e8a78;
  margin: 30px 0;
  position: relative;
  z-index: 1;
}
blockquote p {
  font-family: prata, sans-serif;
  font-size: 22px;
  line-height: 32px;
  color: #303133;
  font-size: 20px;
}
blockquote span {
  display: block;
  margin-top: 20px;
  color: #303133;
}
.post-tags {
  margin-top: 30px;
}
.post-tags li {
  display: inline-block;
}
.post-tags li a {
  display: inline-block;
  background-color: #9e8a78;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  margin: 3px;
}
.post-tags li a:hover {
  background-color: #303133;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.author-box {
  display: flex;
  align-items: center;
  padding: 30px;
  margin-top: 30px;
  border-left: 4px solid #9e8a78;
}
.author-box img {
  border-radius: 50%;
}
.author-info {
  padding-left: 30px;
}
.author-info h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.author-box .social-icon {
}
.author-box .social-icon li {
  display: inline-block;
  margin-right: 8px;
}
.author-box .social-icon li a {
  font-size: 14px;
  color: #303133;
}
.author-box .social-icon li a:hover {
  color: #9e8a78;
}
.post-navigation {
  border: 1px solid #e5e5e5;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}
.post-navigation .col {
  padding: 20px;
}
.post-navigation .col:not(:last-of-type) {
  border-right: 1px solid rgba(17, 17, 17, 0.04);
}
.post-navigation .col a {
  color: #303133;
  font-size: 12px;
  text-transform: uppercase;
  font-family: work sans, sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.post-navigation .col.next-post a {
  justify-content: flex-end;
}
.post-navigation .col i {
  display: inline-block;
  font-size: 14px;
}
.post-navigation .ti-arrow-left {
  margin-right: 10px;
}
.post-navigation .ti-arrow-right {
  margin-left: 10px;
}
.post-navigation .col a:hover {
  color: #9e8a78;
}
.post-navigation .col.prev-post .fa {
  margin-right: 10px;
}
.post-navigation .col.next-post .fa {
  margin-left: 10px;
}
.blog-single-wrap .comments-area {
  margin-top: 40px;
}
.blog-single-wrap .comments-area .comments {
  border-bottom: 0;
}
.blog-single-wrap .comments-area li > div {
  border-bottom: 1px solid rgba(17, 17, 17, 0.05);
  padding: 35px;
}
.blog-single-wrap .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}
.blog-single-wrap .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
  margin: 0;
}
.blog-single-wrap .comments-area ol > li:last-child div {
  border-bottom: 0;
}
.blog-single-wrap .comments-area .comments-title {
  font-size: 22px;
  font-weight: 600;
}
.blog-single-wrap .comments-area li > div {
  position: relative;
}
.blog-single-wrap .comments-area .comment-thumb {
  position: absolute;
  left: 35px;
}
.blog-single-wrap .comments-area .comment-thumb .comment-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.blog-single-wrap .comments-area .comment-thumb .comment-img img {
  border-radius: 50%;
}
.blog-single-wrap .comments-area .comment-main-area {
  padding-left: 120px;
}
.blog-single-wrap .comments-area .comment-main-area p {
  margin-bottom: 20px;
}
.blog-single-wrap .comments-area .comments-meta h4 {
  font-family: prata, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
}
.blog-single-wrap .comments-area .comments-meta h4 span {
  font-family: work sans, sans-serif;
  font-weight: 600;
  text-transform: none;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 5px;
}
.blog-single-wrap .comments-area .comment-reply-link {
  font-family: work sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #9e8a78;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 35px;
  position: relative;
}
.blog-single-wrap .comments-area .comment-reply-link:before {
  background-color: #9e8a78;
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
}
.blog-single-wrap .comments-area .comment-reply-link:hover {
  text-decoration: underline;
}
.blog-single-wrap .comment-respond {
}
.blog-single-wrap .comment-respond .comment-reply-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.blog-single-wrap .comment-respond form input,
.blog-single-wrap .comment-respond form textarea {
  background-color: #fcf9f5;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 50px;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all .3s;
}
.blog-single-wrap .comment-respond form input:focus,
.blog-single-wrap .comment-respond form textarea:focus {
  border-color: #9e8a78;
}
.blog-single-wrap .comment-respond form textarea {
  height: 200px;
  padding: 15px;
}
.blog-single-wrap .comment-respond .form-inputs {
  overflow: hidden;
}
.blog-single-wrap .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: left;
}
.blog-single-wrap .comment-respond .form-inputs > input:nth-child(3) {
  width: 49%;
  float: right;
}
.blog-single-wrap .comment-respond .form-submit input {
  font-family: work sans, sans-serif;
  max-width: 180px;
  background-color: #9e8a78;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
}
.blog-single-wrap .comment-respond .form-submit input:hover {
  opacity: 0.9;
}
.sponsor_section {
  padding: 60px 0;
}
.sponsor_section .sponsor_items {
}
.sponsor_section .sponsor_item img {
  width: 100%;
}
.sponsor_section .sponsor_items li:hover img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.widget_section {
  background-color: #222227;
  padding: 100px 0;
}
.widget_social {
  display: block;
  text-align: left;
}
.widget_social li {
  display: inline-block;
}
.widget_social li a {
  color: #777;
  font-size: 12px;
  margin-right: 20px;
}
.widget_social li a:hover {
  color: #9e8a78;
}
.opening_time {
}
.opening_time li {
  color: #999;
  line-height: 35px;
}
.footer_widget {
  color: #fff;
}
.footer_widget h3 {
  color: #fff;
}
.footer_widget p {
  color: #999;
}
.subscribe_form {
  display: block;
  text-align: center;
  padding: 5px 0;
}
.subscribe_form p {
  color: #999;
}
.subscribe_form .form_input {
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 50px;
  padding: 0 10px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  transition: all .5s ease-in-out;
}
.subscribe_form .form_input:focus {
  box-shadow: none;
  outline: none;
}
.subscribe_form .submit {
  background-color: #9e8a78;
  color: #fff;
  font-family: work sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 50px;
  display: inline-block;
  padding: 0 10px;
  float: left;
  width: 100%;
  cursor: pointer;
  transition: all .5s ease-in-out;
}
.subscribe_form .submit:hover {
  background-color: #897666;
  transition: all .5s ease-in-out;
}
#subscribe-result {
  display: none;
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #deaa6e;
}
#subscribe-result.subs-result {
  display: block;
}
.subscription-error {
  color: #b60000;
}
.subscription-success {
  color: #333;
}
.subscribe_form input::-webkit-input-placeholder {
  color: #ddd !important;
}
.subscribe_form input:-moz-placeholder {
  color: #ddd !important;
}
.subscribe_form input::-moz-placeholder {
  color: #ddd !important;
}
.subscribe_form input:-ms-input-placeholder {
  color: #ddd !important;
}
.footer_section {
  display: block;
  background-color: #222227;
  border-top: 1px solid #333;
  padding: 30px 0;
}
.footer_section .copyright {
  font-size: 14px;
  color: #ddd;
}
.footer_social {
  display: block;
  text-align: right;
}
.footer_social li {
  display: inline-block;
}
.footer_social li a {
  font-family: work sans, sans-serif;
  color: #ddd;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 20px;
}
.footer_social li a:hover {
  color: #9e8a78;
}
.page_header {
  background-image: url(../img/page-header.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 500px;
  position: relative;
  z-index: 1;
}
.page_header .section_heading {
}
.page_header .section_heading h2 {
  color: #fff;
}
.page_content_section {
  border-bottom: 2px solid #eee;
}
.page_content_wrap {
  padding: 35px 0;
}
.breadcrumb {
  background-color: transparent;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}
.breadcrumb li {
}
.breadcrumb li a {
  color: #ddd;
}
.breadcrumb li a:hover {
  color: #fff;
}
.contact-section {
  position: relative;
  z-index: 1;
}
.contact-info h3 {
  line-height: 28px;
  margin-bottom: 20px;
}
.contact-info h4 {
  font-size: 15px;
  line-height: 28px;
}
.contact-info span {
  margin-right: 5px;
}
.contact-form {
  background-color: #fff;
  padding: 50px 40px;
  -webkit-box-shadow: 0 50px 100px 0 rgba(64, 1, 4, 0.1), 0 -6px 0 0 rgba(248, 99, 107, 0.004);
  box-shadow: 0 50px 100px 0 rgba(64, 1, 4, 0.1), 0 -6px 0 0 rgba(248, 99, 107, 0.004);
  border-radius: 3px;
}
.form-control {
  background-color: #fff;
  border-radius: 0;
  padding: 15px 10px;
  box-shadow: none;
  border: 2px solid #eee;
}
.form-control:focus {
  border-color: #9e8a78;
  box-shadow: none;
  outline: none;
}
.form-group .default-btn {
  box-shadow: none;
}
#form-messages {
  display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success {
  display: block;
}
#google-map {
  width: 100%;
  height: 400px;
}
/* WhatsApp Floating Button */
#whatsapp-float {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  text-decoration: none;
  animation: pulse-whatsapp 2s infinite;
}

#whatsapp-float:hover {
  background: linear-gradient(135deg, #128C7E 0%, #075E54 100%);
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
  color: #fff;
}

#whatsapp-float svg {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}

#whatsapp-float:hover svg {
  transform: rotate(15deg) scale(1.1);
}

/* WhatsApp pulse animation */
@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 4px 30px rgba(37, 211, 102, 0.7);
  }
  100% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }
}

/* Responsive WhatsApp Button */
@media (max-width: 768px) {
  #whatsapp-float {
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 20px;
  }
  
  #whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 480px) {
  #whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
  
  #whatsapp-float svg {
    width: 26px;
    height: 26px;
  }
}

/* Fix logo size in navbar */
.navbar-brand img {
  max-width: 120px;
  max-height: 50px;
  width: auto;
  height: auto;
}

/* Fix logo size in about section */
.about_content img {
  max-width: 150px;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

/* Fix logo size in footer */
.footer_widget img {
  max-width: 100px;
  width: auto;
  height: auto;
  margin-bottom: 15px;
}

/* Modern Appointment Section Styles */
.appointment-form-wrap {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.appointment_form .form-control {
  background-color: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(158, 138, 120, 0.3);
  color: #fff;
  height: 55px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.appointment_form .form-control:focus {
  border-color: #9e8a78;
  background-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 15px rgba(158, 138, 120, 0.2);
}

.appointment_form .form-control::placeholder {
  color: #999;
}

.whatsapp-btn:hover {
  background-color: #20ba5a !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4) !important;
}

.info-box:hover {
  background-color: rgba(255, 255, 255, 0.08) !important;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.map-container iframe {
  filter: grayscale(20%);
  transition: all 0.3s ease;
}

.map-container:hover iframe {
  filter: grayscale(0%);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .appointment-form-wrap {
    padding: 30px 20px;
    margin-bottom: 30px;
  }

  .map-info-wrap {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .appointment-form-wrap {
    padding: 25px 15px;
  }

  .info-box {
    padding: 20px !important;
  }

  .whatsapp-btn {
    padding: 12px 25px !important;
    font-size: 13px !important;
  }

  .map-container {
    height: 300px;
  }

  .map-container iframe {
    height: 300px;
  }
}

/* Modern Gallery Section Styles */
.gallery_section {
  background-color: #fcf9f5;
}

/* Gallery Filter Buttons */
.gallery-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.filter-btn {
  background-color: transparent;
  border: 2px solid #9e8a78;
  color: #9e8a78;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background-color: #9e8a78;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(158, 138, 120, 0.3);
}

/* Gallery Carousel Container */
.gallery-carousel {
  margin-top: 40px;
  position: relative;
}

/* ========================================
   OWL CAROUSEL NAVIGATION - FIXED VERSION
   ======================================== */

/* Container for navigation buttons */
.gallery-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 1000 !important;
  padding: 0 -50px; /* Extend outside container */
}

/* Navigation buttons base style */
.gallery-carousel .owl-nav button.owl-prev,
.gallery-carousel .owl-nav button.owl-next {
  pointer-events: all !important;
  background-color: #DC143C !important; /* Solid red */
  color: #fff !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 28px !important;
  transition: all 0.3s ease !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: 0 6px 20px rgba(220, 20, 60, 0.6) !important;
  border: 4px solid #fff !important;
  cursor: pointer !important;
  outline: none !important;
  position: absolute !important;
  z-index: 1001 !important;
  opacity: 1 !important;
}

/* Previous button positioning */
.gallery-carousel .owl-nav button.owl-prev {
  left: -80px !important; /* Position outside container */
}

/* Next button positioning */
.gallery-carousel .owl-nav button.owl-next {
  right: -80px !important; /* Position outside container */
}

/* Hover effect */
.gallery-carousel .owl-nav button.owl-prev:hover,
.gallery-carousel .owl-nav button.owl-next:hover {
  background-color: #B01030 !important; /* Darker red */
  transform: scale(1.15) !important;
  box-shadow: 0 8px 30px rgba(220, 20, 60, 0.8) !important;
}

/* Active/Click effect */
.gallery-carousel .owl-nav button.owl-prev:active,
.gallery-carousel .owl-nav button.owl-next:active {
  transform: scale(1.05) !important;
}

/* Arrow icons inside buttons */
.gallery-carousel .owl-nav button span {
  line-height: 60px !important;
  font-size: 32px !important;
  font-weight: bold !important;
  display: block !important;
  color: #fff !important;
}

/* Disabled state (when at start/end) */
.gallery-carousel .owl-nav button.disabled {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
  background-color: #999 !important;
  pointer-events: none !important;
}

.gallery-carousel .owl-nav button.disabled:hover {
  transform: scale(1) !important;
  background-color: #999 !important;
}

/* Pulse animation to attract attention */
@keyframes pulse-red {
  0%, 100% {
    box-shadow: 0 6px 20px rgba(220, 20, 60, 0.6);
  }
  50% {
    box-shadow: 0 6px 30px rgba(220, 20, 60, 0.9);
  }
}

.gallery-carousel .owl-nav button.owl-prev,
.gallery-carousel .owl-nav button.owl-next {
  animation: pulse-red 2s infinite;
}

.gallery-carousel .owl-nav button:hover {
  animation: none !important;
}

/* Hide on mobile/tablet */
@media (max-width: 991px) {
  .gallery-carousel .owl-nav {
    display: none !important;
  }
  
  .gallery-carousel .owl-dots {
    display: block !important;
    margin-top: 30px;
  }
}

/* Ensure container allows overflow on desktop */
@media (min-width: 992px) {
  .gallery_section {
    overflow: visible !important;
  }
  
  .gallery_section .container {
    overflow: visible !important;
  }
  
  .gallery-carousel {
    position: relative;
    overflow: visible !important;
  }
}

/* Force visibility with !important */
.gallery-carousel .owl-nav button {
  visibility: visible !important;
  display: flex !important;
}

/* Ensure carousel container doesn't hide overflow on desktop */
@media (min-width: 992px) {
  .gallery_section .container {
    overflow: visible !important;
  }
  
  .gallery-carousel {
    position: relative;
    overflow: visible !important;
  }
  
  .gallery_section {
    overflow: visible !important;
  }
}

/* Ensure buttons are always on top */
.gallery-carousel .owl-nav button {
  z-index: 1000;
}

/* Make sure navigation is always visible */
.gallery-carousel .owl-nav button span {
  line-height: 60px;
}

.gallery-carousel .owl-nav button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.gallery-carousel .owl-nav button.disabled:hover {
  transform: scale(1);
}

/* Animation pulse for arrows */
@keyframes arrow-pulse {
  0%, 100% {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0 4px 25px rgba(220, 20, 60, 0.5);
  }
}

.gallery-carousel .owl-nav button {
  animation: arrow-pulse 2s infinite;
}

.gallery-carousel .owl-nav button:hover {
  animation: none;
}

/* Owl Carousel Custom Dots */
.gallery-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.gallery-carousel .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: rgba(158, 138, 120, 0.3);
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.gallery-carousel .owl-dot.active {
  background-color: #9e8a78;
  width: 30px;
  border-radius: 6px;
}

/* Gallery Item Styles */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  margin: 10px;
}

.gallery-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.gallery-item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  transition: all 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
  filter: brightness(0.7);
}

/* Video Gallery Item Styles */
.gallery-video {
  position: relative;
}

.gallery-video-element {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  background-color: #000;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: rgba(158, 138, 120, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 5;
}

.video-play-btn:hover {
  background-color: #9e8a78;
  transform: translate(-50%, -50%) scale(1.1);
}

.gallery-video.playing .video-play-btn {
  display: none;
}

.gallery-video.playing .gallery-overlay {
  display: none;
}
.video-thumbnail-placeholder::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(220, 20, 60, 0.3);
  border-top-color: #DC143C;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 0;
}
.video-thumbnail-placeholder.loaded::before,
.video-thumbnail-placeholder.error::before {
  display: none;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Responsive video height */
@media (max-width: 768px) {
  .gallery-video-element {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .gallery-video-element {
    height: 280px;
  }
}

@media (max-width: 480px) {
  .gallery-video-element {
    height: 250px;
  }
}
/* Gallery Overlay */
.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(158, 138, 120, 0.95) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  transition: all 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-content {
  text-align: center;
  transform: translateY(30px);
  transition: all 0.4s ease 0.1s;
}

.gallery-item:hover .gallery-content {
  transform: translateY(0);
}

.gallery-content h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 400;
}

.gallery-content p {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  opacity: 0.9;
}

.gallery-icon {
  background-color: #fff;
  color: #9e8a78;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
}

.gallery-icon:hover {
  background-color: #9e8a78;
  color: #fff;
  transform: scale(1.1) rotate(90deg);
}

.video-thumbnail-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.video-thumbnail-placeholder.loaded {
  /* Keep visible until user plays video */
  opacity: 1;
}

.video-thumbnail-placeholder.error {
  background: linear-gradient(135deg, #333, #555);
}

.video-thumbnail-placeholder .video-poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Hide placeholder when video is playing */
.gallery-video.playing .video-thumbnail-placeholder {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

/* Video element - hide until playing */
.gallery-video-element {
  position: relative;
  z-index: 0;
}

.gallery-video.playing .gallery-video-element {
  z-index: 2;
}

/* Responsive Gallery Carousel */
@media (max-width: 991px) {
  .gallery-item img,
  .gallery-video-element {
    height: 300px;
  }

  .gallery-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin: 0 -20px;
  }
}

@media (max-width: 768px) {
  .gallery-filter {
    gap: 10px;
  }

  .filter-btn {
    padding: 10px 20px;
    font-size: 11px;
  }

  .gallery-item {
    margin: 5px;
  }

  .gallery-item img,
  .gallery-video-element {
    height: 280px;
  }

  .gallery-content h3 {
    font-size: 18px;
  }

  .gallery-content p {
    font-size: 10px;
  }

  .gallery-carousel .owl-nav button {
    width: 35px;
    height: 35px;
    font-size: 18px;
    margin: 0 -15px;
  }

  .video-play-btn {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .gallery-item img,
  .gallery-video-element {
    height: 300px;
  }

  .gallery-overlay {
    padding: 20px;
  }

  .gallery-carousel .owl-dots {
    margin-top: 20px;
  }
}

/* Modern Services Section */
.service_section {
  background: linear-gradient(135deg, #fcf9f5 0%, #f8f5f0 100%);
  position: relative;
}

.service_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23e0d7c7" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23e0d7c7" opacity="0.1"/><circle cx="50" cy="10" r="1" fill="%23e0d7c7" opacity="0.1"/><circle cx="10" cy="60" r="1" fill="%23e0d7c7" opacity="0.1"/><circle cx="90" cy="40" r="1" fill="%23e0d7c7" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>')
    repeat;
  pointer-events: none;
}

/* Modern Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

/* Service Card */
.service-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Service Image */
.service-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.1);
}

/* Service Overlay */
.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(158, 138, 120, 0.8), rgba(158, 138, 120, 0.6));
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.service-card:hover .service-overlay {
  opacity: 1;
}

.service-icon {
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #9e8a78;
  transform: scale(0.8);
  transition: all 0.4s ease;
}

.service-card:hover .service-icon {
  transform: scale(1);
}

/* Service Content */
.service-content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-content h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.3;
}

/* Service Tags */
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}

.tag {
  background: rgba(158, 138, 120, 0.1);
  color: #9e8a78;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid rgba(158, 138, 120, 0.2);
  transition: all 0.3s ease;
}

.service-card:hover .tag {
  background: #9e8a78;
  color: #fff;
  border-color: #9e8a78;
}

/* Service Description */
.service-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
  font-size: 15px;
}

/* Service Price */
.service-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 20px;
}

.price-from {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.price {
  color: #9e8a78;
  font-size: 24px;
  font-weight: 700;
  font-family: "Prata", serif;
}

/* Service Button */
.service-btn {
  background: linear-gradient(135deg, #9e8a78, #b39984);
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-btn::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.5s ease;
}

.service-btn:hover::before {
  left: 100%;
}

.service-btn:hover {
  background: linear-gradient(135deg, #b39984, #c4a995);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(158, 138, 120, 0.3);
  color: #fff;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-card {
    margin: 0 10px;
  }

  .service-image {
    height: 200px;
  }

  .service-content {
    padding: 25px 20px;
  }

  .service-content h3 {
    font-size: 20px;
  }

  .tag {
    font-size: 11px;
    padding: 3px 10px;
  }

  .service-content p {
    font-size: 14px;
  }

  .price {
    font-size: 20px;
  }

  .service-btn {
    padding: 10px 25px;
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 30px;
  }

  .service-card {
    margin: 0 5px;
    border-radius: 10px;
  }

  .service-image {
    height: 180px;
  }

  .service-content {
    padding: 20px 15px;
  }

  .service-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .service-tags {
    gap: 6px;
    margin-bottom: 12px;
  }

  .tag {
    font-size: 10px;
    padding: 3px 8px;
  }

  .service-content p {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .service-price {
    margin-bottom: 15px;
  }

  .price {
    font-size: 18px;
  }

  .service-btn {
    padding: 10px 20px;
    font-size: 10px;
  }
}

/* Equal Height Cards */
@supports (display: grid) {
  .services-grid {
    align-items: stretch;
  }

  .service-card {
    display: flex;
    flex-direction: column;
  }

  .service-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

/* ========================================
   GOOGLE REVIEWS SECTION
   ======================================== */

.google-reviews-section {
  background: linear-gradient(135deg, #fcf9f5 0%, #f8f5f0 100%);
  position: relative;
}

/* Google Rating Summary */
.google-rating-summary {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.rating-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.rating-score h1 {
  font-family: "Prata", serif;
  font-size: 72px;
  color: #9e8a78;
  margin: 0;
  line-height: 1;
}

.rating-score .stars {
  display: flex;
  gap: 5px;
}

.rating-score .stars i {
  color: #ffb900;
  font-size: 28px;
}

.rating-score p {
  color: #777;
  font-size: 16px;
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

/* Google Reviews Grid */
.google-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

/* Google Review Card */
.google-review-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  border-left: 4px solid transparent;
}

.google-review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
  border-left-color: #9e8a78;
}

/* Review Header */
.review-header {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  position: relative;
}

.reviewer-avatar {
  flex-shrink: 0;
}

.reviewer-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f0f0f0;
}

.reviewer-info {
  flex: 1;
}

.reviewer-info h4 {
  font-size: 18px;
  color: #333;
  margin: 0 0 8px;
  font-weight: 600;
}

.review-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 5px;
}

.review-stars i {
  color: #ffb900;
  font-size: 16px;
}

.review-date {
  font-size: 13px;
  color: #999;
  font-family: "Work Sans", sans-serif;
}

.google-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.google-icon svg {
  display: block;
}

/* Review Content */
.review-content {
  color: #666;
  line-height: 1.8;
  font-size: 15px;
}

.review-content p {
  margin: 0;
}

/* Google Reviews Actions */
.google-reviews-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.google-review-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 35px;
  border-radius: 50px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.google-review-btn.view-all {
  background: #fff;
  color: #333;
  border: 2px solid #e0e0e0;
}

.google-review-btn.view-all:hover {
  background: #f8f8f8;
  border-color: #9e8a78;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.google-review-btn.write-review {
  background: linear-gradient(135deg, #9e8a78, #b39984);
  color: #fff;
  border: none;
}

.google-review-btn.write-review:hover {
  background: linear-gradient(135deg, #b39984, #c4a995);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(158, 138, 120, 0.4);
}

.google-review-btn i {
  font-size: 18px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .google-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .google-reviews-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .google-rating-summary {
    padding: 30px 20px;
    margin-bottom: 40px;
  }

  .rating-score h1 {
    font-size: 56px;
  }

  .rating-score .stars i {
    font-size: 24px;
  }

  .google-review-card {
    padding: 25px 20px;
  }

  .reviewer-avatar img {
    width: 50px;
    height: 50px;
  }

  .reviewer-info h4 {
    font-size: 16px;
  }

  .review-content {
    font-size: 14px;
  }

  .google-reviews-actions {
    flex-direction: column;
    gap: 15px;
  }

  .google-review-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 25px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .google-rating-summary {
    padding: 25px 15px;
  }

  .rating-score h1 {
    font-size: 48px;
  }

  .rating-score .stars i {
    font-size: 20px;
  }

  .rating-score p {
    font-size: 14px;
  }

  .google-review-card {
    padding: 20px 15px;
  }

  .review-header {
    gap: 12px;
  }

  .reviewer-avatar img {
    width: 45px;
    height: 45px;
  }

  .reviewer-info h4 {
    font-size: 15px;
  }

  .review-stars i {
    font-size: 14px;
  }

  .review-date {
    font-size: 12px;
  }

  .review-content {
    font-size: 13px;
    line-height: 1.6;
  }

  .google-review-btn {
    padding: 10px 20px;
    font-size: 12px;
  }
}

/* Animation for hover effect */
@keyframes pulse-star {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.rating-score .stars i:hover {
  animation: pulse-star 0.5s ease;
}

/* Clickable Review Card Link */
.google-review-card {
  position: relative;
  cursor: pointer;
}

.review-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-decoration: none;
}

.google-review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
  border-left-color: #9e8a78;
}

.google-review-card:hover::after {
  content: 'Voir sur Google';
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #4285F4;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  z-index: 2;
  pointer-events: none;
  animation: fadeInUp 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ============================================
   SERVICE GALLERY MODAL STYLES
   ============================================ */

/* Eye Icon Button on Price Items - IMPROVED VISIBILITY */
.service-view-btn {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 3px solid #DC143C;
  color: #DC143C;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0;
  z-index: 10;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

.service-view-btn:hover {
  background: #DC143C;
  color: #fff;
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 6px 20px rgba(220, 20, 60, 0.5);
  border-color: #B01030;
}

.service-view-btn i {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

/* Adjust price-item padding to make room for larger button */
.price-item {
  padding-left: 52px !important;
  position: relative;
}

/* Responsive adjustments for eye button */
@media (max-width: 768px) {
  .service-view-btn {
    width: 32px;
    height: 32px;
    left: 6px;
    border-width: 2px;
  }
  
  .service-view-btn i {
    font-size: 16px;
  }
  
  .price-item {
    padding-left: 46px !important;
  }
}

@media (max-width: 480px) {
  .service-view-btn {
    width: 30px;
    height: 30px;
    left: 5px;
  }
  
  .service-view-btn i {
    font-size: 14px;
  }
  
  .price-item {
    padding-left: 42px !important;
  }
}

/* Gallery Modal Overlay */
.service-gallery-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99999;
  overflow: hidden;
  animation: fadeIn 0.3s ease;
}

.service-gallery-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Modal Content Container */
.gallery-modal-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  height: 90vh;
  display: flex;
  flex-direction: column;
}

/* Close Button - FIXED AND ALWAYS VISIBLE */
.gallery-close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #DC143C;
  border: 3px solid #fff;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 100000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.gallery-close-btn:hover {
  background: #fff;
  color: #DC143C;
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 6px 20px rgba(220, 20, 60, 0.6);
}

.gallery-close-btn:active {
  transform: scale(0.95);
  background: #B01030;
}

.gallery-close-btn i {
  font-size: 24px;
  font-weight: bold;
}

/* Gallery Header */
.gallery-header {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
}

.gallery-service-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Gallery Container */
.gallery-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 0;
}

/* Gallery Slides Wrapper */
.gallery-slides-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Gallery Slides */
.gallery-slides {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.4s ease;
}

/* Individual Slide */
.gallery-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.gallery-slide img,
.gallery-slide video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.gallery-slide video {
  outline: none;
}

/* Navigation Buttons */
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(220, 20, 60, 0.8);
  border: none;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.gallery-nav:hover {
  background: #DC143C;
  transform: translateY(-50%) scale(1.1);
}

.gallery-nav i {
  font-size: 24px;
}

.gallery-prev {
  left: 20px;
}

.gallery-next {
  right: 20px;
}

.gallery-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.gallery-nav:disabled:hover {
  transform: translateY(-50%);
}

/* Gallery Counter */
.gallery-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  z-index: 10;
}

.gallery-counter .current-slide {
  color: #DC143C;
  font-size: 16px;
}

/* Loading Indicator */
.gallery-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 5;
}

.gallery-loading.active {
  display: block;
}

.gallery-loading img {
  width: 60px;
  height: 60px;
}

/* No Media Message */
.no-media-message {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .gallery-modal-content {
    width: 95%;
    height: 85vh;
  }
  
  .gallery-close-btn {
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
  }
  
  .gallery-close-btn i {
    font-size: 20px;
  }
  
  .gallery-service-title {
    font-size: 22px;
  }
  
  .gallery-nav {
    width: 45px;
    height: 45px;
  }
  
  .gallery-nav i {
    font-size: 20px;
  }
  
  .gallery-prev {
    left: 10px;
  }
  
  .gallery-next {
    right: 10px;
  }
}

/* Mobile - CRITICAL FIXES */
@media (max-width: 768px) {
  .service-view-btn {
    width: 28px;
    height: 28px;
  }
  
  .service-view-btn i {
    font-size: 14px;
  }
  
  .price-item {
    padding-left: 45px !important;
  }
  
  .gallery-modal-content {
    width: 100%;
    height: 100vh;
    max-width: none;
  }
  
  /* Close Button - ALWAYS VISIBLE ON MOBILE */
  .gallery-close-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 55px;
    height: 55px;
    background: #DC143C;
    border: 3px solid #fff;
    z-index: 100001;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
  }
  
  .gallery-close-btn i {
    font-size: 26px;
  }
  
  /* Add tap target for better mobile interaction */
  .gallery-close-btn::before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border-radius: 50%;
  }
  
  .gallery-header {
    padding-top: 70px;
    margin-bottom: 15px;
  }
  
  .gallery-service-title {
    font-size: 18px;
    padding: 0 70px;
  }
  
  .gallery-nav {
    width: 40px;
    height: 40px;
  }
  
  .gallery-nav i {
    font-size: 18px;
  }
  
  .gallery-prev {
    left: 5px;
  }
  
  .gallery-next {
    right: 5px;
  }
  
  .gallery-counter {
    font-size: 12px;
    padding: 6px 12px;
    bottom: 10px;
  }
  
  .gallery-counter .current-slide {
    font-size: 14px;
  }
}

/* Small Mobile */
@media (max-width: 576px) {
  .gallery-modal-content {
    width: 100%;
    height: 100vh;
  }
  
  .gallery-close-btn {
    width: 50px;
    height: 50px;
  }
  
  .gallery-close-btn i {
    font-size: 24px;
  }
  
  .gallery-header {
    padding-top: 65px;
  }
  
  .gallery-service-title {
    font-size: 16px;
  }
  
  .gallery-nav {
    width: 35px;
    height: 35px;
  }
  
  .gallery-prev {
    left: 5px;
  }
  
  .gallery-next {
    right: 5px;
  }
}

/* Extra Small Mobile & Landscape */
@media (max-width: 480px), (max-height: 500px) {
  .gallery-close-btn {
    top: 8px;
    right: 8px;
    width: 48px;
    height: 48px;
  }
  
  .gallery-close-btn i {
    font-size: 22px;
  }
  
  .gallery-header {
    padding-top: 60px;
    margin-bottom: 10px;
  }
  
  .gallery-service-title {
    font-size: 15px;
    padding: 0 60px;
  }
  
  .gallery-nav {
    width: 35px;
    height: 35px;
  }
  
  .gallery-nav i {
    font-size: 16px;
  }
  
  .gallery-counter {
    font-size: 11px;
    padding: 5px 10px;
  }
}

/* Landscape Mode on Mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .gallery-close-btn {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
  
  .gallery-close-btn i {
    font-size: 18px;
  }
  
  .gallery-header {
    padding-top: 50px;
    margin-bottom: 5px;
  }
  
  .gallery-service-title {
    font-size: 14px;
  }
  
  .gallery-nav {
    width: 35px;
    height: 35px;
  }
}

/* ========================================
   GALLERY SOCIAL SECTION
   ======================================== */

.gallery-social-section {
  margin-top: 60px;
  padding-top: 40px;
}

/* Social Divider */
.social-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  gap: 20px;
}

.divider-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(158, 138, 120, 0.3) 50%,
    transparent 100%
  );
  max-width: 200px;
}

.social-text {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  padding: 0 20px;
}

/* Social Links Container */
.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* Social Link Card */
.social-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 25px 35px;
  background: #fff;
  border-radius: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.social-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.social-link:hover::before {
  left: 100%;
}

.social-link:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

/* Social Icon Wrapper */
.social-icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-link:hover .social-icon-wrap {
  transform: scale(1.1) rotate(5deg);
}

/* Instagram */
.social-link.instagram .social-icon-wrap {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.social-link.instagram:hover {
  border-color: #833ab4;
}

/* TikTok */
.social-link.tiktok .social-icon-wrap {
  background: linear-gradient(135deg, #000000, #ee1d52, #69c9d0);
  color: #fff;
}

.social-link.tiktok:hover {
  border-color: #ee1d52;
}

/* Facebook */
.social-link.facebook .social-icon-wrap {
  background: linear-gradient(135deg, #1877f2, #4267b2);
  color: #fff;
}

.social-link.facebook:hover {
  border-color: #1877f2;
}

/* Social Name */
.social-name {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.social-link:hover .social-name {
  color: #9e8a78;
}

/* Icon SVG Styling */
.social-icon-wrap svg {
  transition: all 0.3s ease;
}

.social-link:hover .social-icon-wrap svg {
  filter: drop-shadow(0 2px 8px rgba(255, 255, 255, 0.3));
}

/* Responsive Design */
@media (max-width: 991px) {
  .social-divider {
    margin-bottom: 35px;
  }

  .social-text {
    font-size: 14px;
    padding: 0 15px;
  }

  .divider-line {
    max-width: 150px;
  }

  .social-links {
    gap: 25px;
  }

  .social-link {
    padding: 20px 30px;
  }

  .social-icon-wrap {
    width: 55px;
    height: 55px;
  }

  .social-icon-wrap svg {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 768px) {
  .gallery-social-section {
    margin-top: 50px;
    padding-top: 30px;
  }

  .social-divider {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }

  .divider-line {
    display: none;
  }

  .social-text {
    font-size: 13px;
    text-align: center;
    padding: 0;
    white-space: normal;
  }

  .social-links {
    gap: 20px;
  }

  .social-link {
    padding: 18px 28px;
  }

  .social-icon-wrap {
    width: 50px;
    height: 50px;
  }

  .social-icon-wrap svg {
    width: 24px;
    height: 24px;
  }

  .social-name {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .social-links {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0 20px;
  }

  .social-link {
    width: 100%;
    max-width: 300px;
    padding: 20px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
  }

  .social-icon-wrap {
    width: 50px;
    height: 50px;
  }

  .social-name {
    font-size: 14px;
  }
}

/* Animation on scroll */
@keyframes fadeInUpSocial {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gallery-social-section.wow {
  animation: fadeInUpSocial 0.6s ease;
}

/* ========================================
   PRICING SECTION - NOUVEAU DESIGN PAR SERVICE
   ======================================== */

.pricing_section {
  background: linear-gradient(135deg, #fcf9f5 0%, #f8f5f0 100%);
  position: relative;
}

/* Services Grid */
.pricing-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
  margin-top: 50px;
}

/* Service Card */
.pricing-service-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
}

.pricing-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(220, 20, 60, 0.15);
}

/* Service Header */
.service-header {
  background: linear-gradient(135deg, #DC143C, #FF6B6B);
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 12px 12px 0 0;
  position: relative;
}

.service-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.service-header h3 {
  font-family: "Prata", serif;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Price Items Container */
.price-items {
  padding: 15px;
}

/* Price Item */
.price-item {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 12px 15px;
  background: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  position: relative;
  flex-wrap: nowrap !important;
  min-height: 50px;
  padding-left: 50px !important;
}

.price-item:last-child {
  margin-bottom: 0;
}

.price-item:hover {
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transform: translateX(5px);
}

/* Service Name - Left Side (TARIFS SECTION) */
.price-item .service-name {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333 !important;
  line-height: 1.3;
  flex: 1;
  margin-right: 15px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Price Value - Right Side */
.price-value {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #DC143C;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: right;
  background: rgba(220, 20, 60, 0.05);
  padding: 4px 12px;
  border-radius: 15px;
  min-width: fit-content;
}

/* Featured Item */
.price-item.featured {
  background: rgba(220, 20, 60, 0.05);
  font-style: italic;
}

.price-item.featured .service-name {
  color: #666;
  font-size: 13px;
}

.price-item.featured .price-value {
  background: transparent;
}

/* Pricing Note */
.pricing-note {
  background: #fff;
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  border: 2px dashed rgba(220, 20, 60, 0.2);
  max-width: 600px;
  margin: 0 auto;
}

.note-content {
  text-align: center;
}

.note-content i {
  font-size: 40px;
  color: #DC143C;
  margin-bottom: 15px;
  display: block;
}

.note-content p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .pricing-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .pricing-services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }

  .pricing-service-card {
    margin: 0 10px;
  }

  .service-header {
    padding: 18px 15px;
  }

  .service-header h3 {
    font-size: 16px;
  }

  .service-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .price-item {
    padding: 10px 15px;
    min-height: 45px;
    padding-left: 45px !important;
  }

  .price-item .service-name {
    font-size: 13px;
    margin-right: 10px;
  }

  .price-value {
    font-size: 14px;
    padding: 3px 10px;
  }

  .pricing-note {
    padding: 25px 20px;
    margin: 0 10px;
  }

  .note-content i {
    font-size: 32px;
  }

  .note-content p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .pricing-services-grid {
    gap: 15px;
    margin-top: 30px;
  }

  .pricing-service-card {
    margin: 0 5px;
  }

  .service-header {
    padding: 15px 12px;
  }

  .service-header h3 {
    font-size: 15px;
  }

  .service-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .price-item .service-name {
    font-size: 12px;
  }

  .price-value {
    font-size: 13px;
  }

  .note-content i {
    font-size: 28px;
  }

  .note-content p {
    font-size: 13px;
  }
}

/* Animation Enhancement */
.pricing-service-card:hover .service-icon {
  transform: rotate(5deg) scale(1.1);
}

.pricing-service-card:hover .price-value {
  background: #DC143C;
  color: #fff;
}

/* FORCE WHITE TEXT ON FILTER BUTTONS HOVER - OVERRIDE ALL */
.gallery_section .gallery-filter .filter-btn:hover {
  color: #ffffff !important;
  background-color: #DC143C !important;
  border-color: #DC143C !important;
}

.gallery_section .gallery-filter .filter-btn.active {
  color: #ffffff !important;
  background-color: #DC143C !important;
  border-color: #DC143C !important;
}

/* Ensure no other styles override */
button.filter-btn:hover,
button.filter-btn.active {
  color: #fff !important;
}

/* ========================================
   MODERN APPOINTMENT SECTION - WHATSAPP INTEGRATION
   ======================================== */

.book_section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  position: relative;
  overflow: hidden;
}

.book_section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(220, 20, 60, 0.1) 0%, transparent 70%);
  animation: pulse 15s infinite;
}

@keyframes pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
  50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.8; }
}

/* ========================================
   EQUAL HEIGHT COLUMNS FOR APPOINTMENT
   ======================================== */

/* Row container pour les colonnes de même hauteur */
.appointment-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.appointment-row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

/* Modern Appointment Form */
.modern-appointment-form {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  height: 100%;
  z-index: 1;
}

.form-header {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(220, 20, 60, 0.3);
}

.form-header i {
  font-size: 35px;
  color: #DC143C;
  margin-bottom: 10px;
  display: block;
}

.form-header h3 {
  font-family: "Prata", serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 6px;
}

.form-header p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  margin: 0;
}

/* Form Groups */
.whatsapp-appointment-form .form-group {
  margin-bottom: 20px;
}

.whatsapp-appointment-form label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.whatsapp-appointment-form label i {
  font-size: 15px;
  color: #DC143C;
}

/* Modern Inputs */
.modern-input,
.modern-select {
  width: 100%;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
  transition: all 0.3s ease;
  outline: none;
  min-height: 45px;
}

.modern-input:focus,
.modern-select:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: #DC143C;
  box-shadow: 0 0 20px rgba(220, 20, 60, 0.3);
}

.modern-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.modern-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23DC143C' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 20px;
}

.modern-select option {
  background: #2a2a2a;
  color: #fff;
  padding: 10px;
}

.modern-select optgroup {
  background: #1a1a1a;
  color: #DC143C;
  font-weight: 700;
  font-size: 14px;
}

/* WhatsApp Submit Button */
.whatsapp-submit-btn {
  width: 100%;
  padding: 12px 25px;
  background: linear-gradient(135deg, #25D366, #20ba5a);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 5px 20px rgba(37, 211, 102, 0.3);
}

.whatsapp-submit-btn:hover {
  background: linear-gradient(135deg, #20ba5a, #1da851);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.whatsapp-submit-btn i {
  font-size: 18px;
}

/* Custom Service Dropdown */
.custom-service-dropdown {
  position: relative;
  width: 100%;
}

.dropdown-trigger {
  width: 100%;
  padding: 10px 40px 10px 15px;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
  min-height: 45px;
  display: flex;
  align-items: center;
}

.dropdown-trigger:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(220, 20, 60, 0.5);
}

.dropdown-trigger.active {
  background: rgba(255, 255, 255, 0.12);
  border-color: #DC143C;
  box-shadow: 0 0 20px rgba(220, 20, 60, 0.3);
}

.dropdown-selected-text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-selected-text.placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  pointer-events: none;
}

.dropdown-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #DC143C;
  font-size: 12px;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.dropdown-trigger.active .dropdown-arrow {
  transform: translateY(-50%) rotate(180deg);
}

/* Dropdown Panel */
.dropdown-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  background: rgba(30, 30, 30, 0.98);
  backdrop-filter: blur(20px);
  border: 2px solid rgba(220, 20, 60, 0.3);
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  max-height: 400px;
  overflow: hidden;
}

.dropdown-panel.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Search Input */
.dropdown-search {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-search input {
  width: 100%;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  outline: none;
  transition: all 0.3s ease;
}

.dropdown-search input:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: #DC143C;
}

.dropdown-search input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  pointer-events: none;
}

/* Services List */
.dropdown-services-list {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 340px;
  padding: 8px;
}

/* Custom Scrollbar */
.dropdown-services-list::-webkit-scrollbar {
  width: 6px;
}

.dropdown-services-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.dropdown-services-list::-webkit-scrollbar-thumb {
  background: #DC143C;
  border-radius: 10px;
}

.dropdown-services-list::-webkit-scrollbar-thumb:hover {
  background: #B01030;
}

/* Service Category */
.service-category {
  margin-bottom: 8px;
}

.service-category:last-child {
  margin-bottom: 0;
}

.category-header {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #DC143C;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: rgba(220, 20, 60, 0.1);
  border-radius: 6px;
  margin-bottom: 4px;
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
}

/* Service Option */
.service-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s ease;
  margin-bottom: 2px;
}

.service-option:hover {
  background: rgba(220, 20, 60, 0.15);
  transform: translateX(4px);
}

.service-option.selected {
  background: rgba(220, 20, 60, 0.25);
  border-left: 3px solid #DC143C;
}

.service-option.hidden {
  display: none;
}

/* Dropdown Service Name - Spécifique au dropdown uniquement */
.dropdown-services-list .service-name {
  flex: 1;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

/* Dropdown Service Price - Spécifique au dropdown uniquement */
.dropdown-services-list .service-price {
  font-size: 12px;
  color: #DC143C;
  font-weight: 700;
  white-space: nowrap;
  margin-left: 12px;
}

/* No Results Message */
.no-results-message {
  padding: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .dropdown-panel {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 70vh;
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
  }
  
  .dropdown-panel.active {
    transform: translateY(0);
  }
  
  .dropdown-services-list {
    max-height: calc(70vh - 60px);
  }
  
  .category-header {
    position: sticky;
    top: 0;
    z-index: 20;
  }
}

/* ========================================
   CONTACT INFO MODERN - INFORMATIONS CONTACT
   ======================================== */

/* Contact Info Modern Container */
.contact-info-modern {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Map Wrapper */
.map-wrapper {
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}

.map-wrapper iframe {
  display: block;
  width: 100%;
  filter: grayscale(20%) brightness(0.9);
  transition: all 0.3s ease;
}

.map-wrapper:hover iframe {
  filter: grayscale(0%) brightness(1);
}

/* Info Cards Grid */
.info-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  flex: 1;
}

/* Individual Info Card */
.info-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 18px;
  display: flex;
  align-items: flex-start;
  max-height: 130px;
  gap: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.info-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border-color: rgba(220, 20, 60, 0.3);
}

/* Info Icon */
.info-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #DC143C, #FF6B6B);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.info-card:hover .info-icon {
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0 5px 15px rgba(220, 20, 60, 0.4);
}

.info-icon i {
  font-size: 22px;
  color: #fff;
}

/* Info Content */
.info-content {
  flex: 1;
  min-width: 0;
}

.info-content h4 {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #DC143C;
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.info-content p a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
}

.info-content p a:hover {
  color: #DC143C;
  text-decoration: underline;
}

/* Equal Height Classes */
.equal-height {
  min-height: 400px;
  display: flex;
  flex-direction: column;
}

/* Responsive Design */
@media (max-width: 991px) {
  .contact-info-modern,
  .modern-appointment-form {
    min-height: auto;
  }

  .appointment-row {
    align-items: flex-start;
  }

  .info-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .map-wrapper {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .contact-info-modern {
    padding: 0;
  }

  .map-wrapper {
    border-radius: 12px;
  }

  .info-cards {
    gap: 10px;
  }

  .info-card {
    padding: 15px;
  }

  .info-icon {
    width: 42px;
    height: 42px;
  }

  .info-icon i {
    font-size: 20px;
  }

  .info-content h4 {
    font-size: 12px;
  }

  .info-content p {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .info-card {
    flex-direction: column;
    text-align: center;
    padding: 12px;
  }

  .info-icon {
    margin: 0 auto;
    width: 40px;
    height: 40px;
  }

  .info-icon i {
    font-size: 18px;
  }

  .info-content h4 {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .info-content p {
    font-size: 11px;
    line-height: 1.4;
  }
}

/* Ensure equal heights on desktop */
@media (min-width: 992px) {
  .appointment-row {
    display: flex;
    align-items: stretch;
  }

  .appointment-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }

  .modern-appointment-form,
  .contact-info-modern {
    flex: 1;
  }
}

/* ========================================
   CONTACT INFO MODERN - RESPONSIVE FIXES
   ======================================== */

/* Contact Info Modern Container */
.contact-info-modern {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Map Wrapper */
.map-wrapper {
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}

.map-wrapper iframe {
  display: block;
  width: 100%;
  height: 250px;
  filter: grayscale(20%) brightness(0.9);
  transition: all 0.3s ease;
}

.map-wrapper:hover iframe {
  filter: grayscale(0%) brightness(1);
}

/* Info Cards Grid */
.info-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  flex: 1;
}

/* Individual Info Card */
.info-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.info-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border-color: rgba(220, 20, 60, 0.3);
}

/* Info Icon */
.info-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #DC143C, #FF6B6B);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.info-card:hover .info-icon {
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0 5px 15px rgba(220, 20, 60, 0.4);
}

.info-icon i {
  font-size: 22px;
  color: #fff;
}

/* Info Content */
.info-content {
  flex: 1;
  min-width: 0;
}

.info-content h4 {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #DC143C;
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  word-break: break-word;
}

.info-content p a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  word-break: break-all;
}

.info-content p a:hover {
  color: #DC143C;
  text-decoration: underline;
}

/* Equal Height Classes */
.equal-height {
  min-height: 400px;
  display: flex;
  flex-direction: column;
}

/* Responsive Design - TABLET */
@media (max-width: 991px) {
  .contact-info-modern,
  .modern-appointment-form {
    min-height: auto;
  }

  .equal-height {
    min-height: auto;
  }

  .appointment-row {
    align-items: flex-start;
  }

  .info-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .map-wrapper {
    margin-bottom: 20px;
  }

  .map-wrapper iframe {
    height: 300px;
  }
}

/* Responsive Design - MOBILE */
@media (max-width: 768px) {
  .contact-info-modern {
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    margin-top: 20px;
  }

  .map-wrapper {
    border-radius: 12px;
    margin-bottom: 15px;
  }

  .map-wrapper iframe {
    height: 250px;
  }

  .info-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .info-card {
    padding: 16px;
    flex-direction: row;
    align-items: center;
  }

  .info-icon {
    width: 50px;
    height: 50px;
  }

  .info-icon i {
    font-size: 24px;
  }

  .info-content h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .info-content p {
    font-size: 13px;
    line-height: 1.4;
  }
}

/* Responsive Design - SMALL MOBILE */
@media (max-width: 576px) {
  .contact-info-modern {
    padding: 15px;
  }

  .map-wrapper iframe {
    height: 220px;
  }

  .info-cards {
    gap: 10px;
  }

  .info-card {
    padding: 14px;
  }

  .info-icon {
    width: 45px;
    height: 45px;
  }

  .info-icon i {
    font-size: 20px;
  }

  .info-content h4 {
    font-size: 12px;
  }

  .info-content p {
    font-size: 12px;
  }
}

/* Responsive Design - EXTRA SMALL MOBILE */
@media (max-width: 480px) {
  .contact-info-modern {
    padding: 12px;
  }

  .map-wrapper iframe {
    height: 200px;
  }

  .info-cards {
    gap: 8px;
  }

  .info-card {
    padding: 12px;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .info-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }

  .info-icon i {
    font-size: 18px;
  }

  .info-content {
    width: 100%;
  }

  .info-content h4 {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .info-content p {
    font-size: 11px;
    line-height: 1.3;
  }
}

/* ========================================
   FOOTER RESPONSIVE FIXES
   ======================================== */

/* Footer Widget Section */
.widget_section {
  background-color: #222227;
  padding: 80px 0 60px;
}

.footer_widget {
  color: #fff;
  margin-bottom: 30px;
}

.footer_widget h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer_widget p {
  color: #999;
  font-size: 14px;
  line-height: 1.6;
}

/* Widget Social */
.widget_social {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}

.widget_social li a {
  color: #777;
  font-size: 16px;
  transition: all 0.3s ease;
}

.widget_social li a:hover {
  color: #DC143C;
}

/* Opening Time */
.opening_time li {
  color: #999;
  line-height: 32px;
  font-size: 14px;
}

/* Subscribe Form */
.subscribe_form {
  display: block;
}

.subscribe_form .form_input {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  line-height: 50px;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.subscribe_form .form_input:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #DC143C;
  outline: none;
}

.subscribe_form .submit {
  background-color: #DC143C;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 50px;
  display: inline-block;
  padding: 0 30px;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.subscribe_form .submit:hover {
  background-color: #B01030;
}

/* Footer Section */
.footer_section {
  background-color: #1a1a1a;
  border-top: 1px solid #333;
  padding: 25px 0;
}

.footer_section .copyright {
  font-size: 14px;
  color: #ddd;
  text-align: center;
}

.footer_social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer_social li a {
  font-family: "Work Sans", sans-serif;
  color: #ddd;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.footer_social li a:hover {
  color: #DC143C;
}

/* Tablet Responsive */
@media (max-width: 991px) {
  .widget_section {
    padding: 60px 0 40px;
  }

  .footer_widget {
    margin-bottom: 35px;
  }

  .footer_widget h3 {
    font-size: 17px;
  }

  .footer_widget p {
    font-size: 13px;
  }

  .opening_time li {
    line-height: 28px;
    font-size: 13px;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .widget_section {
    padding: 50px 0 30px;
  }

  .widget_section .container {
    padding: 0 20px;
  }

  .footer_widget {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer_widget img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer_widget h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer_widget p {
    font-size: 13px;
    line-height: 1.5;
  }

  .widget_social {
    justify-content: center;
    gap: 12px;
  }

  .widget_social li a {
    font-size: 18px;
  }

  .opening_time {
    text-align: center;
  }

  .opening_time li {
    line-height: 26px;
    font-size: 13px;
  }

  .subscribe_form .form_input {
    font-size: 13px;
    line-height: 45px;
    padding: 0 12px;
  }

  .subscribe_form .submit {
    line-height: 45px;
    font-size: 11px;
    padding: 0 25px;
  }

  .footer_section {
    padding: 20px 0;
  }

  .footer_section .row {
    text-align: center;
  }

  .footer_section .copyright {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .footer_social {
    justify-content: center;
    margin-top: 10px;
  }

  .footer_social li a {
    font-size: 11px;
  }
}

/* Small Mobile Responsive */
@media (max-width: 576px) {
  .widget_section {
    padding: 40px 0 20px;
  }

  .widget_section .container {
    padding: 0 15px;
  }

  .footer_widget {
    margin-bottom: 35px;
  }

  .footer_widget h3 {
    font-size: 15px;
  }

  .footer_widget p {
    font-size: 12px;
  }

  .widget_social {
    gap: 10px;
  }

  .widget_social li a {
    font-size: 16px;
  }

  .opening_time li {
    line-height: 24px;
    font-size: 12px;
  }

  .subscribe_form .form_input {
    line-height: 42px;
  }

  .subscribe_form .submit {
    line-height: 42px;
    font-size: 10px;
  }
}

/* Extra Small Mobile Responsive */
@media (max-width: 480px) {
  .widget_section {
    padding: 35px 0 15px;
  }

  .footer_widget {
    margin-bottom: 30px;
  }

  .footer_widget h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .footer_widget p {
    font-size: 11px;
    line-height: 1.4;
  }

  .widget_social {
    gap: 8px;
  }

  .widget_social li a {
    font-size: 14px;
  }

  .opening_time li {
    line-height: 22px;
    font-size: 11px;
  }

  .subscribe_form .form_input {
    line-height: 40px;
    font-size: 12px;
    padding: 0 10px;
  }

  .subscribe_form .submit {
    line-height: 40px;
    font-size: 10px;
    padding: 0 20px;
  }

  .footer_section {
    padding: 18px 0;
  }

  .footer_section .copyright {
    font-size: 11px;
    margin-bottom: 12px;
  }

  .footer_social {
    gap: 10px;
  }

  .footer_social li a {
    font-size: 10px;
  }
}

/* Landscape Mobile Fix */
@media (max-width: 768px) and (orientation: landscape) {
  .contact-info-modern {
    padding: 15px;
  }

  .map-wrapper iframe {
    height: 200px;
  }

  .info-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .widget_section {
    padding: 40px 0 20px;
  }
}

/* Ensure equal heights on desktop only */
@media (min-width: 992px) {
  .appointment-row {
    display: flex;
    align-items: stretch;
  }

  .appointment-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }

  .modern-appointment-form,
  .contact-info-modern {
    flex: 1;
  }
}
/* ========================================
   SOCIAL MEDIA CARD IN GALLERY MODAL - CENTERED
   ======================================== */

.gallery-social-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 40px 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.social-card-header {
  margin-bottom: 40px;
}

.social-card-header i {
  font-size: 64px;
  color: #DC143C;
  margin-bottom: 20px;
  display: block;
  animation: pulse-icon 2s infinite;
}

@keyframes pulse-icon {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

.social-card-header h3 {
  font-size: 28px;
  color: #fff;
  margin: 20px 0 15px;
  font-weight: 600;
  line-height: 1.3;
}

.social-card-header p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.5;
}

.gallery-social-card .social-divider {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
}

.gallery-social-card .divider-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 100%
  );
}

.gallery-social-card .social-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.gallery-social-card .social-links {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery-social-card .social-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 25px 35px;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
  min-width: 140px;
}

.gallery-social-card .social-link:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.gallery-social-card .social-icon-wrap {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.gallery-social-card .social-link.instagram .social-icon-wrap {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  box-shadow: 0 5px 20px rgba(225, 48, 108, 0.4);
}

.gallery-social-card .social-link.tiktok .social-icon-wrap {
  background: linear-gradient(135deg, #000000 0%, #69C9D0 100%);
  box-shadow: 0 5px 20px rgba(105, 201, 208, 0.4);
}

.gallery-social-card .social-link.facebook .social-icon-wrap {
  background: #1877F2;
  box-shadow: 0 5px 20px rgba(24, 119, 242, 0.4);
}

.gallery-social-card .social-link:hover .social-icon-wrap {
  transform: scale(1.15) rotate(5deg);
}

.gallery-social-card .social-icon-wrap svg {
  width: 36px;
  height: 36px;
  transition: all 0.3s ease;
}

.gallery-social-card .social-link:hover .social-icon-wrap svg {
  filter: drop-shadow(0 3px 10px rgba(255, 255, 255, 0.3));
}

.gallery-social-card .social-name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Work Sans", sans-serif;
}

/* Responsive Design - Social Card in Modal */
@media (max-width: 768px) {
  .gallery-social-card {
    padding: 30px 20px;
  }
  
  .social-card-header i {
    font-size: 48px;
  }
  
  .social-card-header h3 {
    font-size: 22px;
    padding: 0 20px;
  }
  
  .social-card-header p {
    font-size: 16px;
    padding: 0 20px;
  }
  
  .gallery-social-card .social-divider {
    flex-direction: column;
    gap: 15px;
    margin: 25px auto;
  }
  
  .gallery-social-card .divider-line {
    display: none;
  }
  
  .gallery-social-card .social-text {
    font-size: 13px;
    white-space: normal;
    text-align: center;
  }
  
  .gallery-social-card .social-links {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 280px;
    margin: 20px auto;
  }
  
  .gallery-social-card .social-link {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    padding: 18px 25px;
    gap: 15px;
  }
  
  .gallery-social-card .social-icon-wrap {
    width: 55px;
    height: 55px;
  }
  
  .gallery-social-card .social-icon-wrap svg {
    width: 28px;
    height: 28px;
  }
  
  .gallery-social-card .social-name {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .gallery-social-card {
    padding: 25px 15px;
  }
  
  .social-card-header i {
    font-size: 40px;
    margin-bottom: 15px;
  }
  
  .social-card-header h3 {
    font-size: 18px;
    margin: 15px 0 10px;
  }
  
  .social-card-header p {
    font-size: 14px;
  }
  
  .gallery-social-card .social-text {
    font-size: 12px;
  }
  
  .gallery-social-card .social-links {
    max-width: 260px;
    gap: 15px;
  }
  
  .gallery-social-card .social-link {
    padding: 15px 20px;
  }
  
  .gallery-social-card .social-icon-wrap {
    width: 50px;
    height: 50px;
  }
  
  .gallery-social-card .social-icon-wrap svg {
    width: 26px;
    height: 26px;
  }
  
  .gallery-social-card .social-name {
    font-size: 14px;
  }
}

/* Animation d'apparition */
@keyframes fadeInUpSocialCard {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gallery-social-card {
  animation: fadeInUpSocialCard 0.5s ease;
}

.gallery-social-card .social-link {
  animation: fadeInUpSocialCard 0.6s ease backwards;
}

.gallery-social-card .social-link:nth-child(1) {
  animation-delay: 0.1s;
}

.gallery-social-card .social-link:nth-child(2) {
  animation-delay: 0.2s;
}

.gallery-social-card .social-link:nth-child(3) {
  animation-delay: 0.3s;
}
/* ========================================
   PRICING SECTION - IMAGE ICONS INSTEAD OF FONT ICONS
   ======================================== */

/* Service Icon - Now displays images */
.pricing-service-card .service-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #DC143C, #FF6B6B);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 3px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(220, 20, 60, 0.3);
}

.pricing-service-card .service-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
}

.pricing-service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 20px rgba(220, 20, 60, 0.5);
}

/* Fallback for font icons (if no image) */
.pricing-service-card .service-icon i {
  font-size: 24px;
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .pricing-service-card .service-icon {
    width: 45px;
    height: 45px;
  }
  
  .pricing-service-card .service-icon i {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .pricing-service-card .service-icon {
    width: 40px;
    height: 40px;
  }
  
  .pricing-service-card .service-icon i {
    font-size: 18px;
  }
}
/* ========================================
   VIDEO PLAY ICON IN GALLERY - NEW ADDITION
   ======================================== */

/* Video Play Icon Overlay for Gallery Items */
.gallery-video .video-play-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(220, 20, 60, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  z-index: 5;
  transition: all 0.3s ease;
  pointer-events: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.gallery-video:hover .video-play-indicator {
  background: rgba(220, 20, 60, 1);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(220, 20, 60, 0.5);
}

/* Hide play indicator when video is playing */
.gallery-video.playing .video-play-indicator {
  opacity: 0;
  visibility: hidden;
}

/* Adjust existing video play button */
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 6;
  border: 3px solid rgba(255, 255, 255, 0.8);
}

.video-play-btn:hover {
  background-color: rgba(220, 20, 60, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
  border-color: #fff;
}

/* Video corner indicator (small icon) */
.gallery-video .video-type-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(220, 20, 60, 0.9);
  color: #fff;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 5;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  gap: 3px;
}

.gallery-video .video-type-badge i {
  font-size: 8px;
}

/* Responsive adjustments for video indicators */
@media (max-width: 768px) {
  .gallery-video .video-play-indicator {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .video-play-btn {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  
  .gallery-video .video-type-badge {
    top: 8px;
    right: 8px;
    padding: 3px 6px;
    font-size: 9px;
  }
}

@media (max-width: 480px) {
  .gallery-video .video-play-indicator {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  
  .video-play-btn {
    width: 55px;
    height: 55px;
    font-size: 22px;
  }
  
  .gallery-video .video-type-badge {
    top: 6px;
    right: 6px;
    padding: 2px 5px;
    font-size: 8px;
  }
}

/* Animation for video indicators */
@keyframes pulse-video {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

.gallery-video .video-play-indicator {
  animation: pulse-video 2s infinite;
}

.gallery-video:hover .video-play-indicator {
  animation: none;
}
/* ========================================
   ABOUT SECTION - RESPONSIVE IMAGES FIX
   ======================================== */

/* Mobile - Layout simplifié en colonne */
@media (max-width: 767px) {
  .about_section .row {
    flex-direction: column-reverse;
  }

  .about_section .about_content {
    margin-bottom: 30px;
  }

  .about_section .about_img {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
  }

  .about_section .about_img img {
    width: 100% !important;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
  }

  /* Animation subtile au scroll sur mobile */
  .about_section .about_img img {
    transform: scale(0.95);
    opacity: 0.8;
    transition: all 0.3s ease;
  }

  .about_section .about_img img.animated {
    transform: scale(1);
    opacity: 1;
  }
}

/* Tablet - Layout intermédiaire */
@media (min-width: 768px) and (max-width: 991px) {
  .about_section .about_img {
    min-height: 400px;
  }

  .about_section .about_img img {
    width: 70%;
  }

  .about_section .about_img_2 {
    top: 60px;
  }

  .about_section .about_img_3 {
    top: 200px;
    left: 30px;
  }
}

/* Small Mobile - Optimisation pour petits écrans */
@media (max-width: 480px) {
  .about_section .about_img {
    gap: 15px;
    padding: 0 10px;
  }

  .about_section .about_img img {
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  }
}

/* Extra Small Mobile - Optimisation extrême */
@media (max-width: 360px) {
  .about_section .about_img {
    gap: 12px;
    padding: 0 5px;
  }

  .about_section .about_img img {
    border-radius: 6px;
  }
}

/* Landscape Mobile - Ajustement spécial */
@media (max-width: 768px) and (orientation: landscape) {
  .about_section .about_img {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }

  .about_section .about_img img {
    width: calc(50% - 10px) !important;
  }

  .about_section .about_img img:last-child {
    width: 100% !important;
  }
}

/* Animation d'apparition progressive sur mobile */
@media (max-width: 767px) {
  .about_section .about_img_1 {
    animation: fadeInUp 0.6s ease 0.2s both;
  }

  .about_section .about_img_2 {
    animation: fadeInUp 0.6s ease 0.4s both;
  }

  .about_section .about_img_3 {
    animation: fadeInUp 0.6s ease 0.6s both;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}