/* styles.css */

body {
  font-family: 'Segoe UI', sans-serif;
}

.top-bar {
  font-size: 0.875rem;
}

.hero-section {
  background: 
    linear-gradient(90deg, rgba(25, 47, 56, 0.5) 40%, rgba(255, 255, 255, 0.2) 100%),
    url('../images/hero.jpg') center center/cover no-repeat;
  height: 90vh;
  position: relative;
  padding: 3rem 0;
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}

.sell-section {
  background: 
    linear-gradient(90deg, rgba(25, 47, 56, 0.5) 40%, rgba(255, 255, 255, 0.2) 100%),
    url('../images/low-angle-shot-brown-concrete-building-with-arch-windows.jpg') center center/cover no-repeat;
  height: 40vh;
  position: relative;
  padding: 3rem 0;
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}
.sell-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.029); /* full-section dark overlay */
  z-index: 0;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.029); /* full-section dark overlay */
  z-index: 0;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}




.hero-section h1 {
  color: #ffffff;
 /* warm beige */
  font-size: 3.75rem;
  line-height: 1.3;
  font-weight: 700;
}

.hero-section p {
  color:#ffffffdd;
  margin-top: 1rem;

  font-weight: 500;
}

.cta-btn-g {
  background-color: #6D7933; /* olive green */
  color: #fff;
  border-radius: 40px;
  font-weight: 600;
  border: none;
  transition: 0.3s;
}

.cta-btn-g:hover {
  background-color: #759f2b;
  color: #fff;
}
.benefits-section {
  background-color: #e4dab0; /* Olive green */
}

.benefit-card {
  background-color: #934B29; /* Terracotta */
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 10px;
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}




.hero_title{
    width: 60%;
  }
@media (max-width: 768px) {
  .hero-section {
    height: auto;
    padding: 4rem 1.5rem;
    text-align: center;
  }

  .hero-section .container > div {
    max-width: 100% !important;
  }

  .hero-section h1 {
    font-size: 2rem;
    
  }

  .hero-section p {
    font-size: 1.125rem;
  }

  .cta-btn-g {
    padding: 0.75rem 1rem;
  }
}



.hero-section .container {
  position: relative;
  z-index: 2;
}

.btn-orange {
  background-color: #ED472A;
  color: #fff;
  border: none;
  font-size: 18px;
}

.btn-orange:hover {
  background-color: #c9530f;
}

/* Hide close icon by default, styled like X */
.navbar-toggler .close-icon {
  line-height: 1;
  color: #333;
  position: absolute;
  top: 8px;
  right: 10px;
}

/* For main headings, buttons, CTAs */

.color-o{
  color: #ED472A;
}

.color-g{
  color: #90be3e;
}

.cta-btn-o{
  background-color: #ED472A;
  padding: 9px 18px;
  color: #f8f9fa;
  font-weight: 500;
  text-decoration: none;
  border-radius: 20px;


}
.cta-btn-o:hover{
  color: #fff !important;
  background-color: rgb(189, 76, 23);

}

.cta-btn-g{
  background-color: #90be3e;
  padding: 9px 18px;
  color: #f8f9fa;
  font-weight: 500;
    text-decoration: none;
  border-radius: .3rem;

}

.cta-btn-g:hover{
  background-color: #5a6817;
  color: #fff !important;

  
}

.justifybt{
  justify-content: space-between !important;
}

.quick-sale-section {
  background-color: #f8f9fa;
}

.quick-sale-section h2 {
  font-weight: 600;
}



.process-section {
  background-color:#e4dab0; /* Warm Beige */
  padding: 60px 20px;
  text-align: center;
}

.section-title {
  font-size: 32px;
  color: #ED472A; /* Terracotta */
  margin-bottom: 40px;
  font-weight: 700;
}

.steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    position: relative;
    width: 24%;
}

.step-img img {
  width: 70px;
  margin-top: 10px;
  height: 70px;
  object-fit: contain;
 
  padding: 5px;
}

.step-number {
  background-color: #90be3e; /* Olive Green */
  color: white;
  font-weight: bold;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -14px;
  left: calc(50% - 14px);
  font-size: 14px;
}

.step h5 {
  font-size: 24px;
  color: #ED472A; /* Terracotta */
  margin: 10px 0;
  font-weight: 600;
}

.step p {
  font-size: 14px;
  color: #333;
}

.bg-o{
  background-color:#F1E9DA ;
}

 .section-title-1 {
      font-size: 2.8rem;
      font-weight: 700;
      text-align: center;
    }
    .section-title-1 span {
      color: #90be3e; /* Olive Green */
    }
    .subtitle {
      text-align: center;
      font-size: 1.5rem;
      margin-left: 10px;
      margin-right: 10px;
      color: #000;
      margin-bottom: 2rem;
    }
    .icon-img {
      height: 57px;
     
    }
    .item-title {
      margin-top: 10px;
      font-weight: 600;
      font-size: 20px;


    }
    .item-col {
      text-align: center;
      margin-bottom: 30px;
    }

    .ul-flex{
      display: flex;
      align-items: center;
      justify-content: flex-start;
       gap: 1rem;
      
    }

    .difference-section {
    padding: 60px 0;
    background: #fff0e4;
}

.difference-section .sub-heading {
  color: #90be3e; /* Olive Green */
  font-weight: 600;
  font-size: 18px;
  border-bottom: 3px solid #90be3e;
  display: inline-block;
  margin-bottom: 15px;
}

.difference-section .main-heading {
  font-size: 34px;
  color: #ED472A; /* Terracotta */
  font-weight: bold;
  margin-bottom: 20px;
}

.difference-section p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

.difference-section .points {
  margin-top: 20px;
}

.difference-section .point {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.difference-section .point img {
  width: 28px;
  height: 28px;
  margin-right: 12px;
}

.difference-section .point p {
  margin: 0;
font-size: 18px;
  color: #333;
}
.quick-sale-section ul li {
  font-size: 18px;
  color: #333;
}
section {
    overflow: hidden;
}

/*Acordian css*/

.Learn_more_scn {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 50px 0 80px 0;
}
.Learn_more_scn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: url(../images/accor_footer.svg) no-repeat center center;
    background-size: cover;
}

.Figure_how {
    font-weight: 700;
    font-size: 22.42px;
    line-height: 37.37px;
    color: #9350E7;
    border-radius: 934.29px;
    padding-top: 7.47px;
    padding-right: 14.95px;
    padding-bottom: 7.47px;
    padding-left: 45px;
    background: #71391E0F;
    display: inline-block;
    position: relative;
	margin-bottom: 25px;
}
.Figure_how:before {
    content: "";
    width: 18.685720443725586px;
    height: 18.685720443725586px;
    background: #9350E7;
    border-radius: 10px;
    position: absolute;
    top: 16px;
    left: 15px;
}
.Learn_more_scn .title {
    color: #141011;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
}
.Learn_more_scn .title span{
    color: #9350E7;
	display: block
}

.category_acc {display:block;}
.accordion_bx {
    margin: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
	
}
.accordion_bx:last-child {
    margin: 0;
    border: none;
    padding: 0;
}
.accordion_bx:first-child .accordion_Cl {
    margin-top: 0;
}
.accordion_Cl {
    color: #0D0D0D;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    position: relative;
    padding: 20px 45px 12px 0;
    font-weight: 700;
    font-size: 18.69px;
    line-height: 28.03px;
}
.accordion_Cl:before {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    background: url("../images/accordion_dn_arrow.svg")  no-repeat center center;
    z-index: 9;
    width: 44px;
    height: 44px;
    background-size: 43px;
}
/*.accordion_Cl:hover:before { background: url(../images/accordion_up_arrow.svg)  no-repeat -20px 0px;}*/
.accordion_bx_Add .accordion_Cl:before {
    width: 44px;
    height: 44px;
    background-size: 43px;
    transform: rotate(180deg);
}
.accordion_Cl:hover, .accordion_bx_Add .accordion_Cl {transition: 0.5s all ease;}
.accordion_Show {
    padding: 0 55px 0 0;
    text-align: left;
    display: none;
}
.accordion_Show p {
    color: #4E4E4E;
    padding: 0 0 0px;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 17px;
}
.accordion_Show1{display: block}

.acc_content ul li {
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
    padding: 0 0 13px 30px;
    position: relative;
    color: #000;
}
.acc_content ul li:before {
    content: "";
    position: absolute;
    width: 14.000000953674316px;
    height: 10.200000762939453px;
    top: 6.9px;
    left: 0px;
    background: url(../images/accordion_dn_arrow.svg) no-repeat;
}

/*Acc Rigth*/
.accordion_right {
    display: grid;
    gap: 15px;
    padding-left: 20px;
}
.accordion_right img {
    border-radius: 14.95px;
    object-fit: cover;
}
.bnr_right {
    display: flex;
	flex-wrap: wrap;
}
.bnr_right_bx {
    width: 45%;
}
.bnr_right_bx_1 {
    min-height: 67%;
}
.bnr_right_bx_2 {
    min-height: 33%;
}
.bnr_right_bx2 {
    width: 55%;
}
.bnr_right_bx2 img {
    height: 100%;
}
.bnr_right img {
    padding: 5px;
    object-fit: cover;
    border-radius: 15px;
}



.ftr_scn {
    display: flex;
    align-items: center;
    background: #2D2D2D;
    flex-wrap: wrap;
}
.ftr_left {
    width: 43%;
}
.ftr_left img {
    min-height: 550px;
    object-fit: cover;
}
.ftr_right{
	width: 57%;
	background: #2D2D2D;
	padding: 40px;
}
.form-group {
    margin-bottom: 20px;
}
.ftr_right_in {
    max-width: 550px;
    width: 100%;
}
.ftr_right_in .title {
    color: #ffffff;
}
.ftr_right h2 {
    color: #fff;
}
.ftr_right_in .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #8C8C8C;
    background-color: #F9F8F2;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none !important;
    box-shadow: none;
}
.ftr_right_in textarea.form-control {
    height: 120px;
}
.ftr_right_in .sub_btn {
    width: 220px;
    padding: 16px 10px 12px 10px;
    text-align: center;
    line-height: 22px;
    text-transform: initial;
    font-weight: 400;
}
.ftr_right_in .sub_btn svg path {
    fill: #000;
}
.ftr_right_in .sub_btn svg {
    fill: #000;
    margin-left: 10px;
}
.ftr_right_in .sub_btn:hover svg path {
    fill: #fff;
}





/*Footer*/
.footer{
	background: #F1E9DA;
	padding: 40px 0;
}
.footer p, .footer p a {
    color: #3e3e3e;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}
.ftr_logo_dv {
    padding-right: 70px;
}
.ftr_logo{
	display: block;
	margin-bottom: 15px;
}

.ftr_logo img {
    max-width: 100px;
    margin-bottom: 20px;
}
.ftr_logo_dv p{
	color: #3e3e3e;
	font-size: 16px;
}
.ftr_menu h4{
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	text-transform: uppercase;
	color: #3e3e3e;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
.ftr_menu h4:before{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100px;
	height: 1px;
	background: #3e3e3e;
}
.socual_media{
	display: flex;
  color: #000;
	align-items: center;
}
.socual_media a{
	display: flex;
	width: 50px;
	height: 50px;
	border: 1px solid #8C8C8C;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	
    margin-right: 15px;
}
.socual_media a:hover {
	display: flex;

    background: #fff;
	
}
.socual_media a svg path {
    fill: #000;
	transition: 0.5s all ease;
}

.copy_rt{
	background: #353635;
}
.copy_rt_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.copy_rt p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    text-decoration: none;
}
.copy_rt p a {
    color: #fff;
    text-decoration: none;
}

/* Underline on hover for nav links */
.navbar .main-menu .nav-item {
    padding: 0 15px 0 15px;
}
.navbar .main-menu .nav-link {
    position: relative;
    color: #333;
    transition: color 0.3s ease;
    padding: 0 0px 0 0px;
    font-size: 17px;
}
.navbar .main-menu .nav-link:hover {
    color: #934B29;
    transition: color 0.3s ease;
}
.main-menu .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #ED472A; /* Brand color */
  transition: width 0.3s ease;
}

.main-menu .nav-link:hover::after {
  width: 100%;
}

.main-menu .dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
  animation: fadeIn 0.3s ease-in-out;
}

.sell-property-img {
  max-width: 80%;
}
/* Positioning each step */
.step-1 {
  top: 140px;
  left: 0%;
}
.step-2 {
  top: 60px;
  left: 25%;
}
.step-3 {
  top: 140px;
  left: 50%;
}
.step-4 {
  top: 60px;
  left: 75%;
}

.rounded-circle {
    border-radius: 50% !important;
}
.rounded-circle {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.sub-info{
    font-weight: 600;
 
    color: #759f2b;
}

.display-30 {
    font-size: 0.9rem;
}


/* Responsive */
@media (max-width: 1100px) {
  .container, .container-md, .container-sm {
      max-width: 100%;
  }
  .accordion_right {
    padding-left: 0;
}
}
@media (max-width: 768px) {
  .steps {
    flex-direction: column;
    align-items: center;
    gap: 2rem;

  }
  .step {
    width: 90%;
  }

  .opennest-process_text{
    text-align: center;
  }
  .hero_title{
    width: 100%;
  }
  .ftr_left {
      width: 100%;
  }
  .ftr_left img {
    min-height: auto;
}
  .ftr_right {
    width: 100%;
    padding: 25px;
}
.accordion_right {
    margin-top: 20px;
}

}

@media (max-width: 767px) {
  .ftr_left {
      width: 100%;
  }
  .ftr_left img {
    min-height: auto;
}
  .ftr_right {
    width: 100%;
    padding: 25px;
}
.accordion_right {
    margin-top: 20px;
}



.bnr_right_bx2 img {
    height: 100%;
}
.Learn_more_scn .title {
    font-size: 28px;
    line-height: 38px;
}
.accordion_Show p {
    font-size: 15px;
}
h2.fw-bold.mb-3.color-o {
    margin-top: 20px;
}
.inner_banner {
    height: auto !important;
}
}
 


/* Container */
.testimonial-slider {
  position: relative;
  overflow: hidden;
  max-width: 900px;
  margin: auto;
}

/* Slides */
.testimonial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(20px);
  transition: all .2s ease-in;
  background: #fff;
  padding: 30px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
  border-radius: 12px;
  text-align: center;
}
.testimonial.active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
}

/* Text */
.testimonial .quote {
  font-size: 20px;
  font-weight: bold;
  color: #934B29;
  margin-bottom: 10px;
}
.testimonial .description {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  font-style: italic;
}
.testimonial .author {
  margin-top: 15px;
  font-weight: 600;
  color: #6D7933;
}



/* Dots */
.dots {
  text-align: center;
  margin-top: 15px;
}
.dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.dots span.active {
  background: #934B29;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial { padding: 20px; }
  .testimonial .quote { font-size: 18px; }
  .testimonial .description { font-size: 14px; }
  .nav { font-size: 20px; padding: 6px 10px; }
}

.contact_no{
  color: #fff !important;

   background-color: #6D7933; /* olive green */
  border-radius: 40px;
  font-weight: 600;
  border: none;
  
}
