#primary {
    width: 100%;
    max-width: 100%;
}
.post .entry-header {
    margin-bottom: 0;
}
.header-section .top-bar .e-con-inner {
    justify-content: space-between !important;
}
.header-section .top-bar .center-block .inner-center-block {
    display: grid !important;
    grid-template-columns: 128px 277px 180px;
}
.header-section .call-us {
    max-width: 128px !important;
}
.header-section .bottom-bar {
    position: relative;
}
.call-us a:hover{
    background-color: #fff !important;
    color: #e0c476 !important;
}
.header-top-menu{
    display: none !important;
}
.home-banner .banner-heading {
    width: 100% !important;
}
.header-section .bottom-bar .inner-bottom-bar{
    position: absolute !important;
    z-index: 9 !important;
    left: 50%;
    transform: translateX(-50%);
    top: -30px !important;
    width: 980px;
}
.banner-section .banner-content .banner-heading {
    opacity: 0.800;
}
.banner-section .banner-content .banner-heading h1 {
    filter: drop-shadow(1.463px 1.364px 1.5px rgba(23, 23, 23, 0.72));
}
.contact-form .form-control {
    font-size: 19px !important;
    line-height: 24px;
    color: #7c7c7c !important;
    font-weight: 400;
    font-family: "Montserrat", Sans-serif;
    border: 0 !important;
    background-color: transparent !important;
    border-bottom: 3px solid #e0c476 !important;
    width: 100% !important;
    margin: 0 !important;
    position: relative;
    z-index: 9;
    display: inline-block;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 15px 0 !important;
}
.contact-form textarea.form-control {
    height: 180px !important;
}
.contact-form .wpcf7-not-valid-tip {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
}
.contact-form .submit-button {
    border-radius: 15px;
    filter: drop-shadow(2.925px 2.728px 2.5px rgba(23, 23, 23, 0.81));
    background-color: #d3b473;
    border: 4px solid #ffffff;
    font-size: 22px;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
    padding: 10px 16px 11px 16px;
}
.contact-form .submit-button:hover{
    background-color: #000 !important;
    color: #d3b473 !important;
    border-color: #d3b473 !important;
}
.contact-form .submit-btn {
    margin-top: 50px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}
.location-info .location {
    position: relative;
    z-index: 99;
    cursor: pointer !important;
}
.location-info .location::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    filter: drop-shadow(7.314px 6.82px 5px rgba(23, 23, 23, 0.81));
    background-color: #ffffff;
    display: inline-block;
    left: -32px;
    top: -27px;
    z-index: 1;
}
.location-info .location::after {
    content: "";
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.location-info .location:hover::after {
    background-color: #d1b271;
    cursor: pointer;
}
.location-info .location:hover .elementor-icon-list-text {
  color: #000 !important;
}
.footer-copyright a {
    color: #0a50e8;
    font-weight: 600;
}
.footer-copyright a:hover {
    color: #DBBB61;
}
.our-service-section { 
	text-align: center;
}
.our-service-section .container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
.our-service-section .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
	gap: 70px;
	justify-content:center;
}
.our-service-section .col-sm-6 { 
	flex: 0 0 25%; 
	max-width: 25%;
}
.our-service-section h4 {
    color: #fffbef;
    font-size: 30px;
    text-transform: capitalize;
    font-family: 'Montserrat';
    font-weight: 600;
    display: block;
    padding-top: 25px;
    margin-bottom: 0;
}
.right-block-box:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    z-index: 1;
    display: inline-block;
    width: 500px;
    height: 500px;
    top: auto;
    bottom: -60px;
    right: -140px;
    left: auto;
    background-image: url(https://diamondsuitesocala.com/wp-content/uploads/2025/01/Big-Circle-2.png);
    background-size: cover;
}
.suit-available-home p { 
	margin-bottom: 0;
    font-family: 'Montserrat';
}
.service-icon img {
	width: 100px !important;
}
.back .service-icon img {
    width: 100% !important;
    max-width: 70px !important;
}
.flip-box {
    width: 100%;
    perspective: 1000px;
    overflow: hidden;
    padding: 0;
    position: relative;
    height: 100%;
}
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .8s;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flip-box-front {
    background-color: #fffbef;
    border: 1px solid rgba(0, 29, 74, .1);
}
.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    padding: 40px;
    border: 10px solid #d1b271;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}
.front {
    z-index: 9;
    position: relative;
    height: 100%;
    padding: 30px;
    cursor: pointer;
    background-color: #fff;
    border: 10px solid #d1b271;
    display: flex;
    align-items: center;
    justify-content: center;
}
.front.flip-box-front .service-icon img {
    width: 100% !important;
    object-fit: cover;
    max-width: 200px !important;
}
.service-icon {
    text-align: center;
}
.service-description.two p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat';
}
.service-description.two h3{
    line-height: 40px !important;
    color: #000;
    font-family: 'Montserrat';
}
.service-description h3 {
    font-size: 34px;
    color: #3e3eaf;
    line-height: 40px;
    text-align: right;
    font-family: 'Montserrat';
}
.flip-box-back {
    background-color: #535353;
    transform: rotateY(180deg);
}
.suite-block .inner-suite-block {
    height: 155px !important;
}
.dialog-message.dialog-lightbox-message {
    width: 880px !important;
}
.elementor-popup-modal .dialog-close-button svg {
    fill: #fff !important;
    height: 25px !important;
    width: 26px !important;
}
.dialog-widget-content.dialog-lightbox-widget-content {
    box-shadow: none !important;
    background-color: transparent !important;
}
.elementor-popup-modal .dialog-close-button{
    right: 35px !important;
}
.about-box-ser .about-box-item::after{ content: ""; position: absolute; top: 0; right: 0; width: 2%; height: 2%; background: #D5B573;  z-index: -1; transition-duration: 0.5s; border-radius: 21px; }
.about-box-ser .about-box-item:hover > div{ 
	z-index: 1; 
}
.about-box-ser .about-box-item:hover::after{ 
	width: 100%; 
	height: 100%; 
	transition-duration: 0.5s;  
	z-index: 0;  
}
.about-box-item{ 
	position: relative;
}
.about-box-item, .about-box-item h3 { 
	transition-duration: 0.5s; 
}
.about-box-ser .about-box-item:hover, .yelp-partner-item:hover{ transform: translateY(-10px); -webkit-transform: translateY(-10px); transition-duration: 0.5s; border-color: #000 !important; border-radius: 24px !important;  }
.about-box-item:hover h3 {  
	color: #000 !important; 
	opacity: 1;  
	transition-duration: 0.5s; 
}
.about-box-item:hover h4 {  
	color: #000 !important; 
	opacity: 1;  
	transition-duration: 0.5s;  
}
.about-box-item:hover p {  
	color: #000 !important; 
	opacity: 1;  
	transition-duration: 0.5s;  
}
/* .elementor-20 .elementor-element.elementor-element-0281426 > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title{
	border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: #E2C981;
} */
.text-bottom-border{
	position:relative;
}
.text-bottom-border .elementor-heading-title::after{
    position: absolute;
    content: '';
    width: 200px;
    bottom: 22px;
    left: 0;
    background: black;
    height: 3px;
    min-width: 200px;
}
.pictures-slider-sec .elementor-swiper-button svg{
	fill: white !important;
}
.four-image-grid{
	overflow:hidden;
}
.gridBoxImage{
	overflow:hidden;
}
.inner-grid-img{
	overflow:hidden;
}
.house-full-img img{
	width:100%;
}
.entry-header .entry-title{
	display:none
}
.shade-behind{
    position: relative;
}
.gridBoxImage {
    overflow: hidden !important;
    cursor: pointer;
}
.shade-behind:before {
    content: "'";
    position: absolute;
    width: 478px;
    height: 630px;
    z-index: 1;
    left: 0;
    top: 0;
    filter: drop-shadow(7.314px 6.82px 5px rgba(23,23,23,0.81));
    background-color: #ffffff;
}
.faq-section .custom-border summary.e-n-accordion-item-title {
    border-bottom: 4px solid #e0c476 !important;
}



.salon-etiquette {
    padding-left: 20px !important;
    margin: 0;
}
.salon-etiquette ::marker {
    color: #DEC580;
    font-weight: 600;
}
.salon-etiqu {
    position: absolute !important;
    bottom: 20px;
    right: auto !important;
    left: 285px;
}
.salon-etiqu a {
    color: #000 !important;
}
.salon-etiqu a:hover{
    color: #DEC580 !important;
}
.salon-etiqu-footer a{
    color: #000 !important;
}
.salon-etiqu-footer a:hover{
    color: #DEC580 !important;
}
.diamond-salon-etiquette .border-line h2.elementor-heading-title:before {
    content: "";
    position: absolute;
    background: #000;
    height: 3px;
    width: 145px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    z-index: 1;
}