/****************************************************** */
/*********************  RP Renovations & Custom Builds Inc. *********************** */
/******************************************************

    TABLE OF CONTENT
    ========================

    01. Default CSS
    02. Hero Section
    03. Page Banner
	04. WrodPress Section
	05. Services Section
	06. Video Section
	07. Client Section
	08. Rastaurant Section
	09. Apartment Section
	10. Success Section
	11. FAQ Section
	12. Contact 
	13. Call To Action
	14. Team Section
	15. Blog Section
	16. Footer Section


/****************************************************** */
/*******************  01. Default CSS ***************** */
/****************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body, html{overflow-x: hidden;}
body {
  color: #383838;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #1965fd;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #c8bc9c;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
  line-height: 1.0;
 
  font-family: 'Open Sans', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1e1e1e;
}

h1 {
  font-size: 100px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.careerBox {
  border: 0px solid #e1e1e1 !important;
  box-shadow: 0 5px 10px #e1e1e1;
}
.apartment-content p.font18 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
}
.paddtop0 {
  padding-top: 0px !important;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

section {
  padding: 100px 0px;
}
.footer-section {
  padding-top: 120px;
  background-image: url(../images/footer.png);
}

header:after,
section:after,
footer:after {
  display: block;
  clear: both;
  content: "";
}

/* Message CSS */
.info2,
.success,
.warning2,
.failure,
.validation2 {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.info2 {
  color: #00529b;
  background-color: #bde5f8;
  background-image: url(../../assets/images/info.png) !important;
}

.success {
  color: #4f8a10;
  background-color: #dff2bf;
  background-image: url(../../assets/images/success.png) !important;
}

.warning2 {
  color: #9f6000;
  background-color: #feefb3;
}

.failure {
  color: #d8000c;
  background-color: #ffbaba;
  background-image: url(../../assets/images/failure.png) !important;
}

/*container fluid*/
.container-fluid {
  padding: 0;
}

/** Section Title style */
.section-title h6 {
  text-transform: uppercase;
  letter-spacing:0px;
  line-height: 20px;
}

.section-title h6:first-child {
  color: #c8bc9c;
}

.section-title h2 {
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 800;  font-family: 'Open Sans', sans-serif;
}

.section-title .thin {
  font-weight: 200;
}

.section-title p {
  font-size: 14px;
  text-transform: uppercase;
}

.section-title.text-white *,
.section-title.text-white h6 {
  color: white;
}

.section-title h2 span,
.section-title.text-white h2 span {
  color: #c8bc9c;
}

/** Button style one */
.theme-btn,
a.theme-btn {
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.5s;
  min-width: 175px;
  padding: 17px 35px;
  background: #c8bc9c;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: "Open Sans", sans-serif;
}

.theme-btn:hover,
a.theme-btn:hover {
  background: #1e1e1e;
}

.theme-btn.style-two,
a.theme-btn.style-two {
  font-weight: 300;
  background: #1e1e1e;
}

/** Social Link Style One */
.social-icons {
  display: inline-block;
}

.social-icons a {
  margin: 0 10px;
  color: #000;
  display: inline-block;
}

.social-icons a i {
  font-size: 20px;
}

.social-icons a:hover {
  color: #c6a47e;
}

.social-icons a:first-child {
  margin-left: 0;
}

.social-icons a:last-child {
  margin-right: 0;
}

/*List style One*/
.list-style-one li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.list-style-one li:last-child {
  margin-bottom: 0;
}

.list-style-one li a {
  color: #1e1e1e;
}

.list-style-one li a:hover {
  color: #c8bc9c;
}

.list-style-one li:before {
  position: absolute;
  content: "\f101";
  left: 0;
  top: 2px;
  font-size: 16px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

/*pazination style*/
.pazination li {
  display: inline-block;
  margin: 0 5px 10px 0;
}

.pazination li a {
  width: 50px;
  height: 50px;
  color: #222222;
  display: block;
  font-size: 18px;
  transition: 0.5s;
  line-height: 50px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e2e2e2;
}

.pazination a:hover,
.pazination li.active a {
  color: #b900ef;
}

/*** Preloader style ** */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/preloader.gif);
}

/*** Scroll Top style ** */
.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
  display: none;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  background: #c8bc9c;
  border: 1px solid #ffffff33;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

/* text inputs and testarea */
.form-group {
  position: relative;
}

.select2dropdown {
  border: none;
  color: #c9c9c9;
  font-size: 14px;
  border-radius: 0;
  padding: 15px 0 20px;
  background: transparent;
  border-bottom: 1px solid #d5d5d5;
}
.select2dropdown a {
  color: #c9c9c9;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.select2-container .select2-choice .select2-arrow {
  background: url(../images/dropdown_gray.svg) no-repeat !important;
  background-position: center !important;
  background-size: 80% !important;
}
.fileUpload span {
  color: #c9c9c9;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
[type="file"] {
  /* Style the color of the message that says 'No file chosen' */
  color: #c9c9c9;
  padding: 6px 0px !important;
}
[type="file"]::-webkit-file-upload-button {
  background: #c8bc9c;
  border: 2px solid #c8bc9c;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: all 1s ease;
}

[type="file"]::-webkit-file-upload-button:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}

.form-group input,
.form-group textarea {
  border: none;
  color: #c9c9c9;
  font-size: 14px;
  border-radius: 0;
  padding: 15px 0 20px;
  background: transparent;
  border-bottom: 1px solid #d5d5d5;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #c9c9c9;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.form-group input:focus,
.form-group textarea:focus {
  box-shadow: none;
  border-color: #c9c9c9;
  background: transparent;
}

/* input buttons */
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

/* overlay */
.overlay {
  position: relative;
}

.overlay:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.4;
  background: #000000;
}

.overlay * {
  z-index: 2;
  position: relative;
}

/****************************************************** */
/****************** 02. Hero Section  ***************** */
/****************************************************** */

.hero-section {
  position: relative;
}
.hero-section img {
  object-fit: cover;
}

.hero-content {
  padding-top: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  left: 0;
  right: 0;
}

.hero-content h1 {
  text-transform: uppercase;
}

.hero-content .text-lighter {
  color: #c8bc9c;
  font-weight: 200;
  letter-spacing: 0px;
}

.scroll-down {
  display: inline-block;
  margin-top: 150px;
}

.scroll-box {
  width: 30px;
  height: 60px;
  border-radius: 12px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  border: 1px solid #ffffff;
}

.scroll-box:before {
  content: "";
  width: 1px;
  height: 80px;
  background: #ffffff;
  position: absolute;
  bottom: calc(100% + 15px);
  left: 14.5px;
}

.scroll-box:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  left: 11px;
  top: 6px;
  -webkit-animation: scroll 5s infinite;
  animation: scroll 4s infinite;
}

@-webkit-keyframes scroll {
  from {
    top: 8px;
    opacity: 1;
  }

  to {
    top: 22px;
    opacity: 0.5;
  }
}

@keyframes scroll {
  from {
    top: 8px;
    opacity: 1;
  }

  to {
    top: 40px;
    opacity: 0.5;
  }
}

/****************************************************** */
/******************** 03. Page Banner ***************** */
/****************************************************** */
.banner-section {
  
  background-size: cover;
  display: flex;
  padding: 0px !important;
  min-height: 500px;
}
.banner-section.project{
background-image: url(../images/banner6.jpg);
}
.banner-section.aboutus{
background: url(../images/banner1.jpg);
}
.banner-section.whychoose{
background-image: url(../images/banner2.jpg);
}
.banner-section.gallery{
background-image: url(../images/banner3.jpg);
}
.banner-section.faq{
background-image: url(../images/banner4.jpg);
}
.banner-section.contact{
background-image: url(../images/banner5.jpg);
} 

.banner-inner {
  height: 450px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: flex-end;
  justify-content: center;
}

.contactbanner-section .banner-inner {
  align-items: center;
}

.page-title {
  width: 100%;
  color: #ffffff;
   margin-top: auto;
  padding: 135px 15px 0;
}

.page-title h2 {
  color: white; font-weight: 800;
  line-height: 1;
  font-size: 80px;
  text-transform: uppercase;
}

.page-title span {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 9px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  display: inline-block;
  background: transparent;
}

.banner-section nav {
  flex: none;
  padding: 17px 66px 16px;
  margin-top: auto;
  margin-left: auto;
  background: #c8bc9c;
}

.banner-section nav li {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}

.breadcrumb-item a,
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

/****************************************************** */
/*************** 04. WrodPress Section  ************** */
/****************************************************** */
.wp-section {
  background-position: center;
  background-size: cover;
}

.wp-images {
  position: relative;
  display: inline-block;
  margin-right: 140px;
}

.wp-images:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 20px;
  left: 100%;
  top: 0;
  background: #c8bc9c;
}

.wp-images img:last-child {
  position: absolute;
  right: -100px;
  bottom: -110px;
  width: 84%;
  z-index: 1;
}

.experience-year {
  padding: 30px 30px 35px 60px;
  position: absolute;
  background: white;
  bottom: 66%;
  right: 0;
  z-index: 2;
  display: flex;
  max-width: 280px;
  align-items: flex-end;
  transform: translate(55%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.experience-year:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  left: 20%;
  top: 100%;
  border-top: 20px solid white;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
}

.experience-year .number {
  font-size: 80px;
  color: #c8bc9c;
  font-weight: 700;
  line-height: 65px;
  margin-right: 15px;
  font-family: "Open Sans", sans-serif;
}

/*about section*/
.about-section {
  overflow-x: hidden;
}
.about-image {
  margin-top: 0px;
  /*min-height: 600px;*/
  min-height: 80px;
  position: relative;
  /*height: calc(100% - 100px);
  background: url("../images/about.png") no-repeat center/cover;*/
}

.about-image:before {
  content: "About us";
  position: absolute;
  height: 100px;
  width: 100%;
  left: 0;
  top: 0px;
  bottom: 100%;
  font-size: 5.5vw;
  font-weight: 700;
  padding-left: 0px;
  color: transparent;
  /* background: #faf7f0;*/
  letter-spacing: 40px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #e1e1e1;
  font-family: "Open Sans", sans-serif;
}

.about-image .experience-year {
  bottom: auto;
  right: auto;
  left: 35px;
  top: 50px;
  transform: translate(0);
}

.about-content {
  max-width: 100%;
}

.aboutusSec .section-title h2 {
  font-weight: 600;
  font-size: 27px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.aboutusSec .section-title .thin {
  font-weight: 600;
  text-transform: capitalize;
}
.aboutusSec .section-title p {
  text-transform: none;
  font-size: 16px;
  line-height: 26px;
}
/****************************************************** */
/**************** 05. Services Section  *************** */
/****************************************************** */
.services-section {
  background-position: center;
  background-size: cover;
}

.service-item {
  background: white;
  padding: 35px 30px 20px 35px;
  margin-bottom: 30px;
}

.service-item .number {
  float: right;
  font-size: 60px;
  color: transparent;
  -webkit-text-stroke: 1px #e1e1e1;
  font-family: "Open Sans", sans-serif;
}

.service-item h3 {
  margin: 15px 0;
  text-transform: uppercase;
}

.service-item p {
  font-size: 1.0rem;
}

/* services page */
.service-page-images {
  position: relative;
}

.service-page-images img:first-child {
  margin-left: 39%;
  width: 62%;
}

.service-page-images img:last-child {
  position: absolute;
  width: 62%;
  top: 135px;
  left: 0;
}

/****************************************************** */
/***************** 06. Video Section  **************** */
/****************************************************** */
.video-section {
  /*background: url(../images/video/video-bg.png) no-repeat right 30px;*/
  padding-bottom: 0px;
}

.video-inner {
  position: relative;
}

.video-inner:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 30px;
  bottom: 35px;
  background: #c8bc9c;
}

.video-inner img {
  position: relative;
  z-index: 1;
}

.video-play {
  height: 76px;
  width: 76px;
  left: 50%;
  top: 50%;
  z-index: 2;
  color: #c8bc9c;
  font-size: 22px;
  line-height: 76px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%) scale(1.25);
}

.video-play:before {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: white;
  border-radius: 50%;
  position: absolute;
  transform: scale(0.8);
}

/****************************************************** */
/***************** 07. Client Section  **************** */
/****************************************************** */
.client-section {
  position: relative;
}

.client-section:before {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  background: #fffbf3;
  height: calc(100% + 290px);
}

.client-inner {
  display: flex;
  justify-content: space-between;
}

.client-item {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07);
}

/****************************************************** */
/*************** 08. Rastaurant Section  ************** */
/****************************************************** */
.rastaurant-left {
  background: url("../images/restaurants/left.png") no-repeat center/cover;
  min-height: 500px;
  height: 100%;
}

.rastaurant-right {
  background: url("../images/restaurants/right.png") no-repeat center/cover;
}

.ras-content {
  max-width: 585px;
}

.rastaurant-right h2 {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 100px;
  font-weight: 600;
}

.rastaurant-right .border-text {
  -webkit-text-stroke: 1px #e1e1e1;
  color: transparent;
  position: relative;
  padding-left: 82px;
}

.rastaurant-right .border-text:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  top: 58%;
  background: white;
}

/****************************************************** */
/*************** 09. Apartment Section  *************** */
/****************************************************** */
.apartment-section .section-title h2 {
  letter-spacing: 5px;
}

.apartment-section .section-title .thin {
  font-weight: 800;
}

.apartment-img {
  margin-bottom: 30px;
}

.apartment-img img {
  width: 100%;
}

.apartment-content {
  padding: 35px 50px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}

.apartment-content img,
.owl-carousel .apartment-content img {
  height: 65px;
  width: auto;
  margin-bottom: 20px;
  display: inline-block;
}

.apartment-content h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.apartment-content span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 8px;
}

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

.apartment-carousel .owl-nav div {
  display: inline-block;
  border: 1px solid #e1e1e1;
  font-size: 24px;
  margin: 15px 10px 0;
  padding: 16px 50px;
  transition: 0.5s;
  font-weight: 300;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}

.apartment-carousel .owl-nav div:hover {
  color: #ffffff;
  background: #c8bc9c;
  border-color: #c8bc9c;
}

/*apartment tab*/
.apartment-tab .nav-tabs {
  border: none;
}

.apartment-tab .nav li {
  margin: 0 20px 10px;
}

.apartment-tab .nav-link {
  border: none;
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.apartment-tab .nav-link:hover,
.apartment-tab .nav-link.active {
  color: #c8bc9c;
  text-decoration: underline;
}

.apertment-list li {
  display: flex;
  color: #c8bc9c;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: space-between;
}

.apertment-list li span {
  width: 45px;
}

/* property single */
.property-single-left {
  background: url("../images/apartment/property-left.png") no-repeat
    center/cover;
  padding: 40px 40px 40px 55px;
  height: 888px;
  display: flex;
  align-items: flex-end;
}

.property-left-content {
  background: url("../images/apartment/property-left-content-bg.png") no-repeat
    center/cover;
  padding: 55px 40px 40px;
}

.property-left-content h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 3px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.property-left-content ul li {
  color: #1e1e1e;
  margin-right: 10px;
  position: relative;
  padding-right: 10px;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.property-left-content ul li:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 4px;
  top: 50%;
  left: 100%;
  background: #1e1e1e;
}

.property-left-content ul li:last-child:after {
  display: none;
}

.property-single-right {
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
}

.property-single-right:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1000px;
  left: -30px;
  top: 0;
  z-index: -1;
  background: url("../images/apartment/property-right.png") no-repeat
    center/cover;
}

.property-right-content h3 {
  color: white;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.property-right-content .border-text {
  position: relative;
  color: transparent;
  padding-left: 80px;
  -webkit-text-stroke: 1px #e1e1e1;
}

.property-right-content .border-text:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 2px;
  width: 50px;
  background: white;
}

/****************************************************** */
/**************** 10. Success Section  **************** */
/****************************************************** */
.success-box {
  display: flex;
  margin-bottom: 0px;
}

.count-text {
  position: relative;
  font-weight: 700;
  font-size: 65px;
  color: #1e1e1e;
  line-height: 1;
  z-index: 1;
  margin-right: 15px;
  font-family: "Open Sans", sans-serif;
}

.count-text:after {
  content: attr(data-stop);
  position: absolute;
  left: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px #e1e1e1;
  transform: translate(12px, -3%) scale(1.5);
}

.success-content h3 {
  color: #c8bc9c;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.success-content h6 {
  font-size: 17px;

  text-transform: uppercase;
  letter-spacing: 14px;
  font-weight: 400;
}

/*style two*/
.success-section.style-two {
  background: #c8bc9c;
}

.success-section.style-two .count-text,
.success-section.style-two .success-content h6 {
  color: white;
}

.success-section.style-two .success-content h3 {
  color: #1e1e1e;
}

.success-section.style-two .count-text:after {
  -webkit-text-stroke: 1px #e1e1e17a;
}

/****************************************************** */
/****************** 11. FAQ Section  ****************** */
/****************************************************** */
.faq-left-image {
  background: url("../images/faq/faq-left.png") no-repeat center/cover;
  height: 100%;
  min-height: 500px;
}

.faq-accordion .section-title h6 {
  font-weight: 300;
}

.faq-accordion .section-title h2 {
  line-height: 1.4;
}

.faq-accordion .section-title .thin {
  color: #1e1e1e;
}

.faq-accordion .card {
  border: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #d9d9d9;
}

.faq-accordion .card-header {
  border: none;
  position: relative;
  background: transparent;
  padding: 20px 30px 20px 5px;
}

.faq-accordion .card-header .card-link {
  color: #1e1e1e;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.faq-accordion .card-link:after {
  position: absolute;
  content: "\f067";
  font-weight: 900;
  font-size: 8px;
  right: 10px;
  top: 28px;
  width: 15px;
  height: 15px;
  color: #1e1e1e85;
  padding-left: 3px;
  border: 1px solid;
  line-height: 15px;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
}

.faq-accordion .card-body {
  font-size: 14px;
  padding: 0 5px 25px;
}

.faq-right-bg {
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.faq-right-bg img {
  height: 100%;
}

/****************************************************** */
/**************** 12. Contact Section  **************** */
/****************************************************** */
.contact-section {
  background-size: cover;
  background-position: center;
}
.contact-info h2{text-align: left;}

.contact-form {
  padding: 0px 100px 0px 0px;
  /* transform: translateY(222px); */
  position: relative;
  z-index: 5;
  /* box-shadow: 0 13px 21px rgba(213, 213, 213, 0.3); */
}

.title-rotated {
  position: absolute;
  color: transparent;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  bottom: 70px;
  right: 5px;
  z-index: -1;
  letter-spacing: 30px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #e1e1e1;
  font-family: "Open Sans", sans-serif;
  transform: rotate(180deg);
  -webkit-writing-mode: vertical-lr;
}

/* contact page */
.contact-map {
  height: 966px;
}

.contact-info {
  margin-top:0px;
  position: relative;
  z-index: 555; padding-top:80px;
}
.addresmainbox ul li{
text-align: left; display: flex; flex-direction: row; margin-bottom: 20px;
justify-content: flex-start; align-items: flex-start; font-size: 16px;
}
.addresmainbox ul li p{font-size: 16px;}
.addresmainbox ul li img{ width: 30px; margin-right: 10px;}
.addresmainbox ul li a{color:#333333}
.addresmainbox ul li a:hover{color:#333333; text-decoration: underline;}

.info-item {
  padding: 40px 65px 55px; min-height: 300px;
  background: white;
  border: 1px solid #e0e4ec;
  /* clip-path: polygon(50% 0, 100% 25px, 100% 100%, 0 100%, 0 25px); */
  margin-bottom: 30px;
}

.info-item img {
  margin-bottom: 40px;
  height: 60px;
}

.info-item p {
  line-height: 25px;
}

.contact-page .contact-form {
  transform: translate(0);
}

.leaflet-control-attribution.leaflet-control {
  display: none;
}

.leaflet-marker-icon {
  height: auto !important;
  width: auto !important;
}

/****************************************************** */
/***************** 13. Call To Action  **************** */
/****************************************************** */
.call-action {
  /*transform: translateY(60px);*/
  padding: 0px;
  background: #c8bc9c;
}

.call-action-inner {
  background: #c8bc9c;
  padding: 70px 100px;
}

.call-action-inner .section-title h6 {
  font-weight: 400;
  margin-bottom: 0;
}

.call-action-inner .section-title h2 {
  text-transform: capitalize;
  letter-spacing: 5px;
  line-height: 50px;
}

.subscribe {
  display: flex;
  border: 1px solid #e9ba87;
}

.subscribe input {
  width: 100%;
  background: #c19666;
  padding: 15px 20px;
  border: 0px;
}

.subscribe input::placeholder {
  color: #fee8d0;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

label.error {
  position: absolute;
  color: red;
  font-size: 12px;
  top: 100%;
  left: 0px;
}

/****************************************************** */
/****************** 14. Team Section  ***************** */
/****************************************************** */

.teamSection {
}
.teamSection p {
  font-size: 20px;
  line-height: 32px;
}
.teamSection .team_image {
  position: relative;
}
.teamSection .team_image p {
  margin-bottom: 0px;
  padding: 20px 25px;
  background: #fff;
  position: absolute;
  bottom: 10%;
  right: 0;
  position: absolute;
  max-width: 250px;
  box-shadow: 6px 7px 20px rgb(114 114 114 / 21%);
  font-size: 30px;
  line-height: 40px;
  color: #c8bc9c;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}
.teamSection .team_image p span {
  font-family: "Open Sans", sans-serif;
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  margin-top: 5px;
}
.rowRev {
  margin-top: 80px;
  flex-direction: row-reverse;
}
.teamSection .rowRev .team_image {
  text-align: right;
}
.teamSection .rowRev .team_image p {
  left: 0px;
  text-align: left;
}

.team-wrap {
  margin-bottom: -30px;
  /*transform: translateY(138px);*/
}

.team-wrap .section-title h6 {
  font-weight: 300;
}

.team-item {
  max-width: 370px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.team-des {
  padding: 35px 30px;
  border: 1px solid #e1e1e1;
  background: white;
  transition: 0.5s;
}

.team-des h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.5s;
}

.team-des span {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 5px;
}

.team-item:hover .team-des {
  box-shadow: 0 3px 7px rgba(127, 127, 127, 0.15);
}

.team-item:hover .team-des h3 {
  color: #c8bc9c;
}

/****************************************************** */
/****************** 15. Blog Section  ***************** */
/****************************************************** */
.blog-item {
  margin-bottom: 50px;
}

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

.blog-image {
  margin-bottom: 45px;
  position: relative;
}

.blog-image .date {
  position: absolute;
  left: 25px;
  bottom: 25px;
  background: #c8bc9c;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 55px;
}

.blog-title,
.blog-content h3 {
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

.admin-header {
  margin-bottom: 15px;
}

.admin-header {
  display: flex;
  flex-wrap: wrap;
}

.admin-header li {
  font-size: 14px;
  font-weight: 600;
  margin-right: 40px;
  margin-bottom: 10px;
}

.admin-header li i {
  margin-right: 15px;
}

.admin-header li a {
  color: #5f5c5c;
}

.blog-content p {
  margin-bottom: 30px;
}

.read-more {
  font-size: 14px;
  color: #c8bc9c;
  font-weight: 700;
  letter-spacing: 8px;
  text-transform: uppercase;
}

/* blog single */
.blog-single .blog-image .date {
  bottom: calc(50% - 25px);
}

blockquote {
  font-size: 24px;
  font-weight: 600;
  color: #c8bc9c;
  line-height: 1.45;
  padding: 15px 0 15px 60px;
}

.blog-share {
  padding: 40px;
  background: #f2f2f2;
}

.blog-share .social-title {
  color: #c8bc9c;
  font-size: 18px;
  font-weight: 600;
  margin-right: 20px;
  font-family: "Open Sans", sans-serif;
}

.blog-share .social-icons a {
  color: #5f5c5c;
}

.comment-title {
  color: #c8bc9c;
  margin-bottom: 25px;
}

.comment-form .form-control {
  border: 2px solid #e1e1e1;
  margin-bottom: 30px;
  padding: 20px 25px;
}

.comment-form label {
  color: #1e1e1e;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  margin-left: 15px;
}

/* sidebar */
.widget {
  margin-bottom: 80px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 50px;
}

.search-form input {
  border: 2px solid #e1e1e1;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
}

.search-form .theme-btn {
  padding: 12px;
  min-width: 130px;
  letter-spacing: 3px;
}

/****************************************************** */
/***************** 16. Footer Section  **************** */
/****************************************************** */
.footer-section {
  background-size: cover;
  background-position: center;
}

.crt-widget .crt-grid-post .crt-post-text {
  font-size: 10px;
}

.instagram-posts {
  display: flex;
  flex-wrap: wrap;
}

.instagram-item {
  position: relative;
}

.instagram-overlay {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.instagram-overlay a {
  color: #ffffff;
  font-size: 30px;
}

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

/*contact widget*/
.contact-widget {
  max-width: 370px;
  margin: 0 auto;
}

.contact-widget h3 {
  color: #ffffff;
  font-size: 22px;
  /* letter-spacing: 5px; */
  margin-bottom: 25px;
  text-transform: uppercase;
}

.contact-widget h6 {
  color: white;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}

.contact-widget h6:last-child {
  color: #c8bc9c;
}

/*footer bottom*/
.footer-bottom {
  background: #191919;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bottom-inner {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-inner .social-icons {
  order: 2;
}
.bottom-inner .social-icons a {
  color: #fff;
}
.bottom-inner .social-icons a:hover {
  color: #c8bc9c;
}

.copyright p {
  margin: 20px 0;
  color: #939ca5;
}

.copyright p a {
  color: #c8bc9c;
}

.projects_section .nav-tabs {
  margin: 0px 0px 30px 0px;
  border: 0px;
  justify-content: center;
}
.projects_section .nav-tabs .nav-link {
  border: 2px solid transparent !important;
  color: #000;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}
.nav-tabs .nav-item {
  margin: 0 15px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #c8bc9c;
  border-bottom: 2px solid #c8bc9c !important;
}

.projects_list {
  display: flex;
  flex-wrap: wrap;
}
.projects_list li {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  margin-bottom: 10px;
}
.projects_list li a {
  display: block;
  margin: 0 5px;
  position: relative;
}
.projects_list li a::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.projects_list li a img {
  width: 100%;
}
.projects_list li a p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  opacity: 0;
  margin: 0px;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects_list li a:hover p {
  opacity: 1;
}
.projects_list li a:hover::before {
  opacity: 1;
}

.projectsImages {
  display: flex;
  flex-wrap: wrap;
}
.projectsImages li {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  margin-bottom: 20px;
}

.projectsImages li a {
  position: relative;
  margin: 0 10px;
  display: block;
}
.projectsImages li a i {
  font-size: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.projectsImages li a:hover img {
  filter: grayscale(1);
}
.projectsImages li a:hover i {
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 1170px) {
  .success-box {
    margin: 20px 0px;
  }
  .about-image:before {
    height: 70px;
    font-size: 4.2vw;
  }
  .contact-info {
    margin-top: -25px;
  }
}

@media screen and (max-width: 992px) {
  .wp-images img:last-child {
    display: none;
  }
  .wp-images {
    margin-bottom: 30px;
  }

  section {
    padding: 80px 0px;
  }
  .about-image {
    min-height: 300px;
  }
  .about-content {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
  }
  h2 {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .about-content {
    flex-direction: column;
  }
  .about-image:before {
    height: 50px;
    font-size: 7vw;
    letter-spacing: 25px;
  }
  .success-box {
    justify-content: center;
  }
  .header-top .logo img {
    height: 80px;
  }
  .about-image{min-height: 100px;}
  .page-title {
    margin-top: auto;
  }
  .projects_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .nav-tabs .nav-item {
    margin: 0 5px;
  }
  .video-section {
    padding-top: 0px;
  }
  .wp-section {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 480px) {
  .projects_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.visionmission{
  padding-top:0px;
}
.visionmission h2{font-size: 30px!important; font-weight: 700;}

.values-grid {
      display: grid; margin-top: 25px;
      grid-template-columns: repeat(2, 1fr);
      gap: 25px;
    }

    .value-item {
      background: white;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .value-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    }

    .value-item h3 {
      color: #333333;
      font-size: 1.3rem; font-weight: 600;
      margin-bottom: 12px;
    }

    .value-item p {
      color: #555;
      line-height: 1.6;
      font-size: 1.0rem;
    }

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

      .core-values h2 {
        font-size: 2rem;
      }
    }

    
    .advantages-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }

    .advantage-card {
      background: white;
      padding: 40px 30px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: all 0.3s ease;
      border: 2px solid transparent;
    }

    .advantage-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
      border-color: #c8bc9c;
    }

    .advantage-icon {
      width: 80px;
      height: 80px;
      background: #c8bc9c;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 25px;
      font-size: 2.5rem;
      transition: transform 0.3s ease;
    }

    .advantage-card:hover .advantage-icon {
      transform: scale(1.1);
    }

    .advantage-card h3 {
      color: #000; font-weight: 700;
      font-size: 1.4rem;
      margin-bottom: 15px;
      line-height: 1.4;
    }

    .advantage-card p {
      color: #666;
      line-height: 1.6;
      font-size: 1.0rem;
    }

    @media (max-width: 992px) {
      .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

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

      .section-header h2 {
        font-size: 2.2rem;
      }
    }

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

    .timeline-header {
      text-align: center;
      margin-bottom: 60px;
    }

    .timeline-header h1 {
      color: #000;
      text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
      font-size:48px;
      margin-bottom: 10px;
      text-shadow: none;
    }

    .timeline-header p {
      color: #333;
      font-size: 1.2rem;
    }

    .timeline {
      position: relative;
      padding: 20px 0;
    }

    .timeline::before {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 4px;
      height: 100%;
      background: rgba(0, 0, 0, 0.1);
      top: 0;
    }

    .timeline-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 50px;
      position: relative;
    }

    .timeline-item:nth-child(odd) .timeline-content {
      margin-right: auto;
      margin-left: 0;
      text-align: right;
    }

    .timeline-item:nth-child(even) .timeline-content {
      margin-left: auto;
      margin-right: 0;
      text-align: left;
    }

    .timeline-content {
      width: 45%;
      background: white;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      position: relative;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .timeline-content:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    }

    .timeline-number {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 60px;
      background: #c8bc9c;
      border: 5px solid white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      font-weight: bold;
      color: #000;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      z-index: 1;
    }

    .timeline-content h3 {
      color: #c8bc9c;
      font-size: 1.8rem;
      margin-bottom: 12px;
    }

    .timeline-content p {
      color: #555;
      line-height: 1.6;
      font-size: 1.0rem;
    }

    .timeline-icon {
      font-size: 2.5rem;
      margin-bottom: 10px;
    }

    @media (max-width: 768px) {
      .timeline::before {
        left: 30px;
      }

      .timeline-number {
        left: 30px;
      }

      .timeline-item {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 80px;
      }

      .timeline-content {
        width: 100%;
        text-align: left !important;
        margin: 0 !important;
      }

      .timeline-header h1 {
        font-size: 2rem;
      }
    }
    .timelinebox{
      background: #fffbf3;
    }


    .certifications-grid {
      display: grid; margin-top:40px;
      grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
      gap: 30px;
      margin-bottom: 50px;
    }

    .certification-card {
      background: white;
      padding: 40px 30px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: all 0.3s ease;
      border: 3px solid transparent;
      position: relative;
      overflow: hidden;
    }

    .certification-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 5px;
      background: #c8bc9c;
      transform: scaleX(0);
      transition: transform 0.3s ease;
    }

    .certification-card:hover::before {
      transform: scaleX(1);
    }

    .certification-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
      border-color: #c8bc9c;
    }

    .cert-icon {
      width: 100px;
      height: 100px;
      background: linear-gradient(135deg, #c8bc9c 0%, #b5a889 100%);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 25px;
      font-size: 3rem;
      box-shadow: 0 4px 15px rgba(200, 188, 156, 0.3);
      transition: transform 0.3s ease;
    }

    .certification-card:hover .cert-icon {
      transform: rotate(360deg) scale(1.1);
    }

    .certification-card h3 {
      color: #000;
      font-size: 1.5rem;
      margin-bottom: 15px;
      font-weight: 600;
    }

    .certification-card p {
      color: #666;
      line-height: 1.7;
      font-size: 1.0rem;
    }

    .trust-badge {
      background: linear-gradient(135deg, #000 0%, #333 100%);
      color: white;
      padding: 40px;
      border-radius: 12px;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .trust-badge h3 {
      font-size: 2rem;
      margin-bottom: 15px;
      color: #c8bc9c;
    }

    .trust-badge p {
      font-size: 1.0rem;
      line-height: 1.7;
      max-width: 800px;
      margin: 0 auto;
    }

    .badge-icon {
      font-size: 4rem;
      margin-bottom: 20px;
    }

    @media (max-width: 768px) {
      .section-header h2 {
        font-size: 2.2rem;
      }

      .certifications-grid {
        grid-template-columns: 1fr;
      }

      .trust-badge h3 {
        font-size: 1.6rem;
      }
    }

     .gallery-section {
      max-width: 1400px;
      margin: 0 auto;
    }

    .section-header {
      text-align: center;
      margin-bottom: 60px;
    }

    .section-header h2 {
      color: #000;
      font-size: 3rem;
      margin-bottom: 15px;
      font-weight: 800;
    }

    .section-header p {
      color: #555;
      font-size: 1.2rem;
    }

    .filter-buttons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 15px;
      margin-bottom: 50px;
    }

    .filter-btn {
      padding: 12px 30px;
      background: white;
      border: 2px solid #c8bc9c;
      border-radius: 30px;
      color: #000;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .filter-btn:hover,
    .filter-btn.active {
      background: #c8bc9c;
      color: #000;
      transform: translateY(-2px);
      box-shadow: 0 4px 15px rgba(200, 188, 156, 0.3);
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 25px;
    }

    .gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      aspect-ratio: 4/3;
    }

    .gallery-item:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .image-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
      padding: 20px;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

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

    .image-tag {
      display: inline-block;
      background: #c8bc9c;
      color: #000;
      padding: 5px 12px;
      border-radius: 15px;
      font-size: 0.85rem;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .image-title {
      color: white;
      font-size: 1.0rem;
      font-weight: 600;
    }

    .zoom-icon {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 40px;
      height: 40px;
      background: rgba(200, 188, 156, 0.9);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .gallery-item:hover .zoom-icon {
      opacity: 1;
    }

    /* Custom Fancybox styling */
    .fancybox-caption {
      background: rgba(0, 0, 0, 0.8);
      color: white;
      padding: 15px;
    }

    @media (max-width: 768px) {
      .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px;
      }

      .section-header h2 {
        font-size: 2.2rem;
      }
    }

    .faq-container {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .faq-item {
      background: white;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: box-shadow 0.3s ease;
    }

    .faq-item:hover {
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .faq-question {
      width: 100%;
      padding: 25px 30px;
      background: white;
      border: none;
      text-align: left;
      font-size: 1.2rem;
      font-weight: 600;
      color: #000;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background 0.3s ease;
    }

    .faq-question:hover {
      background: #f8f8f8;
    }

    .faq-item.active .faq-question {
      background: #c8bc9c;
      color: #000;
    }

    .faq-icon {
      width: 30px;
      height: 30px;
      background: #c8bc9c;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      font-weight: bold;
      transition: transform 0.3s ease, background 0.3s ease;
      flex-shrink: 0;
      margin-left: 20px;
    }

    .faq-item.active .faq-icon {
      transform: rotate(180deg);
      background: #000;
      color: #c8bc9c;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.4s ease;
      background: white;
    }

    .faq-item.active .faq-answer {
      max-height: 500px;
      padding: 30px 30px 25px 30px;
    }

    .faq-answer p {
      color: #666;
      line-height: 1.8;
      font-size: 1.0rem;
    }

    .question-text {
      flex: 1;
      padding-right: 20px;
    }

    .cta-box {
      background: linear-gradient(135deg, #000 0%, #333 100%);
      padding: 40px;
      border-radius: 12px;
      text-align: center;
      margin-top: 50px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .cta-box h3 {
      color: #c8bc9c;
      font-size: 2rem;
      margin-bottom: 15px;
    }

    .cta-box p {
      color: white;
      font-size: 1.0rem;
      margin-bottom: 25px;
      line-height: 1.6;
    }

    .cta-button {
      display: inline-block;
      padding: 15px 40px;
      background: #c8bc9c;
      color: #000;
      text-decoration: none;
      border-radius: 30px;
      font-weight: 600;
      font-size: 1.0rem;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .cta-button:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 20px rgba(200, 188, 156, 0.4);
    }

    @media (max-width: 768px) {
      .section-header h2 {
        font-size: 2.2rem;
      }

      .faq-question {
        font-size: 1.0rem;
        padding: 20px;
      }

      .faq-item.active .faq-answer {
        padding: 0 20px 20px 20px;
      }

      .question-text {
        padding-right: 10px;
      }

      .cta-box {
        padding: 30px 20px;
      }

      .cta-box h3 {
        font-size: 1.6rem;
      }
    }

    .footerlinks{ display: flex; flex-direction: row; justify-content: center; align-items: center;
      padding:60px 0px;
    }
    .footerlinks ul{ list-style: none; flex-wrap: wrap;
      display: flex; flex-direction: row; justify-content: center; align-items: center;
    }
        .footerlinks ul li a{
          color:#ffffff; text-decoration: none; padding:8px 10px; font-size: 14px;
        }
    .footerlinks ul li a:hover{color:#c8bc9c;}

    @media screen and (max-width:767px){
 .footerlinks ul li{
  width: 100%;
 }
  .footerlinks ul li a{
  width: 100%; text-align: left; display: block;
 }

    }

    .testimonials-slider {
      padding: 0 15px;
    }

    .testimonial-card {
      background: white;
      padding: 10px 10px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      margin: 15px;
      position: relative;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      min-height:120px;
      display: flex !important;
      flex-direction: column; width: 95%!important;
    }

    .testimonial-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .quote-icon {
      font-size: 3rem;
      color: #c8bc9c;
      line-height: 1;
      margin-bottom: 20px;
      opacity: 0.3;
    }

    .testimonial-text {
      color: #555;
      font-size: 1.05rem;
      line-height: 1.8;
      margin-bottom: 25px;
      font-style: italic;
      flex-grow: 1;
    }

    .testimonial-author {
      display: flex;
      align-items: center;
      gap: 15px;
      padding-top: 20px;
      border-top: 2px solid #c8bc9c;
    }

    .author-avatar {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: linear-gradient(135deg, #c8bc9c 0%, #b5a889 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      font-weight: bold;
      color: #000;
      flex-shrink: 0;
    }

    .author-info h4 {
      color: #000;
      font-size: 1.0rem;
      margin-bottom: 5px;
    }

    .author-info p {
      color: #888;
      font-size: 0.95rem;
    }

    .rating {
      color: #c8bc9c;
      font-size: 1.2rem;
      margin-bottom: 15px;
      letter-spacing: 3px;
    }

    /* Slick Slider Custom Styles */
    .testimonial-card .slick-dots {
      bottom: -50px;
    }

    .testimonial-card .slick-dots li button:before {
      font-size: 12px;
      color: #c8bc9c;
      opacity: 0.5;
    }

   .testimonial-card .slick-dots li.slick-active button:before {
      color: #c8bc9c;
      opacity: 1;
    }

    .testimonial-card .slick-prev,
   .testimonial-card .slick-next {
      width: 50px;
      height: 50px;
      z-index: 1;
    }

    .testimonial-card .slick-prev {
      left: -60px;
    }

    .testimonial-card .slick-next {
      right: -60px;
    }

    .testimonial-card .slick-prev:before,
    .testimonial-card .slick-next:before {
      font-size: 50px;
      color: #c8bc9c;
      opacity: 1;
    }

    .testimonial-card .slick-prev:hover:before,
    .testimonial-card .slick-next:hover:before {
      color: #000;
    }

    @media (max-width: 768px) {
      .section-header h2 {
        font-size: 2.2rem;
      }

      .testimonial-card {
        margin: 10px;
        padding: 30px 25px;
        min-height: auto;
      }

      .testimonial-card .slick-prev {
        left: -5px;
      }

      .testimonial-card .slick-next {
        right: -5px;
      }

      .testimonial-card .slick-prev:before,
      .testimonial-card .slick-next:before {
        font-size: 35px;
      }
    }

    .btnfreesitevisit{
      background: #c4aa65!important; border-color: #c4aa65!important;
    }

    .contact-widget h3,.contact-widget h6, .contact-widget p{    font-family: "Open Sans", sans-serif!important; font-weight: 400;}