@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
}
body {
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 20px;
}
strong {
  font-weight: 700;
}
.sep-h1 {
  border-top: 1px dashed #ccc;
  padding-top: 25px;
}
.wt-300 {
  font-weight: 300;
}
.navbar {
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 30px 0;
  background: transparent;
  transition: all 200ms ease-in-out;
}
.navbar .container-fluid, .navbar .container {
  background: #fff;
  border-radius: 40px;
  padding: 5px 15px 5px 30px;
  border: 1px solid #ddd;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.navbar.scrolled {
  padding: 10px 30px 0;
  background: transparent;
  transition: all 200ms ease-in-out;
}
.navbar .navbar-brand img {
  max-width: 200px;
  transition: all 200ms ease-in-out;
}
.navbar .navbar-brand {
  border-right: 1px solid #ddd;
  padding: 0 20px 0 0 ;
  margin: 5px 0;
}
.navbar.scrolled .navbar-brand img {
  max-width: 200px;
  transition: all 200ms ease-in-out;
}
.nav-link {
  display: block;
  padding: 10px;
  color: #222;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  font-weight: 300;
  font-size: 18px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:focus {
  border-bottom: 3px solid #fff;
  color: #0322fe;
}
.dropdown-menu {
  border-radius: 20px;
  overflow: hidden;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  overflow: hidden;
}
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 0 2px;
  border-bottom: 3px solid transparent;
}
.nav-item {
  padding: 10px 10px 4px;
}
.navbar-toggler {
  color: #fff;
  font-size: 32px;
  background-color: rgba(0,0,0,.6);
  border-radius: 100px;
}
.page-price-image {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.btn-one {
  background-color: #fff;
  border-color: #fff;
  color: #0322fe;
  border-radius: 30px;
  padding: 12px 30px 10px;
}
.btn-one:hover {
  background-color: #0322fe;
  border-color: #0322fe;
  color: #fff;
}



.sm-btn {
  background-color: #0322fe;
  border-color: #0322fe;
  color: #fff !important;
  border-radius: 30px;
  padding: 5px 15px 5px;
  font-size: 14px;
}
.sm-btn:hover {
  background-color: #0a22cc;
  border-color: #0a22cc;
  color: #fff;
}

.sm-btn-alt {
  background-color: #2ABFFE;
  border-color: #2ABFFE;
  color: #fff !important;
  border-radius: 30px;
  padding: 5px 15px 5px;
  font-size: 14px;
}
.sm-btn-alt:hover {
  background-color: #03a5ea;
  border-color: #03a5ea;
  color: #fff;
}



.btn-two {
  /*background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);*/
  background-color: #0322fe;
  
  border-color: #0322fe;
  color: #fff;
  border-radius: 30px;
  padding: 12px 30px 10px;
}
.btn-two:hover {
  background-color: #0322fe;
  border-color: #0322fe;
  color: #fff;
}
.card {
  
  border-color: #fff;
}
.card a {
  text-decoration: none;
  color: #0322fe;
}
.gradient-text {

  /*background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
  background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(214,40,40,1) 0%, rgba(255,195,0,1) 90% );
  */
  color: #0322fe;
  background-image: radial-gradient( circle 404px at 20.3% 15.9%,  rgba(0,79,255,1) 0%, rgba(0,240,255,1) 90% );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  
}
#hero {
  height: 100vh;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  background-size: cover !important;
  background: url(../img/bw-bg.jpg) no-repeat;
}
#hero h1 {
  font-size: 100px;
  line-height: 1.1em;
  margin-bottom: 30px;
}
#hero p {
  font-size: 32px;
  line-height: 1.3em;
}
#intro {
  background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);

  background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
#intro h1 {
  font-size: 70px;
  line-height: 1em;
  margin-bottom: 30px;
}
.intro-content {
  padding: 30px 40px;
}
@media screen and (min-width : 992px) and (max-width : 1199px) {
  #hero h1 {
    font-size: 60px;
    line-height: 1.1em;
    margin-bottom: 30px;
  }
}
#services {
  /*background-image: linear-gradient( 177.6deg,  rgba(20,0,113,1) 15.3%, rgba(1,0,62,1) 91.3% );*/
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 40px;
}
#services h1 {
  font-size: 60px;
  line-height: 1em;
  color: #222;
}
.services-heading, .services-heading  {
  color: #222;
}
.serv-column {
  margin-bottom: 30px;
}
.serv-column .card {
  background-color: #f9f9f9;
  border: 1px solid #efefef
}
.serv-column h3 i {
  font-size: 36px;
  vertical-align: bottom;
  margin-right: 10px;
}
.serv-column .card-title {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#callout {
  /*background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);*/
  background-color: #f7f7f7;
 background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
  color: #222;
  padding-top: 60px;
  padding-bottom: 60px;
  
}
#testimonials {
  background: url(../img/pl2-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
#testimonials h1 {
  font-size: 45px;
  line-height: 1.2em;
  margin-bottom: 30px;
}
.testimonial-content p {
  font-size: 16px;
}
.testimonial-person {
  font-weight: 700;
}

/* Testimonial Slider Styles */
.testimonial-slider-container {
  position: relative;
  overflow: hidden;
}

.testimonial-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial-slide {
  flex-shrink: 0;
}

.testimonial-nav {
  text-align: center;
  margin-top: 30px;
}

.testimonial-prev,
.testimonial-next {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.testimonial-prev:hover,
.testimonial-next:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.testimonial-dots {
  text-align: center;
  margin-top: 20px;
}

.testimonial-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonial-dot.active {
  background: #fff;
  transform: scale(1.2);
}

.testimonial-dot:hover {
  background: rgba(255, 255, 255, 0.7);
}

/* Auto-play pause on hover */
.testimonial-slider-container:hover .testimonial-slider {
  animation-play-state: paused;
}

/* Responsive adjustments for testimonial slider */
@media (max-width: 768px) {
  .testimonial-prev,
  .testimonial-next {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  
  .testimonial-dot {
    width: 10px;
    height: 10px;
  }
}
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #222;
  background: #fff;
}
#footer ul {
  list-style-type: none;
  padding: 0 0 30px;
}
#footer ul li {
  padding: 7px 0;
}
#footer a:not(.btn-one) {
  color: #222;
  text-decoration: none;
}
#howitworks {
  background: #f7f7f7;
  padding-top:60px;
  padding-bottom: 100px;
}
#howitworks h1 {
  font-size: 60px;
  line-height: 1em;
}
#owens {
  background-color: #222;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.worksicon {
  font-size: 50px;
  text-align: center;
}
.works-table td {
  border: none;
}
.works-table p {
  font-size: 20px;
}
#page-hero {
  background: #333;
  height: 500px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  background-size: cover;
}
#page-hero h1 {
  font-size: 60px;
  line-height: 1em;
}
#page-hero p {
  font-size: 22px;
  line-height: 1.3em;
}
#page-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
#page-content h1 {
  font-size: 60px;
  line-height: 1em;
  margin-bottom: 30px;
  margin-top: 30px;
}
#page-content.insp-page h1 {
  font-size: 50px;
  line-height: 1em;
  margin-bottom: 30px;
  margin-top: 30px;
}
#page-content p {
  font-size: 20px
}
#page-content ul {
    font-size: 20px;
}
.sample-page {
  max-width: 280px;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all 200ms ease-in-out;
}
.sample-page:hover {
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.6);
  transition: all 200ms ease-in-out;
}


.sidebar-contact p {
  font-size: 22px;
}
.page-pricing .card {
  background-color: #e4e8f2;
}
.page-pricing .card ul {
  font-size: 14px !important;
  list-style-type: none;
  padding: 0;
}
.page-pricing .card ul li {
  margin: 5px 0; 
}
.page-price {
  background: #222;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 5px 15px 15px;
  text-align: center;
  line-height: 23px;
  border-radius: 15px 15px 0 0;
}
.page-price p {
  font-size: 10px !important;
  margin: 0;
  padding: 0;
}
.page-price span {
  font-size: 14px;
  font-weight: 300;
}
.page-price sup {
  font-size: 18px;
}
.page-price-cta {
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 15px;
  text-align: center;
  border-radius: 0 0 15px 15px;
}
.price-card ul {
  margin: 0;
}
.price-card ul li i {
  color: green;
}
.page-price-cta a {
  color: #fff;
  text-decoration: none;
}
.price-card h5 {
  font-size: 18px;
  margin: 0;
}
.price-card p {
  font-size: 12px !important;
  margin: 0 0 5px;
}
.contact-list {
  list-style-type: none;
  padding: 0;
}
.contact-list li {
  font-size: 16px;
  margin: 7px 0;
}
.contact-list a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
}
.contact-list a:hover {
  text-decoration: underline;
  color: #0d6efd;
  font-weight: 500;
}
.free-listing {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.pricing {
   padding-top: 60px;
  padding-bottom: 60px;
}
.free-listings-section h1 {
  font-size: 50px !important;
}
.gform-theme--foundation .gform_fields {
  row-gap: 15px !important;
}
@media screen and (min-width : 320px) and (max-width : 1285px) {
  .intro-content {
    padding: 30px 30px
  }
  #intro h1 {
    font-size: 51px;
  }
}
@media screen and (min-width : 20px) and (max-width : 991px) {
  #hero h1 {
    font-size: 36px;
    line-height: 1.2em;
    margin-bottom: 15px;
  }
  #hero p {
    font-size: 24px;
  }
  .navbar .navbar-brand img {
    max-width: 120px;
  }
  .navbar.scrolled .navbar-brand img {
  max-width: 120px;
  transition: all 200ms ease-in-out;
}
  .intro-image {
    display: none;
  }
  #services h1, #howitworks h1 {
    font-size: 46px;
  }
  #testimonials h1 {
    font-size: 34px;
  }
  .services-heading h3, #howitworks h3 {
    font-size: 17px;
    line-height: 1.3em;
  }
  .serv-column h3 i {
    font-size: 28px;
    margin-right: 5px;
  }
  .works-table p {
    font-size: 16px;
  }
  #testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #callout {
    text-align: center;
  }
  #callout h2 {
    margin-bottom: 15px !important;  
  }
  #page-content {
    padding-top: 40px;
  }
  #page-content h1, #page-content.insp-page h1 {
    font-size: 40px;
  }
  #page-hero h1 {
    font-size: 50px;
  }
}

/* Real Estate Property Page Styles */
.property-page {
  margin-top: 0px; /* Account for fixed navbar */
}
.property-hero {
  padding: 30px;
  background: #fff;
  
  /*background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
  background-image: linear-gradient(to top, #fff 0%, #ace0f9 100%);*/
  background-image: linear-gradient(to top, #fff 0%, #e2ebf0 100%);
  /* https://grabient.com/HQFgjGA0oBw5ZgAYQkgWicAzCArNNgGzybBhLYZZ4BMA7NcHVGdnktBVcnvOUXpA?style=linearGradient&steps=3&angle=45 */

  background: linear-gradient(45deg, rgba(35, 212, 253, 1.000) 0.000%, rgba(58, 152, 240, 1.000) 50.000%, rgba(183, 33, 255, 1.000) 100.000%);
  
}
.property-page .hero-media {
  height: 700px;
  object-fit: cover;
  width: 100%;
  
}
.hero-media-container {
 box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.property-page .property-info-overlay {
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
  background: linear-gradient(transparent, rgba(0,0,0,0.95));
  padding-top: 100px;
  padding-bottom: 100px;
}

.property-page .property-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

.property-page .property-price {
  font-size: 2.2rem;
  color: #fff !important;
}
.property-type {
  color: #fff;
}
.property-page .property-stats {
  font-size: 1.1rem;
  color: #fff;
}

.property-page .property-stats i {
  color: #21d4fd;
}

.property-page .section-title {
  color: #2c3e50;
  font-weight: 600;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.property-page .property-gallery-main {
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}

.property-page .property-gallery-thumbs {
  height: 100px;
  margin-top: 10px;
}

.property-page .gallery-image, 
.property-page .gallery-video {
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.property-page .gallery-image:hover {
  transform: scale(1.02);
}

.property-page .gallery-thumb {
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s, transform 0.3s;
  border: 2px solid transparent;
}

.property-page .gallery-thumb:hover,
.property-page .swiper-slide-thumb-active .gallery-thumb {
  opacity: 1;
  border-color: #21d4fd;
  transform: scale(1.05);
}

.property-page .video-play-overlay,
.property-page .video-thumb-overlay {
  pointer-events: none;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.property-page .details-card {
  height: 100%;
  border: 1px solid #e9ecef;
  transition: box-shadow 0.3s ease;
}

.property-page .details-card:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.property-page .details-card h5 {
  color: #2c3e50;
  font-weight: 600;
}

.property-page .details-card ul li {
  padding: 0.25rem 0;
  border-bottom: 1px solid #f8f9fa;
}

.property-page .details-card ul li:last-child {
  border-bottom: none;
}

.property-page .agent-card {
  
  top: 100px;
  border: 1px solid #e9ecef;
  transition: box-shadow 0.3s ease;
}

.property-page .agent-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.property-page .agent-card-title {
  color: #2c3e50;
  font-weight: 600;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 1rem;
}

.property-page .agent-avatar {
  border: 3px solid #21d4fd;
  transition: border-color 0.3s ease;
}

.property-page .agent-card:hover .agent-avatar {
  border-color: #b721ff;
}

.property-page .agent-name {
  color: #2c3e50;
  font-weight: 600;
}

.property-page .agent-contact a {
  color: #007882;
  transition: color 0.3s ease;
}

.property-page .agent-contact a:hover {
  color: #21d4fd;
}

.property-page .contact-form-card {
  margin-top: 20px;
  border: 1px solid #e9ecef;
}

.property-page .form-title {
  color: #2c3e50;
  font-weight: 600;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 1rem;
}

.property-page .description-content {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #495057;
}

.property-page .description-content p {
  margin-bottom: 1rem;
}

/* Swiper customization for property pages */
.property-page .swiper-button-next,
.property-page .swiper-button-prev {
  color: #21d4fd;
  background: rgba(255,255,255,0.9);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.property-page .swiper-button-next:hover,
.property-page .swiper-button-prev:hover {
  background: rgba(255,255,255,1);
  color: #b721ff;
  transform: scale(1.1);
}

.property-page .swiper-button-next:after,
.property-page .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 700;
}

/* Google Maps styling */
.property-page #property-map {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Hero placeholder styling */
.property-page .hero-placeholder {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px dashed #dee2e6;
}

/* Responsive adjustments for property pages */
@media (max-width: 768px) {
  .property-page {
    margin-top: 70px;
  }
  
  .property-page .property-title {
    font-size: 1.8rem;
  }
  
  .property-page .property-price {
    font-size: 1.8rem;
  }
  
  .property-page .property-stats {
    font-size: 0.9rem;
    gap: 1rem !important;
  }
  
  .property-page .agent-card {
    position: static;
    top: auto;
  }
  
  .property-page .hero-media {
    height: 300px;
  }
  
  .property-page .property-gallery-main {
    height: 250px;
  }
  
  .property-page .gallery-image, 
  .property-page .gallery-video {
    height: 250px;
  }
  
  .property-page .section-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .property-page .property-info-overlay {
    padding: 1rem !important;
  }
  
  .property-page .property-title {
    font-size: 1.5rem;
  }
  
  .property-page .property-price {
    font-size: 1.5rem;
  }
  
  .property-page .property-stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem !important;
  }
}

/* Print styles for property pages */
@media print {
  .property-page .swiper-button-next,
  .property-page .swiper-button-prev,
  .property-page .contact-form-card,
  .property-page .video-play-overlay,
  .property-page .video-thumb-overlay {
    display: none !important;
  }
  
  .property-page .agent-card {
    position: static !important;
    page-break-inside: avoid;
  }
  
  .property-page .property-gallery-main {
    height: auto !important;
  }
  
  .property-page .gallery-image {
    height: auto !important;
    max-height: 400px;
  }
}

/* Gravity Forms integration styling */
.property-page .gform_wrapper {
  margin: 0 !important;
}

.property-page .gform_wrapper .gform_body {
  background: transparent;
}

.property-page .gform_wrapper .gfield_label {
  font-weight: 600;
  color: #2c3e50;
}

.property-page .gform_wrapper input[type="text"],
.property-page .gform_wrapper input[type="email"],
.property-page .gform_wrapper input[type="tel"],
.property-page .gform_wrapper textarea {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0.5rem;
  transition: border-color 0.3s ease;
}

.property-page .gform_wrapper input[type="text"]:focus,
.property-page .gform_wrapper input[type="email"]:focus,
.property-page .gform_wrapper input[type="tel"]:focus,
.property-page .gform_wrapper textarea:focus {
  border-color: #21d4fd;
  box-shadow: 0 0 0 0.2rem rgba(33, 212, 253, 0.25);
}

.property-page .gform_wrapper .gform_button {
  background: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
  border: none;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  font-weight: 600;
  transition: transform 0.3s ease;
}

.property-page .gform_wrapper .gform_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(183, 33, 255, 0.3);
}
