.md-custom-code {
  margin-bottom: 0px !important;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    position: relative;
    margin: 0 auto;
  }
}

.mg-container {
  width: auto !important;
}
* {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
.md-custom-code {
  margin-bottom: 0px !important;
}
.spacediv {
  min-height: 130px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: BebasNeue-Regular;
}

@font-face {
  font-family: BebasNeue-Regular;
  src: url(assets/bebas_neue/BebasNeue-Regular.ttf);
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(assets/montserrat/static/Montserrat-Regular.ttf);
}
@font-face {
  font-family: Montserrat-Light;
  src: url(assets/montserrat/static/Montserrat-Light.ttf);
}
@font-face {
  font-family: Montserrat-Bold;
  src: url(assets/montserrat/static/Montserrat-Bold.ttf);
}


/*section 1*/


.header_inner {
  background: url('relocation/Rectangle23.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90vh;
  display: flex;
  align-items: center;
}
.headingdiv {
  text-align: center;
  width: 60%;
  margin: auto;
}

.headingdiv h1{
  color: #FFF;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

/*section 2*/
.buyers-guide-section {
  background: url('relocation/Rectangle233-min.png');
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 80px 0;
  display: flex;
  justify-content: center;
}

.buyers-container {
  width: 80%;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT SIDE */
.buyers-left h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

.buyers-left p {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #333;
  margin-bottom: 25px;
  margin-top: 15px;
  line-height: 24px;
}
  .buyers-form {
      width: 100%;
      margin: 0 auto;
  }

  .form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
  }

  .input-container {
      position: relative;
      width: 100%;
  }

  .input-container svg {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
  }
  .form-row input::placeholder{color: #333;}
  .form-row input {
      width: 100%;
      padding: 14px 16px 14px 16px;
      border: 1px solid #e3e3e3;
      border-radius: 0px;
      outline: none;
      box-shadow: none;
      color: #000;
      font-family: Montserrat-light;
      font-size: 16px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      font-size: 15px;
      box-sizing: border-box;
  }

  .form-row input:focus {
      border-color: #02b8bc;
  }

  .form-row input:focus + svg{
      color: #02b8bc;
  }

  .download-btn {
    padding: 14px 35px;
    background: #000;
    color: #fff;
    margin-top: 10px;
    border: none;
    border-radius: 6px;
    font-family: 'BebasNeue-Regular';  
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .download-btn:hover {
      background: #02b8bc;
  }


/* RIGHT SIDE CARD */
.guide-card h3 {
  font-family: Montserrat-Regular;
  font-size: 18px;
  margin-bottom: 20px;
}

.guide-card h3 span {
  color: #02b8bc;
  font-weight: 600;
}

.guide-card img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 20px;
}

.guide-logo {
  width: 130px !important;
  margin: 0 auto;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .buyers-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .buyers-left h2 {
    font-size: 42px;
    line-height: normal;
  }

  .form-row {
    flex-direction: column;
  }

  .guide-card {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .buyers-left h2 {
    font-size: 34px;
  }

  .guide-card {
    padding: 25px 15px;
  }
}


/*section 3*/
.explore-map-section {
    width: 100%;
    background: #fff;
    padding: 80px 0;
    display: flex;
    justify-content: flex-end;
}

.explore-map-container {
  width: 90%;
  display: grid;
  grid-template-columns: 1fr 2.4fr;
  gap: 60px;
  justify-content: end;
  align-items: center;
}

/* Left Content */
.explore-map-content h2 {
  color: #1e1e1e;
  font-size: 45px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

#Locations .city {
  opacity: 1;
  transition: opacity 0.4s ease, fill 0.4s ease;
  cursor: pointer;
}

#Locations:hover .city {
  opacity: 0.3;
}

#Locations .city:hover {
  opacity: 1;
  fill: #02B8BC; 
  z-index: 10;
}

#Locations .city:hover .stroke_w,#Locations .highlight .stroke_w{
  stroke: #fff;stroke-width: 2px;
  fill: #02B8BC;
}

#Locations .city:hover .labs path,#Locations .highlight .labs path{
  fill: #fff;
}



#Lake_Lowell .st18,#Marketplace .st18,#Historic_x5F_Downtown_x5F_Nampa .st18,#Indian_x5F_Creek_x5F_Plaza .st18,
#Downtown_x5F_Middleton .st18, #Star_x5F_River_x5F_Walk .st18,#Downtown_Kuna .st18, #The_x5F_Village_x5F_At_x5F_Meridian .st18, #Historic_x5F_Downtown_x5F_Eagle .st18
,#Boise_x5F_River_x5F_Green_x5F_Belt .st18, #Boise_x5F_State_x5F_University .st18, #Boise_x5F_Airport .st18,#Micron_x5F_Technology .st18
{
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#Lake_Lowell:hover .st18,#Marketplace:hover .st18,#Historic_x5F_Downtown_x5F_Nampa:hover .st18,#Indian_x5F_Creek_x5F_Plaza:hover .st18,#Downtown_x5F_Middleton:hover .st18
, #Star_x5F_River_x5F_Walk:hover .st18, #Downtown_Kuna:hover .st18, #The_x5F_Village_x5F_At_x5F_Meridian:hover .st18, #Historic_x5F_Downtown_x5F_Eagle:hover .st18,
#Boise_x5F_River_x5F_Green_x5F_Belt:hover .st18, #Boise_x5F_State_x5F_University:hover .st18, #Boise_x5F_Airport:hover .st18,#Micron_x5F_Technology:hover .st18
{
  opacity: 1;
  visibility: visible;
}


.explore-map-content p {
  color: #1e1e1e;
  font-family: Montserrat-regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 30px;
}

.city-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.hovered .st42 {
  fill: #02B8BC;
  opacity: 1;
  stroke-width: 1px;
  stroke: #fff;
  transition: fill 0.7s ease;
}

svg .st42 {
  transition: fill 0.4s ease, opacity 0.4s ease;
  opacity: 1;
}

svg .faded {
opacity: 0.3;
transition: opacity 0.5s ease;
}

svg .highlight {
  fill: #02b8bc; 
  opacity: 1  !important;
  stroke-width: 2px;
  stroke: #fff;
  transition: opacity 0.5s ease;
}

svg .Meridian_label.highlight path,svg .boise_landmark.highlight path{
  fill: #093B3B; 
}
svg .Meridian_landmark.highlight path,.boise_landmark{
  fill: #093B3B; 
}

.city-buttons a {
  padding: 9px 15px 6px 15px;
  border-radius: 10px;
  border: 1px solid #1E1E1E;
  color: #1e1e1e;
  text-align: center;
  font-size: 20px;
  font-family: BebasNeue-Regular;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.city-buttons a:hover {
  background: #02b8bc;
  border: 1px solid #02b8bc;
  color: #fff;
}

/*section 4*/

.bg_blck {
  background: #ECFEFF;
  padding: 130px 0px;
  background-repeat: no-repeat;
}
.save_srch {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.crown_about {
  width: 40%;
  color: #000;
}
.spctop{margin-top: 25px;}

.crown_about h3{
  font-family: Montserrat-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.crown_about h1 {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.42px;
}

.crown_about p {
  color: #000;
  font-family: Montserrat-Light;
  font-size: 18px;
  margin: 20px 0px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.crown_about a:hover{
  border: 1px solid #02b8bc;
  background: #02b8bc;
  transition: 0.5s ease;
  color: #fff;
}
.crown_about a {
  color: #fff;
  background: #000;
  border-radius: 10px;
  padding: 10px 25px;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-family: BebasNeue-Regular;
  margin-top: 40px !important;
  transition: 0.3s;
}
.crown_img {
  width:52%;
  position: relative;
  text-align: right;
}
.crown_img img {
  width: 85%;
}


/*section 5*/.about-dual {
  padding: 100px 0;
  background: #fff;
}

.about-container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  width: 90%;
  margin: auto;
}
.about-content{width: 80%;}

/* LEFT SIDE: two images with uneven widths */
.insideimg {
  text-align: center;
}

/* RIGHT SIDE CONTENT */
.about-content h2 {
  font-family: "BebasNeue-Regular", sans-serif;
  font-size: 42px;
  font-weight: normal;
  color: #000;
}

.about-content h4 {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}

.about-content p {
  font-family: "Montserrat-Light", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-bottom: 25px;
}

.about-content a {
  color: #fff;
  background: #000;
  border-radius: 8px;
  padding: 12px 36px 10px 36px;
  font-family: "BebasNeue-Regular", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  transition: all 0.3s ease;
}

.about-content a:hover {
  background: #02b8bc;
  border-color: #02b8bc;
}
/*section 7*/
.reviews_dic{
  background: url('area_guide/Rectangle232-min.png');
  padding: 70px 0px;
}

.reviews_dic h1{
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}
.quoteicon{text-align: center;padding: 40px 0px 50px 0px;}
.container_wrap{width: 90%;margin: auto;position: relative;}
.btn-prev-owl-google_slider{position: absolute;top: 40%;left: -20px;z-index: 2000;}
.btn-next-owl-google_slider{position: absolute;top: 40%;right: -20px;z-index: 2000;}

.btn-prev-owl-google_slider:hover svg circle,.btn-next-owl-google_slider:hover svg circle{
  fill: #02b8bc;
  cursor: pointer;
  transition: 0.5s ease;
  stroke: #02b8bc;
}

.btn-prev-owl-google_slider:hover svg path,.btn-next-owl-google_slider:hover svg path{
  fill: #fff;
  transition: 0.5s ease;
}

.testimonial-card {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 24px;
  border: 1px solid #e6e6e6;
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.google-logo {
    width: auto !important;
}

.testimonial-text {
  color: #000;
  font-family: Montserrat-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; 
  line-height: 1.6;
  margin-bottom: 10px;
  min-height: 180px;
}

.testimonial-author {
  color: #000;
  font-family: Montserrat-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 1600px) {
  .crown_about h3{font-size: 22px;}
  .crown_about a{font-size: 23px;padding: 14px 32px 10px 32px;}
  .crown_about p{font-size: 20px;}
  .headingdiv h1 {
    font-size: 80px;
  }
  .about-container {
    grid-template-columns: 1.1fr 1.2fr;
  }
  .about-content a{font-size: 24px;}
  .about-content p{font-size: 18px;}
  .buyers-left h2,
  .about-content h2,
  .crown_about h1 {
    font-size: 60px;
  }
  .guide-card img {
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .container {
    width: 1200px;
  }
  .headingdiv h1 {
    font-size: 70px;
  }
  .buyers-left h2,
  .about-content h2,
  .crown_about h1 {
    font-size: 50px;
  }
}

@media (max-width: 1199px) and (min-width: 993px) {
  .headingdiv h1 {
    font-size: 55px;
  }
  .buyers-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .explore-map-container {
    grid-template-columns: 1fr 1.8fr;
  }
  .about-container {
    gap: 30px;
  }
  .crown_about h1,
  .about-content h2 {
    font-size: 42px;
  }
}

@media (max-width: 992px) {
  .headingdiv h1 {
    font-size: 45px;
  }
  .buyers-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .form-row {
    flex-direction: column;
  }
  .guide-card {
    max-width: 400px;
    margin: 0 auto;
  }
  .explore-map-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .crown_about, .about-content, .about-images {
    width: 100%;
    text-align: center;
  }
  .about-container {
    flex-direction: column;
  }
  .crown_img {
    width: 100%;
    text-align: center;
  }
  .crown_img img {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .headingdiv h1 {
    font-size: 36px;
  }
  .buyers-left h2 {
    font-size: 34px;
  }
  .guide-card {
    padding: 25px 15px;
  }
  .explore-map-content h2,
  .about-content h2,
  .crown_about h1 {
    font-size: 32px;
  }
  .insideimg img{
    width: 100%;
  }
  .city-buttons {
    grid-template-columns: 1fr;
  }
  .crown_about a,
  .about-content a {
    font-size: 18px;
    padding: 10px 20px;
  }
}

@media (max-width: 575px) {
  .headingdiv h1 {
    font-size: 30px;
  }
  .buyers-left p,
  .explore-map-content p,
  .about-content p {
    font-size: 15px;
  }
  .crown_about h1,
  .about-content h2 {
    font-size: 28px;
  }
  .download-btn,
  .about-content a,
  .crown_about a {
    width: 100%;
    text-align: center;
  }
  .explore-map-container {
    width: 100%;
  }
}
/* Extra large screens */
@media (min-width: 1600px) {
  .insideimg img{width: 100%;}
  .headingdiv h1 { font-size: 80px; }
  .buyers-left h2,
  .about-content h2,
  .crown_about h1 { font-size: 50px; }
  .about-content p { font-size: 18px; }
  .about-content a { font-size: 24px; }
  .about-container {
    width: 90%;
    grid-template-columns: 1.1fr 1.2fr;
    gap: 90px;
  }
  .about-content {
    width: 71%;
  }
  .about-content h4{font-size: 20px;}
  .insideimg {
      grid-template-columns: 0.3fr 1.3fr;
      gap: 20px;
  }
}

/* Large desktops */
@media (min-width: 1200px) and (max-width: 1599px) {
  .container { width: 1200px; }
  .headingdiv h1 { font-size: 70px; }
  .headingdiv{width: 100%;}
  .buyers-left h2,
  .about-content h2,
  .crown_about h1 { font-size: 50px; }
}

/* Medium desktops */
@media (max-width: 1199px) and (min-width: 993px) {
  
  .headingdiv{width: 100%;}
  .header_inner{    justify-content: center;}
  .headingdiv h1 { font-size: 55px; }
  .buyers-container { grid-template-columns: 1fr 1fr; gap: 40px; }
  .explore-map-container { grid-template-columns: 1fr 1.8fr; }
  .about-container { gap: 30px; }
  .crown_about h1,
  .about-content h2 { font-size: 42px; }
}

/* Tablets */
@media (max-width: 992px) {
  .headingdiv h1 { font-size: 45px; }
  .headingdiv{width: 100%;}
  .header_inner{    justify-content: center;}
  .buyers-container { grid-template-columns: 1fr; text-align: center; }
  .form-row { flex-direction: column; }
  .guide-card { max-width: 400px; margin: 0 auto; }
  .explore-map-container { grid-template-columns: 1fr; gap: 30px; }
  .crown_about, .about-content, .about-images {
    width: 75%;
    text-align: center;
    margin: auto;
  }
  .about-content h2{margin-top: 30px;}
  .crown_img { width: 100%; text-align: center; }
  .crown_img img { width: 70%; }
  .explore-map-section {
    justify-content: center;
  }
  .about-container { display: block; }
}

/* Small tablets / large phones */
@media (max-width: 767px) {
  .headingdiv h1 { font-size: 50px; }
  .buyers-left h2 { font-size: 34px; }
  .crown_about, .about-content {
    width: auto;
  }
  .about-content{width: 80%;margin: auto;}
  .save_srch {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 50px;
  }
  .crown_about, .about-content, .about-images {
    margin-bottom: 40px;
  }
  .guide-card { padding: 25px 15px; }
  .explore-map-content h2,
  .about-content h2,
  .crown_about h1 { font-size: 32px; }
  .city-buttons { grid-template-columns: 1fr; }
  .crown_about a, .about-content a { font-size: 18px; padding: 10px 20px; }
  .header_inner{justify-content: center;}
}

/* Small phones */
@media (max-width: 575px) {
  .headingdiv h1 { font-size: 30px; }
  .insideimg img{width: 100%;}
  .buyers-left p,
  .explore-map-content p,
  .about-content p { font-size: 15px; }
  .crown_about h1,
  .about-content h2 { font-size: 28px; }
  .download-btn,
  .about-content a,
  .crown_about a { width: 100%; text-align: center; }
  .explore-map-container { width: 100%; }
  .header_inner{justify-content: center;}
}
