/*
Theme Name: Custom Broker Website
Theme URI: https://www.mintwebtuts.ro
Description: A business broker theme.
Version: 1.2
Author: Alex Pop
Author URI: https://www.mintwebtuts.ro
*/

.im-fell-english-regular {
  font-family: "IM Fell English", serif;
  font-weight: 400;
  font-style: normal;
}

.im-fell-english-regular-italic {
  font-family: "IM Fell English", serif;
  font-weight: 400;
  font-style: italic;
}

.inter-100 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.inter-200 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.inter-300 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.inter-400 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.inter-500 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.inter-600 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.inter-700 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.inter-800 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.inter-800 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.inter-900 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.uppercase {
  text-transform: uppercase;
}

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

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-38 {
  font-size: 38px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-42 {
  font-size: 42px;
}

.font-size-44 {
  font-size: 44px;
}

.font-size-46 {
  font-size: 46px;
}

.font-size-48 {
  font-size: 48px;
}

.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-20 {
  padding-left: 20px;
}

.m-10 {
  margin: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.m-20 {
  margin: 20px;
}

.m-40 {
  margin: 40px;
}

.m-60 {
  margin: 60px;
}

.m-80 {
  margin: 80px;
}

.ml-20 {
  margin-left: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-20 {
  margin-right: 20px;
}

.text-color {
  color: #1A2C32;
}

.text-color-contrast {
  color: #C87317;
}

.bold {
  font-weight: bold;
}

.btn-confirm {
  border: 1px solid #438E96;
  color: #438E96;
}
.btn-confirm:hover, .btn-confirm:focus {
  border: 1px solid #438E96;
  color: #438E96;
}

.btn-cancel {
  border: 1px solid #438E96;
  color: white;
  background: #438E96;
}
.btn-cancel:hover, .btn-cancel:focus {
  border: 1px solid #438E96;
  color: white;
  background: #438E96;
}

.side-menu-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 300px;
  right: -100%;
  background: white;
  transition: right ease-in 0.2s;
}
.side-menu-wrapper.open-menu {
  right: 0px;
}
.side-menu-wrapper .side-menu-header {
  text-align: right;
  padding: 10px;
}
.side-menu-wrapper ul {
  list-style-type: none;
  margin-top: 20px;
  padding: 0;
}
.side-menu-wrapper ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 20px;
  margin-top: 10px;
  margin-left: 20px;
  background: #438E96;
  color: white;
}

.main-wrapper {
  transform: translateX(0);
  transition: transform 0.2s ease-in;
}
.main-wrapper.open {
  transform: translateX(-300px);
}

.container {
  max-width: 1040px;
  overflow: hidden;
}

.top-bar {
  height: 42px;
  line-height: 42px;
  background: #438E96;
  color: white;
  font-size: 12px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1040px) {
  .top-bar {
    display: none;
  }
}
.top-bar .top-bar-wrapper {
  display: flex;
  justify-content: space-between;
}
.top-bar .email-icon {
  margin-left: 20px;
}
.top-bar .phone,
.top-bar .email {
  display: inline-block;
  margin-left: 5px;
}
.top-bar .cta-button-header {
  display: block;
  width: 200px;
  height: 42px;
  text-align: center;
  background-color: orange;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(0deg, rgb(200, 115, 23) 0%, rgb(226, 149, 30) 100%);
}

.header {
  background: #BFE0E2;
}
.header a {
  text-decoration: none;
}
.header .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}
.header .menu ul {
  margin: 0;
  padding: 0;
  height: 45px;
  line-height: 45px;
}
@media screen and (max-width: 1040px) {
  .header .menu ul {
    display: none;
  }
}
.header .menu ul li {
  display: inline-block;
  margin-right: 10px;
}
.header .menu ul li a {
  color: #1A2C32;
  text-decoration: underline;
  font-size: 16px;
}
.header .menu ul li a:hover {
  color: #C87317;
  transition: color ease-in 0.2s;
}
.header .menu .burger-button {
  display: none;
}
@media screen and (max-width: 1040px) {
  .header .menu .burger-button {
    display: block;
  }
}

.hero {
  background: #BFE0E2;
  min-height: 600px;
}
.hero .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  .hero .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.hero .info-area {
  max-width: 50%;
}
@media screen and (max-width: 1040px) {
  .hero .info-area {
    max-width: 100%;
    margin-top: 100px;
  }
}
.hero .info-area h1 {
  color: #1A2C32;
}
.hero .info-area h2 {
  color: #C87317;
  margin-bottom: 60px;
}
.hero .info-area .official-parteners-hero {
  display: inline-block;
}
.hero .info-area .official-parteners-hero .official-parteners-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.hero .info-area .official-parteners-hero .property-cloud-container {
  position: relative;
}
.hero .info-area .official-parteners-hero .property-cloud-container .property-cloud-label {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
}
.hero .info-area .official-parteners-hero img {
  width: auto;
  height: 100px;
}
.hero .broker-image-area {
  position: relative;
}
@media screen and (max-width: 1040px) {
  .hero .broker-image-area {
    display: none;
  }
}
.hero .broker-image-area .author-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: white;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #EAB335;
  background: rgba(200, 115, 23, 0.8);
}

.services {
  margin-bottom: 40px;
}
.services .services-list-container {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .services .services-list-container {
    grid-template-columns: 1fr 1fr;
  }
}
.services .service-card {
  display: inline-block;
  position: relative;
}
.services .service-card img {
  width: 100%;
  height: auto;
}
.services .service-card .service-card-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: white;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #EAB335;
  text-transform: uppercase;
  font-size: 20px;
  background: rgba(200, 115, 23, 0.8);
}
@media screen and (max-width: 1040px) {
  .services .service-card .service-card-label {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .services .service-card .service-card-label {
    font-size: 12px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
  }
}
@media screen and (max-width: 400px) {
  .services .service-card .service-card-label {
    padding: 5px;
  }
}

.collaboration {
  background: #BFE0E2;
  padding-top: 20px;
  padding-bottom: 40px;
}
.collaboration .collaboration-container {
  display: grid;
  grid-template-columns: 4fr 1fr 7fr;
}
@media screen and (max-width: 768px) {
  .collaboration .collaboration-container {
    display: block;
  }
  .collaboration .collaboration-container .collaboration-text {
    margin-bottom: 20px;
  }
  .collaboration .collaboration-container .button-container {
    text-align: center;
    margin-top: 0;
  }
}
.collaboration .collaboration-author img {
  width: 100%;
  height: auto;
}
.collaboration .collaboration-author.web {
  display: block;
}
@media screen and (max-width: 768px) {
  .collaboration .collaboration-author.web {
    display: none;
  }
}
.collaboration .collaboration-author.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .collaboration .collaboration-author.mobile {
    display: block;
    max-width: 250px;
    margin: 0 auto;
  }
}
.collaboration .accordion-item {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  border-right: 11px solid #C87317;
  box-shadow: 0px 2px 1px rgba(166, 82, 23, 0.6);
}
.collaboration .accordion-item .accordion-header {
  background: #F4DE93;
  color: #401B08;
}
.collaboration .accordion-item .accordion-button::after {
  display: none;
}
.collaboration .accordion-item .accordion-body {
  background: #FAEFCB;
  color: #1A2C32;
}
.collaboration .accordion-item .accordion-header button {
  background: #F4DE93;
  color: #401B08;
}
.collaboration .accordion-item .accordion-header button:focus {
  box-shadow: none;
}

.blog {
  margin-bottom: 50px;
}
.blog .blog-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1040px) {
  .blog .blog-wrapper {
    display: none;
  }
}
.blog .blog-wrapper .article {
  border: 2px solid #438E96;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.blog .blog-wrapper .article .image-container {
  position: relative;
  width: 322px;
  height: 193px;
  overflow: hidden;
}
.blog .blog-wrapper .article .image-container img {
  width: 322px;
  height: auto;
}
.blog .blog-wrapper .article .article-title a {
  text-decoration: none;
  color: #1A2C32;
}
.blog .blog-wrapper .article .link-container {
  padding: 10px;
}
.blog .blog-wrapper .article .link-container .read-article {
  background: #C87317;
  border: none;
}
.blog .blog-wrapper-mobile {
  display: none;
}
@media screen and (max-width: 1040px) {
  .blog .blog-wrapper-mobile {
    display: block;
  }
}
.blog .blog-wrapper-mobile .article-mobile {
  margin: 20px 0px;
  height: 100px;
  display: flex;
  border: 2px solid #438E96;
  border-radius: 4px;
}
.blog .blog-wrapper-mobile .article-mobile .image-container {
  position: relative;
  width: 160px;
  overflow: hidden;
}
.blog .blog-wrapper-mobile .article-mobile .image-container img {
  width: 100%;
  height: auto;
}
.blog .blog-wrapper-mobile .article-mobile .article-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: calc(100% - 160px);
}
.blog .blog-wrapper-mobile .article-mobile .article-title a {
  text-decoration: none;
  color: #1A2C32;
  padding: 5px;
}

.blog-article {
  border-bottom: 2px solid rgba(53, 97, 105, 0.6);
  padding-bottom: 20px;
  padding-top: 20px;
}
.blog-article:last-of-type {
  border-bottom: none;
}

.testimonials {
  background: #BFE0E2;
  min-height: 500px;
}
.testimonials .comment {
  min-height: 350px;
  padding: 20px;
  background: rgba(53, 97, 105, 0.1);
  color: #1A2C32;
  text-align: center;
  font-size: 16 px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
@media screen and (max-width: 400px) {
  .testimonials .comment {
    min-height: 450px;
  }
}
.testimonials .comment .text-wrapper {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}
.testimonials .comment .text-wrapper .testiomonial-name {
  font-weight: bold;
}

.about .about-image-mobile {
  margin: 20px 0px;
  text-align: center;
  display: none;
}
@media screen and (max-width: 1040px) {
  .about .about-image-mobile {
    display: block;
  }
}
.about .about-wrapper {
  display: grid;
  grid-template-columns: 6fr 1fr 5fr;
}
@media screen and (max-width: 1040px) {
  .about .about-wrapper {
    grid-template-columns: 1fr;
  }
  .about .about-wrapper .about-image,
  .about .about-wrapper .about-space {
    display: none;
  }
  .about .about-wrapper .about-cta-wrapper {
    text-align: center;
  }
}

.footer {
  background: #1A2C32;
  color: white;
  padding-top: 20px;
  padding-bottom: 40px;
}
.footer .footer-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1040px) {
  .footer .footer-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer .logo-container a {
  text-decoration: none;
}
.footer .usefull-links ul {
  margin-top: 20px;
  list-style-type: none;
  padding: 0;
}
.footer .usefull-links ul li a {
  color: white;
  font-size: 16px;
}
.footer .official-parteners {
  display: grid;
  grid-template-columns: 100px 100px;
  gap: 20px;
}
.footer .official-parteners > div {
  position: relative;
}
.footer .official-parteners > div .partener-label {
  position: absolute;
  bottom: 3px;
  right: 0;
  left: 0;
  color: black;
}
.footer .official-parteners img {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  height: auto;
}

.page-content {
  min-height: 100vh;
}
.page-content .page-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1040px) {
  .page-content .page-container {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1040px) {
  .page-content .sidebar {
    display: none;
  }
}
.page-content .sidebar .sidebar-box {
  background: #BFE0E2;
  border-radius: 20px;
}
.page-content .page-wrapper {
  position: relative;
}
.page-content .page-wrapper img {
  width: 100%;
  height: auto;
}
.page-content .page-wrapper .article-content {
  min-height: 50vh;
}
.page-content .bottom-box {
  background: #BFE0E2;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .page-content .bottom-box {
    display: block;
  }
  .page-content .bottom-box .cta-button-wrapper {
    text-align: center;
  }
  .page-content .bottom-box .image-container {
    text-align: center;
  }
  .page-content .bottom-box .image-container img {
    max-width: 150px;
    height: auto;
  }
}

.logo {
  display: flex;
  height: 45px;
}
.logo .logo-letters {
  font-size: 48px;
  color: #356169;
  line-height: 1;
}
.logo .logo-explain {
  position: relative;
  top: 3px;
}
.logo .logo-explain .name {
  font-size: 16px;
  color: #1A2C32;
  line-height: 1;
}
.logo .logo-explain .job-description {
  font-size: 21px;
  color: #C87317;
  line-height: 1;
}
.logo.footer .logo-letters {
  color: #EAB335;
}
.logo.footer .logo-explain {
  color: white;
}
.logo.footer .logo-explain .name {
  color: #EAB335;
}
.logo.footer .logo-explain .job-description {
  color: #C87317;
}

.cta-button {
  width: 250px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: white;
  border-radius: 4px;
  background: linear-gradient(0deg, rgb(200, 115, 23) 0%, rgb(226, 149, 30) 100%);
  box-shadow: 0px 2px 0px rgba(166, 82, 23, 0.8), 0px -2px 0px rgba(226, 149, 30, 0.8);
}

.read-article {
  background: #C87317;
  border: none;
}
.read-article:hover {
  background: #C87317;
  border: none;
}