body{
  font-family: 'Cormorant Garamond Semibold' !important;
}


.section{
    margin-top: 65px !important; 
    margin-bottom: 65px !important;
  
}

.section-padding{
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.padding-inner{
  margin-top: 100px !important;
}
.contact-page-sec{
margin-top: 100px;
margin-bottom: 100px;
}
.navbar {
    position: sticky; /* Makes the navbar stay on top during scrolling */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050; /* Ensures it appears above most elements */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for elevation */
    background-color: #fff !important; /* White background for a clean look */
    transition: background-color 0.3s, box-shadow 0.3s; /* Smooth transition for interactive feel */
}

/* Navbar Brand Logo */
.navbar-brand img {
    max-height: 50px; /* Adjust logo height */
    width: auto; /* Keep aspect ratio */
}

/* Navbar Links */
.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    /* color: #333;  */
    color: #ba5700;
    padding: 8px 16px; /* Comfortable click area */
    transition: color 0.3s ease; /* Smooth hover effect */
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #DCA514; /* Change to primary color on hover/focus */
    text-decoration: none; /* Remove underline on hover */
}

/* Navbar Toggler (Mobile) */
.navbar-toggler {
    border: none; /* Removes default border */
    background-color: #f0e8ca96; /* Matches the light theme */
    padding: 0 10px; /* Adjusts size for better touch area */
    border-radius: 4px;
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath stroke="rgba(0,0,0,0.5)" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E'); /* Customizes icon */
}

/* Active Link Style */
.navbar-nav .nav-link.active {
    color: #007bff; /* Matches brand color for active links */
    border-bottom: 2px solid #007bff; /* Indicator for active link */
}

/* Dropdown Menu */
.dropdown-menu {
    border-radius: 8px; /* Smooth rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adds depth */
    border: none; /* Removes default border */
}

/* Sticky Effect with Scroll */
.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.95); /* Slight transparency on scroll */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Reduced shadow */
}


.nav-menu {
    padding: 9px 14px;
    margin: 8px 0px;
    position: relative;
    top: 0;
    display: inline-block;
    text-align: center; 
  }
  .nav-menu img {
    width: 20px; /* Set the image width */
    height: 20px; 
  }


  .nav-menu {
    padding: 9px 14px;
    margin: 8px 0px;
    position: relative;
    top: 0;
    display: inline-block;
    text-align: center; 
  }
  .nav-menu img {
    width: 20px; /* Set the image width */
    height: 20px; 
  }
  .nav-menu1 {
    padding: 9px 14px;
    margin: 8px 0px;
    position: relative;
    top: 0;
    display: inline-block;
    text-align: center; 
    cursor: pointer;
  }
  .nav-menu1 img {
    width: 20px;
    height: 20px;
    border: 1px solid #f4f4f4;
  }

  .nav-menu1:hover img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    
}

  .menuPop {
    display: none;
    position: absolute;
    top: 98px; 
    right: 27px;
    width: 180px;
    background: #ffffff;
    z-index: 99;
    box-shadow: 2px 1px 6px #00000061;
    border-radius: 5px;
  }
  .ulMenu {
    list-style: none;
    padding: 8px 10px;
    color: #BA5700;
    text-align: center;
  }
  .ulMenu li {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 9px;
  }
  .li-1:last-child {
    border-bottom: none;
  }
  .li-1 a{
    text-decoration: none;
    font-size: 16px;
    color: #BA5700;
    font-weight: 800;
  }

  .li-1 a:hover{
    color:#DCA514;
  }

  .triangle-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 22px solid #ececec;
    position: absolute;
    top: -22px;
    left: 79px;
  }


  .call{
    position: relative;
    top: 0;
    display: inline-block;
    padding: 20px;
  }
  .call img {
    width: 20px; 
    height: 20px;
  }
  .call .tooltiptext{
  visibility: hidden;
  width: 176px;
  background-color:#fff;
  color: #0c0b0b;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  font-size: 16px;
  top: 160%;
  left: 50%;
  margin-left: -80px;
  opacity: 0;
  transition: opacity 0.3s,visibility;
  text-transform: capitalize;
  }
  .call:hover .tooltiptext {
    visibility: visible; 
    opacity: 1; 
  }
  .call::before,
  .call::after {
      content: '';
      position: absolute;
      background-color: black;
  }

  .navbar-nav {
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    margin-left: auto;
    font-size: 18px;
  }

  /* ---------footer--------- */
  .main-footer {
    /* background: var(--primary-color); */
    background:  #1c1c1c;
    /* padding: 100px 0 30px 0px; */
    padding: 50px 0 30px 0px;
    /* border-top-left-radius: 50px;
    border-top-right-radius: 50px; */
    position: relative;
  }
  .main-footer::before{
    position: absolute;
    content: "";
    /* background-image: url(/imgs/footer.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    top: 0;
    background-color: #ba5700e6;
  }
  .main-footer .container .row{
    position: relative;
    z-index: 2;
  }
  .footer-logo {
    margin-bottom: 40px;
  }
  
  .footer-content p {
    color: var(--white-color);
    margin: 0;
  }
  
  .footer-links h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--accent-color);
    text-transform: capitalize;
    margin-bottom: 40px;
  }
  
  .footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .footer-links ul li {
    position: relative;
    text-transform: capitalize;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  
  .footer-links ul li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    background-image: url("/imgs/readmore-arrow.svg");
    filter: brightness(0) invert(1);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    transition: 0.3s ease-in-out;
  }
  
  .footer-links ul li:hover:before {
    filter: brightness(0) invert(1);
  }
  
  .footer-links ul li:last-child {
    margin-bottom: 0;
  }
  
  .footer-links ul li a {
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
  }
  
  .footer-links ul li:hover a {
    color: var(--accent-color);
  }
  
  .footer-contact-box .footer-info-box {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
  }
  
  .footer-contact-box .footer-info-box:last-child {
    margin-bottom: 0;
  }
  
  .footer-info-box .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0) invert(1);
  }
  
  .footer-info-box .icon-box img {
    max-width: 26px;
  }
  
  .footer-info-box p {
    color: var(--white-color);
    margin: 0;
  }
  
  .footer-copyright {
    margin-top: 15px;
    padding: 20px 0;
    border-top: 1px solid #DCA514;
    border-bottom: 1px solid var(--dark-divider-color);
  }
  
  .footer-copyright-text p {
    color: #f5f5f5;
    margin: 0;
    font-size: 14px !important;
  }
  .footer-copyright-text p span a{
    color: #dca514 !important;
  }
  .footer-copyright-text p span a:hover{
    color: #be681c !important;
  }
  .footer-copyright .footer-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: end;
  }
  
  .footer-copyright .footer-social-links ul li {
    display: inline-block;
    margin-right: 10px;
  }
  
  .footer-copyright .footer-social-links ul li:last-child {
    margin-right: 0;
  }
  
  .footer-copyright .footer-social-links ul li a {
    background-color: transparent;
    color: var(--accent-color);
    border: 2px solid var(--accent-color);
    height: 36px;
    width: 36px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
  }
  
  .footer-copyright .footer-social-links ul li a i {
    font-size: 18px;
  }
  
  .footer-copyright .footer-social-links ul li a:hover {
    border-color: var(--white-color);
    color: var(--white-color);
  }

  .ff {
    font-size: 25px;
    height: 40px;
    width: 40px;
    /* background: #c82326; */
    text-align: center;
    line-height: 0px;
    border-radius: 10px;
    margin-right: -5px;
  }

/* --------------hero section------------- */
.hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 790px;  */
    background-color: #f4f4f4; /* Optional: background for the section */
}

.hero-container {
    position: relative;
    /* padding: 45px;
    border-radius: 25px; */
    overflow: hidden; /* Ensures rounded corners apply to content inside */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional shadow */
    /* background: #fff; */
    /* max-width: 1361px;  */
    width: 100%;
}

.hero-image img {
    width: 100%;
    height: auto;
    /* border-radius: 25px; */
    object-fit: cover; /* Ensures the image fills the container */
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    color: #fff; /* White text for contrast */
    width: 80%;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.hero-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: #007bff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.hero-btn:hover {
    background-color: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .hero-btn {
        padding: 0.5rem 1rem;
    }
}

/* ----------------about us------------------- */
.pbmit-heading-subheading .pbmit-title {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2px;
    text-transform: none;
    font-style: normal;
    display: flex;
    justify-content: start !important;
    gap: 8px;
    font-family: 'Cormorant Garamond Semibold';
}

.r-color {
    /* color: #b01416; */
    color: #BA5700 !important;
    font-family: 'Cormorant Garamond Semibold' !important;
}

.text-justify{
  text-align: justify;
}

/* ---------------our pojects--------------- */


.sec-bg{
  background-color: #f0f0f0;
}



.p-img{
  border-radius: 100%;
  background-color: #fff !important;
  width: 150px !important;
  height: 150px !important;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.project-div {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 5px;
  padding-top: 5px;
}



.project-div img {
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: block;
  width: 100%;
  opacity: 0.8; 
}

.project-div:hover img {
  transform: scale(0.9); 
  opacity: 1.0; 
}

.h-120{
  height: 120px !important;
}

.mb1{
  margin-bottom: -1px !important;
}

/* ----------------testimonial---------------- */

.spacer{
  height:50px;
  width:100%;
}
.spacer2{
  height:20px;
  width:100%;
}
/* spacer ends */

/* slider styles */
.sd_master_wrapper{
	position: relative;	
	max-width:900px;
	margin:0 auto;
	padding:0;
	border-radius:10px;
	/* z-index:9999; */
}
.sdtestBg3{
	height: 100%;
    width: 80%;
    background: #f0f0f0;
    /* background: #fff; */
    position: absolute;
    bottom: -40px;
    left: 10%;
    border-radius: 20px;
    box-shadow: 0px 18px 52.8537px rgb(172 187 211 / 50%);
    /* box-shadow: 0px 18px 52.8537px rgb(215 228 249 / 50%); */
	z-index:1;
}
.sdtestBg2{
	height: 100%;
    width: 90%;
    /* background: #fff; */
    background: #f0f0f0;
    position: absolute;
    bottom: -22px;
    left: 5%;
    border-radius: 20px;
    box-shadow: 0px 18px 52.8537px rgb(167 190 227 / 50%);
    /* box-shadow: 0px 18px 52.8537px rgb(215 228 249 / 50%); */
	z-index:2;
}

.sd_scroll {
	height: auto;
    max-height: 180px;
    overflow: auto;
}
	
.slideshow {
    position: relative;
    min-height: 300px;
    height: auto;
    /* background: #fff; */
    background: #f0f0f0;
    box-shadow: 0px 18px 52.8537px rgba(215, 228, 249, 0.5);
    border-radius: 20px;
    background-image: url(https://farsighttechnologies.com/wp-content/uploads/2021/03/quote1.png), url(https://farsighttechnologies.com/wp-content/uploads/2021/03/quote.png);
    background-position: top 15px left 15px, bottom 40% right 15px;
    background-repeat: no-repeat;
    background-size: 180px, 180px;
	  z-index:3;
}
button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 9999;
    bottom: -80px;
    right: 160px;
    background: transparent;
    color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    height: 15px;
    width: 30px;
    padding: 0;
    background-image: url(https://farsighttechnologies.com/wp-content/uploads/2021/03/left-icon.png);
    background-size: 100% 100%;
}
button.slick-next.slick-arrow {
    position: absolute;
    bottom: -82px;
    /* right: 105px; */
    background: transparent;
    color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    height: 18px;
    width: 40px;
    background-image: url(https://farsighttechnologies.com/wp-content/uploads/2021/03/right-icon.png);
    background-size: 100% 100%;
}
.pagingInfo {
    position: absolute;
    bottom: 0;
    z-index: 999;
}
.sdCustomSliderHeadig {
    /* color: #94A2B3; */
    color: #333;
    font-family: 'Cormorant Garamond Semibold' !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: center;
}
.sdCustomSliderBtn{
    display: inline-block;
    text-decoration: none;
    font-family: montserrat;
    background: #E31C3A;
    color: #fff;
    padding: 12px 25px;
    margin-top: 30px;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    font-weight: 500;
}
.sdAllContent{
	width:75%;
	margin:auto;
}

.thumbnail img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 25px;
}

.content{
	display:block !important;
	padding: 5px;
  background-color: #f0f0f0;
}
.SdClientName {
    text-align: center;
    color: #272D4E;
    font-family: 'Cormorant Garamond Semibold' !important;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.0rem;
	margin-top: 15px;
}
.SdClientDesc {
  text-align: center;
  color: #BA5700;
  font-family: 'Cormorant Garamond Semibold' !important;
  font-size: 17px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

/* style for moblile */
@media (max-width:576px){
.sd_scroll {
    height: auto;
    overflow: auto;
	max-height:240px;
}

.thumbnail, .btnNtxt{
	width: 100% !important;
    display: block !important;
}

}
/* scroll bar */
/* total width */
.sd_scroll::-webkit-scrollbar {
    background-color:transparent;
    width:6px;
}

/* background of the scrollbar except button or resizer */
.sd_scroll::-webkit-scrollbar-track {
    background-color:transparent;
}
.sd_scroll::-webkit-scrollbar-track:hover {
    background-color:transparent;
}

/* scrollbar itself */
.sd_scroll::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    
}
.sd_scroll::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
}

.slick-prev:before{
  display: none;
}

.slick-next:before{
  display: none;
}

/* Hero Section Styling */
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-slider .hero-image img {
  width: 100%;
  /* height: auto; */
 height:  calc(100vh - 84px);
  display: block;
}

.slick-prev, .slick-next {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.slick-dots {
  bottom: 20px;
}
.slick-dots li button:before {
  color: #fff;
}

.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  /* background: #ba5700; */
  /* background: linear-gradient(to bottom, #f7f2f2, #f9e2b1); */
  /* background: linear-gradient(to bottom, #f7f2f2, #fff0cf); */
  background: linear-gradient(to bottom, #f7f2f2, #f7db9e);
    padding: 30px 0px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 225px;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon img {
  height: 48px;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  /* color: #fff; */
  color: #BA5700 !important;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  /* color: #fff; */
  color: #BA5700 !important;
  font-size: 16px;
  /* font-weight: ; */
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #fbf9f5 none repeat scroll 0 0;
  border: 1px solid #eaeaea;
  /* border: 1px solid #f9f9f9; */
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
  background: #fbf9f5 none repeat scroll 0 0;
  /* border: 1px solid #f9f9f9; */
  border: 1px solid #eaeaea;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #dca514 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.single-input-fieldsbtn input[type="submit"]:hover{
  background:#ba5700;
  transition: all 0.4s ease-in-out 0s;
  border-color:#ba5700;
}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.contact-page-form form {
    padding: 20px 15px 0;
} 
/* breadcrum starts */
/* #page-title-area{
  background-color: #e4bb4f !important;
} */
#page-title-area {
  background-image: url(../imgs/Living-room-view.jpg);
  /* background-image: url(../imgs/banner-inner.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding: 120px 0 !important;
}
#page-title-area:after {
  /* background: #736f6f; */
  /* background-color: #3a3a3b; */
  background-color: #22130670;
  content: "";
  left: 0;
  height: 100%;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.section-title {
  letter-spacing: 0.8px;
  /* margin-bottom: 60px; */
  text-align: center;
}
.section-title h2 {
  /* color: #15479e; */
  font-size: 42px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
  text-transform: uppercase;
  color: #dba413;
}
.section-title h2::after {
  /* background-color: #15479e; */
  background-color: #dba413;
  border-radius: 50px;
  bottom: -5px;
  content: "";
  height: 5px;
  left: 50%;
  margin-left: -35px;
  position: absolute;
  width: 70px;
}
.breadcrumb-link {
  width: fit-content;
  padding: 10px 15px;
  background: #e7edef;
  border-radius: 5px;
  border: 2px solid #dba413;
  margin: 0 auto;
}
ul.breadcrumb-link li {
  display: inline-block;
  font-size: 17px;
  color: #975011;
  font-weight: 500;
}
ul.breadcrumb-link li a{
  /* color: #dba413; */
  color: #534f4f;
}
ul.breadcrumb-link li:not(:last-child):after {
  display: inline-block;
  content: "/";
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
  margin-left: 14px;
  margin-right: 11px;
}
ul.breadcrumb-link li.active {
  /* text-decoration: underline; */
  color: #975011;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.about-para{
  margin-bottom: 0;
  /* background: linear-gradient(to bottom, #f7f2e5, #f0e0b8); */
  background: linear-gradient(to bottom, #fff6f6, #fff1d0);
  padding: 30px 20px;
  border-radius: 15px;
}

.about-para::before {
  content: "";
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 5px solid #dba311;
  border-right: 5px solid #dba311;
  z-index: 2;
  border-radius: 5px;
}
.about-para:hover::after,
.about-para:hover::before {
  height: 100%;
  width: 60%;
  transition: ease all 0.5s;
}
.about-para {
  position: relative;
}
.about-para::after {
  content: "";
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 5px solid #dba311;
  border-left: 5px solid #dba311;
  border-radius: 5px;
  z-index: 2;
}

#page-title-area1 {
  position: relative;
  width: 100%;
  height: 70vh; 
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Video Background */
#page-title-area1 video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%; 
  object-fit: cover;
  z-index: -1;
}

/* Overlay to improve text readability */
#page-title-area1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust opacity if needed */
  z-index: 0;
}

/* Content Container */
#page-title-area1 .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%; 
  text-align: center;
}
/* Survey Form Container */
#survey-container {
  position: relative; /* Ensures overlay stays within the container */
  max-width: 700px;
  margin: 30px auto;
  background: url(../imgs/4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
}

/* Overlay Effect */
#survey-container::after {
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 74%); 
  border-radius: 10px;
  z-index: 0;
}

/* Ensure content appears above the overlay */
#survey-container * {
  position: relative;
  z-index: 1;
}

/* Form Title */
#title {
  font-size: 40px;
  color: #ba5700;
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
}
#title::after{
  position: absolute;
  content: '';
  top: 58px;
  left: 595px;
  height: 3px;
  width: 14%;
  background-color: #dead2b;
}

#description {
  font-size: 21px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 600;
}

/* Form Grid Layout */
.form_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  text-align: left;
}

/* Form Control Styling */
.form_control {
  display: flex;
  flex-direction: column;
}

.form_control label{
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}
.textarea_control label{
  color: #fff;
}
.form_control input,
.form_control select,
.textarea_control textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  background: #f9f9f9;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.textarea_control textarea {
  resize: vertical;
}

/* Upload CV */
.form_control input[type="file"] {
  padding: 5px;
}

/* Button Container */
.button_container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.button_container button {
  background: #e67e22;
  border: none;
  padding: 10px 20px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}

.button_container button:hover {
  background: #d35400;
}

/* Responsive Design */
@media screen and (max-width: 600px) {
  .form_container {
      grid-template-columns: 1fr;
  }
}
.career-section1{
  background: linear-gradient(to bottom, #f7f2f2, #f7db9e);
}
.sec-content{
  text-align: center;
  background: radial-gradient(circle, #dca51494, #ba5700b8);
  /* background: radial-gradient(circle, #dca514, #574852); */
  /* background-color: #dca514; */
  padding: 22px 0;
  width: 70%;
  margin-bottom: 70px;
  border-radius: 15px;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 2px dashed #a05906;
}
.sec-content p{
  font-size: 21px;
}
.sec-content h6{
  color: #8d4003;
}
.divider img{
  width: 300px !important;
  margin-bottom: 20px;
}
@keyframes shake {
  0% { transform: translateY(0); }
  /* 25% { transform: translateX(-2px); } */
  50% { transform: translateY(4px); }
  /* 75% { transform: translateX(-2px); } */
  100% { transform: translateY(0); }
}

.shaking-text {
  /* display: inline-block; */
  animation: shake 0.8s infinite;
}
/* property start */
.single_property_2 {
  background: var(--colorWhite);
  border: 1px solid rgba(3, 26, 38, 0.10);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  position: relative;
  overflow: hidden;
}
/* Overlay effect */
.single_property_2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.6);  */
  background: rgba(0, 0, 0, 0.44);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0; 
  transition: opacity 0.3s ease-in-out;
}
/* Button inside overlay */
.single_property_2 .overlay a {
  background: #e9bb3c;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Hover effect */
.single_property_2:hover .overlay {
  opacity: 1; 
}

.single_property_2 .overlay a:hover {
  background: #ac581b;
  color: #fff;
}

.single_property_2 .feature_link {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.single_property_img .feature_link:hover {
  background: blue;
  color: #fff;
}
.single_property_img {
  height: 280px;
  position: relative;
  overflow: hidden;
}
.single_property_2 .single_property_img {
  margin: 20px 20px 0px 20px;
  height: 230px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.single_property_2 .single_property_top {
  padding: 40px 20px 18px 20px;
}

.single_property_2 .single_property_text {
  width: 100%;
  left: 0%;
  margin: 0;
  box-shadow: none;
  background: none;
  filter: none;
}

.single_property_2 .single_property_bottom {
  background: transparent;
  padding: 18px 22px;
}

.single_property_2 .property_price {
  background: #ba5700;
  /* background: #dead2b; */
  padding: 0px 10px;
  top: -18px;
  right: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.single_property_2 .property_price b {
  font-size: 18px;
  font-weight: 500;
}

/* .single_property_2 .single_property_top ul {
  margin-top: 20px;
} */

.single_property_2:hover {
  border-color: var(--colorWhite);
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
} 

/* .single_property_2:hover .single_property_img img {
  transform: scale(1.05) rotate(0deg);
  -webkit-transform: scale(1.05) rotate(0deg);
  -moz-transform: scale(1.05) rotate(0deg);
  -ms-transform: scale(1.05) rotate(0deg);
  -o-transform: scale(1.05) rotate(0deg);
} */

/* property end */
/* property start */
.property_area {
  background: var(--colorLightBg);
  
}
.property_area_2{
  padding: 80px 0 0 0;
}
.property_area_1{
  padding: 90px 0;

}
.single_property {
  margin-top: 25px;
}

.single_property_img {
  height: 280px;
  position: relative;
  overflow: hidden;
}

.single_property_img img {
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.single_property_img .feature_link {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #000;
  text-transform: capitalize;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.single_property_img .feature_link.feature {
  top: 67px;
  padding: 2px 15px;
  background: #be6211;
}
/* .single_property_img .feature_link.feature:hover{
  background-color: #dead2b;
} */

/* .single_property_img .feature_link:hover {
  background: blue;
  color: #fff;
} */

.single_property_img ul {
  position: absolute;
  top: 30px;
  right: 30px;
}

.single_property_img ul li a {
  display: flex; 
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px !important;
  font-size: 15px;
  text-align: center;
  margin-left: 5px;
  border-radius: 50%;
  color: #fff;
  background: rgba(3, 26, 38, 0.20);
  backdrop-filter: blur(7px);
  transition: all linear .3s;
}

.single_property_img ul li a:hover {
  background: #000;
}

.single_property_text {
  position: relative;
  margin: -60px 20px 0px 20px;
  background: #fff;
  filter: drop-shadow(0px 24px 60px rgba(3, 26, 38, 0.14));
}
.single_property_top {
  padding: 22px 25px 25px 25px;
}

.single_property_top p {
  font-size: 14px;
  margin-top: 12px;
}

.single_property_top p i {
  font-size: 18px;
  margin-right: 8px;
  position: relative;
  bottom: -2px;
}

.single_property_top ul {
  gap: 15px;
  /* margin-top: 25px; */
  justify-content: space-between;
}

.single_property_top ul li {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.single_property_top ul li span {
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  line-height: 15px;
  padding: 6px;
  margin-right: 3px;
  border: 1px solid rgb(15 15 15 / 19%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.single_property_bottom {
  padding: 13px 25px;
  background: #fff;
  border-top: 1px solid rgba(3, 26, 38, 0.10);
}

.single_property_bottom p {
  color: var(--ratingColor);
}

.single_property_bottom p span {
  color: var(--colorBlack);
  margin-left: 5px;
}

.property_price {
  position: absolute;
  top: -18px;
  right: 15px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--paraFont);
  color: var(--colorWhite);
  background: var(--colorBlue);
}
.section_heading1 h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #ba5700;
  position: relative;
}
.section_heading1 h2::after {
  position: absolute;
  content: '';
  top: 58px;
  left: 345px;
  height: 3px;
  width: 14%;
  background-color: #dead2b;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .single_property_2 .single_property_img {
    height: 415px;
  }
}

/* .single_property_img .feature_link:hover {
  background: #ba5700;
  color: #fff;
} */
.single_property_img .feature_link {
  position: absolute;
  top: 30px;
  /* left: 30px; */
  left: 10px;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #dead2b;
  text-transform: capitalize;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.item_title {
  font-size: 30px;
  font-weight: 700;
  /* font-family: var(--headingFont); */
  color: #000;
  display: block;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 5px;
}
.home_2 .item_title:hover {
  color: #ba5700 !important;
  text-decoration: none;
}
.single_property_top p {
  font-size: 14px;
  margin: 10px 0;
  font-weight: 600;
  height: 45px;
}
.property-content{
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.property-content div {
  flex-shrink: 0; 
}
.property-content ul {
  display: flex;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none; 
}
.property-content p{
  font-weight: 600;
  font-size: 18px;
}
.property-content ul li{
  color: #ac581b;
  font-size: 15px;
  font-weight: 600;
  /* background: rgba(0, 0, 0, 0.1);  */
  background: rgb(231, 208, 145);
  padding: 5px 10px;
  border-radius: 5px;
}
.timer {
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #999;
  display: flex;
  justify-content: center;
  gap: 15px; /* Adjust spacing between time units */
}

.time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timer span {
  font-size: 20px;
  font-weight: bold;
  /* color: #333; */
  color: #fff;
}

.timer p {
  font-size: 14px;
  margin: 0;
  /* color: #666; */
  color: #cec7c7;
  /* text-transform: uppercase; */
  font-weight: 600;
}
.colon {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.career-section1{
  padding: 70px 0 0 0;
}
/* sticky icons */
.sticky-icon  {
	z-index:1000;
	position:fixed;
	/* top:%; */
  bottom: 15%;
	right:0%;
	width:220px;
	display:flex;
	flex-direction:column;
}  
.sticky-icon a  {
	transform:translate(175px,0px);
	border-radius:5px 0px 0px 5px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:8px;
	font-size:18px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;
}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(5px,0px);
}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}

.whatsapp  {
	/* background-color:#1ec254; */
  background-color: #be681c;
	color:#FFF;
}
	
.phone  {
	background-color:#be681c;
	color:#FFF;}
	
.enquiry {
	/* background-color:#e23232; */
  background-color: #0c2d6f;
	color:#FFF;}
	
	
					
.sticky-icon a i {
	background-color:#FFF;
	height:30px;
	width:30px;
	color:#000;
	text-align:center;
	line-height:30px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;
}
.sticky-icon a i.fa-whatsapp{
	background-color:#ffecd6;
	color:#26dd6c;
  font-weight: 600;
}
	
.sticky-icon a i.fa-phone {
	background-color:#ffecd6;
	color:#be681c;
  font-weight: 600;
}


.enquiry-h{
  margin-top: 0px !important;
  margin-bottom: 0px;
  color: #ba5700;
  padding: 0 !important;
  font-size: 25px;
  font-weight: 600;
}

.submit-btn{
  border-radius: 20px;
  width: 200px;
 padding: 10px !important;
 margin-top: 20px;
text-align: center !important;
background-color: #ba5700 !important;
color: #fff !important;
font-weight: 600 !important;
font-size: 18px !important;
}



@media (min-width: 576px) {
  .modal-dialog 
  {
   margin: 165px auto !important;
  }
}
.input-field{
  background: #fff !important;
  border: 1px solid #eee !important;
  padding: 14px 20px !important;
}
#submitBtn{
  border-radius: 20px;
  width: 200px !important;
  padding: 10px !important;
  margin-top: 20px;
  text-align: center !important;
}
.enquiry-btn {
  position: fixed;
  right: 0;
  top: 50%;
  /*transform: translateY(-50%) rotate(270deg) !important;*/
  transform: translateY(-50%);
  background-color: #be681c; /* Change color as needed */
  color: #fff;
  padding: 40px 9px;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  writing-mode: sideways-lr; /* Rotates text vertically */
  text-align: center;
  border-radius: 10px 0 0 10px;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 999;
}
.pulseanimation {
animation: pulse-cust 2s infinite;
}
@keyframes pulse-cust {
0% {
    -webkit-box-shadow: 0 0 0 0 #be681c60;
}

70% {
    -webkit-box-shadow: 0 0 0 25px #d4854057;
}

100% {
    -webkit-box-shadow: 0 0 0 0 #eb9c573d;
}
}
@media (min-width: 320px) and (max-width: 480px){
  .navbar-toggler-icon{
    width: 0.5em !important;
    height: 0.5em !important;
    display: flex;
    align-items: center;
  }
  .navbar-toggler{
    height: 40px;
  }
  .hero-slider .hero-image img{
    height: calc(100vh - 260px);
    object-fit:unset;
  }
.values-img{
   width: 200px !important;*/
 }
  /*.h-120{*/
  /*  height: 110px !important; */
  /*}*/
  .navbar-nav{
    gap: 11px;
    padding-top: 20px;
  }
  .navbar-brand img{
    max-height: 40px;
  }
  .navbar-collapse{
    height: 100vh;
  }
  .nav-menu1{
    display: none;
  }
  .pbmit-heading-subheading .pbmit-title{
    font-size: 42px;
  }
  .pbmit-title{
font-size: 36px;
  }
  .project{
margin-top: -42px !important; 
  }
  .section-padding{
    padding-top:75px !important;
    padding-bottom: 75px !important;
  }
  .padding-top{
    margin-bottom: 0 !important;
  }
  button.slick-next.slick-arrow, button.slick-prev.slick-arrow{
width: 30px;
  }
  .sdCustomSliderHeadig{
    font-size: 16px;
  }
  .slick-prev{
    left: -15px;
  }
  .slick-next{
    right: -15px;
  }
  .section-title h2{
    font-size: 38px;
  }
  .section_heading1 h2{
    font-size: 29px;
  }
  .property_area_2{
    padding: 70px 0 0 0;
  }
  .single_property_top p{
    height: auto !important;
  }
  .property_area_1{
    padding: 65px 0;
  }
  .about-details{
   gap: 30px !important;
  }
  #description{
    font-size: 16px !important;
  }
  #title{
    font-size: 37px;
  }
  .sec-content{
    width: 85%;
  }
  .sec-content h6{
    font-size: 18px;
  }
  .main-footer .container .row{
    gap: 20px;
  }
  .item_title{
    font-size: 28px;
  }
  .contact-info-item{
    padding: 11px 0px;
  }
  .padding-inner{
    margin-top: 70px !important;
  }
  .contact-page-sec{
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .sticky-icon{
    bottom: 4px;
  }
  .enquiry-h{
    font-size: 22px;
  }
  .enquiry-btn{
    padding: 21px 5px;
    top: 61%;
  }
  .section_heading1 h2::after{
    top: 50px;
    left: 13px;
    width: 60%;
  }
  #title::after{
    left: 79px;
    width: 30%;
  }
  #page-title-area{
    padding: 90px 0 !important;
  }
  .sec-about{
    flex-direction: column-reverse;
  }
  .single_property_2 .single_property_img{
    height: 265px !important;
  }
  
}
@media (min-width: 481px) and (max-width: 767px){
  .navbar-toggler-icon{
    width: 0.5em !important;
    height: 0.5em !important;
    display: flex;
    align-items: center;
  }
  .navbar-toggler{
    height: 50px;
  }
  .hero-slider .hero-image img{
    height: calc(100vh - 420px);
    object-fit:unset;
  }
  .values-img{
   width: 390px !important;
  }
  .p-img{
    width: 200px !important;
    height: 200px !important;
  }
  .h-120{
    height: 160px !important; 
  }
  .navbar-nav{
    gap: 40px;
    padding-top: 30px;
  }
  /* .navbar-brand img{
    max-height: 40px;
  } */
  .navbar-collapse{
    height: 100vh;
  }
  .nav-menu1{
    display: none;
  }
  .pbmit-heading-subheading .pbmit-title{
    font-size: 42px;
  }
  .pbmit-title{
font-size: 36px;
  }
  .project{
margin-top: -42px !important; 
  }
  .section-padding{
    padding-top:75px !important;
    padding-bottom: 75px !important;
  }
  .padding-top{
    margin-bottom: 0 !important;
  }
  button.slick-next.slick-arrow, button.slick-prev.slick-arrow{
width: 30px;
  }
  .sdCustomSliderHeadig{
    font-size: 20px;
  }
  .slick-prev{
    left: -15px;
  }
  .slick-next{
    right: -15px;
  }
  .section-title h2{
    font-size: 38px;
  }
  /* .section_heading1 h2{
    font-size: 29px;
  } */
  .property_area_2{
    padding: 70px 0 0 0;
  }
  .single_property_top p{
    height: auto !important;
  }
  .property_area_1{
    padding: 65px 0;
  }
  .about-details{
   gap: 30px !important;
  }
  #description{
    font-size: 16px !important;
  }
  #title{
    font-size: 37px;
  }
  .sec-content{
    width: 85%;
  }
  .sec-content h6{
    font-size: 18px;
  }
  .main-footer .container .row{
    gap: 20px;
  }
  .item_title{
    font-size: 28px;
  }
  .contact-info-item{
    padding: 11px 0px;
  }
  .padding-inner{
    margin-top: 70px !important;
  }
  .contact-page-sec{
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .sticky-icon{
    bottom: 4px;
  }
  .enquiry-h{
    font-size: 22px;
  }
  .enquiry-btn{
    padding: 21px 5px;
    top: 61%;
  }
  .section_heading1 h2::after{
    top: 57px;
    left: 35px;
    width: 60%;
  }
  #title::after{
    left: 153px;
    width: 30%;
  }
  #page-title-area{
    padding: 90px 0 !important;
  }
  .sec-about{
    flex-direction: column-reverse;
  }
  .footer-links ul li, .footer-copyright-text p{
    font-size: 20px !important;
  }
  .single_property_top p{
    font-size: 16px;
  }
  .single_property_2 .single_property_img{
    height: 425px !important;
  }
  .single_property_img .feature_link{
    font-size: 16px;
  }
  .timer p{
    font-size: 16px;
  }
  #page-title-area1{
    height: 45vh;
  }
}
@media (min-width: 769px) and (max-width: 1024px){
  .navbar-brand img{
    max-height: 60px;
  }
  .navbar-toggler-icon{
    width: 1.5em !important;
    height: 1.5em !important;
    display: flex;
    align-items: center;
  }
  .navbar-toggler{
    height: 60px;
    width: 50px !important;
    padding: 0 !important;
  }
  .hero-slider .hero-image img{
    height: calc(100vh - 460px);
    object-fit:unset;
  }
  .values-img{
   width: 390px;
  }
  .img1{
    width: 490px !important;
  }
  .pbmit-heading-subheading{
    padding-top: 40px !important;
  }
  .p-img{
    width: 200px !important;
    height: 200px !important;
  }
  .h-120{
    height: 123px !important; 
  }
  .navbar-nav{
    gap: 70px;
    padding-top: 53px;
  }
  .navbar-nav .nav-link{
    font-size: 22px;
  }
  /* .navbar-brand img{
    max-height: 40px;
  } */
  .navbar-collapse{
    height: 100vh;
  }
  .nav-menu1{
    display: none;
  }
  .pbmit-heading-subheading .pbmit-title{
    font-size: 42px;
  }
  .pbmit-title{
font-size: 36px;
  }
  .project{
margin-top: -42px !important; 
  }
  .section-padding{
    padding-top:75px !important;
    padding-bottom: 75px !important;
  }
  .padding-top{
    margin-bottom: 0 !important;
  }
  button.slick-next.slick-arrow, button.slick-prev.slick-arrow{
width: 30px;
  }
  .sdCustomSliderHeadig{
    font-size: 20px;
  }
  .slick-prev{
    left: -15px;
  }
  .slick-next{
    right: -15px;
  }
  /* .section-title h2{
    font-size: 38px;
  } */
  /* .section_heading1 h2{
    font-size: 29px;
  } */
  .property_area_2{
    padding: 70px 0 0 0;
  }
  .single_property_top p{
    height: auto !important;
  }
  .property_area_1{
    padding: 65px 0;
  }
  /* .about-details{
   gap: 30px !important;
  } */
  #description{
    font-size: 16px !important;
  }
  #title{
    font-size: 37px;
  }
  .sec-content{
    width: 85%;
  }
  /* .sec-content h6{
    font-size: 18px;
  } */
  .main-footer .container .row{
    gap: 20px;
  }
  .item_title{
    font-size: 28px;
  }
  .contact-info-item{
    padding: 11px 0px;
  }
  .padding-inner{
    margin-top: 70px !important;
  }
  .contact-page-sec{
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .sticky-icon{
    bottom: 124px;
  }
  .enquiry-h{
    font-size: 22px;
  }
  .enquiry-btn{
    padding: 31px 10px;
    top: 61%;
  }
  .section_heading1 h2::after{
    top: 57px;
    left: 180px;
    width: 40%;
  }
  #title::after{
    left: 296px;
    /* width: 30%; */
  }
  /* #page-title-area{
    padding: 90px 0 !important;
  } */
  /* .sec-about{
    flex-direction: column-reverse;
  } */
  .footer-links ul li, .footer-copyright-text p{
    font-size: 20px !important;
  }
  .single_property_top p{
    font-size: 16px;
  }
  .single_property_2 .single_property_img{
    height: 335px !important;
  }
  .single_property_img .feature_link{
    font-size: 16px;
  }
  .single_property_2 .single_property_top{
    height: 295px;
  }
  .timer p{
    font-size: 16px;
  }
  #page-title-area1{
    height: 45vh;
  }
}
@media (min-width: 1025px) and (max-width: 1200px){
  .navbar-toggler-icon{
    display: none;
  }
  .single_property_2 .single_property_img{
    height: 415px;
  }
  .section_heading1 h2::after{
    left: 317px;
  }
  #title::after{
    left: 417px;
  }
  .h-120{
    height: 83px !important;
  }
  .hero-slider .hero-image img{
    height: calc(100vh - 754px);
  }
  #page-title-area1{
    height: 45vh;
  }
}
/* enquiry now button */

#instant-callback-div {
  position: fixed;
  vertical-align: top;
  right: 0px;
  top: 30%;
  height: auto;
  z-index: 1000;
  transition: right 0.3s ease;
  display: flex;
}
#instant-callback-div.open {
  right: 0; 
}
#instant-callback-div .content-switcher.open {
  display: block; 
}
#instant-callback-div .form-control {
  height: 30px;
}
#instant-callback-div .input-group {
  margin: 8px auto;
}
#instant-callback-div .instant-switch {
  background: url(/imgs/enquirenow.jpg) no-repeat scroll 0 0;
  -webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  height: 140px;
  vertical-align: top;
  width: 30px;
  position: relative;
}
