@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif !important;
}
body{
    font-family: "Inter", sans-serif !important;
}

    a{text-decoration: none;}
    a:hover{
        cursor: pointer;
        }
    li{text-decoration: none;
        
    }

    .header-top-sec{
        background-color: #1C1C1C;
        padding-block: 15px;
    }
  p{
    font-weight: 400;
  }
  h5{
    font-weight: 700 !important;
    font-size: 20px !important;
  }
   
 .btn-style{
    background: #B70009;
    color: #fff;
    padding: 11px 30px;
    text-decoration: none;
    display: inline-block;
    border-radius: 6px;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid #B70009;
 } 
 .btn-style:hover{
    background: #fff;
    color: #B70009;
    border: 1px solid #B70009;

 }

.banner-sec { 
    background: url("../images/bannerimage.jpg") no-repeat center center / cover;
 width: 100%; 
height: 100%; 
padding-block: 60px;
display: flex;
align-items: center;
height: 75vh;
}
.banner-form {
    min-height: 432px;
}

.rating-sec{
    background-color: #F9F8F2;
    padding-block: 80px;

   
}
.hiresec{
    background-color: #F9F8F2;
    padding-block: 80px;
   

}
.banner-form {
  width: 350px;
 
  border-radius: 6px;

  
}
.desk-header .container{
 

}

.header-top-sec .container  {
    /* max-width: 1600px; */
}
.form-top-btns {
  display: flex;
}

.tab-btn {

  padding: 10px 20px;
  background: #1c2a39;
  color: white;
  border: none;
  cursor: pointer;
  
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.tab-btn.active {
  background: #B70009;
}

.bannerform-content {
  background: white;
  padding: 20px;
}

.radio-group {
  display: flex;
 gap: 20px;
  margin-bottom: 10px;
}

input[type="email"],
input[type="password"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-group label{
    margin-bottom: 10px;
}
.form-group input::placeholder {
    color: transparent;
  }

.submit-btn {
  width: fit-content;
  padding: 10px;
  background-color: #1c2a39;
  border: 1px solid #1c2a39 !important;
  color: white;
  border: none;
  border-radius: 4px;
  position: relative;
  padding-inline: 20px;
  transition: all 0.4s ease-in-out;
}

.submit-btn:hover{
    background-color: #fff;
    color: #1c2a39;
    border: 1px solid #1c2a39;
}

section.about-sec {
    padding-block: 80px;
}
section.hiresec h4 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
}
.hiresec-btns a {
    background: #B70009;
    color: #fff;
    padding: 11px 100px;
    text-decoration: none;
    display: inline-block;
    border-radius: 6px;
   transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid #B70009;
}
.hiresec-btns a:hover{
    background: #fff;
    color: #B70009;
}

.hiresec-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
   
    margin-top: 25px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.footer{
    background-color: #1B2A38;
    color: #fff;
    padding: 15px;

}
.copy-r-text{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.copy-r-text p{
    margin-bottom: 0;
    font-size: 11px;
}
.w-line{
    margin-inline: 8px;
    background-color: #fff;
    height: 12px;
    width: 2px;
}
.h-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-end;
}
.h-contactcol a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: flex-end;
}
.header-top-sec p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
    padding-left: 8px;
}
.h-icons {
    width: 24px;
    height: 24px;
}
.h-icons img{
   width: 100%;
   height: 100%;
}
.header-top-sec p{
    margin-bottom: 0;
}

.h-div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
ul.menu-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
    
}

ul.menu-list a{
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
ul.menu-list a:hover{
    color: #B70009;
}

ul.menu-list a{
    margin-right: 40px;
}
ul.menu-list li:last-child a{
    margin-right: 0;
}
.desk-header {
    padding-block: 20px;
    border-bottom: 1px solid #E6E6E6;
}
section.hiresec h5 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}
.b-div {
    display: flex;
    justify-content: flex-end;
}
.rating-sec{
    padding-block: 80px;
}
.rating-sec h5{
    text-align: center;
}

.testimonial-slider {
    margin: 40px auto;
   
  }
  .testimonial {
   
    
    padding: 20px;
    text-align: center;
    border-radius: 10px;
  }
  .testimonial img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
.test-inner{
    border: 1px solid #D1D1D1;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}
.rating-sec .slick-prev
{

background: url("../images/left-arrow.svg") no-repeat center center / cover !important;
}

.rating-sec .slick-next{
    background: url("../images/right-arrow.svg") no-repeat center center / cover !important;

}

.rating-sec .slick-prev:before
{
font-size: 0 !important;
}

.rating-sec .slick-next:before{
font-size: 0 !important;

}
.test-inner {
    text-align: left;
}
.d-red-text{
color: #B70009;
font-weight: 700;

}
.d-blue-text{
color: #000000;
font-weight: 700;
}

.slick-dots li button:before {
    font-size: 13px !important;
    width: 20px;
    height: 20px;
    content: '•';
    opacity: .25;
    color: #B70009 !important;
    
}
.star-rating-outer {
    height: 24px;
}

.star-rating-outer img {
   
    height: 100%;
    text-align: left;
}
.star-rating-outer{
    margin-block: 20px;
}
.lisence-sec {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.lis-col1 {
    width: 30%;
}
.lis-col1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lis-col2{
    width: 70%;
    padding-left: 50px;
  
}
.ag-text{background: #fff; padding: 40px; margin-bottom: 60px;}
.lis-col2 {
    padding-block: 30px;
}
.rat-stars {
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
}
.map-container img {
    width: 100%;
}
.rat-stars p{
    margin-bottom: 0;
}
.about-agentcol1{width: 70%; padding-right: 30px;}
.about-agentcol2{width: 30%;}

.about-agentrow{display: flex; flex-wrap: wrap; margin-top: 50px;}


.tabs-wrapper {
    max-width: 1100px;
    margin: 30px auto;
    padding: 20px;
    
  }
  
  .tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }
  
  .tab-btn {
    padding: 12px 30px;
    font-weight: bold;
    background: #fff;
    border: 2px solid #c40000;
    color: #c40000;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .tab-btn.active {
    background-color: #c40000;
    color: white;
  }
  
  .tab-content {
    display: none;
  }
  
  .tab-content.active {
    display: block;
  }
  
  /* Property Cards */
  .property-card {
    display: flex;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
  }
  
  .property-img {
    width: 230px;
    height: 150px;
    object-fit: cover;
  }
  
  .property-details {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    width: 100%;
  }
  
  .left-info {
    max-width: 70%;
  }
  
  .badge {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    margin-bottom: 5px;
    border-radius: 3px;
  }
  
  .left-info h4 {
    margin: 5px 0;
    font-size: 18px;
  }
  
  .left-info p {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
  }
  
  .agent {
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .right-info {
    text-align: right;
  }
  
  .price {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
  }
  
  .sqft {
    font-size: 13px;
    color: #999;
  }



  .contact-card {
    /* border: 1px solid #e0e0e0; */
    padding: 20px;
    background-color: #fff;
    font-family: Arial, sans-serif;
    max-width: 320px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }
  
  .contact-card h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .map-container iframe {
    width: 100%;
    height: 160px;
    border: 0;
    border-radius: 6px;
    margin-bottom: 15px;
  }
  
  .address {
    font-size: 14px;
    color: #444;
    margin-bottom: 15px;
  }
  
  .icon {
    margin-right: 5px;
  }
  
  .contact-info div {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    
    padding: 8px 0;
  }
  
  .contact-info div:first-child {
    border-top: none;
  }
  
  .contact-info a {
    text-decoration: none;
    color: #888;
    font-size: 14px;
  }
  
  .social-links {
    text-align: center;
    margin-top: 20px;
  }
  
  .social-links p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .social-links .icons a {
    display: inline-block;
    margin: 0 5px;
  }
  
  .social-links .icons img {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(7481%) hue-rotate(349deg) brightness(97%) contrast(116%);
    transition: transform 0.3s ease;
  }
  
  .social-links .icons img:hover {
    transform: scale(1.2);
  }
  .agent-outer {
    background: #F5F5F5;
    padding-block: 80px;
}
  
a.call-btn{
    background: #fff;
    color: #B70009;
    padding: 11px 30px;
    text-decoration: none;
    display: inline-block;
    border-radius: 6px;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid #B70009;
}

.header-main .container-fluid {

    padding-left: 0;
    padding-right: 0;
}

.custom-top-header{


}

.top-header {

  
    /* padding: 20px 20px; */
    background-color: black;
    width:100%;
    height:40px;
    display: flex;
    align-items: center;
     
}

.top-header-inner{
    width:100%;
    max-width: 1140px;
    display: flex;
        align-items: center;
        justify-content: flex-end;
        /* border: 1px solid #fff; */
        padding-right: 15px;
        gap: 50px;
        margin: auto;
}

.header-phone {
    display: flex;
    color: #fff;
    font-size: 15px;
}

.head-mail {
    display: flex;
    color: #fff;
    font-size: 15px;
}
.header-phone a{

    color:#fff;
    text-decoration: none;
}

.head-mail a{

    color:#fff;
    text-decoration: none;  
}

.header-phone img {
    padding-right: 7px;
}
.head-mail img {
    padding-right: 7px;
}

.hamberg-div{

    display: none;
}

.header-menus {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.header-list-div{

    width:100%;
    height:auto;
    padding-block: 8px;
}

.logo-div{

    /* border:1px solid green; */
    width: 150px;
    /* height:50px; */
    display:flex;
    align-items: center;
    justify-content: center;
}
.logo-div img{
    width:100%;
    height:auto;
}

.menu-items ul{

    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap:25px;
    margin: 0;
    padding: 0;
}

.menu-items ul li a{

    text-decoration: none;
    color:black;
    font-weight: 600;
    font-size: 16px;
}


/* home slider section css start ........................... */

.home-slider-sec{

    background: url(../images/header-img.png) no-repeat;
    width:100%;
    height: auto;
    background-size: cover;
    background-position: center;
    padding:60px 0px 60px 0px;
}

.home-fileds {

    /* border:1px solid green; */
    display: flex
    ;
        width: 100%;
        margin-top: 30px;
        align-items: end;
        gap: 20px;
}


.home-box1{

    width:16%;
    /* border:1px solid blue; */

}
.home-box1 label{
    
    font-size: 15px;
    color: #fff;
    text-align: left;
    width: 100%;
    margin-bottom: 17px;
}

.home-box1 input{

    width:100%;
    height: 40px;
    border-radius: 6px;
    border:1px solid #eaeaea;
    padding-inline: 10px;

}

.home-condent h4{
    color:#fff;
    font-size: 19px;
    font-weight: 400;

}

.home-fileds .home-box1:last-child input[type="submit"]{

    background: #b70009;
    text-transform: capitalize;
    border: 1px solid #b70009;
    color: #fff;
    font-size: 16px;

} 



.home-box1 {
    position: relative;
    margin-bottom: 1rem;
  }
  
  .custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  .custom-select select {
    width: 100%;
    padding: 10px 40px 10px 10px; 
    font-size: 16px;
    border: 1px solid #ccc;
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    background-color: #fff;
    background: url('../images/downicon1.svg') no-repeat right 11px center;
    background-size: 22px;
    color:#fff;

  }

  .custom-select select:focus {
    border: none;
    outline: none; /* optional: removes the default blue outline */
  }
  
  .dropdown-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    color: #555;
  }
  

  .dropdown-icon::before {
    /* content: "\f078";  */
  }
  



  .table-sec{

    padding-top: 70px;
    padding-bottom: 50px;
  }

  .table-outer p{

    color:black;
    font-size: 19px;
    text-align: left;
    padding-bottom: 20px;
    font-weight: 500;
  }

  .table-container {
    overflow-x: auto;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
    margin: 20px 0;
  }
  

  /* .table-sec .table-outer .table-container .dataTable.custom-table */
  .table-sec .table-outer .custom-table {
    width: 100% !important;
    border-collapse: collapse;
    min-width: 700px;
    font-family: Arial, sans-serif;
    background: #b50000;
  }
  
  .custom-table tbody {
    background: #fff;
}

  .custom-table thead {
    background-color: #b50000;
    color: #fff;
    font-weight: bold;
  }

  
  
  .table-sec .custom-table th,
  .custom-table td {
    padding: 12px 6px 12px 17px !important;

    text-align: left;
    white-space: nowrap;
    font-weight: 400;
    font-size: 15px;
  }
  
  .custom-table tbody tr {
    border-bottom: 1px solid #cbcbcb;
  }
  
  /* .custom-table tbody tr:last-child {
    border-bottom: none;
  }
   */

   .custom-table tbody tr:last-child {
    border-bottom: 1px solid #c1c1c1;
}
  
  
  .table-sec .dataTables_length{
    /* border:1px solid blue; */
        margin-top: 4px;
        margin-bottom: 4px;
        height: 100%;
        padding-bottom: 6px;
    
    }
    
    
    
    .table-sec .dataTables_length label {
        font-size: 15px;
        color: black;
    padding-left: 10px;
    height: 30px;
     display: flex;
      align-items: center;
    
    }
    
    
    .table-sec .dataTables_length label select {
    border: 1px solid #dadada;
        font-size: 15px;
        margin-right: 8px;
        margin-left: 8px;
        padding: 0;
        height: 28px;
        padding-inline: 3px;
        cursor: pointer;
    }
    


    .table-sec .dataTables_filter {

      /* border:1px solid green; */
          display: flex;
          justify-content: center;
          align-items: center;
          height: 38px;
      
      
      }
      
      .table-sec .dataTables_filter label{
      
      font-size: 15px;
          color: black;
          padding-right: 8px;
          height: auto;
          display: flex;
          align-items: center;
      
      }
      
      
      .table-sec .dataTables_filter label input{
      
      border: 1px solid #ebebeb;
          border-radius: 3px;
          padding: 5px;
          background-color: transparent;
          color: #000000;
          margin-left: 8px;
          height: 28px;
          width: 125px;
      
      
      }
      
      
      .custom-table tbody tr {
        border-left: 8px solid #fff;
        border-right: 8px solid #fff;
    }
      
    .table-sec .table-container .dataTables_info{

      padding-left:10px;
      font-size:15px;
        color:black;
        padding-top: 14px;

      } 


      .table-sec .table-container .dataTables_paginate {
        /* border: 1px solid red; */
        display: flex
    ;
        justify-content: center;
        align-items: center;
        padding-top: 8px;
        padding-bottom: 2px;
    }


    .table-sec .table-container .dataTables_paginate span a {
      padding: 0px 6px;
      display: flex
  ;
      align-items: center;
      justify-content: center;
  }

  .table-sec .table-outer .table-container .dataTables_paginate .previous {

    color:black !important;
        font-size:15px;
        cursor: pointer !important;
    }

    .table-sec .table-outer .table-container .dataTables_paginate .next{

      color:black !important;
      font-size:15px;
      cursor: pointer !important;
    }

  .table-sec .dataTables_wrapper.no-footer{
   padding: 10px 0px 10px 0;

  }






  .table-sec table.dataTable thead>tr>th.sorting_asc:before{

    opacity: 0 !important;
  }

  .table-sec table.dataTable thead>tr>th.sorting:after{
    opacity: 0 !important;

  }
  .table-sec table.dataTable thead>tr>th.sorting:before{

    opacity: 0 !important;
  }
  .table-sec table.dataTable thead>tr>th.sorting:before{

    opacity: 0 !important;
  }

  /* .custom-table thead tr th:nth-child(7){text-align: center;} */

  /* .custom-table tbody tr td:nth-child(7){text-align: center ;} */
  .custom-table tbody tr td:nth-child(7){padding-left:60px !important;}



  .table-sec .custom-table th {
    border-bottom: 0;
}

.custom-table tbody tr td {
  padding-left: 18px !important;
}
/* responsive */

@media screen and (max-width: 768px) {
    .custom-table th,
    .custom-table td {
      padding: 10px;
      font-size: 14px;
    }
  }



  /* new added css for the choice page ....................................... */





  .choice-sec{

    border:1px solid black;
    padding:60px 0px 60px 0px;

  }

  .choice-table-div{


/* border:1px solid blue; */
width:100%;
height:auto;
padding:10px;


  }



  .choice-table-container {
    padding: 20px 0;
    width: 100%;
  }
  
  .choice-table-container p{

    font-weight: 500;
    margin-bottom: 45px;
    font-size: 22px;

  }
  /* .table-heading {
   
  } */
  
  .table-responsive {
    overflow-x: auto;
  }
  
  .styled-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    font-family: sans-serif;
    text-align: center;
  }
  
  .styled-table thead tr {
    background-color: #b20000;
    color: white;
  }
  
  .styled-table th{

    padding: 12px 16px;
    vertical-align: middle;
    font-weight: 500;
    font-size: 17px;
  }
  
  .styled-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;

  }
  
  .styled-table tbody tr:last-child td {
    border-bottom: none;
  }
  







  .custom-checkbox1 {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  
  .custom-checkbox1 input {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
  }
  
  .custom-checkbox1 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #393939;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
  }
  
  .custom-checkbox1 input:checked + .checkmark::after {
    content: "✔";
    position: absolute;
    color: black;
    font-size: 14px;
    left: 3px;
    top: -1px;
  }
  


  /* second section of the choice page .........................................*/


.choice-cards-row{

  padding-top: 65px;
}


.choice-cards-row h4{

  font-size: 22px;
  color:#000;
  padding-bottom: 30px;
  font-weight: 500;
}

  .choice-box1{

    border:1px solid #c2c2c2;
    border-radius: 10px;
    height: auto;
    width: 100%;
    display: flex
    ;
        flex-direction: column;
        flex-wrap: wrap;
  }

  .choice-a1{


    height:55px;
    width:100%;
    background: #b20000;
    border-radius: 7px 7px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 15px;
  }

  .choice-title-div {

}

.choice-title-div span{

  color:#fff;
  font-size: 17px;
  
}

.choice-name-div span{

  font-size: 17px;
  color:#fff;
}
.choice-name-div span:nth-child(1){

  text-transform: uppercase;
}


.choice-a3 {
  margin: 10px;
}

.choice-a2{

  /* border:1px solid green; */
  padding:25px;
  width:100%;
  height:auto;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}

.choice-add1{
  /* background: #a5a5a5; */
  padding-right: 18px;


}
.choice-add2{

  /* background: #baf0d8; */
  padding-left: 18px;

}

.choice-add1 p {
  margin: 0;
  font-size: 15px;
  padding-bottom: 30px;
  color: grey;
}
.choice-add1 p strong{
  color:black;
  font-weight: 500;
}

.choice-add1 p:last-child{

  padding-bottom: 0;
}

.choice-add2 p:last-child{

  padding-bottom: 0;
}

.choice-add2 p {
  margin: 0;
  font-size: 15px;
  padding-bottom: 30px;
  color: grey;
}
.choice-add2 p strong{
  color:black;
  font-weight: 500;
}

.choice-text-main{

  background: #f9f8f2;
  /* border:1px solid blue; */
  padding: 10px
}

.choice-text-main span{

  color:black;
  font-size: 15px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 4px;
  display: flex
;
}

.choice-text-main p{

  text-align: left;
  font-size: 15px;
  color:grey;

}
