/*** START COMMONN STYLES ***/

a, a:hover 
{
	text-decoration: none !important;
}

ul 
{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

h2, h3, h4, h5, h6 
{
    font-family: 'Prata', sans-serif;
}

.padding-10 
{
    padding: 10px;
}


/*** END COMMON STYLES ***/



/*** START BOOTSTRAP STYLES ***/

#home-section-carousel .carousel-caption
{
    bottom: 250px;
}

#home-section-carousel .carousel-indicators
{
    bottom: 150px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');

/*** END BOOTSTRAP STYLES ***/

:root {
    --bg-default: #222327;
    --primary-white: #ffffff;
    --primary-red: #ff3c41;
}

*{  padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    -webkit-tap-highlight-color: transparent;}


/*** START HTML PAGE STYLE ***/

html
{
	scroll-behavior: smooth;
}

/*** END HTML PAGE STYLE ****/

/*** START BODY STYLE ***/

body
{
	font-size: 16px;
	background-color: white;
	font-family: 'Roboto', sans-serif;
}

/*** END BODY STYLE ****/

/*** START NAVBAR STYLE ***/

.navbar 
{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0 !important;
}

.header-section 
{
    background-color: rgba(34, 34, 39, 0.95);
    backdrop-filter: blur(10px);
    width:100%;
    height:80px;
    z-index:999;
    position:fixed;
    left:0;
    top:0;
    padding:0;
    display:flex;
    align-items:center;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.header-section.scrolled {
    background-color: rgba(34, 34, 39, 0.98);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
}

.menu-wrap 
{
    position: relative;
}

ul.nav>li 
{
    position: relative;
}
ul.nav>li>a 
{
    color: #ddd;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 80px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
}

ul.nav>li>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff5e62, #ff9966);
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

ul.nav>li>a:hover::after {
    width: 80%;
}

ul.nav>li>a:hover {
    color: #ff5e62;
}
.header-btn .menu-btn 
{
    background: linear-gradient(135deg, #ff5e62, #ff9966);
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
    display: block;
    margin: 0;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(255, 94, 98, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.header-btn .menu-btn i {
    margin-right: 8px;
}

.header-btn .menu-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 94, 98, 0.4);
    background: linear-gradient(135deg, #ff4757, #ff6348);
}

.header-btn .menu-btn:active {
    transform: translateY(0);
}


/*** END NABAR STYLE ***/


/*** START HOME SECTION STYLE ***/



/*** END HOME SECTION STYLE ***/


/*** START ABOUT SECTION STYLE ***/

.about_content h2 
{
    font-size: 36px;
    line-height: 46px;
    color: #9e8a78;
    margin-bottom: 30px;
}
.about_section h3 
{
    font-size: 17px;
}

.about_section
{
    padding: 80px 0;
    border-bottom: 2px solid #eee;
}

.about_section .about_img img 
{
    width: 60%;
    border-radius: 5px;
    box-shadow: 0 16px 28px 0 rgba(0,0,0,.2);
}
.about_section .about_img_3 
{
    margin: -260px 0 0 40px;
}
.about_section .about_img_2 
{
    margin: -180px 0 0 270px;
}

/*** END ABOUT SECTION STYLE ***/

/*** START SERVICES SECTION STYLE ***/

.services_section
{
    padding: 80px 0px; 
    background-color: #fcf9f5;
}

.service_box 
{
    background-color: #fff;
    padding: 40px 30px;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}

.service_box i 
{
    font-size: 50px;
    margin-bottom: 20px;
    color: #9e8a78;
    display: block;
}

/*** END SERVICES SECTION STYLE ****/

/*** START HEADING LINE STYLE ***/


.heading-line 
{
    margin-top: 20px;
    height: 10px;
    background: url(../images/heading-line.png) center center no-repeat;
    position: relative;
}

/*** END HEADING LINE STYLE ***/

/*** START BOOKING SECTION STYLE ***/

.book_section
{
    background-color: #222227;
    position: relative;
    padding:80px 0px;
}

.book_bg 
{
    background-image: url(../images/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(../images/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 
{
    padding: 40px;
}
.appointment_form .book_content 
{
    margin-bottom: 30px;
}

.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:focus 
{
    border: 3px solid rgba(255,255,255,0.5);
    box-shadow: none;
    outline: none;
}
.nice-select.form-control 
{
    width: 100%;
    line-height: 52px;
    padding: 0 15px;
}
.appointment_form .form-control 
{
    background-color: transparent;
    border: 3px solid rgba(255,255,255,0.3);
    line-height: 52px;
    color: #fff;
    border-radius: 0;
}
.appointment_form .default_btn 
{
    margin-top: 15px;
}
.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;
    border: none;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 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: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 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}


/*** END BOOKING SECTION STYLE ***/


/*** START GALLERY SECTION STYLE ***/

.gallery-section
{
    border-bottom: 2px solid #eee;
    background: linear-gradient(135deg, #fcf9f5 0%, #f8f4f0 100%);
    padding: 100px 0;
    position: relative;
}

.gallery-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(255,94,98,0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255,153,102,0.05) 0%, transparent 50%);
    pointer-events: none;
}

.gallery-section .gallery-column
{
    padding: 0px 10px !important;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.gallery-section .gallery-column .gallery-img
{
    background-size: cover;
    height: 230px;
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
}

.gallery-section .gallery-column .gallery-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,94,98,0.2) 0%, rgba(255,153,102,0.2) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.gallery-section .gallery-column .gallery-img::after {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 3rem;
    color: white;
    font-weight: 300;
    transition: all 0.4s ease;
    z-index: 2;
}

.gallery-section .gallery-column:hover .gallery-img::before {
    opacity: 1;
}

.gallery-section .gallery-column:hover .gallery-img::after {
    transform: translate(-50%, -50%) scale(1);
}

.gallery-section .gallery-column:hover .gallery-img {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.gallery-section .gallery-column:hover {
    transform: translateY(-5px);
}

/*** END GALLERY SECTION STYLE ***/



/*** START SECTION HEADING STYLE ***/

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

.section_heading h3
{
    color: #9e8a78;
    font-weight: 400;
    font-family: 'Prata', sans-serif;
    font-size: 17px;
}

.section_heading h2
{
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: 0;
}

/*** END SECTION HEADING STYLE ***/


/*** START TEAM SECTION STYLE ***/

.team_section
{
    border-bottom: 2px solid #eee;
    padding:80px 0px;
}

.team_section .team_members .team_member 
{
    position: relative;
    overflow: hidden;
}

.team_section .team_members .team_member img 
{
    width: 100%;
}

/*** END TEAM SECTION STYLE ***/

/*** START REVIEWS SECTION STYLE ***/

.testimonial_section 
{
    background-image: url(../images/testimonial.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    /*padding: 200px 0;*/
}

/*** END REVIEWS SECTION STYLE ****/

/*** START PRICING SECTION STYLE ***/

.pricing_section
{
    border-bottom: 2px solid #eee;
    background: linear-gradient(135deg, #fcf9f5 0%, #f8f4f0 100%);
    padding: 100px 0;
    position: relative;
}

.pricing_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 80%, rgba(255,94,98,0.05) 0%, transparent 50%),
                radial-gradient(circle at 20% 20%, rgba(255,153,102,0.05) 0%, transparent 50%);
    pointer-events: none;
}

.pricing_section .price_wrap 
{
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.pricing_section .price_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff5e62, #ff9966);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.pricing_section .price_wrap:hover::before {
    transform: scaleX(1);
}

.pricing_section .price_wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.pricing_section .price_wrap h3 
{
    background: linear-gradient(135deg, #ff5e62, #ff9966);
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(255, 94, 98, 0.3);
}

.pricing_section .price_wrap .price_list li 
{
    margin-bottom: 35px;
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.pricing_section .price_wrap .price_list li:last-child {
    border-bottom: none;
}

.pricing_section .price_wrap .price_list li:hover {
    background: rgba(255,94,98,0.02);
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.pricing_section .price_wrap .price_list li h4 
{
    position: relative;
    color: #333;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0 0 8px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.pricing_section .price_wrap .price_list li:hover h4 {
    color: #ff5e62;
}

.pricing_section .price_wrap .price_list li h4:after 
{
    display: none;
}

.pricing_section .price_wrap .price_list li p 
{
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.pricing_section .price_wrap .price_list li span.price 
{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #ff5e62;
    font-weight: 700;
    position: absolute;
    top: 15px;
    right: 0;
    background: linear-gradient(135deg, #ff5e62, #ff9966);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/*** END PRICING SECTION STYLE ***/


/*** START WIDGET SECTION - FOOTER STYLE ***/

.widget_section
{
    background: linear-gradient(135deg, #1a1a1f 0%, #222227 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.widget_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(255,94,98,0.05) 0%, transparent 50%),
                radial-gradient(circle at 70% 30%, rgba(255,153,102,0.05) 0%, transparent 50%);
    pointer-events: none;
}

.footer_widget {
    position: relative;
    z-index: 1;
}

.widget_social 
{
    display: block;
    text-align: left;
    margin-top: 20px;
}

.widget_social li 
{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.widget_social li a 
{
    color: #fff;
    font-size: 14px;
    margin-right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.2);
}

.widget_social li a:hover {
    background: linear-gradient(135deg, #ff5e62, #ff9966);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 94, 98, 0.3);
    border-color: transparent;
}

.footer_widget p 
{
    color: #bbb;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer_widget h3 
{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer_widget h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #ff5e62, #ff9966);
    border-radius: 2px;
}

.footer_widget img {
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}

.footer_widget iframe {
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.opening_time li 
{
    color: #bbb;
    line-height: 2;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.opening_time li:hover {
    color: #fff;
    padding-left: 10px;
}

.opening_time li:last-child {
    border-bottom: none;
}

.footer_widget a {
    color: #bbb;
    transition: color 0.3s ease;
}

.footer_widget a:hover {
    color: #ff5e62;
}

/*** END WIDGET SECTION - FOOTER STYLE ***/

/*** START CONTACT US SECTION STYLE ***/

.contact-section
{
	padding:100px 0px;
}

.contact-info h2
{
	font-size: 36px;
	color: #303133;
	margin: 0 0 8px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -0.04em;
	font-family: 'Prata', sans-serif;
}

.contact-info h3 
{
    line-height: 28px;
    margin-bottom: 20px;
}

.contact-info h4 
{
    font-size: 15px;
    line-height: 28px;
}

.contact-form 
{
    background-color: #fff;
    padding: 50px 40px;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    border-radius: 3px;
}

.form-control
{
    background-color: #fff;
    border-radius: 0;
    padding: 25px 10px;
    box-shadow: none;
    border: 2px solid #eee;
}

.form-control:focus 
{
    border-color: #9e8a78;
    box-shadow: none;
    outline: none;
}



/*** END CONTACT US SECTION STYLE ***/

/*** START FOOTER BOTTOM STYLE ***/
/* Micro-interactions and Global Animations */

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Global hover effects */
* {
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

/* Loading animations */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transform: translateY(0);
  }
  40%, 43% {
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(-5px);
  }
  90% {
    transform: translateY(-2px);
  }
}

/* Section animations on scroll */
.section_heading {
  animation: slideInUp 0.8s ease-out;
}

.gallery-section .gallery-column {
  animation: slideInUp 0.8s ease-out;
  animation-fill-mode: both;
}

.gallery-section .gallery-column:nth-child(1) { animation-delay: 0.1s; }
.gallery-section .gallery-column:nth-child(2) { animation-delay: 0.2s; }
.gallery-section .gallery-column:nth-child(3) { animation-delay: 0.3s; }
.gallery-section .gallery-column:nth-child(4) { animation-delay: 0.4s; }
.gallery-section .gallery-column:nth-child(5) { animation-delay: 0.5s; }
.gallery-section .gallery-column:nth-child(6) { animation-delay: 0.6s; }
.gallery-section .gallery-column:nth-child(7) { animation-delay: 0.7s; }
.gallery-section .gallery-column:nth-child(8) { animation-delay: 0.8s; }

.pricing_section .price_wrap {
  animation: slideInUp 0.8s ease-out;
  animation-fill-mode: both;
}

.pricing_section .price_wrap:nth-child(1) { animation-delay: 0.1s; }
.pricing_section .price_wrap:nth-child(2) { animation-delay: 0.2s; }
.pricing_section .price_wrap:nth-child(3) { animation-delay: 0.3s; }

.footer_widget {
  animation: slideInUp 0.8s ease-out;
  animation-fill-mode: both;
}

.footer_widget:nth-child(1) { animation-delay: 0.1s; }
.footer_widget:nth-child(2) { animation-delay: 0.2s; }
.footer_widget:nth-child(3) { animation-delay: 0.3s; }
.footer_widget:nth-child(4) { animation-delay: 0.4s; }

/* Enhanced button hover effects */
.btn-appointment {
  position: relative;
  overflow: hidden;
}

.btn-appointment::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-appointment:hover::before {
  width: 300px;
  height: 300px;
}

/* Card hover lift effect */
.gallery-section .gallery-column,
.pricing_section .price_wrap {
  perspective: 1000px;
}

.gallery-section .gallery-column:hover .gallery-img,
.pricing_section .price_wrap:hover {
  transform: translateY(-10px) rotateX(2deg);
}

/* Navbar scroll effect */
.header-section.scrolled {
  backdrop-filter: blur(15px);
  background-color: rgba(34, 34, 39, 0.98);
}

/* Focus states for accessibility */
.form-control:focus,
.btn:focus,
a:focus {
  outline: 2px solid #ff5e62;
  outline-offset: 2px;
}

/* Loading spinner animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #ff5e62;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Success animation */
@keyframes successPulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.alert-success {
  animation: successPulse 0.5s ease-out;
}

/* Shake animation for errors */
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
  20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.alert-danger {
  animation: shake 0.5s ease-in-out;
}

/* Smooth transitions for all interactive elements */
a, button, .form-control, .btn {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Enhanced cursor pointer for clickable elements */
a, button, .btn, .gallery-column, .itemListElement {
  cursor: pointer;
}

/* Subtle parallax effect for hero section */
.hero-section {
  transform-style: preserve-3d;
}

.hero-content {
  transform: translateZ(50px);
}

/* Text selection color */
::selection {
  background: linear-gradient(135deg, #ff5e62, #ff9966);
  color: white;
}

::-moz-selection {
  background: linear-gradient(135deg, #ff5e62, #ff9966);
  color: white;
}

@media (max-width: 1200px) {
    .hero-content h1 {
        font-size: 2.8rem;
    }
    
    .gallery-section .gallery-column .gallery-img {
        height: 200px;
    }
}

@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-content p {
        font-size: 1.2rem;
    }
    
    .gallery-section .gallery-column .gallery-img {
        height: 180px;
    }
    
    .pricing_section .price_wrap {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .header-section {
        padding: 0 15px;
    }
    
    .mainmenu {
        display: none;
    }
    
    a.mob-menu-toggle {
        display: block;
    }
    
    .hero-section {
        height: 80vh;
    }
    
    .hero-content h1 {
        font-size: 2rem;
        letter-spacing: 2px;
    }
    
    .hero-content p {
        font-size: 1.1rem;
    }
    
    .btn-appointment {
        font-size: 1rem;
        padding: 0.8rem 2rem;
    }
    
    .gallery-section {
        padding: 60px 0;
    }
    
    .gallery-section .gallery-column .gallery-img {
        height: 150px;
    }
    
    .pricing_section {
        padding: 60px 0;
    }
    
    .widget_section {
        padding: 60px 0;
    }
    
    .footer_widget {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .widget_social {
        text-align: center;
    }
    
    .footer_widget h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }
    
    .hero-content p {
        font-size: 1rem;
    }
    
    .btn-appointment {
        font-size: 0.9rem;
        padding: 0.7rem 1.5rem;
    }
    
    .gallery-section .gallery-column {
        padding: 0 5px !important;
    }
    
    .gallery-section .gallery-column .gallery-img {
        height: 120px;
    }
    
    .section_heading h2 {
        font-size: 28px;
    }
    
    .pricing_section .price_wrap {
        padding: 25px 20px;
    }
    
    .booking_section {
        margin: 40px auto;
        padding: 0 15px;
    }
    
    .text_header {
        font-size: 18px;
    }
    
    .itemListElement {
        padding: 15px;
    }
    
    .next_prev_buttons {
        width: 120px;
        padding: 10px 20px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.5rem;
    }
    
    .gallery-section .gallery-column .gallery-img {
        height: 100px;
    }
    
    .gallery-section .gallery-column .gallery-img::after {
        font-size: 2rem;
    }
    
    .pricing_section .price_wrap .price_list li h4 {
        font-size: 16px;
    }
    
    .pricing_section .price_wrap .price_list li span.price {
        font-size: 18px;
    }
}

/* Mobile Menu Improvements */
@media (max-width: 768px) {
    #menu_mobile {
        background: linear-gradient(135deg, #1a1a1f 0%, #222227 100%) !important;
    }
    
    #menu_mobile ul.mob-menu-top li a {
        background: rgba(255,94,98,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.1);
        transition: all 0.3s ease;
    }
    
    #menu_mobile ul.mob-menu-top li a:hover {
        background: rgba(255,94,98,0.2);
        padding-left: 20px;
    }
    
    a.mob-menu-toggle {
        background: linear-gradient(135deg, #ff5e62, #ff9966);
        box-shadow: 0 5px 15px rgba(255, 94, 98, 0.3);
    }
    
    a.mob-menu-toggle:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(255, 94, 98, 0.4);
    }
}

@media only screen and (min-width: 600px) {
    #mobilsabit{
      display:none;
    }
  }
@media only screen and (max-width: 600px) {
    #mobilsabit{
      display:block;
    }
  }

.whatsapp-ico{
    fill: white;
    width: 30px;
    height: 30px;
    padding: 3px;
    background-color: #4dc247;
    border-radius: 100%;
    margin-right: 50px;
}


.footer_section 
{
 position: fixed;
 bottom: 0px;
 left: 0px;
 width: 100%;
 height:auto;
 color:khaki;
 z-index: 999;
}

.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;
}

/*** END FOOTER BOTTOM STYLE ***/



/*** START MOBILE NAVBAR STYLE ***/


a.mob-menu-toggle 
{ 
    display: none;
    width: 46px;
    line-height: 46px;
    height: 46px;
    vertical-align: middle;
    font-size: 21px;
    color: #ffffff !important;
    margin: 0 0 0 10px;
    z-index: 10000;
    text-decoration: none !important;
    text-align: center;
    box-shadow: 0 0px 30px 0 rgba(0,0,0,.12);
    border-radius: 50%;
    background: #9e8a78;
}


#menu_mobile.active 
{
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

#menu_mobile 
{
    position: fixed;
    z-index: 25000;
    top: 0;
    bottom: 0;
    width: 320px;
    left: -320px;
    height: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    background: #333333 !important;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 80px;
}

.mob-menu-top
{
    list-style-type: disc;
    list-style: outside none disc;
    margin-left: 15px;
    margin: 1em 0;
}

.mob-menu-top::before
{
    content: "";
    display: table;
}

#menu_mobile ul.mob-menu-top li a 
{
    display: block;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    padding: 0px !important;
    text-align: center;
    background: rgba(0, 0, 0, 0.12);
    color: #ffffff !important;
}

.menu-tab-div
{
    margin: 0px 0px 0px 21px;
    padding-right: 38px;
    padding-left: 0px;
    padding-bottom: 150px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
}

#mobile-menu
{
   margin: 0 0 0 3px;
}

ul#mobile-menu.menu li a 
{
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    display: block;
    padding: 8px 5px 8px 17px;
    color: #e1e1e1;
    text-decoration: none !important;
    position: relative;
    text-transform: uppercase;
}

#menu_mobile .menu-header
{
    width: calc(100% - 150px);
    text-align: center;
    display: inline-block;
}

/*** END MOBILE NAVBAR STYLE ****/