/* 
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 - General
    2.0 - Typography
    3.0 - Global setting
    4.0 - Header area
    5.0 - Promo area
    6.0 - Service area
    7.0 - Video Area
    8.0 - Works Area
    9.0 - Testimonial Area
    10.0 - Team Area
    11.0 - Blog Area
    12.0 - Clients Area
    13.0 - Contact Area
    14.0 - Footer area
   
-------------------------------------
[ END CSS TABLE CONTENT ]
===================================== 
*/


/* Google Web Fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* ================= General ==================== */
html,
body { 
	height: 100% 
}
body {
    font-family: 'Open Sans', sans-serif;
	color: #3f3f3f;
	background: #fff;
	font-size: 15px;
	line-height: 24px;
	overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
}
.section-head{
    text-align: center;
    padding-bottom: 55px;
}
.section-head .section-title{
    position: relative;
    padding: 5px 0;
}
.section-head .section-title:before{
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #ffa600;
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-head .section-title:after{
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #ffda95;
    position: absolute;
    top: 90%;
    left: 50%;
}

/* Link Style
-------------- */
a{
	cursor: pointer;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    transition: .5s;
    color: #fff;

}
a:focus {
	outline: 0 solid
}
a:hover {
	text-decoration: none
}
button:focus{
    outline: 0 solid
}
.ibrio-btn{
    background-color: #3d9cd8;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 30px;
}
.ibrio-btn:hover{
    color: #fff;
    cursor: pointer;
}
span{
    
}

/* ================ Typography ================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    text-transform: capitalize;
}
h1{
	font-size: 40px;
	line-height: 50px;
}
h2{
	font-size: 30px;
	line-height: 44px;
}
h3{
	font-size: 22px;
	line-height: 30px;
}
h4{
	font-size: 20px;
	line-height: 26px;
    text-transform: uppercase;
}
h5{
	font-size: 18px;
	line-height: 22px;
}
h6{
	font-size: 16px;
	line-height: 20px;
}
p{
    font-size: 14px;
    color: #252525;
}


/* ================ Global setting ================== */
input:focus, 
textarea:focus {
	outline: none;
    background: transparent !important;
}

img {
    max-width: 100%;
    height: auto;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/* Extra Classes
-------------- */

/* Padding */
.padding-left-10{
    padding-left: 10px;
}
.padding-right-10{
    padding-right: 10px;
}
.padding-top-10{
    padding-top: 10px;
}
.padding-bottom-10{
    padding-bottom: 10px;
}
.padding-top-20{
    padding-top: 20px;
}
.padding-bottom-20{
    padding-bottom: 20px;
}

.padding-top-30{
    padding-top: 30px;
}
.padding-top-50{
    padding-top: 50px;
}
.padding-top-100{
    padding-top: 100px;
}
.padding-bottom-30{
    padding-bottom: 30px;
}
.padding-top-125{
    padding-top: 125px;
}
.padding-bottom-125{
    padding-bottom: 125px;
}
.padding-top-150{
    padding-top: 200px;
}
.padding-bottom-150{
    padding-bottom: 200px;
}

/* Margin */
.margin-0{
    margin: 0;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}
.content-center{
    text-align: center;
}


/* ================ Header Area ================== */
.logo{
    height: 50px;
    width: 200px;
    font-size: 25px;
    font-family: "Bebas Neue", sans-serif;
}
.header-area{
    background-image: url("../images/Massage.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}
.header-top{
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
.header-top-2{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    padding: 10px 20px;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
.main-menu{
    
}
.menu-bar{
    display: none;
}
.menu-bar i{
    color: #fff;
    float: right;
    padding: 10px 20px;
    font-size: 25px;
}
.menu-bar i:hover{
    cursor: pointer;
}
.header-top .scroll,
.header-top-2 .scroll
{
    color: #fff;
}
.header-top .main-menu ul li a,
.header-top-2 .main-menu ul li a
{
    display: block; 
    padding: 10px 15px;
    text-transform: uppercase;
}
.header-top .main-menu ul li a:hover,
.header-top-2 .main-menu ul li a:hover
{
    background-color: #ffa600;
}
.header-top .active-menu a,
.header-top-2 .active-menu a
{
    background-color: #ffa600;
}
.header-text{
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}
.header-text span{
    font-style: italic;
    font-size: 18px;
}
.header-text h3{
    font-family: roboto;
}
.header-bottom{
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
}
.header-bottom .moving-box{
    height: 30px;
    width: 20px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    margin: 0 auto;
}
.header-bottom .moving-box:after{
    content: '';
    display: block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position :relative;
    -webkit-animation: movingbox 5s infinite;
    animation: movingbox 2s infinite;
}
/* Keyframe */
@-webkit-keyframes movingbox {
    from {top: 5px;}
    to {top: 20px;}
}

@keyframes movingbox {
    from {top: 10px;}
    to {top: 20px;}
}


/* ================ Promo area ================== */
.promo-area{
    background-color: #fffccc;
}
.promo-text .promo-heading span{
    font-style: italic;
}
.promo-text .promo-btn{
    margin: 40px 0;
}
.promo-img{
    position: relative;
}
.promo-img img{
   position: relative;
    z-index: 9999;
}
.promo-img:before{
    content: '';
    display: block;
    width: 50%;
    height: 25%;
    border: 5px solid #ffa600;
    position: absolute;
    bottom: 85%;
    right: 60%;
}
.promo-img:after{
    content: '';
    display: block;
    width: 30%;
    height: 25%;
    border: 5px solid #ffa600;
    position: absolute;
    top: 85%;
    left: 80%;
}

/* ================ Service area ================== */
.service-area{
    background-color: #ffffff; 
}
.service-contents .service-item{
    padding: 30px 20px;
    text-align: center;
    height: 320px;
    width: auto;
    background-color: #fffccc;
    box-shadow: 5px 0px 25px #AFABAA;
}
.service-contents .service-item img{
    height: 110px;
    width: 150px;
}
.service-contents .service-item button{
    height: 30px;
    width: 130px;
    border-radius: 30px;
    background-color: #ffa600;;
    color: #ff0000;
    border-style: none;
    margin-bottom: 20px;
    gap: 20px;
}

/* ================ Video area Start==================
.video-area{
    background-image: url("../images/Environment/Environment_08.mp4");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.play-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-icon i{
    color: #d3d3d3;
    font-size: 35px;
    transition: .5s;
    -webkit-transition: .5s;
}
.play-icon i:hover{
    text-shadow: -5px 0 0 #000;
    cursor: pointer;
}
============================================== */
/* ================ Gallery Area ================== */

.gallery-area{
    background-color: #fff;
}
.gallery-contents{
    padding: 30px 20px;
    text-align: center;
    width: auto;
}
.gallery-img img{
    height: 400px;
    width: 300px;
}
.gallery-buttons button{
    background: transparent;
    border: none;
    text-transform: capitalize;
    padding: 20px 40px;
}
.gallery-buttons button:hover, .btn-active{
    color: #3d9cd8;
    cursor: pointer;
    transition: 0.5s ease;
}
.gallery-img {
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s ease;
}
.gallery-img:hover {
    transform: scale(1.05);
}
/* ================ Team area ================== */
.team-area{
    background-color: #fff;
}
.team-profile{
    background-color: #f3f6f7;
    transition: .8s;
}
.team-profile:hover{
    background-color: transparent;
}
.team-photo{
    position: relative;
}
.team-photo img{
    height: 350px;
    width: 300px;
    transition: .8s;
}
.social-icon{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    transition-duration: .8s;
}
.social-icon ul{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    list-style: none;
}
.social-icon ul li{
    padding: 0 5px;
}
.social-icon ul li a{
    color: #000;
}
.social-icon ul li a:hover{
    color: #4b94ad;
}
.team-description{
    padding: 25px 0;
}
.team-description span{
    display: block;
}
.team-description em{
    color: #3d9cd8;
}
.team-profile:hover img{
    opacity: 0.5;
}
.team-profile:hover .social-icon{
    opacity: 1;
}
/* ================ Blog area ================== */
.blog-area{
    background-color: #fff9d2;
}
.post-thumbnail img{
    width: 300px;
    height: auto;
}
.post-details .post-title a h3{
    color: #ff6a00;
}
.post-details .post-date p{
    text-transform: capitalize;
}
.post-details .post-date p span{
    color: #272727;
    font-size: 13px;
}
.post-details .post-date p i{
    color: #d85e4f;
}
.post-details .post-reacts ul li{
    padding: 0 10px;
}
.post-details .post-reacts ul li:hover i{
    color: #d96253;
}

/* ================ Testimonial Area ================== */
.testimonial-area{
    background-color: #ffffff;
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.client-comment p{
    font-weight: 600;
}
.client-feedback p{
    font-size: 12px;
    color: #919191;
    margin: 0;
}
.rating i{
    color: #e67d5f;
}
.client-photo img{
    height: 150px;
    width: 150px;
}

/*==================================================*/

/* Import a serif font for the elegant title and clean sans-serif for content */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..700;1,400..700&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap');

body {
  margin: 0;
  padding: 0;
  background-color: #E3DAC9; /* Warm elegant background from your image */
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #2C2C2C;
}
.testimonial-section {
  padding: 60px 20px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
/* Elegant Title Styling */
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 400;
  color: #5D5344;
  margin-bottom: 60px;
}
/* Flex layout to align cards side by side */
.testimonial-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
/* Base Card Design */
.testimonial-card {
  background-color: #F7F4EB; /* Lighter cream color for cards */
  border-radius: 20px;
  padding: 30px;
  width: 320px;
  box-sizing: border-box;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease;
}
/* This creates the wave/staggered effect seen in your image */
.offset-down {
  transform: translateY(40px);
}
/* Header inside the card */
.card-header {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
}

/* Image avatar layout */
.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}

/* Letter-based avatar styling */
.letter-avatar {
  background-color: #4A3B8C;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.1rem;
}

.user-info h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 500;
  color: #333;
}

.user-info .date {
  font-size: 0.85rem;
  color: #777;
  display: block;
  margin-top: 2px;
}

/* Google icon alignment */
.platform-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 220px;
  top: 20px;
}

/* Stars */
.rating {
  color: #FFC107;
  font-size: 1.2rem;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

/* Review text styling */
.review-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4A4A4A;
  margin: 0;
}

/* Responsive adjustments for mobile screens */
@media (max-width: 768px) {
  .testimonial-container {
    flex-direction: column;
    align-items: center;
  }
  .offset-down {
    transform: translateY(0); /* Remove stagger on small screens */
  }
  .section-title {
    font-size: 2.5rem;
  }
}

/* ================ Contact area ================== */
.contact-area{
    background-image: url(../images/Spa.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-box{
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
}
.contact-form{
    padding-top: 100px;
}
.contact-form .name-mail{
    display: flex;
    justify-content: space-between;
}
.contact-form input[type=text],
.contact-form input[type=email]
{
    width: 49%;
    border-radius: 0;
    margin-bottom: 10px;
    background-color: transparent;
    border: 2px solid #3f3e49;
    color: #fff;
}
.contact-form input[type=submit] {
    background-color: #FFC107;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 10px 20px;
}
.contact-form textarea{
    padding: 0 0 150px 10px;
    border-radius: 0;
    margin-bottom: 20px;
    background-color: transparent;
    border: 2px solid #3f3e49;
    color: #fff !important;
}
.contact-info-area{
    position: relative;
}
.contact-info-area:before{
    content: '';
    display: block;
    height: 520px;
    width: 2px;
    background-color: #3f3e49;
    position: absolute;
    top:10%;
    left: -15px;
}
.contact-info{
    margin-left: 10px;
}
.contact-info i{
    color: #989898;
}
.contact-info p{
    color: #fff;
    font-size: 12px;
}
.map-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}
.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.follow-us{
    display: flex;
}
.follow-us li{
    padding: 0 5px;
}
.follow-us li a{
    color: #fff;
}
/* ================ Footer area ================== */
.footer-tagline p{
    color: #333333;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
    margin: 0;
}