


/*--Header section css start here--*/
.header{
    padding: 0;
    background-color: var(--white);
}


/*--Navbar--*/
.header .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 15px!important;
    color: var(--light-yellow);
    font-size: 1rem;
    border-radius: 8px;
    font-weight: var(--regular);
}
.comp-logo {
	overflow: clip;
    padding: 0px;
    max-width: 30%;
}


.menu-box h6 {
    color: var(--dark-navy);
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}

.menu-box p {
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.menu-box{
    padding: 7px 16px;
    margin: 10px 0;
    border-radius: 10px;
}

.menu-box:hover{
    background: var(--gray--50);
}

ul.navbar-nav {
    padding: 0px;
}

.header .navbar-nav .nav-item .nav-link:hover, 
.header .navbar-nav .nav-item .nav-link.show{
    background: var(--dark-navy);
}

.profile {
    padding: 0 10px;
    cursor: pointer;
    border-radius: 10px;
    line-height: 50px;
}

.login .sub-nav {
	background-color: var(--white);
	border-radius: 10px;
	align-self: auto;
	box-shadow: 0 8px 8px -4px var(--dark-navy), 0 20px 24px -4px #10182814;
	min-width: 250px;
	top: 50px;
	padding: 8px 5px 8px 8px;
	opacity: 0;
	display: none;
	transition: all ease-in-out 0.5s;
}

.login:hover > .sub-nav {
	display: flex;
	opacity: 1;
}
.sub-nav ul li {
	margin: 5px 0;
	padding: 5px;
	border-radius: 4px;
}

.sub-nav ul li a {
	color: var(--dark-navy);
	text-align: center;
	font-size: 1rem;
	font-weight: 400;
}

.sub-nav ul li:hover {
	background: var(--gray--50);
}
.sub-nav ul li .ic {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--gray--50);
	margin-right: 12px;
}


a.nav-link.show svg, .profile:hover svg {
    transform: rotate(180deg);
}

.dropdown-menu[data-bs-popper] {
    top: 120%;
}


.vew-all {
    margin-top: 20px;
    text-decoration: underline;
}

.vew-all a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.dropdown-menu.second {
	max-width: 800px;
}

.title {
	color: var(--text-muted);
	font-weight: 400;
	line-height: 20px;
	font-size: 1rem;
	padding-left: 15px;
	margin-top: 15px;
}


.header .navbar-nav .nav-item .nav-link,.header .navbar-nav .nav-item .nav-link:hover {
    color: var(--dark-navy);
    display: flex;
    background: transparent!important;
    justify-content: space-between;
}

.navbar-nav .dropdown-menu {
    position: static;
}
.dropdown-menu {
	width: 1000px;
	left: -175px !important;
	background-color: var(--white);
	border-radius: 10px !important;
	align-self: auto;
	padding: 8px 8px 8px 30px;
	box-shadow: 0 8px 8px -4px #10182808, 0 20px 24px -4px #10182814;
}

.dropdown-menu.second {
	max-width:465px;
}

/* Navigation */
.navbar {
    background: var(--white);
    padding: 0.5rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5rem;
}

.navbar-brand svg {
    color: white;
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.mobile-toggle span {
    width: 25px;
    height: 3px;
    background: white;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 3px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
}

.nav-links a {
    color: var(--dark-navy);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--primary-orange);
}

.nav-buttons {
    display: flex;
    gap: 1rem;
}

/* Hero Section */
.hero-section {
    background: var(--dark-navy);
    color: white;
    padding: 65px 0 0px 0;
    position: relative;
}
.hero-content-main{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    padding: 140px 0 80px 0;
}
.hero-banner-img {
	height: 530px;
	overflow: hidden;
	position: relative;
}

.hero-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-card {
	max-width: 84%;
	margin-left: auto;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.signup-form {
	width: 100%;
    gap: 8px;
}
.signup-form input{
    min-width: 68%;
}
.signup-form .btn {
	border-radius: 4px;
	height: 53px;
}
.signup-card a{
    color: var(--white);
}

.hero-title {
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.125rem;
    color: #D1D5DB;
    margin-bottom: 2rem;
}

.signup-card {
    background: var(--primary-blue);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.signup-card h3 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.signup-card p {
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

.signup-form input {
    width: 100%;
    padding: 0.875rem;
    margin-bottom: 1rem;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-family: inherit;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.section-subtitle {
    color: var(--text-muted);
    font-size: 1.125rem;
}

/* How It Works Section */
.how-it-works {
    padding: 5rem 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.feature-card {
    text-align: center;
    padding: 2rem 1rem;
    background: white;
    border-radius: 10px;
    transition: all 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: #EFF6FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: var(--primary-blue);
}

.feature-card h5 {
    font-weight: 600;
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
}

.feature-card p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* Why Choose Us Section */
.why-choose-us {
    background: var(--light-gray);
    padding: 5rem 0;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.why-card {
    background: var(--primary-blue);
    padding: 2rem;
    border-radius: 10px;
    color: white;
    transition: all 0.3s;
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.card-number {
    opacity: 1;
    margin-bottom: 1rem;
}

.why-card h5 {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.why-card p {
    font-size: 0.95rem;
    opacity: 0.9;
}

/* Property Types Section */
.property-types {
    padding: 5rem 0;
}

.property-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.property-type-card {
    text-align: center;
    padding: 2rem 1rem;
    background: white;
    border: 2px solid var(--white);
    border-radius: 10px;
    transition: all 0.3s;
}

.property-type-card:hover {
    border-color: var(--primary-blue);
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.property-type-card svg {
    color: var(--primary-blue);
    margin-bottom: 0.75rem;
}

.property-type-card p {
    margin: 0;
    font-weight: 600;
    font-size: 0.95rem;
}

/* Property Managers Section */
.property-managers {
    background: var(--light-gray);
    padding: 5rem 0;
}

.managers-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.manager-card {
    text-align: center;
    padding: 1.5rem 1rem;
    background: var(--white);
    border: 2px solid var(--white);
    border-radius: 10px;
    transition: all 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.manager-card:hover {
    border-color: var(--primary-blue);
    transform: translateY(-5px);
}
.shape-location-icon {
	margin-bottom: 5px;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.manager-card svg {
    color: var(--primary-blue);
    margin-bottom: 0.5rem;
}

.manager-card h6 {
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.manager-card p {
    color: var(--text-muted);
    font-size: 0.875rem;
    margin: 0;
}

.rating-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

ul.state-select, ul.state-select2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}

ul.state-select li, ul.state-select2 li {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
}
ul.state-select li p, ul.state-select2 li p {
	background-color: #E5E7EB;
	border-radius: 40px;
	padding: 0 13px;
	height: 32px;
	color: var(--dark-navy);
	font-size: 13px;
	display: grid;
	place-items: center;
	cursor: pointer;
}
ul.state-select li:hover p, ul.state-select2 li:hover p,
ul.state-select li.active p, ul.state-select2 li.active p{
    background-color: var(--primary-blue);
    color: var(--white);
}
.rating-card {
    text-align: left;
    padding: 1.5rem 1rem;
    background: var(--white);
    border: 2px solid var(--white);
    border-radius: 10px;
    transition: all 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.rating-card h5 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}


/* Partners Section */
.partners {
    padding: 3rem 0;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    align-items: center;
}

.partner-logo {
    background: #F3F4F6;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    color: var(--text-muted);
}

/* Testimonials Section */
.testimonials {
    background: var(--primary-blue);
    padding: 5rem 0;
    color: white;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.testimonial-card {
    background: white;
    color: var(--dark-navy);
    padding: 2rem;
    border-radius: 10px;
}

.testimonial-text {
    font-style: italic;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.avatar {
    width: 48px;
    height: 48px;
    background: #EFF6FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-blue);
}

.testimonial-card h6 {
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.testimonial-card small {
    color: var(--text-muted);
    font-size: 0.875rem;
}

/* Blog Section */
.blog {
    padding: 5rem 0;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.blog-card {
    background: white;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-blue);
}

.blog-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-content {
    padding: 1.5rem;
}

.blog-date {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.blog-content h5 {
    font-weight: 600;
    margin: 0.75rem 0;
    font-size: 1.125rem;
}

.blog-content p {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.read-more {
    color: var(--primary-orange);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 0.875rem;
}

.read-more:hover {
    color: var(--primary-blue);
}

/* CTA Section */
.cta-section {
    background: var(--primary-blue);
    padding: 4rem 0;
    color: var(--white);
}

.cta-section h2 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.cta-section p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

/* FAQ Section */
.faq {
    padding: 5rem 0;
}

.faq-container {
	max-width: 800px;
	margin: 0 auto;
	background-color: var(--white);
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.faq-item {
    border-bottom: 1px solid var(--border-color);
    border-radius: 10px 10px 0 0;
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    text-align: left;
    transition: background 0.3s;
}
.faq-question svg {
	stroke: var(--primary-orange);
}


.faq-question span {
    flex: 1;
}

.chevron {
    transition: transform 0.3s;
    flex-shrink: 0;
}

.faq-item.active .chevron {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 1.5rem 1.5rem;
    color: var(--text-muted);
    margin: 0;
}

/* Contact Section */
.contact-section {
    background: var(--primary-blue);
    padding: 5rem 0;
    color: white;
}

.contact-grid {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 3rem;
}

.contact-info h2 {
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.info-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.info-item svg {
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.info-item p {
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.info-item a,
.info-item span {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
}

.info-item a:hover {
    opacity: 0.8;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-column {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0.875rem;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-family: inherit;
}

.contact-form textarea {
    resize: none;
}

/* Footer */
.footer {
    background:var(--light-gray);
    color: var(--dark-navy);
    padding: 3rem 0 1.5rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-brand {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
	max-width: 70%;
}

.footer-brand h4 {
    margin: 0;
    font-weight: 700;
}

.footer-col p {
    color: rgba(255, 255, 255, 0.7);
}

.footer-col h5 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 0.5rem;
}

.footer-col a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s;
    font-size: 0.875rem;
}

.footer-col a:hover {
    color: var(--primary-blue);
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}

.social-icons a:hover {
    opacity: 0.7;
}

.footer hr {
    border: none;
    border-top: 1px solid var(--text-muted);
    margin: 2rem 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    color: var(--text-muted);
    margin: 0;
}
.footer-bottom a{
    color: var(--text-muted);
}
.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--primary-blue);
}

.profile {
	font-size: 0.875rem;
	gap: 5px;
	display: flex;
	align-items: center;
}
.profile i {
	font-size: 1.25rem;
	color: var(--dark-navy);
}

.faq .nav.nav-pills {
    max-width: 800px;
    margin: 0 auto;
    justify-content: center;
    border-bottom: 1px solid var(--border-color);
}
.faq .nav.nav-pills .nav-link {
	font-size: 0.9rem;
	color: var(--text-muted);
    border-bottom: 1px solid var(--white);
    border-radius: 0;
}

.faq .nav.nav-pills .nav-link.active {
    background-color: transparent;
    color: var(--primary-orange);
    border-color:var(--primary-orange) ;
}

/*--Step form page css--*/
/*=============== multisteps form css ===============*/

.form-logo{
    padding-top: 25px;
}

.step-form{
    position: relative;
}

.step-form::before{
   background:url('../img/left-bg.jpg') no-repeat;
   background-size: cover;
   background-position: center bottom;
   width: 40%;
   position: absolute;
   left: 0;
   top: 0;
   height: 100vh;
   content: '';
   z-index: -1;
}

.step-form h3{
    color: #FFFFFF;
    margin-top: 70px;
    font-size: 28px;
    line-height: 40px;
}

.step-form p{
    color: #FFFFFF;
    font-size: 15px;
    line-height: 26px;
    opacity: 0.8;
}

.form-bx{
    height: 80vh;
    display: grid;
    place-items: center;
}

.close-step {
    position: absolute;
    top: 50px;
    right: 10%;
}

.form-bx h4{
    color: #212121;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}

.form-bx p{
    color: #212121;
    font-size: 15px;
    line-height: 26px;
}


.form-bx li{
    background-color: #FFFFFF;
    border: 1px solid #E2E6EA;
    border-radius: 6px;
    padding: 15px;
    margin: 15px 0;
    cursor: pointer;
}


.form-bx li:hover, .form-bx li.selected{
    border: 1px solid #1D6AE5;
}

.form-bx li:hover a, .form-bx li.selected a{
    color: #212121;
    font-weight: 500;
}

.selected{
    position: relative;
}

.selected::before {
    position: absolute;
    right: 15px;
    top: 15px;
    background: url('../img/check-symbol.png') no-repeat;
    background-size: 100%;
    content: '';
    height: 20px;
    width: 20px;
}

.form-bx li img{
    margin-top: -5px;
}

.form-bx li{
    width: 360px;
}

.form-bx li a{
    color: #424242;
    font-family: Graphik;
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
}

.form-bx li input{
    position: relative;
    cursor: pointer;
}

.form-bx li input::before {
    position: absolute;
    left: -300px;
    top: -20px;
    content: '';
    height: 50px;
    width: 325px;
}

.form-cont form label{
    color: #424242;
    font-size: 14px;
    line-height: 20px;
}

.form-cont form textarea{
    background-color: #FFFFFF;
  border: 1px solid #E2E6EA;
  border-radius: 6px;
  height: 72px;
  width: 360px;
  resize: none;
}

.form-cont form input{
    background-color: #F7FBFF;
  border: 1px solid #E2E6EA;
  border-radius: 6px;
   color: #757575;
  font-size: 15px;
  line-height: 26px;
  width: 360px;
  height: 52px;
}

.step-head{
    color: #072654;
  font-size: 15px;
  line-height: 24px;
}

/*--Blog section css start--*/
.inner-hero-section {
	background-color: var(--gray--50);
	padding-top: 6rem;
	padding-bottom: 2rem;
}
.propery-list-section {
	/* background-color: var(--primary-blue)!important; */
    background: url(../img/header_background.png) no-repeat 0 0;
    background-size:cover;
}
.property-list-seciton .breadcrumb{
    color: var(--white)!important;
}
.property-list-seciton .breadcrumb .breadcrumb-item a{
    color: var(--white)!important;
}

.blog-send-request lable {
	font-size: 0.875rem;
}

.blog-send-request .form-column input {
	border: 1px solid var(--border-color);
	padding: 0.675rem 0.875rem;
	font-size: 0.875rem;
}

.post-list-right {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.thumbnial {
	min-width: 52px;
	height: 52px;
	display: flex;
	width: 52px;
	height: 52px;
	border-radius: 4px;
	overflow: hidden;
}
.heading-title {
	font-size: 0.875rem;
	color: var(--dark-navy);
	font-weight: 500;
}
.date {
	font-size: 0.75rem;
	color: var(--text-muted);
}
.post-list-right:hover .heading-title{
    color: var(--primary-blue);
}
.search-bar-container{
    border:1px solid var(--text-muted);
    padding: 5px;
    background-color: var(--white);
    border-radius: 50px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-bar-container input{
    background: transparent;
    border: 0;
    padding: 5px 10px;
    border-radius: 50px;
    width: 80%;
}

.blog .faq .nav.nav-pills{
    max-width: 100%;
    justify-content: flex-start;
}

.filter-tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.filter-tabs .filtter-btn a{
	font-size: 1rem;
	font-weight: 500;
	color: var(--text-muted)!important;
    background-color: var(--gray--50);
    padding: 10px 20px;
    border-radius: 40px;
}

.filter-tabs .filtter-btn:hover a,
.filter-tabs .filtter-btn.active a{
	color: var(--white)!important;
    background-color: var(--primary-blue);
}

.college-card {
	border: 1px solid var(--border-color);
	border-radius: 10px;
	padding: 20px;
	background: var(--white);
	transition: all 0.3s ease;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.college-card:hover{
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.college-card:hover .btn {
    transform: translateY(-3px);
}
.college-card img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}
.college-card h5 {
	font-weight: 600;
	color: var(--dark-navy);
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.college-card p {
	font-size: 0.875rem;
	color: var(--text-muted);
}

.badge {
	display: inline-block;
	width: fit-content;
	background: linear-gradient(to right, #facc15, #ec4899, #a855f7);
	color: var(--white);
	padding: 0.75rem 2rem;
	border-radius: 9999px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
	animation: bounce 3s infinite;
	font-size: 1rem;
	letter-spacing: 0.5px;
	font-weight: var(--regular);
}
.badge {
	padding: 0.375rem 0.75rem;
	border-radius: 0.375rem;
	font-size: 0.875rem;
	font-weight: 600;
}
.orange-text {
	color: var(--orange);
}

.form-card {
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(20px);
	padding: 2.5rem;
	border-radius: 1.5rem;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	border: 0px solid rgba(255, 255, 255, 0.5);
}

.form-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 0px solid rgba(255, 255, 255, 0.5);
}
.orange-text {
	color: var(--primary-orange)!important;
}

.form-title {
    text-align: center;
    margin-bottom: 2rem;
    background: linear-gradient(to right, #ec4899, #a855f7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-fields {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-input {
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 0.875rem;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: border-color 0.2s;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.form-input:focus {
    outline: none;
    border-color: #f472b6;
}

.form-input::placeholder {
    color: #4b5563;
}

.form-textarea {
    height: 8rem;
    resize: none;
}

.inquery-form h4{
    color: var(--dark-navy);
    font-weight: bold;
}


.py-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.title-seciton h2{
    font-size: 2.5rem!important;
    font-weight: 800;
}
.taketo-first p{
    color: var(--text-muted);
    font-size: 1rem;
}
.locations h5{
    font-size: 1.5rem!important;
    font-weight: 700;
}

.left-content .hero-title {
    font-weight: 800;
    font-size: 3rem!important;
}
.left-content p{
    font-size: 1.25rem!important;
}

.image-box{
    border: 10px solid white;
    margin: 2rem 0;
    border-radius: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 450px;
}

.card-body img{
    height: 90px;
    width: 90px;
    border-radius: 50%;
    margin-bottom: 30px;
}
.card-title{
    font-size: 24px;
    font-weight: 600;
}
.btn1{
    text-decoration: none;
}


.common-radio {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #BDBDBD;
}


@media(max-width:1600px){
    .header .navbar-nav .nav-item .nav-link {
        font-size: 0.875rem;
    }
    .menu-box p{
        font-size: 0.85rem;
    }
    p{
        font-size: 0.875rem;
    }
    .sub-nav ul li a {
        font-size: 0.875rem;
    }
}




/* Responsive Styles */
@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .property-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .managers-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .comp-logo {
        max-width: 70%;
    }
    .navbar-toggler {
        background-color: transparent;
        border: 0px;
        padding: 0;
    }

    .header .nav-item {
        border-bottom: 1px solid var(--text-muted);
    }
    .header .navbar-nav .nav-item .nav-link {
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 600;
        padding: 1rem 1rem 1rem 1.5rem!important;
    }
    .dropdown-menu{
          width: 95%;
          margin:0 auto 20px auto;
    }
    .offcanvas{
        overflow: auto;
    }

    .hero-title {
        font-size: 2rem;
    }
    .hero-content-main {
        padding: 97px 0 80px 0;
    }
    .hero-grid {
        gap: 1rem;
    }
    .signup-card {
        padding: 1.2rem;
    }
    .signup-card h3 {
        font-size: 1.2rem!important;
    }
    .signup-form {
        gap: 0;
        margin-bottom: 10px;
        flex-direction: column;
    }
    .section-title {
        font-size: 1.5rem;
    }

    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .cta-section h2 {
        font-size: 1.5rem;
    }
    .cta-section p {
        font-size: 0.875rem;
    }
    .form-column {
        gap: 0.2rem;
    }
    .header .contact-info {
        padding: 1.5rem;
    }
    .header .contact-info h2 {
        font-size: 1.52rem;
        margin-bottom: 1rem;
    }
    .header .info-item a, .header .info-item span{
        color: var(--dark-navy);
    }
    .header .info-item {
        display: flex;
        gap: 10px;
        margin-bottom: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        padding-bottom: 1rem;
    }
    .nav-logo{
        max-width: 40%;
    }
}

@media (max-width: 768px) {

/*=============== step form css ============*/

    .step-form::before {
    content: unset;
    }

    .logo-part {
        background: var(--blue);
        padding-bottom: 15px;
    }

    .form-bx {
        position: relative;
        place-items: flex-start;
        padding-top: 35px;
        justify-content: center;
    }
    .close-step{
        display: none;
    }
    .form-cont .form-btn {
        position: absolute;
        bottom: 10px;
        max-width: 320px;
        left: 50%;
        transform: translateX(-50%);
    }

    .step-form h3 {
        margin-top: 40px;
    }

    .form-bx li, .form-bx textarea, .form-bx input {
        width:320px!important;
    }
    .mobile-toggle {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: var(--dark-navy);
        flex-direction: column;
        padding: 2rem;
        transition: left 0.3s ease;
        gap: 1rem;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-links {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-buttons {
        flex-direction: column;
        width: 100%;
    }

    .nav-buttons .btn {
        width: 100%;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.875rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .property-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .managers-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rating-grid {
        grid-template-columns: 1fr;
    }

    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-bottom p {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .button-group {
        flex-direction: column;
    }

    .button-group .btn {
        width: 100%;
    }
    .hero-subtitle {
        display: none;
    }
    .hero-content-main {
        padding: 80px 0 80px 0;
    }
    .hero-banner-img {
        height: 570px;
    }
    .hero-card {
        max-width: 100%;
    }
    .how-it-works, .why-choose-us, .property-types, .property-managers, .partners, .testimonials, .blog, .contact-section, .faq {
        padding: 2rem 0;
    }
    .cta-section{
        padding: 2rem;
    }
    .faq .nav.nav-pills .nav-link {
        font-size: 0.8rem;
    }
    .contact-grid {
        gap: 1rem;
    }
    .section-header {
        margin-bottom: 2rem;
    }
    .left-content .hero-title {
        font-size: 2rem !important;
    }
    .left-content p {
        font-size: 0.875rem !important;
    }
    .form-card {
        padding: 1rem;
        border-radius: 0.5rem;
    }
    .form-input {
        padding: 0.87rem 1rem;
        font-size: 0.875rem;
    }
    .title-seciton h2 {
        font-size: 1.5rem !important;
    }
    .taketo-first p {
        font-size: 0.875rem;
    }
    .locations h5 {
        font-size: 1rem !important;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.5rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .property-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .managers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
}
