
body {
    font-family: 'Poppins', sans-serif; 
}

.text_yellow {
    color: #F8A01B;
}

/* Font Size Utility Classes (Using rem for better responsiveness) */
.font-44 { font-size: 2.75rem; } /* 44px */
.font-38 { font-size: 2.375rem; } /* 38px */
.font-34 { font-size: 2.125rem; } /* Added for testimonial number, approx 34px */
.font-32 { font-size: 2rem; } /* 32px */
.font-24 { font-size: 1.5rem; } /* 24px */
.font-20 { font-size: 1.25rem; } /* 20px */
.font-18 { font-size: 1.125rem; } /* 18px */
.font-16 { font-size: 1rem; } /* 16px */
.font-14 { font-size: 14px; } /* 16px */
.font-72 {font-size: 60px;}
.font-22 { font-size: 22px;}
.font-10 { font-size: 10px;}
.font-12 { font-size: 12px;}

.fw-600{
     font-weight: 600
}
 .line-height-27{
     line-height: 27px;
 }

.nav-bar li {
    font-size: 16px;
}

.opt-btn {
    background-color: #F8A01B; 
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s;
}

.btn_yellow
{
    background-color: #F8A01B;
}

.btn_yellow:hover,
.btn_yellow:focus {
    background: #F8A01B;
    /* color: #fff; */
}

.opt-btn:hover {
    background-color: #F8A01B;
}

.menu-list {
    transition: transform 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
    .menu-list {
        position: fixed;
        top: 0;
        right: 0;
        width: 70%; 
        max-width: 300px;
        height: 100%;
        background-color: white;
        z-index: 1000;
        padding-top: 60px;
        box-shadow: -4px 0 10px rgba(0,0,0,0.2);
        transform: translateX(100%); 
        display: block !important; 
    }


    .menu-list.active {
        transform: translateX(0); 
    }

    .menu-list ul {
        padding: 0 20px;
    }
    .menu-list li {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
     .container {
        padding: 0px 20px !important;
        overflow: hidden;
    }
    .contact-us .contact-right {
    background-color: #fff;
    padding: 30px 25px !important;
}
}

 .section-4 { margin-top: 50px; }
.section-2 { margin-top: 40px; }
.section-3 { margin-top: 40px; } 
.section-5, .section-6 { margin-top: 80px; }


.section-2 hr, .section-3 hr, .section-4 hr, .section-5 hr, .section-6 hr {
    border: none;
    height: 4px;
    background-color: #F8A01B;
    margin-top: 0.5rem;
    opacity: 1; 
}



.quote-text {
    line-height: 1.6;
    font-weight: 400; 
    color: #333; 
    font-style: italic; 
}



.author-block {
    display: flex;
    align-items: center; 
    margin-top: 1.5rem !important;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
    color: #F8A01B;
}

.our_goals {
    width: 100%; 
    max-width: 100%;
    height: 400px;
    object-fit: cover; 
    border-radius: 8px;
}
.section-4  img
{
   width:-webkit-fill-available;

}

.section-2  img
{
   width:-webkit-fill-available;

}



.form-section {
    background-color: #efeded; 
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.form-section input,
.form-section textarea {
    width: 90%;
    border: 1px solid #ccc;
    padding: 0 15px;
    outline: none;
    border-radius: 5px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.form-section input:focus,
.form-section textarea:focus {
    border-color: #F8A01B;
}

.form-section textarea {
    height: 100px;
    resize: none;
    padding-top: 10px;
}

.form-section input {
    height: 45px;
}

.form-section button {
    width: 90%;
    background-color: #F8A01B;
    border: none;
    color: black;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s;
}

.nav-bar li:hover  {
  color: #F8A01B;
}

.form-section button:hover {
    background-color: #F8A01B;
}

.footer-custom {
    background-color: #F8A01B !important; 
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #e0f7ff !important;
}

.social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;

    font-size: 1.5rem; 
    
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.social-link:not([href^="mailto:"]) {
    background-color: white;
    color: #000;
}

.social-link[href^="mailto:"] {
    background-color: #000;
    color: white;
}

.social-link:not([href^="mailto:"]):hover {
    background-color: #000;
    color: white;
    transform: scale(1.1);
}

.social-link[href^="mailto:"]:hover {
    background-color: white;
    color: #000;
    transform: scale(1.1);
}

.text_yellow
{
    color: #F8A01B;
}

#backToTopBtn
{
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: none;
  z-index: 999;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background-color: #F8A01B;
  border: none;
  color: rgb(0, 0, 0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  outline: 1px solid black;
}



.font-80
{
    font-size: 80px;
}

/* .nav-bar li a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
} */

.nav-bar li a:hover 
{
  color: #F8A01B !important;
}

.btn_yellow
{
    background-color: #F8A01B;
}
.section-1
{
    position: relative;
    width: 100%;
   
    background: url("../images/section-1.png") center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}
.max_width
{
    max-width: 885px;
}
.testimonial-img
{
    max-height: 470px;
}

.section-4{
    background-color: #f4f4f4;
}

.section-2{
    background-image: url(./images/backgroundimg.png);
}

.section-5 img{
    max-height: 500px;
}
.section-6 p{
    max-width: 700px; 
    margin-right: auto ;
    margin-left: auto;
    color: #8c8c8c !important;
      
      font-weight: 500;
      
}
.section-6
{
    background-color: #f0f0f0f4;
}

.stars i {
    font-size: 20px;
    color: #ffb900; /* Dark yellow */
}

/* .nav-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent !important;
  color: white;
} */

.icon-box {
  width: 60px;
  height: 60px;
  background: #e8f0ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-box
{
    background-color: #f3f3f3;
      min-height: 270px;
}

.hero-section {
  background-color: #f7f7f7; /* Light BG like screenshot */
}

.hero-img {
  max-height: 360px;
  object-fit: cover;
}
.feature-box P{
    font-size: 15px;
    line-height: 27px;
     margin-bottom: 0px;
     color:#8c8c8c !important;
      font-weight: 500;
}

.feature-box h5{
     margin-top: 7px;
    line-height: 25px;
     font-weight: 500;
}
.section-1 .main-sub{
     line-height: 27px;
}

.Reliable p{
     line-height: 27px;
}
.Reliable  h2{
     font-size: 22px;
     line-height: 25px;
      font-weight: 600;
}

.inspect-detail .inspect-heading h2{
     font-size: 23px;
     line-height: 25px;
      font-weight: 600;
       margin-bottom: 30px;
}
.inspect-detail .benifit-des h4{
     font-size: 17px;
     line-height: 25px;
      font-weight: 600;
       margin-bottom: 0px;
}
.inspect-detail .benifit-des p{
     font-size: 15px;
    line-height: 27px;
    font-weight: 500;
     color: #8c8c8c;
     margin-bottom: 0px;
}
.inspect-detail .benifit-dtl  i{
color: #f8a01b;
 padding-top: 5px;
}

.Earn-money p{
    line-height: 27px;
    color: #8c8c8c !important;
      font-size: 15px;
      font-weight: 500;
       margin-bottom: 6px;
      
}

.Earn-money h6{
    font-size: 16px !important;
     line-height: 25px !important;
      font-weight: 600 !important;
      
}
.Earn-money i{
    font-size: 24px;
    color: #f8a01b;
    padding-top: 6px;
    
}
.Earn-money h2{
        font-size: 23px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    
}
.Property-owner P{
    line-height: 27px;
    color: #8c8c8c !important;
      font-size: 15px;
      font-weight: 500;
}

.footer-appstore{
    width: 160px;
}
.clr-8c8c8c{
    color: #8c8c8c !important;
}

.modal-backdrop.fade {
  opacity: 0.1 !important;
}

#messageOptionModal .modal-dialog {
    max-width: 1200px;
     margin: auto;
     z-index: 9999;
}
#messageOptionModal  .modal-content {
    
    border-radius: 20px;
}
#messageOptionModal  .modal-content .modal-body  p {
    line-height: 29px;
}
#messageOptionModal  .modal-content .modal-body  .signin-form {
      padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
#messageOptionModal  .modal-content .modal-body  .signin-form label {
      
 line-height: 27px;
}
#messageOptionModal  .modal-content .modal-body  .signin-form .form-control {
      font-size: 14px !important;
}

.contact-us .contact-left .contact-main h4 {
    color: #f8a01b;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    
}
.contact-us .contact-left .contact-main .line {
    width: 26%;
    height: 4px;
    background-color: #f8a01b;
}
.contact-us .contact-left .contact-main {
    margin-bottom: 25px;
}
.contact-us .contact-left .contact-deatil p {
    font-size: 18px;
    line-height: 32px;
    color: #565353;
}
.contact-us .contact-left .contact-deatil ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 40px;
}
.contact-us .contact-left .contact-deatil ul li {
    margin-bottom: 38px;
    display: flex;
    gap: 20px;
     align-items: center;
} 
.contact-us .contact-left .contact-deatil ul li i {
    font-size: 30px;
    color:#f8a01b ;
}
.contact-us .contact-left .contact-deatil ul li span{
    color:#565353 ;
}
.contact-us .contact-right {
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
}
.contact-us .contact-right .contact-right-heading h4 {
    color: #f8a01b;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 22px;
}
.contact-us .contact-right form .form-data-input input {
    height: 44px;
    border: 1px solid #000;
    font-size: 15px;
    margin-bottom: 26px;
}
.contact-us .contact-right form .form-data-input textarea {
    border: 1px solid #000;
    height: 122px;
    margin-bottom: 26px;
    font-size: 15px;
}
.contact-us .contact-right form .form-data-input .submit-btn .btn {
    background-color: #f8a01b;
    color: #fff;
    font-size: 18px;
    padding: 11px 26px;
    border-radius: 30px;
    transition: all 0.3s;
}
.contact-us {
    background-color: #fff;
    padding: 50px 0px;
}

.container {
    max-width: 1440px;
    padding: 0px 60px ;
    margin: auto;
}
button.opt-btns{
    max-width: 180px;
    width: 100%;
    background: #f69f1b;
    border: 0px;
    height: 42px;
    border-radius: 10px;
    font-size: 16px;
     margin-top: 14px;
}
#messageOptionModal .modal-content .modal-body label {
    line-height: 29px;
}


@media (max-width: 767.98px) {
    .container {
        padding: 0px 16px !important;
    }
}
@media (max-width: 575.98px) {
    .font-72 {
    font-size: 30px;
     line-height: 40px;
}
.hero-btns{
    width: 100% !important;
}
}