/*
Theme Name: Gillco
Theme URI: https://ibyteinfomatics.com
Author: Your Name
Description: Real Estate Landing Page Theme (Bootstrap 5)
Version: 1.0
License: GPLv2 or later
Text Domain: gillco
*/
:root {
  --brand: #67b7e5; /* primary blue */
  --accent: #ffc107; /* yellow accent */
  --ink: #0f172a; /* near-black */
  --muted: #475569; /* slate gray */
  --surface: #f5f7fb; /* light background */
  --radius: 16px;
}
body {
  color: var(--ink);
  background-color: #ffffff;
}
.bg-brand {
  background-color: var(--brand);
}
.text-brand {
  color: var(--brand);
}
.bg-surface {
  background-color: #57b3e4;
}
.muted {
  color: var(--muted);
}
.section-title {
  letter-spacing: 0.02em;
}
.rain img {
  max-width: 15rem;
  margin-bottom: 1rem;
}
.counter-text {
  font-size: 2.5rem;
  font-weight: 900;
}
.muted {
  color: #fff;
}
.logo-mark {
  font-weight: 800;
  letter-spacing: 0.08em;
}
.card-soft {
  border: 0;
  border-radius: var(--radius);
}
.avatar-frame {
  border-radius: 18px;
}
.partner-strip {
  background: #000;
  color: #cbd5e1;
  font-size: 14px;
}
.partner-strip .nav {
  margin-top: 3rem;
}
.partner-strip .nav-item .nav-link {
  color: #fff;
  position: relative;
  font-weight: 400;
}
.partner-strip .nav-item {
  position: relative;
}
.partner-strip .nav-item:after {
  content: '';
  position: absolute;
  height: 4px;
  top: 0;
  width: 1px;
  background: #fff;
  right: 1rem;
}
.partner-strip img {
  max-width: 14rem;
}
.btn-accent {
  background: var(--accent);
  color: #000;
  border-color: var(--accent);
}
.btn-accent:hover {
  background: #e6ac00;
  border-color: #e6ac00;
  color: #000;
}
.emozi-image-section{
	position: absolute;
    right: 1rem;
    top: 1rem;
}
.avatar-frame {
	padding-top:2rem!important;
}
.emozi-image-section img{
	max-width:12rem;
}

/* Pills toggle (Sell / Purchase) with radio .btn-check (no JS) */
.btn-group-toggle .btn {
  border-radius: 999px !important;
  padding: 0.5rem 1.25rem;
}
.para-max {
  max-width: 36rem;
}
.signature-img img {
  max-width: 7rem;
}
.signature-img {
  margin-bottom: 1rem;
}
.happy-client {
  font-weight: 700 !important;
  font-size: 1.1rem;
}
.clients-group {
  display: flex;
}

.client-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid white;
  object-fit: cover;
  margin-right: -6px; /* Overlap effect */
}

/* Simple rating stars */
.stars {
  color: #fcd308;
  letter-spacing: 0.15em;
}
.font-regular {
  font-weight: 400;
}

/* Utilities */
.lead-tight {
  line-height: 1.5;
  color: #fcd308;
  font-size: 34px;
  font-weight: 700;
}
.qr-box {
  width: 112px;
  height: 112px;
}
.house-img {
  object-fit: cover;
  width: 100%;
}
footer a {
  color: #cbd5e1;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}

.main-header {
  background-color: #1e1e1e;
  color: #fff;
}

b {
  color: red;
}
/* Slider */
.logos-slider-container {
  padding: 20px 0;
  background-color: #242424;
}
.logos-slider {
  padding: 0 80px;
}
.logos-slider .slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 10px;
}

.logos-slider .slide img {
  max-width: 150px;
  max-height: 50px;
  width: auto;
  height: auto;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.logos-slider .slide img:hover {
  opacity: 1;
}

.slick-track {
  display: flex;
  align-items: center;
}
.logos-slider {
  background: #242424;
}
/* end */
/* Logo */
.logo {
  height: 35px;
  width: auto;
}

/* Navbar Links */
.nav-link {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #92cceb;
}

/* Contact Button */
.btn-contact {
  background-color: #56b2e3;
  color: #1e1e1e;
  border-radius: unset;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  transition: all 0.3s ease;
}

.btn-contact:hover {
  background-color: #6dbbe3;
  color: #fff;
}
.nav-item .nav-link {
  color: #92cceb;
}
.px-8 {
  padding-left: 40px;
  padding-right: 40px;
}

/* Referral Section Styling */
.referral-section {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: linear-gradient(90deg, rgba(0, 187, 255, 1) 0%, rgba(87, 199, 133, 1) 100%, rgba(237, 221, 83, 1) 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Layout for Desktop (Equivalent to flex and lg:flex-row) */
.content-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem; /* Equivalent to lg:gap-16 */
}
.info-img img {
  width: 12rem;
}
.info-head {
  padding-left: 2rem;
}
.font-head {
  font-size: 35px;
}
/* testimonial */
.testimonial-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  position: relative;
}
.testimonial-section h2 {
  color: #1e1e1e;
  font-weight: 700;
}

.reviewer-image {
  width: 100%;
  max-width: 35rem;
  height: auto;
  object-fit: cover;
}

.rating-badge {
  background-color: black;
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  margin-top: 1rem;
  text-align: center;
}
.phone-listen p {
  font-weight: 700;
  font-size: 1.2rem;
  color: #1e1e1e;
}
.right-para::before {
  content: '';
  background: url(../images/right-arr.png);
  left: 0;
  top: 1rem;
  width: 6rem;
  background-repeat: no-repeat;
  height: 4rem;
  position: absolute;
}
.listen-right {
  padding-top: 4rem;
}
.right-para::after {
  content: '';
  background: url(../images/left-arr.png);
  right: 10rem;
  bottom: -2rem;
  width: 6rem;
  background-repeat: no-repeat;
  height: 4rem;
  position: absolute;
}
.listen-card-img img {
  max-width: 26rem;
}
.listen-inner-section {
  padding-top: 2rem;
}
.right-para {
  color: #1e1e1e;
  padding-top: 5rem;
  font-size: 1.6rem;
  position: relative;
  max-width: 38rem;
  font-weight: 400;
  margin-bottom: 4rem;
}
.blue-sign-image img {
  max-width: 9rem;
}
.phone-listen img {
  max-width: 2rem;
}
.review-card-content {
  padding: 2.5rem;
  border-radius: 1rem;
  position: relative;
}

.rating-stars span {
  color: #ffd700;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
.rating-stars span.text-gray-800 {
  color: #000;
}

.testimonial-slider {
  padding: 0;
  margin: 0;
}

.slick-prev:before,
.slick-next:before {
  font-size: 0;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
	font-size:0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  z-index: 20;
  border-radius: 50%;
	border:1px solid #848484;
  background: #fff;
  transition: background-color 0.2s;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: #d1d5db;
}

.slick-prev {
  left: 0rem;
}

.slick-next {
  right: 0rem;
}

@media (min-width: 768px) {
  .slick-prev {
    left: 0rem;
  }
  .listen-card-img img {
    width: 100%;
  }

  .slick-next {
    right: 0rem;
  }
}

.slick-prev::after,
.slick-next::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
  color: #848484;
}

.slick-prev::after {
  content: '\276E';
}

.slick-next::after {
  content: '\276F';
}
.slick-dots {
  bottom: -30px;
}
.slick-dots li button:before {
  font-size: 10px;
  color: #9ca3af;
}
.slick-dots li.slick-active button:before {
  color: #4b5563;
}
.profile-container-wrapper img{
	width:100%;
}

/* --- Sell / Purchase radio button styling --- */

.custom-radio.form-radio {
  display: flex;
  width: 100%;
}
.custom-radio.form-radio p{
	width:100%;
}
.conter-head .small{
	font-size: 1.1rem;
}

/* Hide the default radio circles */
.custom-radio.form-radio input[type="radio"] {
  display: none;
}

/* Label buttons */
.custom-radio.form-radio label {
  flex: 1;
  text-align: center;
  padding: 16px 0;
  font-size: 1rem;
	border:none;
  font-weight: 700;
  background-color: #ffffff;
  color: #000000;
  transition: all 0.3s ease;
  cursor: pointer;
	width:100%
}
.custom-radio .form-input{
	border:none;
	padding:0;
}
.rain-horne p{
	font-size:1rem;
}
.rain-horne h6{
	font-size:1rem;
	font-weight:600;
}

/* Rounded corners for left & right sides */



/* Selected (checked) state */
.custom-radio label.active{
	background:#56B2E3;
	color:#fff;
}
.custom-radio .wpcf7-list-item{
	width: 50%;
    margin: 0;
}



@media (max-width: 767px) {
  .testimonial-slider {
    padding: 0;
    margin: 0;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .form-column {
    width: 100%;
  }
  .wrapper--max-w {
    width: 100% !important;
  }
}
/* end */

@media (min-width: 1024px) {
  .referral-section {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .content-layout {
    flex-direction: row;
  }
  .info-panel {
    width: 50.666667%;
  }
  .form-column {
    width: 58.333333%;
  }
}
.info-panel {
  color: white;
  margin-bottom: 2.5rem;
}

.gill-title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}

.bonus-text {
  text-transform: uppercase;
  font-weight: bold;
  color: #1e1e1e;
  font-size: 20px;
  margin-bottom: 0.125rem;
  letter-spacing: 0.4rem;
  margin-top: 1rem;
}

.referral-program-heading {
  text-transform: uppercase;
  font-weight: bold;
  color: #1e1e1e;
  font-size: 20px;
  margin-bottom: 0.125rem;
  letter-spacing: 0.4rem;
}
.terms-content {
  font-size: 0.6rem;
  font-weight: 400;
  color: #000000;
}

.scan-text {
  font-size: 0.875rem;
  color: #1e1e1e;
  margin-top: 1rem;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0;
}

.amount-highlight {
  font-weight: bold;
  color: #ffd700; /* Accent Yellow */
  font-size: 1.125rem; /* text-lg */
  margin-left: 0.25rem;
  font-style: italic;
}

/* QR Code Placeholder */
.qr-box {
  width: 150px;
  height: 150px;
  margin-top: 0.6rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qr-box img {
  max-width: 8rem;
}

/* Image Card */
.avatar-frame {
  padding-left: 0 !important;
}

.image-card img {
  max-width: 100%;
  height: auto;
  max-width: 35rem;
  object-fit: cover;
}
.form-card {
  padding: 2.5rem;
}

.form-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #1e1e1e;
}

@media (min-width: 768px) {
  .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .full-span {
    grid-column: span 2 / span 2;
  }
	
}

.form-label {
  display: block;
  font-size: 0.875rem; /* text-sm */
  font-weight: 500; /* font-medium */
  color: #374151; /* gray-700 */
  margin-bottom: 0.25rem;
}

.form-input {
  width: 100%;
  margin-bottom: 17px;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-input:focus {
  outline: none;
  border-color: #3876ee;
  box-shadow: 0 0 0 3px rgba(56, 118, 238, 0.3);
}

.separator {
  border: 0;
  border-top: 1px solid #e5e7eb;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Footer Actions */
.form-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .form-actions {
    flex-direction: row;
    gap: 1rem; /* space-x-4 */
  }
  .toggle-buttons {
    width: auto;
  }
  .submit-button {
    flex-grow: 1;
    width: auto;
  }
}

/* Toggle Buttons */
.toggle-buttons {
  display: flex;
  width: 100%;
}

.intent-btn {
  font-weight: 600;
  padding: 0.8rem 1.5rem;
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s;
  flex-grow: 1;
  border: none;
}

.intent-btn.active {
  background-color: #56b2e3;
  color: white;
}

.intent-btn:not(.active) {
  background-color: white;
  color: #1e1e1e;
}

/* Submit Button */
.submit-button {
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #1e1e1e;
  text-transform: uppercase;
  color: white;
  margin-top: 1rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.15s;
}

.submit-button:hover {
  background-color: #374151;
}

.f-60 {
  font-size: 60px;
}
.f-20 {
  font-size: 20px;
}
.max-40 {
  max-width: 23rem;
  margin-bottom: 3rem !important;
}
.site__btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 1.2em;
}
.blk__btn a {
  color: #fff;
  border-radius: var(--radius);
  background: rgb(30 30 30 / 1);
}
.wrapper--max-w {
  width: 562px;
}
.social--connects ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1.5em;
  margin-bottom: 2em;
}

/* footer */
.footer-section {
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  padding: 1rem 0;
}

.footer-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.logo-section {
  text-align: center;
  margin-bottom: 1.5rem;
}

.logo-text {
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline-block;
}

.logo-bar {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0.5rem;
  background-color: #ffd700;
  width: 1rem;
}

.logo-bar-short {
  height: 2.5rem;
}

.logo-bar-tall {
  height: 3rem;
}

.footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #374151;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.footer-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  transition: color 150ms ease-in-out;
  padding: 0 1rem;
}

.footer-nav a:hover {
  color: #ffd700;
}

.footer-nav span {
  color: #4b5563;
  font-size: 1rem;
}

.copyright {
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
}
.main-section{position:relative;}
#menu-footer-menu {
    list-style: none;    
    padding: 0;
    margin: 0;
    display: flex;     
    gap: 10px;             
}

#menu-footer-menu li {
    position: relative;
    padding-right: 10px;   
}

#menu-footer-menu li a::after {
    content: "|";         */
    position: absolute;
    right: 0;
    color: #000;           
}
#menu-footer-menu li:last-child a::after {
    content: ""; 
}


@media (min-width: 768px) {
  .footer-section {
    padding: 2rem 0;
  }
	
  .logo-section {
    margin-bottom: 4rem;
  }
	
  .logo-text {
    font-size: 5rem;
  }
  .logo-bar-short {
    height: 2.5rem;
  }
  .logo-bar-tall {
    height: 3rem;
  }
  .footer-nav a {
    font-size: 1rem;
    padding: 0 1.5rem;
  }
  .copyright {
    font-size: 0.875rem;
  }
}
/* end */
/* Mobile responsive */
@media (max-width: 992px) {
  .navbar-collapse {
    text-align: center;
  }
	.avatar-frame {
    padding-top: 2rem !important;
}
	.referral-section .image-card{
		display:none;
	}
	.info-panel{margin-bottom:0.5rem}
	.content-layout{gap:1rem;}
	.wrapper--max-w h2{
		text-align:center;
	}
	
	.listen-card-img{text-align:center;margin-top:1rem;}
	.wrapper--max-w{
		width:100%;
	}
	.referral-section .form-column{
		width:100%;
	}
	.main-section .row{
		flex-direction: column-reverse;
	}

  .navbar-nav {
    margin-top: 1rem;
    gap: 1rem;
  }

  .btn-contact {
    margin-top: 1rem;
  }
	.right-para{
		padding-top: 3rem;
    max-width: 100%;
	}
	.listen-right {
    padding-top: 0;
    text-align: center;
}
}
@media (max-width: 768px) {
	.profile-container-wrapper {
		    text-align: center;
    margin-top: 2rem;
	}
	.phone-listen {justify-content:center;}
	.social--connects ul{padding-left:0;}
	.listen-inner-section .row{
		flex-direction: column-reverse;
	}
	.logo-section img{
		    max-width: 9rem;
    object-fit: contain;
	}
	.emozi-image-section img{
	max-width:5rem;
}
	.main-header .px-8 {
    padding-left: 9px;
    padding-right: 9px;
}
	.main-header .navbar-toggler{
		background:#67b7e5;
	}
	.main-header .navbar-toggler .navbar-toggler-icon{
		    width: 1em;
    height: 1em;
	}
	.main-header img{
		max-width: 8rem;
    object-fit: contain;
	}
	.logos-slider{
		padding: 0 10px;
	}
	.social--connects.pt-5{
		padding-top:0rem!important;
}
	.social--connects li a img{
		max-width:3rem;
	}
	.profile-container-wrapper img{
	max-width: 20rem;
	}
		.info-panel{
		text-align:center;
	}
	.rain{text-align:center}
	
	.referral-section .content-layout{
		align-items:center;
	}
	
	.form-card{padding:1rem}
	.review-card-content{padding:1rem;border:1px solid #d2d2d2!important;}
	.conter-head img{display:none;}
	.qr-box{
		margin:0.6rem auto;
	}
	.listen-outer{padding-top:0;}
	.main-section h1{
		font-size:1.3rem;
	}
	.rain-horne p{text-align:center;margin-bottom:0.5rem!important;}
	.rain-horne h6{
		text-align:center;
		margin-top:0;
	}
	.counter-text{font-size:2rem;}
	.conter-head{text-align:center;}
	.listen-card-img img{max-width:20rem;}
	.info-head{padding-left:0;}
}

