/*!
Theme Name: Rental Managers
Theme URI: http://underscores.me/
Author: I2D
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rental-managers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Rental Managers is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0 !important;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* Prevent long URLs/words from causing horizontal scroll */
.property-description,
.property-main-content,
.entry-content {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  outline: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Poppins", sans-serif;
}

p {
  margin-bottom: 1.5em;
  font-family: "Poppins", sans-serif;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
  font-family: "Poppins", sans-serif;
}

ol {
  list-style: decimal;
  font-family: "Poppins", sans-serif;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */

a {
  color: #4169e1;
}

a:visited {
  color: #ffffff;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */

.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */

.widget {
  margin: 0 0 0;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.site-btn {
  background: #000;
  padding: 20px 37px;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  transition: 0.3s;
  border: 0;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.site-btn:hover {
  background: #00b8e7;
  color: #fff;
}

.site-btn.orange {
  background: #00b8e7;
}

.site-btn.orange:hover {
  background: #251112;
  color: #fff;
}

.goal-section {
  background: url("/wp-content/uploads/2025/11/banner.webp") center/cover
    no-repeat;
  position: relative;
  padding: 75px 0;
}

.goal-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(37, 17, 18, 0.7);
}

.goal-section .goal-overlay {
  position: relative;
  z-index: 1;
}

.goal-section .title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  width: 65%;
  margin: 0 auto 25px;
}

.meet-team-section {
  padding: 75px 0;
}

.meet-team-section .title h2 {
  margin-bottom: 35px;
}

.meet-team-section .team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 25px;
  justify-items: center;
}

.meet-team-section .team-member {
  background: rgba(246, 246, 246, 1);
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: center;
  max-width: 100%;
}

.meet-team-section .team-member:hover {
  transform: translateY(-5px);
}

.meet-team-section .team-img img {
  border-radius: 50%;
  padding: 0px;
  width: 149px;
  height: 149px;
  object-fit: cover;
}

.meet-team-section .team-member p {
  margin: 0;
}

.meet-team-section h4 {
  font-size: 18px;
  color: #1f1f1f;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 8px;
}
.meet-team-section h4 span {
  display: block;
}

.meet-team-section .title p {
  font-size: 16px;
  color: #1f1f1f;
  margin-bottom: 5px;
}

.meet-team-section .title p a {
  color: #1f1f1f;
}

.meet-team-section .title span a {
  color: #ffffff;
}

.meet-team-section .title span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.meet-team-section .team-member span {
  color: #00b8e7;
  font-size: 16px;
}

/* body p{
    margin: 0;
} */
/*homepage*/

.banner {
  text-align: center;
  padding: 319px 0 250px 0;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}

.banner .shade {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner .main-head {
  position: relative;
  z-index: 1;
}

.banner .title p {
  margin: 27px 0;
}

.title h1 {
  font-size: 64px;
  color: #fff;
  font-weight: 400;
  width: 75%;
  margin: 0 auto;
}

.title p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

.title.grey p {
  color: #636363;
}

.banner.inner {
  padding: 265px 0 135px 0;
  background-size: cover;
}

.banner.inner .title h1 {
  font-size: 40px;
  font-weight: 700;
}

/* Parent class */

.con-btn {
  display: flex;
  gap: 15px;
  justify-content: center;
  padding-top: 50px;
}
.reasons-section {
  padding: 80px 0;
}

.reasons-section .reasons-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.reasons-section .reasons-left {
  flex: 1 1 40%;
}

.title h2 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
  color: #000;
  font-family: "Poppins", sans-serif;
}

.reasons-section .reasons-wrapper .title h2 {
  margin-bottom: 37px;
}
.reasons-section .reasons-wrapper .title p {
  color: #000;
}

.reasons-section .reasons-right {
  flex: 1 1 55%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

.reasons-section .reasons-right::before {
  position: absolute;
  content: "";
  background-image: url(./assets/img/line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 431px;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 431px;
}

.reasons-section .reason-box {
  padding: 35px;
}
.reasons-section .reason-box p span {
  display: block;
  font-size: 14px;
  margin: 5px 0 0 0;
}
.reasons-section .reason-box img {
  width: 45px;
  margin-bottom: 15px;
}

.reasons-section .reason-box p {
  color: #1f1f1f !important;
  margin: 0;
  width: 89%;
  font-size: 17px;
}

.about-section {
  padding: 80px 0;
}

.about-section .about-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.about-section .about-left {
  /*     flex: 1 1 45%; */
  height: 100%;
}
.about-section.sp .about-left {
  flex: 1 1 45%;
  height: unset;
}
.about-section .about-left img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: block;
  object-fit: cover;
  max-width: 550px;
}

.about-section .about-right {
  flex: 1 1 50%;
}

.title .sub-title {
  font-size: 20px;
  font-weight: 400;
  color: #00b8e7;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.about-section .title p {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.about-section .title h2 {
  margin: 12px 0 25px 0;
}
.about-section .title ul {
  margin: 0 0 25px 0;
}
.about-section .title p strong {
  font-weight: 600;
  color: #636363;
}

.about-section .site-btn {
  min-width: 184px;
  margin-top: 15px;
}

.choose-section {
  padding: 80px 0 55px 0;
}

.choose-section .title {
  margin-bottom: 50px;
}

.choose-section .title p {
  font-size: 16px;
  margin: 0 auto;
}

.choose-section .choose-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.choose-section .choose-box {
  background-color: #f6f6f6;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.3s ease;
}

.choose-section .choose-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

.choose-section .choose-box .icon {
  background-color: #251112;
  width: 97px;
  height: 97px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.choose-section .choose-box .icon img {
  width: 57px;
  height: 57px;
  object-fit: contain;
}

.choose-section .choose-box h4 {
  font-size: 18px;
  font-weight: 500;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.choose-section .choose-box p {
  font-size: 16px;
  color: #1f1f1f;
  line-height: 1.6;
  margin: 0 auto;
  width: 88%;
}

.choose-section .title p {
  font-size: 16px;
  color: #000;
}

.expert {
  text-align: center;
  padding: 40px 0 32px 0;
}

.expert .title p {
  color: #000;
  font-size: 16px;
  width: 70%;
  margin: 0 auto 15px;
}

.expert .title .site-btn {
  margin-top: 10px;
}

.expert .title h2 {
  margin-bottom: 50px;
}
.expert div#foogallery-gallery-1358 {
  margin-bottom: 50px;
}
.management-section {
  padding: 80px 0;
}

.management-section .title h2 {
  margin-bottom: 25px;
}

.management-section .title p {
  color: #000;
  font-size: 16px;
}

.management-section .accordion-title h5 {
  color: #f36b2b;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.management-section .accordion-title p {
  margin-bottom: 25px;
  font-size: 15px;
  color: #333;
}

.management-section .site-btn {
  min-width: 184px;
}

/* Accordion Styling */

.management-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.accordion-item:last-of-type {
  border: 0;
}

.management-accordion .accordion-button {
  background-color: #fff;
  color: #000;
  font-weight: 500;
  font-size: 22px;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
  border: none;
  padding: 18px 0;
  position: relative;
  transition: all 0.3s ease;
}

.management-accordion .accordion-button:not(.collapsed) {
  color: #00b8e7;
}

.management-accordion .accordion-button::after {
  content: "→";
  font-size: 25px;
  color: #000;
  transform: rotate(0deg);
  transition: all 0.3s ease;
  margin-left: auto;
  background: none;
}

.management-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
  color: #00b8e7;
}

.management-accordion .accordion-button:hover::after {
  color: #00b8e7;
}

.management-accordion .accordion-body {
  padding: 0 0 15px 0;
  font-size: 16px;
  color: #000;
  font-family: "Poppins", sans-serif;
}

.get-in-touch {
  background-color: #e5e2e2;
  padding: 71px 0;
  text-align: center;
}

.get-in-touch .title h2 {
  font-size: 52px;
  font-weight: 700;
}

.get-in-touch .title p {
  font-size: 16px;
  color: #000;
  margin: 13px auto 25px;
  width: 67%;
  margin: 0 auto 15px;
}

.get-in-touch .phone {
  background: #fff;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  color: #00b8e7;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50px;
  padding: 12px 37px;
  font-family: "Poppins", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.get-in-touch .phone img {
  margin: 0 11px 0 0;
}

.get-in-touch .phone:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  color: #00b8e7;
}

.get-in-touch .all-b {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.get-in-touch small {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  color: #000;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.g-reviews {
  padding: 0px 0 0px 0;
  text-align: center;
}

.g-reviews .title h2 {
  margin-bottom: 45px;
}

.about-section .title.grey p {
  color: #636363;
}

.title p a {
  color: #00b8e7;
}

.about-section.padset {
  padding-top: 0;
}

section.simplegrey {
  background: #e5e2e2;
  padding: 63px 0;
  text-align: center;
}

section.simplegrey .title h2 {
  margin-bottom: 25px;
}

section.simplegrey .title p {
  color: #636363;
  font-size: 16px;
  width: 85%;
  margin: 0 auto 15px;
}

section.simplegrey .site-btn {
  min-width: 184px;
  margin-top: 25px;
}
section.simplegrey.sp .site-btn {
  margin: 25px 5px 0px 5px;
}
.different-section {
  padding: 75px 0;
}

.different-section .site-btn {
  margin-top: 15px;
}

.different-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  align-items: flex-start;
}

.different-left {
  flex: 1 1 45%;
}

.different-right {
  flex: 1 1 50%;
}

.different-left h2 {
  margin-bottom: 15px;
}

.different-left p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin-bottom: 25px;
}

.different-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.different-right ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
}

.different-right ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url("/wp-content/uploads/2025/11/arw.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

/**/

/*inner pages*/

.about-section .about-wrapper.plane {
  align-items: flex-start;
}

.about-section .about-wrapper.plane .title p {
  color: #000;
}

.different-section.grey {
  background-color: #e5e2e2;
}

.different-section.grey .different-image img {
  width: 100%;
  border-radius: 25px;
}
.different-section.sp .different-left {
  height: 100%;
}
.different-section.sp .different-image {
  height: 100%;
}
.different-section.sp .different-image img {
  height: 100%;
  object-fit: cover;
}
.different-section.grey .title h2 {
  text-transform: capitalize;
  color: #1f1f1f;
  margin-bottom: 15px;
}

.different-section.grey .title p {
  color: #1f1f1f;
  margin: 0 0 15px 0;
  font-size: 18px;
}
section.about-section.cop {
  padding-top: 0;
}

.about-section.grey {
  background-color: #e5e2e2;
}

.about-section.grey .title h2 {
  color: #1f1f1f;
}

.about-section.grey .title p {
  color: #1f1f1f;
  font-size: 18px;
  width: 85%;
}

.tenancy-process-section {
  padding: 80px 0;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
}

.tenancy-process-section .heading {
  max-width: 700px;
  margin: 0 auto 50px;
}

.tenancy-process-section .title h2 {
  color: #1f1f1f;
}

.tenancy-process-section .title p {
  color: #636363;
  font-size: 16px;
  margin-bottom: 55px;
}

/* ========== Tenancy Process (Bootstrap layout) ========== */

.tenancy-process-section {
  padding: 80px 0;
  background: #fff;
}

/* Heading */

.tenancy-process-section .title {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

/* Card */

.tenancy-process-section .step {
  position: relative;
  background: #f7f6f6;
  border-radius: 14px;
  padding: 82px 35px 35px 35px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  min-height: 301px;
  margin-bottom: 25px;
}

.tenancy-process-section .step.marg-botom-0 {
  margin-bottom: 0;
}

.tenancy-process-section .step:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
}

/* Number badge */

.tenancy-process-section .number {
  position: absolute;
  top: -22px;
  left: 22px;
  width: 97px;
  height: 97px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #251112;
  color: #fff;
  font-weight: 700;
  font-size: 41px;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* Card text */

.tenancy-process-section .step h4 {
  margin: 18px 0 8px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #1f1f1f;
}

.tenancy-process-section .step p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Poppins", sans-serif;
  color: #1f1f1f;
}

.tenancy-process-section .step a {
  color: #e65c2b;
}

.tenancy-process-section .step a:hover {
  text-decoration: underline;
}

/* Right column card (step 4) should fill the column height */

.tenancy-process-section .step-4-big {
  height: 96.5%;
  display: flex;
  flex-direction: column;
}

.different-section.rentals .title p {
  color: #000;
  font-size: 16px;
}

.different-section.rentals .title h2 {
  margin-bottom: 15px;
}

.different-image img {
  width: 100%;
  border-radius: 20px;
}

.about-section.spcase .about-wrapper.plane {
  padding: 0 148px;
}

.contact-info-section {
  padding: 95px 0;
}

.contact-info-section .contact-card {
  background: #e9e7e7;
  border-radius: 12px;
  padding: 37px 31px;
  text-align: left;
  transition: all 0.3s ease;
  height: 100%;
}

.contact-info-section .contact-card svg {
  margin: -1px 7px 0 0;
}

.contact-info-section .contact-card:hover svg path {
  fill: #fff;
}

.contact-info-section .contact-card:hover {
  background: #00b8e7;
  color: #fff;
}

.contact-info-section .contact-card h5 {
  font-size: 23px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  color: #000;
}

.contact-info-section .contact-card p,
.contact-info-section .contact-card a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  margin-bottom: 5px;
}

.contact-info-section .contact-card i {
  margin-right: 8px;
  color: #000;
}

.contact-info-section .contact-card:hover p,
.contact-info-section .contact-card:hover h5,
.contact-info-section .contact-card:hover a {
  color: #fff;
}

/* ========== Get in Touch Section ========== */

.get-in-touch-section {
  background-color: #e5e2e2;
  padding: 73px 0;
}

.get-in-touch-section .title h2 {
}

.get-in-touch-section .title p {
  font-size: 18px;
  color: #000;
}

.get-in-touch-section .form-wrapper {
  background: transparent;
}

/* ========== Contact Form 7 Styles ========== */

.get-in-touch-section .custom-contact-form {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.get-in-touch-section .custom-contact-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.get-in-touch-section .custom-contact-form .form-group {
  flex: 1;
}

.get-in-touch-section input[type="text"],
.get-in-touch-section input[type="email"],
.get-in-touch-section input[type="tel"],
.get-in-touch-section input[type="file"],
.get-in-touch-section select,
.get-in-touch-section textarea {
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 25px;
  background: #fff;
  font-size: 14px;
  color: #000;
  font-family: "Poppins", sans-serif;
  outline: none;
  resize: none;
  box-shadow: 0 0 0 1px #ddd;
  transition: box-shadow 0.2s ease;
}

.get-in-touch-section input::placeholder,
.get-in-touch-section textarea::placeholder,
.get-in-touch-section select::placeholder {
  font-size: 14px;
  color: #000;
  font-family: "Poppins", sans-serif;
  opacity: 1;
  /* ensures full visibility */
}

.get-in-touch-section input:focus,
.get-in-touch-section select:focus,
.get-in-touch-section textarea:focus {
  box-shadow: 0 0 0 2px #c46b36;
}

.get-in-touch-section select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}

.get-in-touch-section textarea {
  border-radius: 15px;
  font-family: "Poppins", sans-serif;
  min-height: 120px;
}

.get-in-touch-section input[type="submit"] {
  background: #00b8e7;
  color: #fff;
  border: none;
  font-family: "Poppins", sans-serif;
  border-radius: 50px;
  padding: 17px 45px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  min-width: 185px;
  min-height: 55px;
  cursor: pointer;
  transition:
    background 0.3s ease,
    transform 0.1s ease;
}

.get-in-touch-section input[type="submit"]:hover {
  background: #000;
  transform: translateY(-2px);
}

.about-section.grey.man .title p {
  width: 100%;
}

.simplegrey.white {
  background-color: #fff;
}

section.about-section.spc.cop .title p strong {
  font-size: 22px;
  font-weight: 500;
  color: #1f1f1f;
}

section.about-section.spc.cop.pr {
  padding: 103px 0;
}

section.about-section.spc.cop.pr ul {
  padding: 0;
  margin: 0 0 25px 10px;
}

section.about-section.spc.cop.pr ul li {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #000;
}

section.about-section.spc.cop.pr h6 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 600;
}
figcaption.fg-caption {
  display: none !important;
}
.goal-section p {
  font-size: 16px;
}
.page-template-template_about-php .about-section {
  padding: 80px 0 0;
}
.page-template-template_about-php .choose-section .choose-wrapper {
  grid-template-columns: repeat(3, 1fr);
}
.gallery_main .accordion_con .nav-tabs {
  margin: 0px;
  gap: 10px;
  flex-wrap: wrap;
  border-bottom: 0px;
  margin-bottom: 60px;
}
.gallery_main .accordion_con .nav-tabs .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  border-radius: 40px;
  transition: 0.5s;
  border: 1px solid #000;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: normal;
}
.gallery_main .accordion_con .nav-tabs .nav-link.active {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.gallery_main .accordion_con p {
  color: #000;
  margin-bottom: 40px;
}
section.gallery_main {
  padding: 100px 0;
}
.simplegrey.get-in-touch-section .form-wrapper {
  max-width: 650px;
  margin: auto;
  margin-top: 45px;
}
.page-template-template_project-php section.simplegrey {
  background: #e5e2e2;
  padding: 15px 0 65px;
  text-align: center;
}
.page-template-template_project-php .management-section {
  padding: 25px 0 15px;
}
section.certificates {
  padding: 50px 0 25px;
}
section.certificates h2 {
  margin-bottom: 50px;
}
.price_table h2 {
  padding-bottom: 20px;
}
.price_table p {
  font-size: 16px;
  color: #000;
  padding-top: 12px;
}
section.price_table {
  padding: 45px 0 0;
}
section.choose-section.testimonials {
  padding: 25px 0 100px;
}
section.choose-section.testimonials .choose-wrapper {
  grid-template-columns: repeat(3, 1fr);
}
section.about-section.cop.last_project_sec .title br {
  display: none;
}
section.custom-faqs.tower_faqs {
  padding: 0 0 100px;
}
section.custom-faqs.tower_faqs h2 {
  margin-bottom: 35px;
}
.job_inner p {
  color: #000;
}
.job_inner ul li {
  color: #000;
}
section.job_desc {
  padding: 80px 0 60px 0;
}
.apex_careers_sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.apex_careers_sec li h4 {
  font-size: 22px;
  color: #000;
}
.apex_careers_sec li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #000;
  padding: 40px 15px 15px 15px;
  margin: 0;
}
.apex_careers_sec li .site-btn {
  padding: 10px 30px;
}
section.apex_careers_sec {
  padding: 50px 0 50px 0;
}
.blog_content h2,
.blog_content h3,
.blog_content h4,
.blog_content h5,
.blog_content h6 {
  color: #000;
}
.blog_content p {
  color: #000;
}
.blog_content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog_date span {
  color: #000;
}
.blog_date {
  padding: 25px 0 40px 0;
}
section.main_blog_sec {
  padding: 90px 0 60px 0;
}
.blog_content {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 1050px) {
  .choose-section .choose-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  section.choose-section.testimonials .choose-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-section .about-left img {
    width: auto;
  }
  .about-section .about-wrapper.plane {
    gap: 0;
  }
}

@media screen and (max-width: 991px) {
  .title h1 {
    width: 100%;
  }
  section.job_desc {
    padding: 50px 0 25px 0;
  }
  section.main_blog_sec {
    padding: 50px 0 25px 0;
  }
  section.apex_careers_sec {
    padding: 15px 0 50px 0;
  }
  .contact-info-section .contact-card p,
  .contact-info-section .contact-card a {
    font-size: 16px;
  }
  .banner {
    padding: 150px 0;
    z-index: 0;
    background-attachment: scroll;
  }
  .banner.inner {
    padding: 150px 0 80px 0;
  }
  .reasons-section {
    padding: 35px 0;
  }
  .reasons-section .reasons-wrapper {
    flex-direction: column;
  }
  .about-section {
    padding: 45px 0;
  }
  .about-section .about-wrapper.plane {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  .about-section .ochange {
    order: 2;
  }
  .about-section .about-wrapper {
    gap: 25px;
    flex-direction: column;
  }
  .different-wrapper {
    flex-direction: column;
  }
  .different-wrapper .ochange {
    order: 2;
  }
  .about-section.spcase .about-wrapper.plane {
    padding: 0 15px;
  }
  .goal-section .title h2 {
    width: 100%;
  }
  .get-in-touch .title p {
    width: 100%;
  }
  section.about-section.spc.cop.pr {
    padding: 40px 0;
  }
}

/* ===================================
   Mobile spacing - reduce all section paddings
   =================================== */
@media screen and (max-width: 767px) {
  .banner {
    padding: 100px 0 60px 0;
  }
  .banner.inner {
    padding: 100px 0 50px 0;
  }
  .about-section {
    padding: 35px 0;
  }
  .about-section.cop {
    padding-top: 0;
  }
  .about-section.grey {
    padding: 35px 0;
  }
  .different-section {
    padding: 35px 0;
  }
  .different-section.grey {
    padding: 35px 0;
  }
  .management-section {
    padding: 35px 0;
  }
  .choose-section {
    padding: 35px 0;
  }
  .goal-section {
    padding: 35px 0;
  }
  .meet-team-section {
    padding: 35px 0;
  }
  .get-in-touch {
    padding: 35px 0;
  }
  .get-in-touch-section {
    padding: 35px 0;
  }
  .tenancy-process-section {
    padding: 35px 0;
  }
  .contact-info-section {
    padding: 35px 0;
  }
  .reasons-section {
    padding: 25px 0;
  }
  section.simplegrey {
    padding: 35px 0;
  }
  .expert {
    padding: 0 0 20px 0;
  }
  .g-reviews {
    padding: 0;
  }
  section.about-section.spc.cop.pr {
    padding: 35px 0;
  }
  /* Stack columns properly on mobile */
  .different-section .row,
  .about-section .row {
    margin-left: 0;
    margin-right: 0;
  }
  .different-section [class*="col-"],
  .about-section [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .different-section.sp .different-image img {
    height: auto;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .different-section.sp .different-left {
    height: auto;
  }
  .different-section.sp .different-image {
    height: auto;
  }
  /* Ensure about-section images fit on mobile */
  .about-section .about-left {
    width: 100%;
  }
  .about-section .about-left img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 15px;
  }
  .about-section .about-right {
    width: 100%;
  }
  /* Container padding on mobile */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.custom-faqs.tower_faqs {
    padding: 0 0 50px;
  }
  section.choose-section.testimonials {
    padding: 25px 0 50px;
  }
  section.price_table {
    padding: 15px 0 0;
  }
  section.certificates {
    padding: 15px 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .title h1 {
    font-size: 28px;
    line-height: 1.3;
  }
  section.choose-section.testimonials .choose-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .banner {
    padding: 120px 0 80px 0;
  }
  .banner.inner {
    padding: 120px 0 60px 0;
  }
  .banner.inner .title h1 {
    font-size: 28px;
  }
  .meet-team-section {
    padding: 45px 0;
  }
  .meet-team-section .team-member {
    max-width: 100%;
  }
  .get-in-touch .title p {
    width: 100%;
  }
  .goal-section {
    padding: 45px 0;
  }
  .goal-section .title h2 {
    font-size: 22px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .reasons-section .reasons-right {
    grid-template-columns: repeat(1, 1fr);
    position: relative;
  }
  .reasons-section .reasons-right::before {
    display: none;
  }
  .reasons-section .reason-box {
    padding: 17px 15px;
  }
  .choose-section {
    padding: 45px 0;
  }
  .choose-section .choose-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .choose-section .title {
    margin-bottom: 30px;
  }
  .expert .title p {
    width: 100%;
  }
  .management-section {
    padding: 45px 0;
  }
  .management-section .site-btn {
    min-width: 184px;
    margin: 0 0 40px 0;
  }
  .management-accordion .accordion-button {
    font-size: 17px;
  }
  .get-in-touch {
    padding: 45px 0;
  }
  .get-in-touch .title h2 {
    font-size: 24px;
    font-weight: 700;
  }
  .get-in-touch .phone {
    font-size: 17px;
    padding: 10px 25px;
  }
  .get-in-touch .all-b {
    gap: 15px;
  }
  .different-section {
    padding: 45px 0;
  }
  .contact-info-section {
    padding: 50px 0;
  }
  .tenancy-process-section {
    padding: 45px 0;
  }
  .about-section.grey .title p {
    width: 100%;
  }
  .con-btn {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-top: 25px;
  }
  section.simplegrey {
    padding: 40px 0;
  }
  .get-in-touch-section {
    padding: 45px 0;
  }
  .about-section .about-left img {
    width: 100%;
  }
  /* Property single page mobile fixes */
  .property-single-page {
    overflow-x: hidden;
  }
  .property-title {
    font-size: 24px !important;
  }
  .property-summary-price {
    font-size: 28px !important;
  }
  .property-location-box__content h2 {
    font-size: 18px !important;
  }
  .agent-card__name {
    font-size: 22px !important;
  }
}
