/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(magnific-popup.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
    color: #666666;
    font-size: 15px;
    font-family: 'Barlow', sans-serif;
    line-height: 1.80857;
}


a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

ul, li, ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
button:focus{
	outline: none;
}

.form-control::-moz-placeholder {
    color: #2a2a2a;
    opacity: 1;
}


html, body {
    height: 100%;
    margin: 0;
}

.layout-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}


/*------------------------------------------------------------------
	HERO Section 
-------------------------------------------------------------------*/
.hero-page-wrapper {
    position: relative;
    height: 400px; /* Fixed height for Web */
    display: flex;
    align-items: center;
    background-image: url('/assets/images/hero-section-bg-image.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Gradient from your Brand Color to Transparent-ish Dark */
    background: linear-gradient(135deg, rgba(221, 102, 108, 0.9) 0%, rgba(45, 45, 45, 0.6) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    animation: floating 4s ease-in-out infinite;
}

/* Typography & Elements */
.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem; /* Balanced for 400px height */
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.hero-badge {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
    display: block;
}

.hero-divider {
    color: #fff;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}

.hero-divider::before, .hero-divider::after {
    content: '';
    width: 40px;
    height: 1px;
    background: #fff;
    margin: 0 10px;
}

.hero-subtitle {
    font-size: 18px;
    color: #f1f1f1;
    font-weight: 300;
    margin-top: 10px;
}

.hero-subtitle span {
    font-weight: 600;
    color: #fff;
}

@keyframes floating {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}
/*------------------------------------------------------------------
    LOADER 
-------------------------------------------------------------------*/

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #dd666c;
    z-index: 11000;
    position: fixed;
    display: block;
}

.pulse {
  height: 42px;
  width: 200px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pulse:after {
  content: '';
  display: block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200px 100px" enable-background="new 0 0 200px 100px" xml:space="preserve"><polyline fill="none" stroke-width="3px" stroke="white" points="2.4,58.7 70.8,58.7 76.1,46.2 81.1,58.7 89.9,58.7 93.8,66.5 102.8,22.7 110.6,78.7 115.3,58.7 126.4,58.7 134.4,54.7 142.4,58.7 197.8,58.7 "/></svg>') 0 0 no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-animation: 2s pulse linear infinite;
  animation: 2s pulse linear infinite;
    clip: rect(0, 0, 100px, 0);
}
.pulse:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 2px;
  right: 2px;
  bottom: 0;
  top: 16px;
  margin: auto;
  height: 3px;

}


@-webkit-keyframes pulse {
  0% {
    clip: rect(0, 0, 100px, 0);
    opacity: 0.4;
  }
  4% {
    clip: rect(0, 66.66667px, 100px, 0);
    opacity: 0.6;
  }
  15% {
    clip: rect(0, 133.33333px, 100px, 0);
    opacity: 0.8;
  }
  20% {
    clip: rect(0, 300px, 100px, 0);
     opacity: 1;
  }

  80% {
    clip: rect(0, 300px, 100px, 0);
     opacity:0;
  }

  90% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 0;
  }

  100% {
    clip: rect(0, 300px, 100px, 0);
    opacity:0;
 }
}
@keyframes pulse {
  0% {
    clip: rect(0, 0, 100px, 0);
  }
  4% {
    clip: rect(0, 66.66667px, 100px, 0);
  }
  15% {
    clip: rect(0, 133.33333px, 100px, 0);
  }
  20% {
    clip: rect(0, 300px, 100px, 0);
     opacity:1;
  }

  80% {
    clip: rect(0, 300px, 100px, 0);
     opacity:0;
  }

  90% {
    opacity: 0;
  }

  100% {
    clip: rect(0, 300px, 100px, 0);
    opacity:0;
 }
  
}

.pulse {
	text-align : center;
}
.pulse i{
	color: #ffffff;
	font-size: 38px;
}

/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.top-header .navbar{
	padding: 15px 0px;
}

.navbar-brand img{
    width: auto;
    height: 70px;
}

.top-header .navbar .navbar-collapse ul li a{
	padding: 19px 15px;
	text-transform: uppercase;
	font-size: 18px;
}

.top-header .navbar .navbar-collapse ul li .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.top-header .navbar .navbar-collapse ul li a.active{
	background: #dd666c;
	color: #ffffff;
}

.top-header .navbar .navbar-collapse ul li a:hover{
	background: #63c7bd;
	color: #ffffff;
}


.top-header.fixed-menu{
	width: 100%;
	position: fixed;
	box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	background: #fff;
	z-index: 20;
}

.navbar-toggler{
	border: 1px solid #61D2B4;
	border-radius: 0;
	margin: 16px 15px;
	padding: 10px 10px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navbar-toggler span{
	background: #61D2B4;
	display: block;
	width: 25px;
	height: 2px;
	margin: 0 auto;
		margin-top: 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navbar-toggler span + span{
	margin-top: 5px;
}

.navbar-toggler:hover{
	border: 1px solid #dd666c;
}

.navbar-toggler:hover span{
	background: #dd666c;
}


/*------------------------------------------------------------------
    Banner
-------------------------------------------------------------------*/


.lbox-caption {
    display: table;
    height: 100%;
    width: 100%;
}

.lbox-caption {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
	z-index: 10;
}

.lbox-details {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	position: relative;
    padding: 0px 100px;
}

.lbox-details::before{
	content: "";
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.lbox-details h1{
	font-size: 68px;
	font-family: 'Marck Script', cursive;
	color: #ffffff;
	position: relative;
	z-index: 3;
}

.lbox-details h2{
	font-size: 48px;
	color: #ffffff;
	position: relative;
	z-index: 3;
}
.lbox-details p{
	color: #ffffff;
	position: relative;
	z-index: 3;
}
.lbox-details p strong{
	color: #dd666c;
	font-size: 40px;
	font-family: 'Marck Script', cursive;
}
.lbox-details a.btn{
	background: #63c7bd;
	padding: 10px 20px;
	font-size: 20px;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 0px;
	position: relative;
	z-index: 3;
}
.lbox-details a.btn:hover{
	background: #dd666c;
}

/*------------------------------------------------------------------
    About
-------------------------------------------------------------------*/

.about-box{
	padding: 70px 0px;
}

.title-box{
	text-align: center;
	margin-bottom: 30px;
}
.title-box h2{
	font-size: 60px;
	font-family: 'Marck Script', cursive;
	color: #222222;
}
.title-box h2 span{
	color: #dd666c;
	text-decoration: underline;
}
.about-main-info h2{
	font-size: 40px;
	font-family: 'Marck Script', cursive;
}
.about-main-info h2 span{
	color: #dd666c;
	text-decoration: underline;
}

/* Global Section Styling */
.stats-section {
    position: relative;
    padding: 80px 0;
    /* Global background link for demo */
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
                url('/assets/images/hero-section-bg-image.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Individual Stat Card */
.stat-card {
    background: #ffffff; /* Your accent color */
    padding: 40px 15px;
    text-align: center;
    color: #dd666c;
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 15px;
    transition: transform 0.3s ease;
}

/* Leaf Pattern Overlay (Top Left) */
.stat-leaf-top {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 60px;
    height: 60px;
    background-image: url('https://www.transparenttextures.com/patterns/leaf.png');
    background-size: contain;
    opacity: 0.3;
    pointer-events: none;
}

.stat-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.counter-value {
    font-size: 29px;
    font-weight: 700; 
    margin-bottom: 5px;
}

.stat-card p {
    font-size: 17px;
    margin: 0;
    font-weight: 300;
    text-transform: capitalize;
}

/* Hover Effect */
.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.02);
}


/*------------------------------------------------------------------
    Story
-------------------------------------------------------------------*/

.story-box{
	padding: 70px 0px;
}

.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.main-timeline-box{
	position: relative;
	word-wrap: break-word;
}

.main-timeline-box .timeline-element {
    margin-bottom: 50px;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.main-timeline-box .reverse {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.main-timeline-box .separline::before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: calc(50% - 1px);
    height: calc(100% + 4rem);
}

.main-timeline-box .iconBackground {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    display: inline-block;
    background-color: #f1f1f1;
    top: 20px;
    margin-left: -10px;
}
.main-timeline-box .timeline-text-content {
    padding: 30px 35px;
	background: #f1f1f1;
}
.main-timeline-box .reverse .timeline-text-content{
	margin-right: 30px;
}
.main-timeline-box .reverse .time-line-date-content p {
    float: left;
	padding: 30px 35px;
	background: #f1f1f1;
}
.main-timeline-box .reverse .time-line-date-content {
	margin-right: 30px;
}

.display-font{
	font-family: 'Marck Script', cursive;
	font-size: 30px;
	color: #222222;
}
.main-timeline-box .timeline-text-content{
	margin-left: 30px;
}
.main-timeline-box .time-line-date-content p {
    float: right;
	padding: 30px 35px;
	background: #f1f1f1;
}
.main-timeline-box .time-line-date-content {
	margin-right: 30px;
}

.main-timeline-box .time-line-date-content .mbr-timeline-date{
	background: #dd666c;
	color: #ffffff;
}
.main-timeline-box .reverse .time-line-date-content .mbr-timeline-date{
	background: #63c7bd;
	color: #ffffff;
}


/*------------------------------------------------------------------
    SERVICE
-------------------------------------------------------------------*/

.service-box{
	padding: 70px 0px;
}

.single-service {
    position: relative;
    margin-bottom: 30px;
	border: 10px solid #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.single-service:hover .service-img .img-fluid{
	transform: scale(1.03);
}

.service-img{
    width: 100%;
    height: 360px; 
    overflow: hidden;
    position: relative;
}

.service-img .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 0.6s ease;
}

.service-info{
	padding: 25px 30px;
	background-color: #f1f1f1;
}
.service-info h4{
	font-family: 'Marck Script', cursive;
	font-size: 24px;
}
.service-info p{
	margin: 0px;
	font-size: 18px;
}

/*------------------------------------------------------------------
    Gallery
-------------------------------------------------------------------*/

.gallery-box{
	padding: 70px 0px;
}

.gallery-box ul{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-wrap:wrap;
}

.gallery-box ul li{
	position: relative;
	width: 25%;
	overflow: hidden;
    aspect-ratio: 1 / 1;
}
.gallery-box ul li a{
	position: relative;
	display: block;
    width: 100%;
	height: 100%;
}
.gallery-box ul li a::before{
	content: "";
	position: absolute;
	background: rgba(99, 199, 189, 0.5);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.gallery-box ul li a .overlay{
	background: #dd666c;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	width: 38px;
	height: 38px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.gallery-box ul li a:hover::before{
	top: 0;
	opacity: 1;
}
.gallery-box ul li a:hover .overlay{
	opacity: 1;
}

.gallery-box ul li img{
	width:100%;
    height:100%;
    object-fit:cover;
}

/*------------------------------------------------------------------
    Video Gallery 
-------------------------------------------------------------------*/

.owl-dots{
	display: flex;
	gap: 10px;
    text-align:center;
	justify-content: center;
    margin-top:20px;
}

.owl-dot span{
    width:12px;
    height:12px;
    background:#ccc;
    display:block;
    border-radius:50%;
}

.owl-dot.active span{
    background:#000;
}


.video-inner{
	margin-bottom: 30px;
    border-radius: 15px;
}
.video-content{
	margin-bottom: 15px;
}

#video-gallery .video-inner .video-content a {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: none;
    background: none;
}
.owl-slider-video {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
}

.pogoSlider-dir-btn {
	color: #dd666c;
}



/*------------------------------------------------------------------
    testimonial 
-------------------------------------------------------------------*/
.testimonial-inner{
    text-align:center;
    padding:30px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.testimonial-img img{
    width:90px !important;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    margin:0 auto 15px;
}

.testimonial-name{
    font-size:18px;
    font-weight:600;
    margin-bottom:8px;
}

.testimonial-rating{
    margin-bottom:10px;
}

.star{
    font-size:18px;
    color:#ddd;
}

.star.active{
    color:#ffc107;
}

.testimonial-text{
    font-size:14px;
    color:#666;
}


/*------------------------------------------------------------------
    Contact
-------------------------------------------------------------------*/

.contact-block .form-group .form-control{
	background: #e6eceb;
	height: 45px;
	font-size: 16px;
	border: 0;
	color: #222222;
	padding: 6px 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.contact-block .form-group textarea.form-control{
	height: 150px;
	padding-top: 15px;
}

.btn-common{
	background-color: #63c7bd;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 0 15px;
	border: 0;
	outline: 0;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-common:hover{
	background-color: #dd666c;
}

.custom-select{
	height: 45px;
	font-size: 16px;
}
select.form-control:not([size]):not([multiple]){
	height: calc(45px + 2px);
}

.help-block ul li{
	color: red;
}

/* Contact Form Wave Loader */
.contact-loader {
  display: inline-block;
  height: 12px;
  width: 60px;
  text-align: center;
}

.contact-loader span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background-color: #ffffff;
  border-radius: 50%;
  animation: wave 0.6s infinite ease-in-out;
}

.contact-loader span:nth-child(1) { animation-delay: 0s; }
.contact-loader span:nth-child(2) { animation-delay: 0.1s; }
.contact-loader span:nth-child(3) { animation-delay: 0.2s; }

@keyframes wave {
  0%, 60%, 100% { transform: translateY(0); }
  30% { transform: translateY(-10px); }
}

/*------------------------------------------------------------------
    Footer
-------------------------------------------------------------------*/

.footer-section {
    background-color: #fdfaf8; /* Soft cream/white bg */
    padding: 80px 0 30px;
    border-top: 1px solid rgba(221, 102, 108, 0.1);
    color: #444;
}

.footer-logo {
    max-height: 60px;
    width: auto;
}

.brand-name {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 24px;
    color: #2d2d2d;
    margin-bottom: 15px;
}

.brand-name span {
    color: #dd666c;
}

.brand-description {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #dd666c;
}

.explore .footer-title::after {
    left: 41%;
}

/* Links Styling */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #dd666c;
    padding-left: 5px;
}

/* Contact Info Styling */
.contact-info {
    list-style: none;
    padding: 0;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 14px;
}

.contact-info i {
    color: #dd666c;
    margin-right: 15px;
    margin-top: 5px;
    font-size: 16px;
}

/* Social Icons */
.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #dd666c;
    border: 1px solid rgba(221, 102, 108, 0.2);
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background-color: #dd666c;
    color: #fff;
    transform: translateY(-3px);
}

.footer-divider {
    margin: 50px 0 25px;
    opacity: 0.1;
    border-top: 1px solid #2d2d2d;
}

.copyright-text {
    font-size: 13px;
    color: #888;
}

.contact-us-btn {
    padding: 20px 0px;
}

#msgSubmit {
    padding: 20px 0px;
    font-size: 14px;
}
/*------------------------------------------------------------------
    Reusable Components
-------------------------------------------------------------------*/

/* Feature Cards */
.feature-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.02);
}

.btn-theme{
	background: #dd666c;
	color: #ffffff;
	padding: 5px 10px;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
}
.btn-theme:hover{
	background: #63c7bd;
    color: #ffffff;
}



.section-content {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-soft {
    background: #f9f9f9;
}


/* // Show Serive Page  */
.nav-btn-group {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

.nav-btn {
	padding: 8px 20px;
	border: none;
	border-radius: 20px;
	font-size: 18px;
	color: #1f1f1f;
	background-color: #f1f1f1;
}

.nav-btn:hover {
    color: #ffff;
    background-color: #63c7bd;
}

.nav-btn.active {
	color: #ffff;
	background-color: #dd666c;
	
}

/* Container for the video */
/* Wrapper for the card to add spacing/shadow */
.video-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.video-card:hover {
    transform: translateY(-5px);
}

/* The actual video container */
.video-container {
    position: relative;
    width: 100%;
    height: 450px;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    background: transparent;
    border-radius: 15px;
}

/* Video element setup */
.slider-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 450px;
    object-fit: cover; 
}

/* Play button overlay */
.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
    opacity: 0.6;
    pointer-events: none; /* Allows clicks to go through to the link */
}


/* ================================
    Infinite Scroll - Loader
================================= */
.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.loader .dot-loader {
    display: flex;
    gap: 8px; /* space between dots */
}

.loader .dot-loader span {
    width: 16px;
    height: 16px;
    background-color: #dd666c; /* dot color */
    border-radius: 50%;
    opacity: 0;
    animation: dotWave 1.2s infinite;
}

/* Animate each dot with a slight delay */
.loader .dot-loader span:nth-child(1) {
    animation-delay: 0s;
}
.loader .dot-loader span:nth-child(2) {
    animation-delay: 0.2s;
}
.loader .dot-loader span:nth-child(3) {
    animation-delay: 0.4s;
}
.loader .dot-loader span:nth-child(4) {
    animation-delay: 0.6s;
}

/* Keyframes for wave effect */
@keyframes dotWave {
    0%, 80%, 100% {
        opacity: 0;
        transform: translateY(0);
    }
    40% {
        opacity: 1;
        transform: translateY(-8px);
    }
}

/* ================================
    Gallery Page
================================= */

.masonry {
    column-count: 3; /* number of columns */
    column-gap: 1rem; /* space between columns */
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 1rem;
}

.masonry-item img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.gallery-service-btn-group{
    overflow-x: auto;
}

.gallery-service-btn-group .nav-btn-group{
    display: flex;
    gap: 10px;
    padding: 10px;
    width: max-content;
    margin: 0 auto;
}

.gallery-service-btn-group.center .nav-btn-group{
    width: 100%;
    justify-content: center;
}


/* ================= FLOATING BUTTON ================= */
#wa-float-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25D366, #1EBE57);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(37, 211, 102, .45);
    transition: transform .2s ease, box-shadow .2s ease;
}

#wa-float-btn:hover {
    transform: scale(1.06);
    box-shadow: 0 14px 30px rgba(37, 211, 102, .55);
}

#wa-float-btn img {
    width: 34px;
}

/* ================= POPUP CARD ================= */
#wa-popup {
    position: fixed;
    bottom: 100px;
    right: 24px;
    width: 320px;
    background: #fff;
    border-radius: 16px;
    display: none;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
    z-index: 9999;
    overflow: hidden;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    animation: popupZoom .25s ease;
}

/* ================= HEADER ================= */
.wa-header {
    background: linear-gradient(135deg, #25D366, #1EBE57);
    color: #fff;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
}

/* ================= BODY ================= */
.wa-body {
    padding: 14px;
}

#wa-message {
    width: 100%;
    height: 70px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 10px;
    font-size: 14px;
    resize: none;
    outline: none;
    transition: border .2s;
}

#wa-message:focus {
    border-color: #25D366;
}

/* ================= BUTTONS ================= */
.wa-btn {
    display: block;
    margin-top: 12px;
    background: #25D366;
    color: #fff;
    text-align: center;
    padding: 11px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: background .2s ease, transform .15s ease;
}

.wa-btn:hover {
    background: #1EBE57;
    transform: translateY(-1px);
}

.wa-qr-btn {
    width: 100%;
    margin-top: 8px;
    padding: 11px;
    border: 1px solid #BBEED3;
    background: #E9F9F0;
    color: #1EBE57;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    transition: all .2s ease;
}

.wa-qr-btn:hover {
    background: #25D366;
    color: #fff;
}

/* ================= QR MODAL OVERLAY ================= */
#wa-qr-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    backdrop-filter: blur(8px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

/* ================= QR MODAL CARD ================= */
.wa-qr-box {
    background: #fff;
    padding: 28px 24px;
    border-radius: 20px;
    text-align: center;
    width: 360px;
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .3);
    animation: popupZoom .25s ease;
}

@keyframes popupZoom {
    from {
        transform: scale(.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* QR Header */
.wa-qr-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
}

.wa-qr-header img {
    width: 26px;
}

.wa-qr-header h3 {
    margin: 0;
    font-size: 18px;
    color: #25D366;
    font-weight: 600;
}

/* QR Image */
.wa-qr-box img#wa-qr-big {
    width: 240px;
    margin: 12px auto;
    display: block;
}

/* QR Text */
.wa-qr-text {
    font-size: 14px;
    color: #555;
    margin: 12px 0;
}

/* Phone Box */
.wa-phone-box {
    background: #E9F9F0;
    border: 1px solid #BBEED3;
    border-radius: 12px;
    padding: 12px;
    margin-top: 12px;
}

.wa-phone-box span {
    display: block;
    font-size: 12px;
    color: #666;
}

.wa-phone-box strong {
    font-size: 16px;
    color: #1EBE57;
    letter-spacing: .5px;
}

/* ================= CLOSE ICONS ================= */
#wa-close,
#wa-qr-close {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    opacity: .8;
    transition: opacity .2s;
}

#wa-close:hover,
#wa-qr-close:hover {
    opacity: 1;
}

#wa-qr-close {
    position: absolute;
    right: 14px;
    top: 12px;
    font-size: 22px;
    color: #666;
}

#wa-qr-close:hover {
    color: #000;
}
