
@media only screen and (max-width: 600px) {
.slider-item{
    height: 230px !important;
}
.sliderimage{
    max-height: 400px;
    height:100% !important;
}
.locationlist{
    padding-top: 136px !important;
}
}

/* property slider */
/* General styles for the slider container */
.properties-slider2 {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  
  .single-properties {
    flex: 0 0 100%;
    max-width: 100%;
    transition: transform 0.5s ease-in-out;
  }
  
  .item-single {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  /* Equal-height cards: the owl carousel wraps each slide in .owl-item, so
     stretch those (and everything down to the card itself) to the same
     height regardless of how long each property's title/description is. */
  .properties-slider2 .owl-wrapper {
    display: flex;
    align-items: stretch;
  }
  .properties-slider2 .owl-item {
    display: flex;
    height: auto;
  }
  .single-properties {
    display: flex;
  }

  /* Force every thumbnail (photo or video) into the same size box instead
     of rendering at its own natural aspect ratio, which made cards with a
     portrait/odd-shaped upload look a different size than the rest. */
  .slidesimage {
    width: 100%;
  }
  .slidesimage figure {
    height: 220px;
    overflow: hidden;
    margin: 0;
  }
  .slidesimage img,
  .slidesimage video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .content-slider {
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
  }
  .content-slider h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .content-slider p {
    flex: 1;
  }
  
  /* Optional: Add some styling for the image caption */
  .image-cap {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
  }
  
  .image-cap i {
    font-size: 18px;
  }
  
  /* Hide overflow for parent container */
  .properties-area {
    overflow: hidden;
  }
  
  /* Responsive styles (optional) */
  @media (max-width: 768px) {
    .single-properties {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  
  /* rating review */
  .userreview-star-rating {
    direction: rtl;
    display: inline-block;
    font-size: 1.5em;
    position: relative;
}

.userreview-star-rating input {
    display: none;
}

.userreview-star-rating label {
    color: #ccc;
    cursor: pointer;
    display: inline-block;
    font-size: 2em;
    padding: 0;
    position: relative;
}

.userreview-star-rating input:checked ~ label {
    color: #f5c518;
}

.userreview-star-rating label:hover,
.userreview-star-rating label:hover ~ label {
    color: #f5c518;
}

  /* rating review */

  /* custom css for review slider */
  .reviewslider-section {
    padding: 40px 0;
}

.reviewslider-container {
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto; /* Adjust this if necessary */
    padding: 20px; /* Optional: Add some padding */
}

.reviewslider-star-rating {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000; /* Adjust navigation button color */
}

.swiper-pagination-bullet {
    background: #000; /* Adjust pagination bullet color */
}
.customblogcard-row {
  display: flex;
  flex-wrap: wrap;
}

.customblogcard-grid {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; /* Adjust as needed */
  padding: 0 15px; /* Adjust as needed for spacing */
}

.customblogcard-single {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #ddd; /* Optional border for visual separation */
  padding: 15px; /* Adjust padding as needed */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Optional shadow for a card effect */
  background-color: #fff; /* Ensure card background is white */
}

.customblogcard-single img {
  width: 100%;
  height: auto; /* Adjust based on image aspect ratio */
  object-fit: cover; /* Ensure image covers the area without distortion */
}

.customblogcard-content {
  flex: 1; /* Allows the content to fill available space */
  display: flex;
  flex-direction: column;
}

.customblogcard-content h4 {
  margin-top: 0;
  margin-bottom: 10px; /* Adjust spacing as needed */
  font-size: 1.25rem; /* Adjust font size as needed */
}

.customblogcard-content span {
  color: #666; /* Adjust color as needed */
  font-size: 0.875rem; /* Adjust font size as needed */
  margin-bottom: 10px; /* Adjust spacing as needed */
}

.customblogcard-content p {
  flex: 1;
  margin-bottom: 15px; /* Adjust spacing as needed */
  font-size: 0.875rem; /* Adjust font size as needed */
  color: #333; /* Adjust text color as needed */
}

.customblogcard-btn {
  margin-top: auto; /* Pushes the button to the bottom */
  text-align: center;
  display: block;
  padding: 10px 20px; /* Adjust padding as needed */
  background-color: #da1111; /* Adjust button color as needed */
  color: #fff; /* Button text color */
  text-decoration: none;
  border-radius: 4px; /* Rounded corners */
  font-size: 0.875rem; /* Adjust font size as needed */
}

.customblogcard-btn:hover {
  background-color: #df380e; /* Adjust hover color as needed */
  text-decoration: none;
}

@media (max-width: 767px) {
  .customblogcard-grid {
      padding: 0 10px; /* Adjust for smaller screens */
  }
}

/* custom blog show */
@media (min-width: 1024px) {
  figure.customblogshow {
    height: 700px !important;
}
img.customblogview-blog-show-image {
  height: 100% !important;
}
}
/* custom blog show */
  /* custom css for review slider */

  .header-v1 {
    position: relative;
    z-index: 999;
  }
  
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff; /* add your navbar background color here */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }
  
  .sticky .header-navbar {
    padding-top: 10px; /* adjust the padding to match your navbar height */
  }
  
 /* Blog Page CSS */

.customblogview-banner-area {
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.customblogview-banner-content {
  text-align: center;
}

.customblogview-banner-content h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.customblogview-banner-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.customblogview-banner-content ul li {
  margin-right: 10px;
}

.customblogview-banner-content ul li a {
  color: #fff;
  text-decoration: none;
}

.customblogview-blog-area {
  padding: 50px 0;
}

.customblogview-blog-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Add this to make 3 columns on large screens */
@media (min-width: 992px) {
  .customblogview-blog-grid {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}

/* Add this to make 3 columns on medium screens */
@media (min-width: 768px) and (max-width: 991px) {
  .customblogview-blog-grid {
    width: calc(50% - 20px);
    margin: 10px;
  }
}

/* Add this to make 1 column on small screens */
@media (max-width: 767px) {
  .customblogview-blog-grid {
    width: 100%;
    margin: 10px;
  }
}

.customblogview-blog-grid {
  margin: 20px;
}

.customblogview-blog-single {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.customblogview-blog-single:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}

.customblogview-blog-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.customblogview-blog-content {
  padding: 20px;
}

.customblogview-blog-content h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.customblogview-blog-description {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.customblogview-blog-btn {
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
}

/* Media Queries */

/* Tablet and Mobile Devices */
@media (max-width: 768px) {
  .customblogview-banner-area {
      height: 50vh;
  }
  .customblogview-blog-grid {
      margin: 10px;
  }
  .customblogview-blog-single {
      padding: 15px;
  }
  .customblogview-blog-image {
      height: 150px;
  }
}

/* Mobile Devices */
@media (max-width: 480px) {
  .customblogview-banner-area {
      height: 30vh;
  }
  .customblogview-blog-grid {
      margin: 5px;
  }
  .customblogview-blog-single {
      padding: 10px;
  }
  .customblogview-blog-image {
      height: 100px;
  }
}
/* Laptop and Large Computer View */
@media (min-width: 1200px) {
  .customblogview-blog-grid {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}

/* Laptop View */
@media (min-width: 992px) and (max-width: 1199px) {
  .customblogview-blog-grid {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}

/* Blog Show Page CSS */

.customblogview-blog-show-area {
  padding: 50px 0;
}

.customblogview-blog-show-single {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.customblogview-blog-show-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.customblogview-blog-show-content {
  padding: 20px;
}

.customblogview-blog-show-content h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.customblogview-blog-show-description {
  font-size: 18px;
  /* color: #666; */
  margin-bottom: 20px;
}

.customblogview-comments-area {
  padding: 50px 0;
}

.customblogview-comment-single {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.customblogview-comment-single h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.customblogview-comment-form-area {
  padding: 50px 0;
}

.customblogview-comment-form-area h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Media Queries */

/* Tablet and Mobile Devices */
@media (max-width: 768px) {
  .customblogview-blog-show-image {
      height: 200px;
  }
  .customblogview-comment-single {
      padding: 15px;
  }
}

/* Mobile Devices */
@media (max-width: 480px) {
  .customblogview-blog-show-image {
      height: 150px;
  }
  .customblogview-comment-single {
      padding: 10px;
  }
}
/* blog page custom css */

/* customcss for review section */
.customreviewview-section {
  padding: 40px 0;
}

.customreviewview-container {
  position: relative;
  overflow: hidden;
}

.customreviewview-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto; /* Adjust this if necessary */
  padding: 20px; /* Optional: Add some padding */
  background-color: #f7f7f7; /* Add a background color */
  border-radius: 10px; /* Add a border radius */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add a box shadow */
}

.customreviewview-star-rating {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.customreviewview-heading {
  margin-bottom: 20px;
}

/* Add media queries for responsiveness */
@media (max-width: 768px) {
  .customreviewview-slide {
      padding: 15px;
  }
}

@media (max-width: 480px) {
  .customreviewview-slide {
      padding: 10px;
  }
  .customreviewview-star-rating {
      font-size: 1.2em;
  }
}
/* customcss for review section */

/* modal */
.modal-content.animated.fadeIn {
  position: relative;
  z-index: 1050; /* Bootstrap's default z-index for modals */
  width: 100%;
  max-width: 500px;
  margin: auto;
  /* background: url('/assets/images/ENQUIRFORM.webp') no-repeat center center; */
  background-color: white;
  background-size: cover;
  /* color: #ccc; */
  border-radius: 10px !important;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 12px;
  
}



/* .modal-body {
  padding: 20px;
} */

.modal-footer {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}

.modal-title {
  color: black; /* Make sure the modal title is readable */
}

.close {
  color: black; /* Make the close button visible */
}

.btn-secondary, .btn-primary {
  border-radius: 0.3rem; /* Match button style to modal */
  width: 100%;
}
.modelheaderandfooter{
  border: 0px !important;
}
h3#enquiryModalLabel {
  text-align: center;
  font-weight: 600;
}

/* modal */
/* legal section view */
/* General Styles */
.custlegal-client-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.custlegal-client-item {
  display: inline-block;
  text-decoration: none;
  color: #333;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100px;
  height: 100px;
}

.custlegal-client-item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.custlegal-client-content {
  font-size: 16px;
  color: #666;
  margin: 20px auto;
  max-width: 100%;
}


/* legal section view */
/* for calls and whatsapp */
.customfixedcontact-icons {
  position: fixed;
  bottom: 10px;
  right: 130px;
  display: flex;
  gap: 10px; /* Space between icons */
  z-index: 1000; /* Ensure icons are on top of other content */
}

/* Style for each icon */
.customfixedcontact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px; /* Adjust size as needed */
  height: 50px; /* Adjust size as needed */
  border-radius: 50%; /* Make the icons circular */
  background-color: #fff; /* White background for better visibility */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Optional shadow for better visibility */
  transition: background-color 0.3s, transform 0.3s; /* Smooth transitions */
}

.customfixedcontact-icon img {
  width: 24px; /* Icon size */
  height: 24px; /* Icon size */
}

/* Hover effects */
.customfixedcontact-icon:hover {
  background-color: #f0f0f0; /* Light grey on hover */
  transform: scale(1.1); /* Slightly enlarge icon on hover */
}

/* Media query for responsiveness */
@media (max-width: 600px) {
  .customfixedcontact-icons {
      bottom: 5px;
      /* right: 123px; */
      margin: auto;
      gap: 5px; /* Less space between icons on smaller screens */
  }
  
  .customfixedcontact-icon {
      width: 40px;
      height: 40px;
  }
  
  .customfixedcontact-icon img {
      width: 20px;
      height: 20px;
  }
}
/* for calls and whatsapp */
/* enquiry model */
img.img-fluid.enquiryimage {
  max-height: 300px;
  width: 100%;
  border-radius: 5px;
}
/* enquiry model */
/* thankyou model */
.row.customrowcss {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
button.filter-button.btn-a.btn-danger {
  margin: 5px;
}
/* thankyou model */

/* vedio */
video.vedio-gallery {
  max-height: 130px;
  height: 100%;
  width: 100%;
}
video.item.vedio-main {
  max-height: 390px;
  height: 100%;
  width: 100%;
}
video.homepage-vedio {
  max-height: 260px;
  height: 100%;
  width: 100%;
}
.owl-controls.clickable.slick-slide.slick-current.slick-active {
  display: contents;
}
.owl-controls.slick-slide.slick-current.slick-active {
  display: contents;
}
/* .slick-track {
  display: contents;
} */

/* Basic styles for menu and submenu */
.customsubmenue-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.customsubmenue-menu-item {
  position: relative;
}

.customsubmenue-menu-item > a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
}

.customsubmenue-submenu {
  display: none; /* Hide submenu by default */
  position: absolute;
  
  left: 0;
  list-style: none;
  padding: 0;
  margin-left: 200px;
  margin-top: -50px !important;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 9 !important; /* Ensure submenu is above other content */
}

.customsubmenue-menu-item:hover .customsubmenue-submenu {
  display: block; /* Show submenu on hover */
  float: right;
}

.customsubmenue-submenu-title {
  font-weight: bold;
  padding: 10px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

.customsubmenue-submenu li {
  padding: 10px;
}

.customsubmenue-submenu li a {
  text-decoration: none;
  color: #333;
}

.customsubmenue-submenu li a:hover {
  text-decoration: underline;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 260px !important;
}
p.readmorebutton {
  position: absolute;
  bottom: 0px;
  /* right: 0; */
}
/* vedio */
/*....................................
Footer redesign - modern professional theme
Overrides footer-v3 / last-v3 rules from style.css while keeping the
same markup/links. Accent color reuses the existing brand red (#f44336)
used on buttons/CTAs elsewhere for visual consistency.
....................................*/
footer {
  background-color: #16181d;
  color: #b7bac1;
}
footer .footer-v3 {
  color: #b7bac1;
  padding: 70px 0 45px;
}
footer .left-footer img {
  margin-bottom: 22px;
}
footer .left-footer ul li {
  padding-bottom: 14px;
  line-height: 1.6;
}
footer .left-footer ul li span {
  border: 1px solid #383b42;
  color: #e7e8ea;
  border-radius: 100%;
}
footer .left-footer ul li a {
  color: #b7bac1;
}
footer .left-footer ul li:hover span,
footer .left-footer ul li:hover a {
  color: #f44336;
  border-color: #f44336;
}
footer .footer-v3 .footer-link p {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: .2px;
  margin-bottom: 20px;
}
footer .footer-link ul li a {
  color: #b7bac1;
  font-size: 14px;
}
footer .footer-link ul li:hover,
footer .footer-link ul li:hover a {
  color: #f44336;
}
footer .footer-v3 .gallery-footer {
  border-radius: 4px;
  overflow: hidden;
}
footer .footer-v3 .gallery-footer img {
  border-radius: 4px;
  object-fit: cover;
}
footer .last-v3 {
  background-color: #0e0f13;
  color: #9aa0aa;
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 6px 0;
}
footer .last-v3 p {
  color: #9aa0aa;
}
footer .last-v3 .customtermscondition a {
  color: #9aa0aa !important;
  transition: color 0.3s ease;
}
footer .last-v3 .customtermscondition a:hover {
  color: #f44336 !important;
}
footer .last-v3 ul li a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, .06);
  color: #d5d7db;
  transition: background-color 0.3s ease, color 0.3s ease;
}
footer .last-v3 ul li a:hover {
  background-color: #f44336;
  color: #fff;
}
footer .footer-follow p {
  margin: 0;
  padding-right: 6px;
  display: inline-block;
}
.customfixedcontact-icon:hover {
  background-color: #f44336;
}

/*....................................
Testimonials section
....................................*/
.testimonial-area {
  background-color: #f9f9fa;
  padding: 80px 0;
  /* style.css has a leftover height:450px from the old bx-slider testimonial
     carousel; the dynamic reviews grid needs to grow with its content, so
     override it here (this file loads after style.css). */
  height: auto;
}
.testimonial-area .section-heading-v1 h2 span {
  color: #f44336;
}
.testimonial-area .section-heading-v1 p {
  color: #777;
  max-width: 560px;
  margin: 10px auto 0;
}
.testimonial-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 28px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
}
.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, .12);
}
.testimonial-rating {
  color: #ffb400;
  font-size: 15px;
  margin-bottom: 14px;
}
.testimonial-text {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
  flex-grow: 1;
}
.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #eee;
}
.testimonial-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 100%;
  background-color: #f44336;
  color: #fff;
  font-weight: 600;
  margin-right: 14px;
}
.testimonial-name {
  font-weight: 600;
  color: #333;
}
@media (max-width: 767px) {
  .testimonial-area {
    padding: 50px 0;
  }
}

/*....................................
Business Numbers - responsive fix
The stock inline-block layout doesn't wrap cleanly; force a proper
2-column (mobile) / 4-across (desktop) grid instead.
....................................*/
.skill-area .row:last-child > .col-md-12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.skill-area .skill-list {
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.skill-area .skill-list .skill-name {
  min-height: 44px;
}
@media (max-width: 991px) {
  .skill-area .skill-list {
    flex: 0 0 50%;
    max-width: 50%;
    width: auto;
  }
}
@media (max-width: 480px) {
  .skill-area .skill-list {
    flex: 0 0 50%;
    max-width: 50%;
    width: auto;
  }
  .skill-area .skill-list .skill-count {
    width: 96px;
    height: 96px;
  }
}

/* Section headings shouldn't overflow their container on narrow screens */
.section-heading-v1 h2,
.section-heading-v1 h3 {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/*....................................
Contact form - responsive fix
The three fields (Name/Email/Phone) were hardcoded to 33.33% width
with no breakpoint override at all, so they overflowed on any phone.
....................................*/
@media (max-width: 767px) {
  .mail-to ul li {
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mail-to ul li {
    width: 50%;
  }
  .mail-to ul li:nth-child(2) {
    padding-right: 0;
  }
  .mail-to ul li:nth-child(3) {
    width: 100%;
    padding-left: 0;
  }
}

/* WOW.js scroll-reveal pairing (this vendored animate.css doesn't
   define the standard .wow pre-hide rule WOW.js expects) */
.wow {
  visibility: hidden;
}

/*....................................
Equal-height cards with bottom-aligned "Read more" buttons.
Applies to every card grid that has variable-length titles/text
so the CTA always lines up across a row, regardless of content length.
....................................*/

/* Homepage "Our Blogs" grid - static CSS grid (no carousel JS), so every
   card is guaranteed the same column width and stretches to the same
   height regardless of title/excerpt length or how many blogs exist. */
.agent-slider-v1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
}
@media (max-width: 991px) {
  .agent-slider-v1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .agent-slider-v1 {
    grid-template-columns: 1fr;
  }
}
.agent-slider-v1 > div {
  float: none;
  width: 100%;
  padding: 0;
}
.agent-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.agent-list .content-agent {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.agent-list .content-agent h4 {
  flex-shrink: 0;
  line-height: 19.8px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.agent-list .content-agent p {
  flex: 1;
}
.agent-list .content-agent .card-readmore {
  display: inline-block;
  margin-top: 10px;
}

/* About page "Our Services" grid */
.services-area .row {
  display: flex;
  flex-wrap: wrap;
}
.services-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.services-list h4 {
  flex-shrink: 0;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.services-list p {
  flex: 1;
}
.services-list .btn-l {
  align-self: center;
  margin-top: 10px;
}

/* Blogs listing page grid */
.customblogview-blog-row {
  display: flex;
  flex-wrap: wrap;
}
.customblogview-blog-single {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.customblogview-blog-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.customblogview-blog-content h4 {
  flex-shrink: 0;
  line-height: 31.2px;
  height: 63px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.customblogview-blog-description {
  flex: 1;
}
.customblogview-blog-btn {
  margin-top: 10px;
}

/*....................................
Unified brand buttons - one consistent color, size and shape for every
primary CTA on the public site. Before this, .btn-a/.btn-b rendered with
no background at all on some pages (e.g. the homepage "About" read-more),
Bootstrap's dull default red (#d9534f) on others via .btn-danger, and
different padding depending on the page. .btn-success pairs (e.g. the
property compare/shortlist button) are intentionally left untouched since
that green is a separate, meaningful action color.
....................................*/
.btn-a:not(.btn-success),
.btn-b:not(.btn-success) {
  background-color: #f44336;
  border-color: #f44336;
  color: #fff;
  padding: 12px 26px;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: .2px;
}
.btn-a:not(.btn-success):hover,
.btn-a:not(.btn-success):focus,
.btn-b:not(.btn-success):hover,
.btn-b:not(.btn-success):focus {
  background-color: #d32f2f;
  border-color: #d32f2f;
  color: #fff;
}

/* "Read more" links on cards - one consistent style everywhere (was:
   unstyled default-blue link on the homepage blog cards, a plain dark-grey
   block on the blogs listing page). Text + a small circular arrow, kept
   visually lighter than the filled .btn-a/.btn-b CTAs above since it's a
   secondary, in-card action. */
.btn-readmore {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f44336;
  font-weight: 600;
  font-size: 14px;
  background: none;
  padding: 0;
}
.btn-readmore .btn-readmore-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: rgba(244, 67, 54, .1);
  color: #f44336;
  transition: background-color .3s ease, color .3s ease, transform .3s ease;
}
.btn-readmore:hover,
.btn-readmore:focus {
  color: #f44336;
}
.btn-readmore:hover .btn-readmore-arrow {
  background-color: #f44336;
  color: #fff;
  transform: translateX(3px);
}

/*....................................
Homepage "Our Blogs" cards - force every thumbnail into the same size box
regardless of the source image's original dimensions. The markup's
<figure> wrapper (which the old .agent-image figure{width:220px;
height:220px} rule targets) is commented out, so images were previously
completely unconstrained and rendered at their natural size - a portrait
upload made its whole card noticeably taller/narrower than the rest.
....................................*/
.agent-area .agent-list .agent-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  padding: 0;
  border: none;
  border-radius: 8px;
}
.agent-area .agent-list:hover .agent-image img {
  border: none;
}
.agent-list .content-agent .blog-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #999;
  font-size: 13px;
  margin-bottom: 10px;
}
.agent-list .content-agent .blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.view-all-blogs {
  text-align: center;
  margin-top: 40px;
}
/* style.css hard-codes .agent-area to a fixed 750px (leftover from when this
   was a short parallax banner); the meta row + "View all blogs" button added
   above make the real content taller than that on most screens, so the
   button overflowed into whatever section came next. Let it grow. */
.agent-area {
  height: auto;
  padding: 80px 0;
  background-color: #f8f9fc;
}
/* style.css's :before was a 75%-black overlay meant to darken the section's
   (now removed) background image; left in place it just renders as a flat
   dark box over the first row of cards. Its .agent-header{color:#fff}
   heading also assumed that dark backdrop - both are switched to match the
   plain light background every other homepage section heading uses. */
.agent-area:before {
  content: none;
}
.agent-area .agent-header {
  color: #333;
  padding-top: 0;
}

/*....................................
Business numbers ("Our Business in Numbers") - solid brand-color stat
circles with an icon, instead of a plain dashed outline that only filled
in with color on hover (so on load the section looked unstyled/blank).
....................................*/
.skill-area .skill-list .skill-count {
  border: none;
  background: linear-gradient(145deg, #f44336, #d32f2f);
  box-shadow: 0 8px 20px rgba(244, 67, 54, .25);
  color: #fff;
  transition: transform .35s ease, box-shadow .35s ease;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.skill-area .skill-list .skill-count:hover {
  background: linear-gradient(145deg, #d32f2f, #f44336);
  border: none;
  transform: translateY(-6px);
  box-shadow: 0 14px 26px rgba(244, 67, 54, .35);
  color: #fff;
}
.skill-area .skill-list .skill-count .skill-icon {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 6px;
}
.skill-area .skill-list .skill-count .skill-count-value {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
}
.skill-area .skill-list .skill-count .count {
  color: #fff;
  font-weight: 700;
  padding-top: 0;
}
.skill-area .skill-list .skill-count .count-suffix {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.skill-area .skill-list .skill-name h4 {
  font-weight: 600;
  color: #333;
}
