/*
Theme Name: Shree Bharani Group

Author: Pradeep Kumar
Author URI: https://raymondrealty.in/
Description: New wordpress theme developed for Shree Bharani Group
 using the static HTML Template.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: raymondrealty
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

Theme created to convert the static HTML template for Raymondrealty to a CMS, allowing the customer to add posts, modify pages, menu items ets by themselves. s
*/

.mt-30 {
  margin-top: 30px;
}
.mt-60 {
  margin-top: 60px;
}
.dropdown-item span,.third_level li a span {
    font-size: 0.8rem;
}
.md-txt {
    font-size: 18px;
}
/**********Project**************/
.proj-loc .fa {
  color: #f7993f;
}

.carpet-area {
  display: inline-block;
}

.border-tb {
  border-top: 1px solid #f7993f;
  border-bottom: 1px solid #f7993f;
  padding: 20px 0 !important;
}

.project-image,
.project-image-wrapper,
.read-more-wrap {
  position: relative;
}

.project-image {
  display: inline-block;
}

.project-image-wrapper {
  padding: 0 30px;
}

.proj-title {
  position: absolute;
  bottom: 30px;
  left: -30px;
  background: #f7993f;
  font-size: 18px;
  color: #fff;
  padding: 6px;
  font-weight: 600;
  z-index: 3;
}

.border-effect {
  position: absolute;
  content: "";
  border: 1px solid #f7993f;
  width: 100%;
  height: 100%;
  top: -20px;
  right: -20px;
}

.project-content {
  padding-left: 15px;
}

.bl-effect {
  position: absolute;
  content: "";
  border-top: 1px solid #f7993f;
  width: 100%;
  height: 100%;
  top: 23px;
  left: 0;
}

.image-wrap img {
  position: relative;
  z-index: 2;
}

.btn-right {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding-left: 15px;
}

.btneffect-title {
  font-size: 20px;
  display: inline-block;
  background: #fff;
  color: #f7993f;
  padding: 10px 30px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.btneffect-title::after {
  position: absolute;
  content: "";
  border-top: 1px solid #fff;
  width: 100%;
  height: 100%;
  top: 24px;
  right: auto;
}
.btn-grp a:first-child {
  margin-right: 20px;
  margin: 0;
  text-align: center;
}
.read-more-wrap .btn-right {
  background: #fff;
}
.speclist {
  position: relative;
  list-style: none;
  padding-left: 0px;
}
.speclist li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.speclist li::before {
  position: absolute;
  content: "";
  background: url("../../uploads/2023/05/right.png") no-repeat;
  width: 10px;
  height: 10px;
  left: 0;
  top: 4px;
  background-size: contain;
}
.spec_wrap {
  display: flex;
  flex-flow: row wrap;
}
.spec_item {
  flex: 0 0 33%;
  padding-right: 15px;
}
.speclist li:last-child {
  padding-bottom: 0;
}
.accordion-body a {
  color: var(--primary-color);
  text-decoration: none;
}
.dropdown-submenu > a::before {
  position: absolute;
  width: 1.5rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
  right: 9px;
  top: 12px;
  transform: rotate(0deg);
  transition: ease all 0.5s;
}
.dropdown-submenu:hover > a::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-90deg);
  transition: ease all 0.5s;
  top: 8px;
}
.dropdown-submenu > a {
  position: relative;
}
.side_menu{
	background-color: #292b33 !important;
    z-index: 99999 !important;
}
.feature_project_wrap a{
	color: #222 !important;
}
.fsize h3{
	font-size:16px !important;
}
.circle-ico{
	width:37px;
	height:37px;
	border:1px solid rgba(255,255,255,.2705882353);
	border-radius:50%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.circle-ico img{
	width:15px;
}
.cust-container{
	width:90%;
	margin:0 auto;
}
.foo-item:nth-child(2){
	flex:0 0 10%;
}
.foo-item:nth-child(3){
	flex:0 0 20%;
}
#pageloader img{
	width:40%;
	height:auto;
}
.typology-sec h2{
	font-size:20px;
	margin-bottom:15px;
}
.typology-sec a{
	color:#f7993f;
	text-decoration:none;
}
.typology-sec a:hover{
	color:#000;
}

.typology-sec li{
	margin-bottom:15px;
}
#offers {
/*     background: url(/wp-content/uploads/2024/06/bg.png); */
	background:#F9F6EF;
    background-size: cover;
    background-repeat: no-repeat;
}
#offers .project_highlight_v2 {
	min-height: 200px;
}
#offers .project_highlight_v2 .high_icon {
	background:transparent;
}
#offers .project_highlight_v2:hover .high_icon {
    transform: translatey(-5px);
    transition: ease all 1s;
}
#offers .project_highlight_v2:after {
	display:none;
}
#offers .project_highlight_v2 h4 {
	font-size:18px;
}
#offers .tc-link{
	color:#b59656;
}
#discpop .modal-content{
	background-color:transparent !important;
}
#discpop .modal-body{
	    padding: 50px 40px;
    background: #ffffff85;
    backdrop-filter: blur(3px);
}
#discpop .tc-content{
	padding-right:30px;
	height:400px;
	overflow-y:auto;
}
#discpop .tc-content::-webkit-scrollbar {
    width: 4px;
}

#discpop .tc-content::-webkit-scrollbar-track {
    background: #fff;
}

#discpop .tc-content::-webkit-scrollbar-thumb {
    background: #f7993f;
}

#discpop .tc-content::-webkit-scrollbar-thumb:hover {
    background: #f7993f;
}
#discpop .modal-body h4{
	color:#f7993f;
}
.check-input .col-md-1{
	padding-right:0!important;
}
.check-input input {
    height: 15px !important;
    margin-top: 15px !important;
}
label.error {
    text-wrap: nowrap !important;
}
@media (max-width: 1200px) {
  .project-content {
    padding-top: 30px;
    padding-left: 0px;
  }
  .spec_item {
    flex: 0 0 48%;
  }
}
@media (min-width: 991px) {
  .page-id-857 .hero-header .item img {
    margin-top: -20px;
  }
  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu .submenu {
    display: none;
    position: absolute;
    right: 100%;
    top: -7px;
    background: #292b33;
    width: 357px;
  }
  .dropdown-submenu:hover > .submenu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .spec_item {
    flex: 0 0 100%;
  }
#pageloader img{
	width:100%;
	height:auto;
}
}

.borderBox tr td{
	border:1px solid #000;
	padding: 10px;
}

.borderGold{
	border:1px solid #e1b45d;
}
