/* ===================================================================================

* Theme Name: Reland Child
* Theme URI: https://www.themegenix.net/reland/
* Author: ThemeGenix
* Author URI: https://themeforest.net/user/themegenix/
* Description: Reland - Real Estate Group WordPress Theme
* Version: 1.5
* Template: reland
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

@font-face {
  font-family: "Athena";
  src: url("https://dubaiestate.am/wp-content/themes/reland-child/fonts/Athena.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --tg-body-font-family: "Athena", sans-serif;
  --tg-heading-font-family: "Athena", sans-serif;
  --tg-gradient-color: linear-gradient(180deg, #a3ad93 0%, #ffffff 100%);
}

/* Contact Form Styling */
.contact-form-wrap .form-grp select {
  width: 100%;
  background: transparent;
  border: 1.5px solid var(--tg-secondary-color);
  border-radius: 8px;
  padding: 13px 24px;
  font-weight: 400;
  font-size: 15px;
  color: var(--tg-secondary-color);
  height: 56px;
  display: block;
}

.contact-form-wrap .form-grp select:focus {
  border: none;
}

.error-field {
  border-color: red;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output {
  padding: 10px;
  margin-top: 15px;
  border-radius: 5px;
  font-size: 14px;
}

.wpcf7-form.invalid .wpcf7-response-output {
  background: #ffe6e6;
  border: 1px solid #ffcccc;
  color: red;
}

.iti__selected-dial-code {
  margin-left: 6px;
}

.form-grp {
  margin-bottom: 15px;
}

.wpcf7-form-control {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.iti {
  width: 100%;
}

/* Off-Canvas Styling */
.e-off-canvas__content .newsletter-inner {
  padding: 50px 20px;
}

.elementor-widget-off-canvas .e-off-canvas__content {
  background-color: transparent;
  box-shadow: none;
}

/* Mobile Navigation Toggler */
.mobile-nav-toggler {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.mobile-nav-toggler span {
  display: block;
  height: 2px;
  background: var(--tg-primary-color);
  margin: 6px 0;
  transition: all 0.3s ease;
  width: 30px;
}

/* Menu Right Part */
.menu-wrap .right-part {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding-left: 2rem;
}

/* Language Switcher */
.language-switcher {
  position: relative;
  display: flex;
  margin: 0;
  padding-left: 0.5rem;
}

.language-switcher > a.language-toggle {
  display: block;
  padding: 6px 10px;
  border: 1px solid var(--tg-primary-color);
  border-radius: 4px;
  color: var(--tg-primary-color);
  text-decoration: none;
  min-width: 70px;
}

.language-toggle {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  line-height: 1.5;
  vertical-align: middle;
}

.language-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--tg-primary-color);
}

.language-switcher ul.sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  background: #fff;
  border: 1px solid var(--tg-primary-color);
  border-radius: 4px;
  z-index: 999;
  min-width: 90%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
}

.language-switcher ul.sub-menu li {
  list-style: none;
}

.language-switcher ul.sub-menu li a.dropdown-items {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  color: var(--tg-primary-color);
  white-space: nowrap;
}

.language-switcher ul.sub-menu li a.dropdown-items:hover,
.language-switcher ul.sub-menu li.active a.dropdown-items {
  background: var(--tg-primary-color);
  color: #fff;
}

.right-part .dropdown-btn {
  display: none;
}

/* RTL Support */
html[dir="rtl"] .language-switcher {
  padding-left: 0;
  padding-right: 0.5rem;
}

html[dir="rtl"] .language-switcher ul.sub-menu {
  left: 0;
  right: initial;
}

html[dir="rtl"] .menu-wrap .right-part {
  padding-left: 0;
}

[dir="rtl"] .language-toggle::after {
  left: 10px;
  right: auto;
}

/* Mobile Carousel */
@media (max-width: 768px) {
  .project-info-wrap .list-wrap {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 10px;
  }

  .project-info-wrap .list-wrap::-webkit-scrollbar {
    display: none;
  }

  .project-info-wrap .info-item {
    flex: 0 0 80%;
    scroll-snap-align: start;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }

  .project-info-wrap .list-wrap .info-item {
    max-width: fit-content;
  }
}

/* Project and Unit Styling */
.project-item .project-thumb img {
  aspect-ratio: 2 / 1.5;
}

.unit-content .list-wrap li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #33333330;
  padding-right: 0;
}

.unit-content .list-wrap li:last-child {
  border-bottom: none;
}

.unit.vertical .unit-img img {
  aspect-ratio: 2 / 1.5;
  padding: 10px;
  object-fit: contain;
}

.unit-content a.btn {
  margin-top: 40px;
  width: 100%;
  justify-content: center;
}

.units-area .unit {
  border: 1px solid rgb(163 173 147 / 30%);
  border-radius: 15px;
  padding: 0 15px 15px;
}

.units-area .plan-wrap .nav-tabs {
  gap: 0;
}

.units-area .project-nav-wrap .nav-tabs .nav-item .nav-link {
  padding: 8px 16px;
}

/* Transparent Header */
.transparent-header {
  background: #fff;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

/* Mobile Navigation Adjustments */
@media (max-width: 767px) {
  .units-area .project-nav-wrap .nav-tabs .nav-item .nav-link {
    padding: 8px 10px;
  }
}

#about-us-awards-block .roadmap-area .container {
    margin-bottom: 60px;
}
@media (min-width: 992px) {
    .roadmap-area .col-lg-12 {
		min-height: 612px !important;
	}
}
