:root {
  --primary: #F37C20;
  --secondary: #032f33;
  --primarytextcolor: #000;
  --secondarytextcolor: #000;
  --white: #fff;
  --dark: #1f222a;
  --blue: #6495ed;
  --green: #F37C20;
  --gray: #979393;
  --bg1: #343645;
  --bg2: #cecece;
}

.sample_flat .row {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}


.btn-success {
    border-color: #2D2F79;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* cyrillic-ext */
@font-face {
  font-family: "Comme";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.googleapis.com/css?family=Comme") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Comme";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/Comme/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw9aXpsog.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
  font-family: "Comme";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1z5cFb4oQeasQ.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Comme";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1z5cFb7IQe.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Ensure no margin or padding on body */
body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: Comme;
  font-size: 14px;
  line-height: normal;
  line-height: 1.5em;
}



 .rocket-wrapper {
      position: absolute;
      top: calc(50% - 130px);
      left: 800px;
      animation: moveRocket 6s linear forwards;
      z-index: 11;
      transform: scale(0.5);
    }

    .rocket {
    position: absolute;
    top: 20%;
    width: 80px;
    left: calc(50% - 40px);
    transform: rotate(90deg);
}

.rocket .rocket-body {
    width: 80px;
    /* left: calc(50% - 40px); - Removed, handled by parent .rocket */
    animation: bounce 0.5s infinite;
}

.rocket .rocket-body .body {
    background-color: #fff;
    height: 180px;
    /* left: calc(50% - 40px); - Removed, width/positioning handled by parent */
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.rocket .rocket-body::before {
    position: absolute;
    content: '';
    left: calc(50% - 24px);
    width: 48px;
    height: 13px;
    bottom: -13px;
    background: linear-gradient(to right top, #8360c3, #2ebf91);
    border-bottom-right-radius: 60%;
    border-bottom-left-radius: 60%;
}

.rocket .window {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #330675;
    left: calc(50% - 20px);
    top: 40px;
    border: 5px solid #b4b2b2;
}

.rocket .window::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 20%;
    left: 20%;
    background: #fff;
}

.rocket .fin {
    position: absolute;
    height: 55px;
    width: 50px;
    background: linear-gradient(to right top, #8360c3, #2ebf91);
    z-index: -100;
}

.rocket .fin-left {
    left: -30px;
    top: calc(100% - 55px);
    border-top-left-radius: 80%;
    border-bottom-left-radius: 20%; /* Corrected from video typing error */
}

.rocket .fin-right {
    right: -30px; /* Changed from left */
    top: calc(100% - 55px);
    border-top-right-radius: 80%; /* Changed from left */
    border-bottom-right-radius: 20%; /* Changed from left */
}

.rocket .exhaust-flame {
    position: absolute;
    top: 90%;
    width: 28px;
    background: linear-gradient(to bottom, transparent 10%, #f5f5f5 100%);
    height: 150px;
    left: calc(50% - 14px);
    animation: exhaust 0.2s infinite;
}

.rocket .exhaust-fumes li {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    list-style: none;
    border-radius: 100%;
}

.rocket .exhaust-fumes li:first-child {
    width: 140px;
    height: 140px;
    bottom: -260px; /* Relative to .rocket div */
    left: calc(50% - 100px); /* Centered under rocket */
    animation: fumes 3s infinite;
}

.rocket .exhaust-fumes li:nth-child(2) {
    width: 96px;
    height: 96px;
    left: -113px;
    top: 216px; /* Relative to .rocket div */
    animation: fumes 3.2s infinite;
}

.rocket .exhaust-fumes li:nth-child(3) {
    width: 80px;
    height: 80px;
    left: -40px;
    top: 269px; /* Relative to .rocket div */
    animation: fumes 3s 1s infinite;
}

.rocket .exhaust-fumes li:nth-child(4) {
    width: 100px;
    height: 100px;
    left: -148px;
    top: 294px; /* Relative to .rocket div */
    animation: fumes 4s 2s infinite;
}

.rocket .exhaust-fumes li:nth-child(5) {
    width: 130px;
    height: 130px;
    left: -120px;
    top: 309px; /* Relative to .rocket div */
    animation: fumes 5s infinite;
}

.rocket .exhaust-fumes li:nth-child(6) {
    width: 140px;
    height: 140px;
    left: -39px;
    top: 210px; /* Relative to .rocket div */
    animation: fumes2 7s infinite;
}

.rocket .exhaust-fumes li:nth-child(7) {
    width: 70px;
    height: 70px;
    left: -88px;
    top: 290px; /* Relative to .rocket div */
    animation: fumes2 10s infinite;
}

.rocket .exhaust-fumes li:nth-child(8) {
    width: 110px;
    height: 110px;
    left: 70px;
    top: 280px; /* Relative to .rocket div */
    animation: fumes2 10s infinite; /* Reuse fumes2 animation */
}

.rocket .exhaust-fumes li:nth-child(9) {
    width: 90px;
    height: 90px;
    left: 200px;
    top: 340px; /* Relative to .rocket div */
    animation: fumes 20s infinite; /* Use fumes animation, longer duration */
}
.banner-content p#subtext,
.search-form {
    opacity: 0;
}
.search-form{
        transform: scale(0.8);
    transition: all 0.6s ease-in-out;
}
/*.banner-content {*/
/*    display: none;*/
/*}*/

.banner-content p.bounce {
    opacity: 1 !important;
    animation: bounceIn 1s ease forwards;
}

.search-form.show {
    opacity: 1;
    transform: scale(1);
}

.banner-content.show { display:block; }
@keyframes bounceIn {
0% {
    transform: translateY(50px);
    opacity: 0;
}
60% {
    transform: translateY(-10px);
    opacity: 1;
}
100% {
    transform: translateY(0);
}
}

@keyframes fumes {
    50% {
        transform: scale(1.5);
        background-color: transparent;
    }
    51% {
        transform: scale(0.8);
    }
    100% {
        background-color: #f5f5f5;
        transform: scale(1);
    }
}

@keyframes bounce {
    0% {
        transform: translate3d(0px, 0px, 0);
    }
    50% {
        transform: translate3d(0px, -4px, 0);
    }
    100% {
        transform: translate3d(0px, 0px, 0);
    }
}

@keyframes exhaust {
    0% {
        background: linear-gradient(to bottom, transparent 10%, #f5f5f5 100%);
    }
    50% {
        background: linear-gradient(to bottom, transparent 8%, #f5f5f5 100%);
    }
    75% {
        background: linear-gradient(to bottom, transparent 12%, #f5f5f5 100%);
    }
}

@keyframes fumes2 { /* Simplified animation for some fumes */
    50% {
        transform: scale(1.1);
    }
}
    @keyframes moveRocket {
      0% { left: -200px; }
      100% { left: 280%;  }
    }



/*-------------------------
Loader styles 
------------------------*/
#pageLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #37517e;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.data-not-found .heading {
  text-align: center;
  margin: 20px 20px;
  font-size: 28px;
}

#pageLoader .loader {
  border: 5px solid #fff;
  /* Light grey */
  border-top: 5px solid #fff;
  /* Blue spinner color */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 5s linear infinite;
}

.portal_homepage .navbar-nav .nav-link {
    font-weight: 600;
  padding: 4px 16px;
}
.portal_homepage .navbar-nav .nav-link:hover {
    color: #2D2F79;
    text-decoration: underline;
}


.portal_homepage .banner {
  position: relative;
  width: 100%;
  height: 420px;
  display: flex;
  align-items: center;
  /*justify-content: flex-start;*/
  margin: 0;
  padding: 0;
  margin-top: 72px;
      background: linear-gradient(to bottom, rgb(30 31 84 / 99%), rgb(43 45 115));
      overflow: hidden;
  /*overflow: hidden;*/
  /*background-repeat: no-repeat !important;*/
  /*background-size: contain !important;*/
  /*background-position: center bottom !important;*/
}
.portal_homepage.portal_blog_main .banner{
    height: auto !important;
}

.banner_developer.banner {
    height: 240px;
}

.portal_homepage .banner .bannerImg {
    position: absolute; z-index: 0; top: 0; height: 100%; left: 0; right: 0; margin: auto;
}

.portal_homepage .about-us-banner.banner{
    height: 420px;
}
.portal_homepage.portal_blog_listing .banner {
        height: 420px !important;
    }

.portal_homepage.portal_blog_listing .banner h1 {
        font-size: 32px;
}

.portal_homepage.location_all_project_listing .banner,
.portal_homepage .developers_landing_all_project .banner {
  height: 240px;
}
.contact_us_page .banner {
  height: 300px;
}
.portal_homepage .banner .container {
     margin-top:-20px;
 }
.portal_homepage .banner h1 {
  color: #FFF;
    position: relative;
    z-index: 9;
    font-size: 36px;
    text-align: center;
    /* font-weight: 800; */
    text-transform: uppercase;
}
.portal_homepage .banner h1 span {
    opacity: 0;
}
.portal_homepage .banner h1 span.visible {
    opacity: 1;
}
.portal_homepage .banner h1 span.orange{
        color: #e98500;
}

.portal_homepage .about-us-banner p,
.portal_homepage.portal_blog_listing .banner p{
  color: #fff;
  position: relative;
  z-index: 9;
  font-size: 16px;
    font-weight: 400;
}

.portal_homepage .banner-content p {
  font-size: 16px;
  line-height: 18px;
}

.portal_homepage .about-us-banner.banner .container {
    margin-top: 0;
    
}
.about-us-banner.banner h1{
    font-size: 32px;
}
.about-us-banner.banner .aboutimg{
    width: auto;
    /*height: 320px;*/
    margin: auto;
        position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.portal_blog_listing .banner .blogimg{
    width: auto;
    /*height: 320px;*/
        position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

#main {
  position: relative;
  top: 57px;
}

#main .container.main_developer_bottom {
  margin-bottom: 60px;
}

.landing_page_project #main {
  position: unset;
  top: 0px;
}

.about_project_content .content {
  /*overflow-y: scroll;*/
  /*height: calc(100vh - 150px);*/
}
.about_project_content .modal-body {
  height: calc(100% - 135px);
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.about_project_content .modal-body .filter-modal-content {
  /*height: 100%;*/
  font-size: 14px;
  /*overflow-x: hidden;*/
  /*margin-bottom: 20px;*/
  /*position: relative;*/
}
/* Animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# modal popup
--------------------------------------------------------------*/

#EnquireModal .modal-content,
#DownloadBrochureModal .modal-content,
#SimilarProjectEnquire .modal-content {
  background-color: #fff;
  font-size: 11px;
}

#EnquireModal .Project_form_box1,
#DownloadBrochureModal .Project_form_box1,
#SimilarProjectEnquire .Project_form_box1{
  
    background: rgba(var(--primary-rgb), 0.12);
  color: #333;
  padding: 16px;
  border-radius: 8px;
}

#EnquireModal p.main_highlights_enquire,
#DownloadBrochureModal p.main_highlights_enquire,
#SimilarProjectEnquire p.main_highlights_enquire{
  
      margin-bottom: 0;
    font-family: Comme;
    font-size: 1rem;
}

.Project_form_box1 .bd-highlight{
    background-color:#e2e2e2;
    width: calc(100%);
    height: 96px;
}

.Project_form_box1 h6{
    /*font-size: 12px; */
    margin-bottom:0;
}

.Project_form_box1 .icon_box_main{
    background-color:#fffffe;
    background: rgba(var(--primary-rgb), 0.18);
    /*background-color: rgba(var(--primary), 0.3);*/
    /*color: #fff;*/    
    height: 48px;
    border-radius: 8px;
}

.portal_homepage .Project_form_box1 .icon_box_main{ 
    background:rgba(242 113 37 /18%);
}

.Project_form_box1 .icon_box_main .icon_box{
    border: 1px dashed #7E7676;
    border-radius: 100%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0 8px;
    line-height: 28px;
    text-align: center;
}

.Project_form_box1 .bd-highlight .icon_box svg{
    width: 20px;
    height: 20px;
}

#EnquireModal .OfferModal_swiper,
#DownloadBrochureModal .OfferModal_swiper,
#SimilarProjectEnquire .OfferModal_swiper {
  overflow: hidden;
  position: relative;
}

.text-blk.quotes{
    position: absolute;
    left: auto;
    font-size: 76px;
    line-height: 134px;
    top: -51px;
    font-weight: 900;
    color: rgb(255 255 255 / 51%);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    left: 20px;
    font-family: sans-serif;
}

#EnquireModal .buyer h5,
#DownloadBrochureModal .buyer h5,
#SimilarProjectEnquire .buyer h5 {
  font-size: 14px;
  margin-bottom: 5px;
}

#EnquireModal .buyer h6,
#DownloadBrochureModal .buyer h6,
#SimilarProjectEnquire .buyer h6 {
 font-size: 12px;
    font-weight: normal;
 /* margin-bottom: 15px; */
    color: #e6e6e6;
}

#EnquireModal .buyer h6 span,
#DownloadBrochureModal .buyer h6 span,
#SimilarProjectEnquire .buyer h6 span {
    font-size: 16px;
}

#EnquireModal .card,
#DownloadBrochureModal .card,
#SimilarProjectEnquire .card {
  background: var(--primary);
  color: var(--primarytextcolor);
}

#EnquireModal .card,
#DownloadBrochureModal .card,
#SimilarProjectEnquire .card{
    position:relative;
    padding: 32px 16px 16px 16px !important;

}

#EnquireModal .card:before,
#DownloadBrochureModal .card:before
#SimilarProjectEnquire .card:before{
   content: '\F6B0';
    font-family: bootstrap-icons;
    font-size: 60px;
    position: absolute;
    left: 6px;
    top: 0px;
    color: #e6e6e661;
}

#EnquireModal .card p,
#DownloadBrochureModal .card p,
#SimilarProjectEnquire .card p {
    /*max-height: 56px;*/
    line-height: 18px;
    overflow-y: auto;
    color: #FFF;
    font-size: 14px;
    z-index: 2;
}

#EnquireModal .card p::-webkit-scrollbar,
#DownloadBrochureModal .card p::-webkit-scrollbar
#SimilarProjectEnquire .card p::-webkit-scrollbar {
  width: 3px;
  /*background-color: transparent;*/
}

#EnquireModal .card p::-webkit-scrollbar-thumb,
#DownloadBrochureModal .card p::-webkit-scrollbar-thumb,
#SimilarProjectEnquire .card p::-webkit-scrollbar-thumb {
  /*border: 1px solid #ccc;*/
  background-color: #fff;
}

#EnquireModal .Project_form_box2,
#DownloadBrochureModal .Project_form_box2
#SimilarProjectEnquire .Project_form_box2 {
  padding:0 8px;
}


#EnquireModal .form_title h5,
#DownloadBrochureModal .form_title h5,
#SimilarProjectEnquire .form_title h5{
  font-size: 12px;
  margin-bottom: 5px;
  color: #979393;
}
.modal-open #EnquireModal .form_title h1,
.modal-open #SimilarProjectEnquire .form_title h1
{
     color: var(--primary);
    margin: 0;
    font-size: 24px;
}

.modal-open #EnquireModal .form-check-label,
.modal-open #DownloadBrochureModal .form-check-label,
.modal-open #SimilarProjectEnquire .form-check-label{
    line-height: 12px;
    font-size: 9px;
}

.modal-open #EnquireModal .form_title h1{
     color: var(--primary);
    margin: 0;
    font-size: 24px;
}

.modal-open #EnquireModal .form-check-label,
.modal-open #DownloadBrochureModal .form-check-label,
.modal-open #SimilarProjectEnquire .form-check-label{
    line-height: 12px;
    font-size: 9px;
}

body.modal-open {
  overflow: hidden;
}
body.stop-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
/*#EnquireModal .Project_form_box2 .project_name_modal{*/
/*    color: #118792;*/
/*    margin: 0;*/
/*    font-size: 20px;*/
/*}*/

.location_all_project_listing #EnquireModal .form-check,
.developers_landing_all_project #EnquireModal .form-check
.developer_landing #EnquireModal .form-check{
     line-height: 12px;
    font-size: 9px !important;
}

#EnquireModal .form_title p,
#DownloadBrochureModal .form_title p,
#SimilarProjectEnquire .form_title p  {
  font-size: 16px;
  color: #333333;
  margin-bottom: 5px;
}

#EnquireModal .form_title span,
#DownloadBrochureModal .form_title span,
#SimilarProjectEnquire .form_title span {
  height: 2px;
  display: block;
  width: 16%;
  background-color: var(--primary);
  margin: 0 auto;
}

#enquiryForm .form-control,
#DownloadBrochureModal .form-control,
#SimilarProjectEnquire .form-control {
  border-radius: 4px;
  /*height: 40px;*/
  background-color: #F9F9F9;
  border-color: #BEBEBE !important;
  padding: 8px 16px;
}

#enquiryForm .btn.btn-success,
#DownloadBrochureModal .btn.btn-success,
#SimilarProjectEnquire .btn.btn-success {
  width: 100%;
}

#enquiryForm input::placeholder,
#DownloadBrochureModal input::placeholder,
#SimilarProjectEnquire input::placeholder {
  color: #979393;
}

#DownloadBrochureModal .modal-header,
#enquiryForm .modal-header,
#SimilarProjectEnquire .modal-header {
  border: 1px solid #eaeaea !important;
}

.landing_page_project .swiper-button-next,
.landing_page_project .swiper-button-prev {
  background-color: var(--primary);
}




/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.landing_page_project .navbar {
  margin-right: 24px;
}
.landing_page_project .navbar li a {
  color: #FFF!important;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*padding: 10px 0 10px 20px;*/
  padding: 0px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #fff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  background-color: #2cacb8;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #47b2e4;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

.footer-info {
    margin-bottom: 30px;
}

@media (max-width: 800px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: block;
  }

  .landing_page_project .navbar ul {
    display: none;
  }

  header .navbar-collapse {
                position: absolute;
        top: 72px;
        background-color: #2D2F79;
        color: #FFF;
        left: 0px;
        width: 100%;
        padding: 16px;
        display: block;
        z-index: 9;
        border-radius: 0 0 8px 8px;
  }

  .red header {
    /*padding: 0px 10px !important;*/
    padding: 0px !important;
  }

  /*.navbar a, .navbar a:focus{*/
  /*    padding:10px 0;*/
  /*}*/
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block !important;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #47b2e4;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
  visibility: visible !important;
}

/*-------------------------
 Fixed navbar styling 
------------------------*/
header .navbar-toggler-icon {
  filter: invert(1);
  height: 1.8em;
}

header {
    display: flex;
    align-items: center;
  top: 0;
  left: 0;
  width: 100%; 
  /*position: fixed;*/
  position: absolute;
  padding: 0px 40px;
  height: 72px;
  z-index: 1000;
  /*background: #0d5c64; CBCBCB*/
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

header .navbar.navbar-expand-lg {
    width: 100%;
  padding: 0px 5px !important;
}

.navbar-brand img {
  width: 190px;
}

.navbar-nav .nav-item:hover .nav-link {
  background: transparent;
  overflow: hidden;
}

.navbar-toggler {
  width: 40px;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/*.portal_homepage header {*/
/*  position: fixed;*/
/*  padding: 0px 40px;*/
/*  height: 52px;*/
/*}*/

.privacy-policy.red header {
  position: relative;
  padding: 7px 40px;
}

/*-------------------------
 section-title 
------------------------*/

.sec1,
.sec2 {
  padding: 60px 0px;
  background-color: #ededff;
  position: relative;
}

.projects-section {
  background-color: #FFF;
}

/*.inner-page section{padding:0;}*/
.title_box {
  margin-bottom: 24px;
}

.section-title {
  font-size: 24px;
  margin-bottom: 4px;
  /* font-family: Comme; */
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.landing_page_project .section-title {
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 4px;
  /* font-family: Comme; */
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.subtitle {
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.footer-section .section-title {
  font-size: 18px;
  text-align: left; 
  font-weight: normal;
  margin-bottom: 15px;
}

.section-title.dark,
.subtitle.dark {
  color: #333;
}

/* Footer Section */
.footer-section {
  padding: 50px 0;
  background-color: #181818;
  color: #fff;
}

.footer-section p {
  margin: 0;
}

/*-------------------------
 developers-section / Developer card 
------------------------*/

.developers-section {
  /*background-color: #07577a;*/
  background-color: #424272;
  background-image: url(../img/bg_img/bg2.png);
  background-size: cover;
  background-position: center center;
}

.developer-card {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  border: 1px solid #ddd;
  border-radius: 10px;
  border: 1px solid #C7C7C7;
}

.project_detatils_data_title .card-title {
  color: #2D2F79;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px !important;
}

.developer-card:hover {
  /*transform: scale(1.02);*/
  /*background-color: #FFF;*/
  /*box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);*/
}

.developer-logo img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}

.developer-details h3 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}

.developer-details p {
  font-size: 12px;
  color: #474747;
  margin: 0;
  line-height: 22px;
}

/*.developer-card .project-counts {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  margin-top: 10px;*/
/*  background: #f9f9f9;*/
  /*padding: 10px 16px;*/
/*  border-top: 1px solid #c7c7c7;*/
/*  border-bottom: 1px solid #c7c7c7;*/
/*}*/

.developer-card .project-counts a {
  color: #000;
  text-decoration: none;
}

.developer-card .project-counts p {
  margin: 0;
  font-size: 12px;
  color: #777;
}

/*.developer_details h5 {*/
/*  font-size: 18px;*/
/*  margin-bottom: 6px !important;*/
/*}*/

/*.developer_details p {*/
/*  font-size: 14px;*/
/*}*/

.developr_logo img {
  max-width: 160px;
  height: 90%;
  margin: auto;
  object-fit: contain;
}

/*.developer-card .developer_logo {*/
/*  display: block;*/
/*  padding: 0px 0px;*/
/*  height: 75px;*/
/*  vertical-align: middle;*/
/*  border-radius: 10px;*/
/*  margin: 16px;*/
/*}*/

/*.developer-card .developer_logo img {*/
/*  max-width: 100px;*/
/*  height: 100%;*/
/*  margin: auto;*/
  /*filter: invert(1);*/
/*  object-fit: contain;*/
/*  display: inline;*/
/*}*/

/*.developer-card .developer-link {*/
/*  max-height: none;*/
/*  padding: 16px !important;*/
/*  background: transparent;*/
/*  border: none;*/
/*  color: #091a88;*/
/*  font-size: 14px !important;*/
/*  font-weight: 400;*/
/*}*/

.developer-card .developer-link:hover {
  background: transparent;
  color: #F37C20;
}

.developers-section .developer-card .developer-link:active,
.developers-section .developer-card .developer-link:focus {
  background: transparent !important;
  background-color: transparent !important;
  color: #F37C20;
  border: 0px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.developer-card .developer_details_see_all,
.operating-since {
  margin: 0px;
}

/*.developer-card .developer_details {*/
/*  padding: 0px 18px 0px;*/
/*}*/

/*************ProjectCard***********/

.portal_homepage .projectCard {
  position: relative;
  min-height: 535px;
  background-color: var(--white);
  overflow: hidden;
  color: var(--dark);
  border-radius: 8px;
}

/*---------------------
Card company-logo-overlay
---------------------*/

.portal_homepage .projectCard .img_box {
  position: relative;
  /*overflow: hidden;*/
}
.portal_homepage .projectCard .card-img-top {
    width: 100%;
    /* height: 180px; */
    object-fit: cover;
}

.img_box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9),
    transparent 30%,
    transparent 100%,
    rgba(0, 0, 0, 0.9)
  );
  pointer-events: none;
  z-index: 1;
}

.company-logo-overlay {
  width: 90px;
  height: 24px;
  padding: 4px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  left: 10px;
  z-index: 10;
  background-color: #fff !important;
  box-shadow: 2px 2px 4px 1px #00000040;
}

.company-logo-overlay a {
  font-size: 12px;
}

.company-logo {
  width: 80%;
  object-fit: cover;
  /* filter: invert(1); */
  margin: 0 auto;
  display: block;
}

.possession_badge1 {
  position: absolute;
  right: 0px;
  top: 10px;
  background-color: rgba(255, 255, 255, 1);
  padding: 4px 12px 4px !important;
  font-weight: 600;
  border-radius: 4px 0 0 4px;
  padding: 2px 8px !important;
  vertical-align: middle;
  display: flex;
  z-index: 2;
}

.possession_badge {
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 10px;
  width: 135px;
  height: 18px;
  background: #D55E01;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    0% 100%,
    calc(100% - 100px) 50%
  );
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFF;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-right: 12px;
  padding-left: 19px !important;
}

.possession_badge.newlaunch {
  width: 110px;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    0% 100%,
    calc(100% - 100px) 50%
  );
}

.possession_badge.readytomove {
  width: 130px;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    0% 100%,
    calc(100% - 120px) 50%
  );
}

.possession_badge.underconstruction {
  width: 150px;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    0% 100%,
    calc(100% - 138px) 50%
  );
}

.possession_badge em {
  font-size: 14px;
}

.possession_badge .reraloc {
  font-size: 10px;
  line-height: 20px;
}



.offer_section .badge {
  line-height: 24px;
  width: 80px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #2b0580;
}

.offer_section .badge .reraloc {
  color: #2b0580;
  font-size: 11px;
  font-weight: 500;
}

.offer_list li {
  font-size: 11px;
  display: flex;
  align-items: center;
}

.offer_list li em {
  font-size: 8px;
  color: #00cb3e;
}

.offer_list li .focus_text {
  font-size: 16px;
  font-weight: 800;
}


.portal_homepage .offer_section {
  /* padding:8px 16px; */
  /* background-color: #D4C2FF; */
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  /* Hide overflow */
  position: absolute;
  /* Position ul relative to container */
  bottom: 0;
  width: 100%;
  height: 50px;
  z-index: 9;
}

.portal_homepage .offer_section .badge {
  line-height: 24px;
  width: 80px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #2b0580;
}

.portal_homepage .offer_section .badge .reraloc {
  color: #2b0580;
  font-size: 11px;
  font-weight: 500;
}

.portal_homepage .offer_list li {
  font-size: 11px;
  display: flex;
  align-items: center;
}

.portal_homepage .offer_list li em {
  font-size: 8px;
  color: #00cb3e;
}

.portal_homepage .offer_list li .focus_text {
  font-size: 16px;
  font-weight: 800;
}




.portal_homepage .offer-section {
  background-color: #f7f7f7;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 0px;
}

.portal_homepage .offer-section .offers {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

.portal_homepage .offer-section .offer-list {
  list-style-type: none;

}

.portal_homepage .offer-section {
  padding: 10px;
  background-color: #f7f7f7;
  border-radius: 5px 0px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 0 auto;
  /* Center align */
}

.portal_homepage .offer_section .offers {
  overflow-x: auto;
  /* Allows horizontal scrolling on small screens */
  white-space: nowrap;
  /* Prevents wrapping */
  padding-bottom: 10px;
}

.portal_homepage .offer_section .offer-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  /* Arrange items in a row */
}

.portal_homepage .offer_section .offer-item {
  /* background-image: linear-gradient(266deg, #ffdad9, #dbd9ff); */
  background: rgb(0 0 0 / 70%);
  border: 1px 0px solid #ddd !important;
  border-radius: 0px;
  padding: 2px 10px;
  margin-right: 10px;
  white-space: normal;
  /* Allow line breaks inside item */
  flex: 0 0 auto;
  /* Prevent items from shrinking */
  transition: transform 0.3s ease;
}

.portal_homepage .offer_section .offer-item:last-child {
  margin-right: 0;
}

/* .offer_section .offer-item:hover {
transform: scale(1.05);
} */

.portal_homepage .offer_section .d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.portal_homepage .offer_section .offer-item {
  /* background-color: #ffffff;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd; */
  white-space: normal;
}

.portal_homepage .offer_section .d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.portal_homepage .offer_section .offers .offer-icon i {
  font-size: 12px;
  color: #22d9eb !important;
  /* Vibrant orange-red for the offer icon  ff4500*/
}

.portal_homepage .offer_section .offer-icon i {
  font-size: 12px;
  color: #FFF !important;
  /* Vibrant orange-red for the offer icon  ff4500*/
  margin-right: 5px;
}

.portal_homepage .offer_section .offer_title {
  font-size: 14px;
  /* font-weight: bold; */
  color: #fff !important;
}


.portal_homepage .location {
  color: #787676;
  font-size: 12px;
  margin-bottom: 8px;
}


.portal_homepage .projectCard .location_highlights {
  margin: 0;
  padding: 0;
  list-style: none;
  /*margin-bottom: 12px;*/
}

.portal_homepage .projectCard  .location_highlights li {
  /*margin-bottom: 8px;*/
  position: relative;
  display: flex;
  align-items: center;
  /*margin-right: 16px;*/
    margin-bottom: 4px;
}

.portal_homepage .projectCard .location_highlights li i {
      font-size: 16px;
    font-weight: 800;
    background-color: rgb(197 194 194 / 25%);
    color: #f37c20;
    padding: 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 12px;
}
.portal_homepage .projectCard .location_highlights li p {
  margin-bottom: 0;
  font-size: 14px !important;
  font-weight: 600;
}


.portal_homepage .highlights-section {
  flex-wrap: nowrap;
  /* justify-content: space-between; */
  margin: 0;
  padding: 0;
}

.portal_homepage .highlights-title {
      font-size: 14px;
    line-height: 24px;
    color:#131446;
    margin-top: 0px;
    margin-bottom: 4px;
    font-weight: 500;
}

.portal_homepage .highlights-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.portal_homepage .highlights-list .seeMore {
  min-width: 80px;
  max-width: calc(50% - 12px);
  float: left;
  width: fit-content;
  margin: 0;
  margin-left: 4px;
  font-size: 12px;
  line-height: 24px;
}

/*.portal_homepage .highlight-item {*/
/*display: flex;*/
/*align-items: center;*/
/*font-size: 12px;*/
/*color: #333; */
/*margin-bottom: 10px;*/
/*}*/

/*.portal_homepage .highlight-item i {*/
/*  color: #F37C20;*/
  /* Green color for icons */
/*  margin-right: 5px;*/
/*  font-size: 14px;*/
/*  padding: 4px 4px !important;*/
/*}*/

.portal_homepage .highlight-item:last-child {
  margin-bottom: 0;
}


.portal_homepage .SimilarProp_main .highlights-section ul li.highlight-item i {
  background-color: transparent;
  padding:0;
}


.portal_homepage .highlights-section {
  position: relative;
  margin: 8px 0;
  /* Ensure the container is positioned relative */
}

.portal_homepage .hightlightsMore {
    display: block;
    margin: 0;
    border: 1px solid #DDD;
    padding: 10px;
    border-radius: 8px;
    position: absolute;
    bottom: 65px;
    background: #FFF;
    width: calc(100% - 32px);
    box-shadow: 0px 1px 9px 0px #3333332b;
    z-index: 1000;
    overflow-y: auto;
    max-height: 300px;
  /* Adjust as needed */
}

.portal_homepage .additional-highlights {
  display: none;
  /* Hide additional highlights initially */
}

.portal_homepage .hightlightsMore .additional-highlights {
  display: block;
  /* Show additional highlights when in .hightlightsMore state */
}


/* .portal_homepage .hightlightsMore .highlights-list .seeMore {
  display: none;
} */

.highlights-wrapper {
  max-height: 110px; /* Enough for ~3 highlights */
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.highlights-wrapper.expanded {
  max-height: 500px; /* Expandable space for full content */
}


.portal_homepage .highlight-item {
  font-size: 13px;
  line-height: 22px;
  color: #333;
  overflow: hidden;
    text-overflow: ellipsis;
    text-wrap-mode: nowrap;
    padding: 0 1px;
}


.portal_homepage .hightlightsMore .highlights-title {
    margin: 0 !important; 
    position: sticky;
    top: 0;
    background-color: #ffffff;
    width: 100%;
    z-index: 99;
    line-height: normal;
    padding-bottom: 10px;
}
 
.highlights-section .seeMore a{ 
    font-size: 12px;
}
.hightlightsMore .seeMore a{
    position: sticky;
    bottom: 0;
}

.hightlightsMore .highlights-list{
    max-height: calc(280px - 50px);
    display: block;
    overflow-y: auto;
    line-height:normal;
}

.portal_homepage .hightlightsMore .highlights-list li {
    background-color: #ffffff;
    display: flex;
    width: auto !important;
    float: none;
    font-size: 13px;
    margin-right: 0;
    margin-left: 1px; 
    margin-bottom: 8px;
    /*position: sticky;*/
    /*top: 0;*/
    text-wrap-mode: wrap;
    line-height: normal;
}

.portal_homepage .hightlightsMore .highlights-list li .bi {
  display: block;
  background: transparent;
  padding: 0;
}

.portal_homepage .hightlightsMore .highlights-list li.seeMore{
    
    position: sticky;
    bottom: 0;
    background-color: #ffffff;
}

/* Icon styling */
.portal_homepage .highlight-item i {
  margin-right: 10px;
  /* Space between icon and text */
  color: #D55E01;
  /* Icon color */
}





/************end projectCard************/


.portal_homepage .developerProjectsData .card-footer {
  background-color: transparent;
  border: none;
  padding: 16px;
}

.search-form {
  display: flex;
  align-items: stretch;
  border: 1px solid #ced4da;
  border-radius: 40px !important;
  overflow: visible; /* CHANGED: Allow dropdown to overflow */
  background-color: #fff;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative; /* Good practice in case dropdown needs fallback positioning */
}
.portal_homepage .search-form .form-row {
    border-radius: 40px !important;
    overflow: hidden;
    border-right: 0;
}
.selectbox {
  position: relative; /* CRUCIAL: Positioning context for the dropdown */
  display: flex;
  align-items: center;
  /*padding-left: 0.75rem;*/
}
.selectbox .bi-geo-alt-fill {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  margin: 4px 12px !important;
  bottom: 0;
  line-height: 22px;
  padding: 0;
}
.selectbox .dropdown.select2 {
  width: 100% !important;
  height: 100% !important;
}

.selectbox
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 32px;
  text-align: left;
}
.select2-container--open .select2-dropdown {
  left: -1px;
}
.select2-container--open .select2-dropdown--below {
  padding: 4px !important;
  top: 5px !important;
  width: 180px !important;
  /*left:-1px;*/
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 4px;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus-visible {
  /*border: 0 !important;*/
  outline: 0 !important;
}

/*.select2-container{width: 100% !important;}*/

/*---------------------
Footer Section 
---------------------*/
/*.footer-section {*/
/*  padding: 50px 0;*/
/*  padding-bottom:0;*/
/*  background-color: #333;*/
/*  color: #fff;*/
/*}*/

/*.footer-section .section-title {*/
/*  text-align: left;*/
/*}*/

/*.footer-section p {*/
/*  margin: 0;*/
/*}*/

/*.ft_abt p {*/
/*  margin-bottom: 15px !important;*/
/*  text-align: justify;*/
/*}*/

/*.ft_abt .ft_img {*/
/*  width: 200px;*/
/*}*/

/*.footer_menu ul {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  list-style: none;*/
/*}*/

/*.footer_menu ul li {*/
/*  line-height: 30px;*/
/*}*/

/*.footer_menu ul li a {*/
/*  color: #FFF;*/
/*  text-decoration: none;*/
/*}*/

/*.portal_homepage .com_info {*/
/*  background-color: #343645;*/
/*  color: var(--white);*/
/*  padding: 20px;*/
/*  border-radius: 10px;*/
/*}*/

/*.portal_homepage .com_info img {*/
/*  width: 60px;*/
/*}*/

/*.portal_homepage .com_info ul {*/
/*  margin-bottom: 15px;*/
/*}*/

/*.portal_homepage .com_info ul li.heading {*/
/*  font-size: 15px;*/
/*  margin: 0;*/
/*  font-weight: 600;*/
/*}*/

/*.portal_homepage .com_info ul li {*/
/*  line-height: normal;*/
/*}*/

/*.portal_homepage .com_info ul li>span {*/
/*  color: var(--green);*/
/*}*/

/*.portal_homepage .get_in {*/
/*  margin-top: 30px;*/
/*  text-align: center;*/
/*}*/

/*.portal_homepage .get_in ul {*/
/*  display: flex;*/
/*  justify-content: space-evenly;*/
/*  align-items: center;*/
/*}*/

/*.portal_homepage .footer_menu ul li {*/
/*  line-height: 30px;*/
/*}*/

/*.portal_homepage .get_in ul li a {*/
/*  background-color: #FFF;*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  display: block;*/
/*  border-radius: 50%;*/
/*  line-height: 40px;*/
/*  color: #000;*/
/*  font-size: 18px;*/
/*  border: 1px solid transparent;*/
/*  transition: ease-in-out 0.5s;*/
/*}*/

/*.footer-section {*/
/*  background: var(--dark);*/
/*  padding: 0;*/
/*}*/


.ft_abt p {
  color: var(--white);
}

/*.ft_abt p {*/
/*    text-align: justify;*/
/*}*/
.footer-section .heading,
.get_in h6 {
  color: var(--white);
}

footer {
  font-size: 14px;
  background: var(--dark);
  padding: 40px 20px;
  color: var(--white);
}

.footer_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer_menu ul li {
  line-height: 30px;
}

.footer_menu ul li a {
  color: var(--white); 
  text-decoration: none;
}

.footer_menu ul li a:hover {
  color: #2f317a;
  text-decoration: underline;
}

/*.ft_abt p{*/
/*  text-align: justify;*/
/*}*/
.ft_abt .ft_img {
  width: 200px;
}

.com_info {
  background-color: #ffffff;
    color: var(--white);
    padding: 20px !important;
    border-radius: 10px;
    margin: 0 6px;
    box-shadow: inset 1px -1px 7px 1px #2222
}

.com_info .contactInfo .bi {
    color: #f37e24;
}

.com_info img {
  width: 220px;
}

/*.com_info ul {*/
/*  margin-bottom: 15px;*/
/*}*/

.com_info ul li {
  line-height: 24px;
  color: #333 !important;
}

.footer-info .text-center a {
    color: #333 ;
}

.com_info ul li.heading {
  font-size: 14px;
  margin: 0px;
  font-weight: 600;
}

.com_info ul li > span {
  color: var(--green);
}

.copyright {
  background-color: #111;
  color: var(--white);
  font-size: 14px;
  padding: 6px 0px;
  display: block;
  /*margin-top: 50px !important;*/
}

.get_in {
  margin-top: 30px;
  text-align: center;
}

.get_in ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.get_in ul li a {
  background-color: var(--white);
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  line-height: 40px;
  color: var(--dark);
  font-size: 18px;
  border: 1px solid transparent;
  transition: ease-in-out 0.5s;
}

.get_in ul li a:hover {
  background-color: var(--bg1);
  color: var(--white);
  border: 1px solid #fff;
}

/*---------------------------------------
  Inner Pages developers_landing Css
-----------------------------------------*/
/*.breadcrumb-box{*/
/*    background-color: #0a494f;*/
/*}*/

ul.breadcrum-url {
  /*position: absolute;*/
  /*bottom: 0;*/
  /*left: 3%;*/
  /*transform: translate(-50%, -50%);*/
  /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/
  list-style: none;
  /*background: #0a494f;*/
  padding: 16px 0;
  font-size: 12px;
  display: flex;
  gap: 8px;
  color: #808080;
  margin-bottom: 0 !important;
}

ul.breadcrum-url a {
  font-weight: 400;
  font-size: 12px;
  color: #808080;
  text-decoration: none;
}
ul.breadcrum-url a:hover {
  text-decoration: underline;
}

.portal_blog_main ul.breadcrum-url li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 150px;
}

.portal_blog_main ul.breadcrum-url li:last-child:hover {
  overflow: visible;
  white-space: break-spaces;
  width: 100%;
}

#banner_with_title .overlay {
  background-color: #000000bf;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#banner_with_title .title ul.banner_header {
  justify-content: center;
  margin-top: 16px;
}

#banner_with_title {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* Ensure no scrollbars if the image overflows */
  height: 100%;
}

#banner_with_title img {
  width: 100%;
  height: 100%;
  display: block;
  /* background-color: rgba(0, 0, 0, 0.5); */
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  /* opacity: 0.5; */
  transition: opacity 0.3s ease;
  object-fit: cover;
}

#banner_with_title .city-title {
  font-size: 35px; 
}

#banner_with_title .title ul {
  list-style: none; 
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1em; 
}

#banner_with_title .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/
  text-align: center;
  /* Center-align the text */
  display: flex;
  flex-direction: column;
  align-items: center;
  /*background-color: rgb(0 0 0 / 36%);*/
  /*padding: 30px;*/
}

.location_all_project_listing #banner_with_title .title {
  width: 100%;
}

/*#banner_with_title .title ul {*/
/*  list-style: none;*/
  /* Remove default list styling */
/*  padding: 0;*/
/*  margin: 0;*/
/*  display: flex;*/
/*  gap: 1em;*/
  /* Space between list items */
/*}*/

.SimilarProp_main .row {
  justify-content: center;
}

#banner_with_title .title ul li {
  position: relative;
  padding: 0 16px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

#banner_with_title .title ul li .developer_banner_established {
  color: #F37C20;
  font-size: 24px;
  font-weight: 800;
  position: relative;
  top: 2px;
  margin-left: 4px;
}

#banner_with_title .title ul li::after {
  content: "|";
  position: absolute;
  right: -14px;
  color: white;
  top: 0;
  font-size: 24px;
}

#banner_with_title .title ul li:last-child::after {
  content: "";
  /* Remove separator after the last item */
}

#banner_with_title .title ul li {
  position: relative;
}

#banner_with_title .title ul li::after {
  content: "|";
  position: absolute;
  right: -14px;
  color: white;
  top: 0;
  font-size: 24px;
}

#banner_with_title .title ul li:last-child::after {
  content: "";
  /* Remove separator after the last item */
}

#banner_with_title .title ul li .developer_banner_established {
  color: #069cab;
  font-size: 24px;
  font-weight: 800;
  position: relative;
  top: 2px;
}

#banner_with_title .title ul li b {
  font-weight: 500;
  font-size: 15px;
}

/*inner pages banner*/

/*.portal_homepage .banner {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  height: 280px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: flex-start;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  margin-top: 52px;*/
/*  overflow: hidden;*/
/*  background-repeat: no-repeat !important;*/
/*  background-size: cover !important;*/
/*  background-position: center center !important;*/
/*}*/

/*.portal_homepage .banner {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 450px; */
/*    background-size: cover;*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    justify-content: flex-start;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    margin-top: 50px;*/
/*    overflow: hidden;*/
/*} */
/*.portal_homepage .banner:before {*/
/*  content: "";*/
/*  background-color: #00000075;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

.contact_us_page .banner:before {
  content: "";
  background-color: #0000008a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portal_homepage.portal_blog_main .banner {
  overflow: hidden;
}

.portal_homepage.portal_blog_main .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black overlay with 50% opacity */
  z-index: 1;
}

.portal_homepage.portal_blog_main .banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 2;
  text-align: center;
}

.portal_homepage .banner .banner-content {
  position: relative;
  color: #fff;
  margin: auto;
  text-align: center;
  max-width: 610px;
}

/*-------------------------
 btn_box CSS
------------------------*/

.btn_box a {
  border-radius: 20px;
  padding: 8px 15px;
}

.know_more {
  background-color: #f3f3f3;
  color: #2D2F79;
  font-size: 14px !important;
  padding: 8px 15px !important;
  border-radius: 40px;
  width: 48%;
  font-weight: 500;
}

.know_more:hover {
  background-color: #2D2F79;
  color: #ffffff;
}

.book_a_visit {
  background: #2D2F79;
  width: 48%;
  border-radius: 40px;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 27px;
}

.book_a_visit:active {
  background-color: var(--primary);
}

/*----------------------------
   below Banner Filters Css
---------------------------*/

section.filters {
  margin: 0px;
  padding: 8px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  
}

section.filters .form-group {
  margin-right: 8px;
}

section.filters .form-control {
  /*width:auto !important; */
  border-radius: 5px !important;
  appearance: auto !important;
  font-size: 12px !important;
  min-width: 240px;
}

section.filters .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

section.filters .select2-container {
  width: 180px !important;
}

.portal_homepage.homepage .select2-container--open .select2-dropdown--below {
  top: 22px !important;
  left: 18px;
  border-color: #dee2e6;
}
.select2-search--dropdown {
  padding: 0;
  margin-bottom: 5px;
}

.acceptance {
  line-height: 1.5em;
}

#allpropertyType.select2-container::after {
  content: "▼";
  float: right;
  margin-right: 10px;
}

/*----------------------------
   Side Filters Css
---------------------------*/

.BodyHiddenOverflow {
  overflow: hidden;
  /* height: 100vh; */
}

.overflowBody {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgb(0 0 0 / 65%);
  top: 0;
  left: -450px;
  z-index: 1;
}

#overflowBody {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.modal-header {
  padding: 8px 16px;
  /*background-color: var(--primary);*/
  /*color: #fff;*/
  border-radius: 0;
  /*border-radius:10px;*/
  /*border-radius: 6px 6px 0px 0px; */
}

.developers_landing_all_project #EnquireModal .modal-header {
  /*padding: 10px 10px;*/
  /*background-color: #0d5c64;*/
  color: #fff;
  border-radius: 6px 6px 0px 0px;
}

.modal-header h2 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}

.modal-header .btn-close {
  /*filter: invert(1);*/
}

/*.filter-modal {*/
/*  max-width: 500px;*/
/*  background-color: white;*/
/*  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/
/*  z-index: 99999;*/
/*  transition: right 0.3s ease-in-out;*/
/*  right: 0 !important;*/
/*  position: fixed;*/
/*  left: inherit;*/
/*}*/

.filter-modal .modal-content {
  border: none;
  height: 100%;
}

.filter-modal .modal-full-height {
  height: 100%;
}
.filter-modal .filter-modal-content {
  height: 100%;
  font-size: 12px;
  overflow-x: hidden;
  /*margin-bottom: 20px;*/
  position: relative;
}

.filter-modal .filter-section {
  margin-bottom: 16px;
}

.filter-modal .filter-modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 5px;
}

.about_project_content
  .modal-body
  .filter-modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 5px;
}

.filter-modal .filter-modal-content::-webkit-scrollbar {
  width: 4px;
}

.filter-modal .filter-modal-content::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
  border-radius: 5px;
}
.about_project_content
  .modal-body
  .filter-modal-content::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
  border-radius: 5px;
}
.filter-modal .modal-dialog {
  margin: 0px;
  padding: 0px;
}

.filter-modal .filter_title {
  background-color: #0d5c64;
  padding: 15px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: bold;
}

.filter-modal .filter-header .close {
  font-size: 20px;
  color: #000;
  cursor: pointer;
  transition: color 0.3s ease;
}

.filter-modal .filter-header .close:hover {
  color: #ddd;
}

/*.filter-section {*/
/*  margin-bottom: 24px;*/
/*padding-right: 15px;*/
/*}*/

.filter-section h3 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
  color: #808080;
}

.filter-inline {
  display: flex;
  flex-wrap: wrap;
}

.filter-inline input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.2);
}

.filter-inline .checkFilter {
  background-color: #F37C20;
  color: white;
  border-color: #F37C20;
}

.filter-inline .checkFilter .state-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.filter-footer .clear-all-btn {
  width: calc(50% - 12px);
  font-size: 14px;
  background-color: transparent;
  color: #F37C20;
  border: 1px solid #F37C20;
  padding: 8px 24px;
  cursor: pointer;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

.filter-footer .clear-all-btn:hover {
  background-color: #0d5c64;
  color: #fff;
  border-color: #0d5c64;
}

.filter-footer .apply-filter-btn {
  width: calc(50% - 12px);
  font-size: 14px;
  background-color: #F37C20;
  color: #fff;
  border: none;
  padding: 8px 24px;
  cursor: pointer;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

.filter-footer .apply-filter-btn:hover {
  background-color: #0d5c64;
}

.filter-inline input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.filter-inline input[type="radio"] {
  display: none;
}
 
.filter-inline label {
    display: flex;
    padding: 4px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    align-items: center;
    gap: 0px;
    margin-bottom: 0px;
    font-size: 13px;
}


.filter-inline input[type="checkbox"]:checked + label {
  background-color: #F37C20;
  color: white;
  border-color: #F37C20;
}

.filter-inline label:hover {
  border-color: #F37C20;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 20px 0 40px;
  justify-content: space-between;
}

.price-input .field {
  display: flex;
  width: 120px;
  align-items: center;
}

.price-input .field .input-group {
  border: 1px solid #ccc;
  border-radius: 40px;
  overflow: hidden;
}

/*.field input {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  outline: none;*/
/*  font-size: 19px;*/
/*  margin-left: 12px;*/
/*  border-radius: 5px;*/
/*  text-align: center;*/
/*  border: 1px solid #999;*/
/*  -moz-appearance: textfield;*/
/*}*/

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.slider {
  height: 3px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 6px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 13px;
  width: 13px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.select2-results__options::-webkit-scrollbar {
  width: 4px;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
  border-radius: 5px;
}

#filterModal .modal-body {
  height: calc(100% - 110px);
}

#filterModal .filter-footer {
  /*max-width: 500px;*/
  /*position: fixed;*/
  /*bottom: 20px;*/
  display: flex;
  gap: 8px;
  background: #fff;
}

/*-----------------------------------------
  Developer Modal Silder innnerpages Css
------------------------------------------*/

#DeveloperModal .modal-full-height {
  max-width: 500px;
  width: 100%;
  /* Ensures it scales down for smaller screens */
  height: 100%;
  margin: 0;
  top: 0;
  right: -100%;
  /* Start off-screen for the sliding effect */
  /*transition: right 0.3s ease-in-out;*/
  position: fixed;
  background-color: white;
  /* Ensure the background is white */
  z-index: 1050;
  /* Ensure it's above other content */
}

.modal.drawer {
  display: flex !important;
  pointer-events: none;
}
.modal.drawer * {
  pointer-events: none;
}
.modal.drawer .modal-dialog {
  margin: 0px;
  display: flex;
  flex: auto;
  transform: translate(25%, 0);
}
.modal.drawer .modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
}
/*.modal.drawer .modal-dialog .modal-content .modal-body {*/
/*  overflow: auto;*/
/*}*/
.modal.drawer.show {
  pointer-events: auto;
}
.modal.drawer.show * {
  pointer-events: auto;
}
.modal.drawer.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.drawer.right-align {
  flex-direction: row-reverse;
}

#DeveloperModal .modal-header {
  background-color: #0d5c64;
  color: white;
  padding: 20px;
  border-radius: 0px;
}

#DeveloperModal .modal-content {
  border: 0px;
}

#DeveloperModal .modal-body {
  padding: 20px;
  overflow-y: auto;
  /* Allow scrolling if content is long */
  height: 100%;
  /* Adjust height based on header size */
}

.landing_page_project .modal-footer {
  display: block;
  padding: 6px;
}

/* Modal open state */
#DeveloperModal .modal.show .modal-full-height {
  right: 0;
  /* Slide in from the right */
}

/* Ensure the modal close button is visible */
#DeveloperModal .btn-close {
  color: white;
}

/*#DeveloperModal .modal-body .content {*/
/*  margin-bottom: 20px;*/
/*}*/
#DeveloperModal .modal-header img {
  width: 100px;
}

#DeveloperModal .modal-header {
  padding: 15px;
  background: #0d5c64;
}

#DeveloperModal .modal-header .btn-close {
  color: #fff;
  filter: invert(1);
}

#DeveloperModal .modal-title {
  font-size: 18px;
  margin-bottom: 15px;
}

#DeveloperModal .content {
  margin-bottom: 20px;
}

/*#DeveloperModal .project-locations{*/
/*  margin-bottom:70px;*/
/*}*/
#DeveloperModal .modal-dialog.modal-dialog-slide {
  position: fixed;
  right: 0;
  margin: 0;
  top: 0;
}

#developerModal .modal-content {
  border: 0px;
}

#DeveloperModal .overview_txt1 {
  max-height: calc(100vh - 400px);
  overflow-x: hidden;
  margin-bottom: 20px;
  line-height: 1.5em;
  padding-right: 10px;
}

#DeveloperModal .overview_txt1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 5px;
}

.btn-success.book_a_visit.ms-1:hover {
  box-shadow: 4px 4px 8px rgba(17, 135, 146, 0.3);
}

.portal_homepage .btn.book_a_visit:hover {
  background-color: #2D2F79;
  border: 1px solid #2D2F79;
}

#DeveloperModal .overview_txt1::-webkit-scrollbar {
  width: 4px;
}

#DeveloperModal .overview_txt1::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
  border-radius: 5px;
}

/*.portal_homepage .navbar-nav .nav-link {*/
/*  padding: 4px 16px;*/
/*  border-radius: 24px;*/
/*}*/

/*.red .navbar-nav .nav-link {*/
/*  padding: 4px 16px;*/
/*  border-radius: 24px;*/
/*}*/

/*.red header {*/
/*  position: fixed;*/
/*  padding: 7px 40px;*/
/*}*/

/*.red header {*/
/*  position: fixed;*/
/*  padding: 0px 40px;*/
/*}*/

/*.red.location_all_project_listing header {*/
/*  position: fixed;*/
/*  padding: 3px 40px;*/
/*}*/

/*Developer Modal End*/

/*.inner-page{padding:80px 0;}*/

/*-------------------------
  swiper Css
------------------------*/

.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper_arrow_box {
  /*width: 100%;*/
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*transform: translate(-50%);*/
  /*z-index: 999;*/
  text-align: center; /* Center the buttons container */
  margin-top: 24px; /* Space above the buttons */
  position: relative;
}

.swiper-pagination {
  position: relative !important;
  text-align: center;
  top: 16px;
}

.swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
        background: #F37C20;
}

/*.swiper-button-prev{*/
/*    left:2%;*/
/*}*/
/*.swiper-button-next{*/
/*    right:2%;*/
/*} */

.swiper-button-next:before,
.swiper-button-prev:before,
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-size: 14px;
  margin: 0 14px;
}

.swiper-button-next {
  right: -40px;
}

.swiper-button-prev {
  left: -40px;
}

.swiper-banner .swiper-button-next {
  right: 10px;
  top: 40%;
  line-height: 12px;
  /*padding: 0 15px;*/
}

.swiper-banner .swiper-button-prev {
  left: 10px;
  top: 40%;
  line-height: 12px;
  /*padding: 0 15px;*/
}

.swiper-button-next,
.swiper-button-prev {
  width: 35px;
  height: 35px;
  background: none;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 30px;
  font-size: 20px;
  background-color: #F37C20;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
/*.related_search h2 {*/
/*    width: calc(100% - 100px);*/

/*}*/
.related_search .swiper_arrow_box,
.banking_main .swiper_arrow_box {
  display: flex;
  width: 100px !important;
  gap: 8px;
  margin: 0;
}

.related_search .swiper-related-button-next,
.related_search .swiper-related-button-prev,
.banking_main .swiper-button-next,
.banking_main .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.company-logo-landing img {
  width: 60px !important;
}

.overview_box .heading,
.landing_page_project .heading {
  font-weight: 600;
}

.floor_info img {
  border: 1px solid var(--primary);
}

/*.location_all_project_listing #main{*/
/*    position: relative;*/
/*    top: 60px;*/
/*    margin-bottom: 60px;*/
/*}*/
.location_all_project_listing #banner_with_title {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  /*top: 57px;*/
  top: 0;
}

/*.developer_details h5,*/
/*.developer_details .title {*/
/*  font-size: 16px;*/
/*  margin-bottom: 6px !important;*/
/*  font-weight: 600;*/
/*}*/

.red .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 38px;
  min-width: auto;
  user-select: none;
  -webkit-user-select: none;
  padding:.375rem .75rem !important;
  border: 1px solid #dee2e6 !important;
  display: flex;
  font-size: 12px;
  align-items: center;
  /*margin: 0px 1px;*/
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    
  padding-left:0;
}


.red .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
  right: 8px;
  position: absolute;
}

.highlights-title {
  font-weight: bold;
}

.hightlightsMore::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.hightlightsMore::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.hightlightsMore::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

.portal_homepage div#results {
  background: #fff;
    /* padding: 5px 0; */
    /* height: 150px; */
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: -1px;
    position: absolute;
    width: 60%;
    z-index: 9;
    border-radius: 0 0 4px 4px;
    box-shadow: 4px 12px 13px 0px #33333370;
    padding: 0;
    left: 26%;
}

.portal_homepage div#results h6 {
  color: #0d5c64;
  padding: 8px 16px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 0;
}

div#results .clickable-item.developer-item,
.clickable-item.project-item {
  color: #333;
    padding: 5px 0px;
    /*border-bottom: 1px solid #ededed;*/
}

/*::-webkit-scrollbar {*/
/*  height: 4px;*/
/*height of horizontal scrollbar ← You're missing this */
/*  width: 4px;*/
/*width of vertical scrollbar */
/*  border: 1px solid #0D5C64;*/
/*  background: #0D5C64;*/
/*}*/

.landing_page_project .abt_developer .developer_txt .developer_logo img {
  color: #fff;
  filter: invert(1) brightness(100);
}
/*contact us */

#contact-us-main .banner {
  position: relative;
}
#contact-us-main .sub-contact {
  padding: 0;
}

#contact-us-main #contact-us-section1 {
  margin: auto;
  width: 90%;
  max-width: 600px;
  margin-top: -200px;
  position: relative;
  margin-bottom: 32px;
}
.contact-us-section1 h2 {
  font-size: 24px;
}
#contactForm {
  margin: 32px 0 8px;
}
/*-------------------------
  Responsive Css
------------------------*/

@media only screen and (max-width: 1024px) {
}

@media (max-width: 800px) {
  .sec1,
  .sec2,
  .testimonial {
    padding: 32px 16px;
  }
  
  .sec1.developers-projects-section {
      padding-top: 62px;
  }
  .portal_homepage .navbar-nav .nav-link {
    padding: 10px 0px;
    color: #FFF;
  }
  .swiper-button-next,
  .swiper-button-prev {
    line-height: 27px;
    display:none !important;
  }

  .swiper_arrow_box {
    top: inherit;
    bottom: -10px;
    width: 120px;
    margin-bottom: 50px;
    position: relative;
  }

  .section-title {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .ft_abt .ft_img {
    margin: 20px 0;
  }

  .box2_mobile_enquire {
    order: 2;
    border: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*margin-bottom: 16px;*/
    margin-bottom: 8px;
  }

  .box1_mobile_enquire {
    order: 1;
    padding: 0;
  }

  #hero .row,
  #EnquireModal > div > div > div.modal-body > div > div {
    flex-direction: column-reverse;
  }

  #hero .slider-section {
    margin-bottom: 20px;
  }

  .schedule_a_visit .relationship_info form .form-control {
    border-radius: 5px;
  }

  .see-more-blogs li {
    flex-direction: column;
  }

  .see-more-blogs li .ms-3 {
    margin-left: 0 !important;
    margin-top: 10px;
  }

  .see-more-blogs li img {
    width: 100% !important;
    height: 150px !important;
  }

  /*section.filters #state-select,*/
  /*section.filters #city-select,*/
  /*section.filters .select2-container{*/
  /*  display: none !important;*/
  /*}*/

  section.filters .container.d-flex {
    justify-content: space-between;
  }

  #DeveloperModal .overview_txt1 {
    height: calc(100vh - 450px);
  }

  .swiper-center-align .swiper-wrapper {
    justify-content: center !important;
    margin: 0px 10px;
  }

  .footer-section .ft_abt {
    padding: 0px 6px;
  }

  .footer-section #menus_all .ps-5 {
    padding-left: 16px !important;
  }
  .portal_homepage #EnquireModal .Project_form_box2 {
    padding: 10px 2px;
  }
}

@media (max-width: 768px) {
    
  .modal-header {
    padding: 12px 16px;
  }
  header .navbar.navbar-expand-lg {
    padding: 12px 8px !important;
  }
  .navbar-brand img {
    width: 160px;
}
  .portal_homepage .banner {
    /*background: #0c6a73 !important;*/
    height: 180px !important;
        margin-top: 72px !important;
        margin-bottom: 0px !important;
        overflow: unset;
  }
  .contact_us_page banner {
    background: url(https://propdeals4u.com/public/website/assets/img/contact-banner.webp)
      no-repeat right center;
  }
  .portal_homepage .banner:before {
    background-color: #0000005c;
  }
  .portal_homepage h1 {
    color: #fff;
    margin: auto;
    text-align: center;
    z-index: 9;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    margin-top: -16px;
      /* display: none; */
  }
 
  .portal_homepage .banner p {
    display: none;
  }
    
  .portal_homepage .banner .banner-content {
    position: absolute;
    z-index: 9;
    background: #fff;
    padding: 0px;
    border-radius: 8px;
    margin: auto;
    left: 0;
    right: 0;
    width: 90%;
    bottom: -16%;
    box-shadow: rgba(70, 80, 91, 0.2) 0px 7px 20px 0px;
  }
  .portal_homepage.portal_blog_listing .banner .banner-content {
    position: relative !important;
    background: transparent !important;
  }
  .portal_blog_listing .blog-listing {
    padding: 0px !important;
  }
  .portal_blog_listing .blog-listing .card-title {
    color: #000 !important;
  }
  .portal_homepage .banner .banner-content .search-form {
    box-shadow: none;
    padding: 8px;
    border: 0;
    margin-top: 0 !important;
  }
  .portal_homepage .banner .banner-content .search-form .form-row {
    display: flex;
  }
  .portal_homepage
    .banner
    .banner-content
    .search-form
    .form-row
    .bi-geo-alt-fill {
    display: none;
  }
  .selectbox
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding-left: 0;
  }
  .select2-container--open .select2-dropdown--below {
    padding: 4px !important;
    top: 13px !important;
    width: 150px !important;
    left: -8px !important;
  }
  .portal_homepage .search-form .form-row div {
    margin-bottom: 0 !important;
  }

  .portal_homepage .search-form .form-row div {
    border: 0 !important;
  }
  .search-form .form-row .btn.btn-dark.btn-block {
    background: none;
    color: #333;
    padding: 0;
    line-height: 32px;
  }

    
.filter-inline label {
    padding: 8px 16px;
    font-size: 14px;
}



  .portal_homepage .banner img {
   width: 100% !important;
   bottom: 0;
   top: auto !important;
    object-fit: cover;
            height: auto !important;
  }

  .title_box {
    margin-bottom: 16px;
  }
  .subtitle {
    font-size: 14px;
  }

  .portal_homepage .highlights-list .seeMore {
    font-size: 13px;
    color: #F37C20;
  }
  .portal_homepage .SimilarProp_main.developers-projects-section ul li i {
    font-size: 14px;
    line-height: 14px;
    margin-right: 4px;
  }
  .portal_homepage .SimilarProp_main.developers-projects-section ul li p {
    font-size: 14px !important;
  }
  .swiper_arrow_box {
    display: none;
  }

  .project-counts .text-center strong {
    font-size: 20px;
  }
  .portal_homepage .project-counts .text-center {
    width: 50%;
  }
  .portal_homepage .developer-card .project-counts p {
    font-size: 14px;
    font-weight: 400;
  }
  .article .main_box1 {
    height: auto;
  }
  #main-box-top-priority {
    padding: 0;
  }
  .main_box1 p {
    margin-bottom: 16px;
  }
  .article .article_arrow {
    /*margin-top: 16px;*/
    display: none;
  }

  #banner_with_title .title {
    width: 96%;
  }
  .overview_txt {
    width: 96%;
  }
  #banner_with_title img {
    /*width: auto;*/
    /*height: auto;*/
    display: block;
    /*max-width: 150%;*/
  }

  #banner_with_title ul.breadcrum-url {
    left: 0 !important;
  }

  #banner_developer {
    margin-bottom: 0 !important;
    height: 260px !important;
  }

  #banner_with_title .city-title {
    font-size: 30px;
    letter-spacing: unset;
  }
  .overview_txt .content {
    display: block !important;
  }
  #banner_with_title .title ul.banner_header {
    margin-top: 24px !important;
  }

  .portal_homepage.portal_blog_main .banner {
    /*height: 270px !important;*/
    margin-bottom: 0 !important;
  }
  section.filters {
    padding: 4px 0;
  }
  section.filters .container {
    padding: 0 !important;
  }
  section.filters .container .d-flex.justify-content-between {
    padding: 0 24px;
  }

  section.filters .container .form-inline {
    width: calc(100% - 40px);
  }
  section.filters .select2-container {
    width: 100% !important;
  }

  section.filters .form-group {
    margin-right: 4px;
    width: 50%;
  }
  section.filters .form-control {
    min-width: auto;
  }
  .refresh-btn .bi.bi-funnel {
    margin: 0;
  }

  .projects_list_location .book_a_visit {
    border: 1px solid #F37C20;
    background: #F37C20;
  }
  .title {
    font-size: 14px;
  }
  .modal-header .btn-close {
    /*filter: invert(1);*/
  }
  #filterModal .filter-footer {
    background: transparent;
  }
  #filterModal .modal-body {
    padding: var(--bs-modal-padding);
  }

  /*contact us*/
  #contact-us-main #contact-us-section1 {
    position: relative;
    margin-top: -120px;
  }
  #contact-us-main .sub-contact {
    padding: 0;
  }
  /*#contact-us-main #contact-us-section1{*/
  /*   width: 92%;*/
  /*}*/
  .map-container h2 {
    font-size: 20px;
  }
  .map-container button {
    width: 100%;
  }
  #contactForm {
    margin: 24px 0 8px;
  }
  .map-container input {
    padding: 8px 16px;
  }
  .img_box {
    border-radius: 10px 10px 0 0;
  }
  .swiper {
    overflow: visible;
    margin-right: 20px;
  }
  .developers_landing .main_developer_bottom {
    padding: 0 16px;
  }
  .footer_menu ul li a:active {
    color: #21d6e1;
  }
  
  
  
  .footer-section .footer-info {
      padding: 0 16px !important;
  }
  .footer-section .footer-info .ft_abt {
      margin-bottom: 40px;
  }
  
  .portal_homepage .about-content h2, .portal_homepage .section-title, .footer-section .section-title {
      font-size: 20px !important;
      margin-bottom: 8px;
  }
  
  .footer-section p {
      font-size: 13px ;
  }
  
  .footer-section .footer-info hr {
      margin-top: 60px;
  }
  
      .portal_homepage .com_info {
        margin: 40px 0px !important;
    }
}

@media only screen and (max-width: 600px) {
  .portal_homepage header {
    padding: 0px;
    display: block;
  }

  .navbar {
    padding: 16px 0px;
    background: #FFF;
  }

  .subtitle {
    font-size: 16px;
  }

  .portal_homepage.portal_blog_main .banner h1 {  
        font-size: 16px !important;
        width: 90% !important;
        text-align: center !important;
  }

  .all-cities-group,
  .all-developers-group {
    display: none;
  }
  .portal_homepage div#results {
    text-align: left;
  }
  .Project_form_box1 .icon_box_main .icon_box{margin-bottom:5px;}
  .Project_form_box1 .icon_box_main{
    flex-direction: column;
    height: auto;
    text-align: center;
  }
  /*.Project_form_box1 h6{font-size:15px;}*/
  
  
}

.swiper-center-align .swiper-wrapper {
  justify-content: center !important;
  margin: 0px 10px;
}

.developer_list,
.project_list {
  list-style-type: none;
  padding-left: 10px;
  color: #0d5c64;
  line-height: 26px;
  font-weight: 600;
  padding-left: 0;
  margin-bottom: 0;
}

#results .no_data {
  padding: 16px 10px;
  margin: 0;
  color: red;
  font-weight: bold;
  opacity: 1;
}

/* new css */

.location_all_project_listing
  .select2-selection__rendered
  li.select2-selection__choice:not(:first-child) {
  display: none !important;
}
.location_all_project_listing
  .select2-selection__rendered
  li.select2-selection__choice:first-child {
  background-color: transparent;
  border: 0px;
  /* padding: 3px 11px; */
  margin: 0px;
}
.location_all_project_listing
  .select2-selection__rendered
  li.select2-selection__choice:first-child
  .select2-selection__choice__remove {
  display: none;
}
.location_all_project_listing .select2-selection__rendered {
  padding: 5px 3px !important;
}

/* New Css */
.portal_homepage .SimilarProp_main .location a {
  color: #787676;
}
.portal_homepage .SimilarProp_main .location a:hover {
  color: #F37C20;
}
/*.landing_page_project #DeveloperModal .modal-header{*/
/*    background:transparent;*/
/*}*/

.landing_page_project #DeveloperModal {
  z-index: 999999;
}
/* end */

/*banking*/
.banking_main {
  /*background-color: #fefaf2;*/
  background: #fefaf2;
}
.banking_main .bank_title img {
  width: 46px;
  margin-bottom: 4;
}
.banking_main .bank_title h2 {
  margin: 0;
}
/*.banking_main .bank_title p{*/
/*    line-height: normal;*/
/*    font-size: 12px;*/
/*}*/

.banking_card .bank_name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  display: block;
  vertical-align: middle;
}
.banking_card .bank_inter {
  font-size: 12px;
  font-weight: 600;
  color: #f44336;
  display: block;
  vertical-align: middle;
}

.banking_card .card {
  /* text-align: center; */
  /* padding: 15px; */
  /*height: 80px;*/
  box-shadow: 0 1px 4px 0 rgba(0, 106, 194, 0.2);
  background: #fff;
  display: flex;
  justify-content: space-around;
  /*padding-left: 70px;*/
}
.banking_card .card .img_box {
  height: 70px;
}
.banking_card .card img {
  /*width: 80px;*/
  /*position: absolute;*/
  /*left: -60px;*/
  /*top: 0;*/
  height: 100% !important;
  object-fit: contain;
  width: 100%;
}

.banking_main .caption_subdued_small {
  text-align: right;
  padding: 10px 20px;
  position: relative;
  z-index: 2;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #8993a4;
  display: block;
  vertical-align: middle;
}

.banking_main .read_inter {
  margin-top: 20px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}

.banking_main .read_inter:hover {
  color: #999;
}

/*banking end*/
/*Related Site*/

.related_search h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #333;
}
.related_search ul {
  margin-top: 10px;
  list-style: none;
}
.related_search ul li a {
  color: #333;
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  line-height: normal;
}

.related_search ul li a:hover {
  color: #2332e7;
  text-decoration: underline;
}

.related_search .swiper_arrow_box,
.banking_main .swiper_arrow_box {
  position: absolute;
  top: 0px;
  left: inherit;
  right: 0;
  z-index: 999;
  justify-content: flex-end;
}
#results a.text-decoration-none {
  color: #0d5c64;
}
@media only screen and (max-width: 767px) {
  .portal_homepage .privacy-temrs h1 {
    color: #000;
  }
  .portal_homepage .privacy-temrs {
    margin-top: 75px;
  }
}
.about_project_content h4,
#projectOverviewContent h4,
.about_project_content h3,
#projectOverviewContent h3{
     font-size: 16px !important;
    font-weight: 600;   
}
#results ul li a {
    display: block;
        color: #333;
    font-weight: 500;
    padding: 12px 16px;
    text-decoration: none;
}

#results ul li a:hover {
    background: #EEE;
    font-weight: 600 !important;
}
#results ul li a:hover bi::before{
    font-weight: 600 !important;
}
.iti.iti--allow-dropdown.iti--separate-dial-code{
  width:100%
}
/*Related Site end*/




 
        
        #stars {
    width:1px;
    height: 1px;
    background: transparent;
    animation: animStar 50s linear infinite;
    box-shadow: 779px 1331px #fff, 324px 42px #fff, 303px 586px #fff,
    1312px 276px #fff, 451px 625px #fff, 521px 1931px #fff, 1087px 1871px #fff,
    36px 1546px #fff, 132px 934px #fff, 1698px 901px #fff, 1418px 664px #fff,
    1448px 1157px #fff, 1084px 232px #fff, 347px 1776px #fff, 1722px 243px #fff,
    1629px 835px #fff, 479px 969px #fff, 1231px 960px #fff, 586px 384px #fff,
    164px 527px #fff, 8px 646px #fff, 1150px 1126px #fff, 665px 1357px #fff,
    1556px 1982px #fff, 1260px 1961px #fff, 1675px 1741px #fff,
    1843px 1514px #fff, 718px 1628px #fff, 242px 1343px #fff, 1497px 1880px #fff,
    1364px 230px #fff, 1739px 1302px #fff, 636px 959px #fff, 304px 686px #fff,
    614px 751px #fff, 1935px 816px #fff, 1428px 60px #fff, 355px 335px #fff,
    1594px 158px #fff, 90px 60px #fff, 1553px 162px #fff, 1239px 1825px #fff,
    1945px 587px #fff, 749px 1785px #fff, 1987px 1172px #fff, 1301px 1237px #fff,
    1039px 342px #fff, 1585px 1481px #fff, 995px 1048px #fff, 524px 932px #fff,
    214px 413px #fff, 1701px 1300px #fff, 1037px 1613px #fff, 1871px 996px #fff,
    1360px 1635px #fff, 1110px 1313px #fff, 412px 1783px #fff, 1949px 177px #fff,
    903px 1854px #fff, 700px 1936px #fff, 378px 125px #fff, 308px 834px #fff,
    1118px 962px #fff, 1350px 1929px #fff, 781px 1811px #fff, 561px 137px #fff,
    757px 1148px #fff, 1670px 1979px #fff, 343px 739px #fff, 945px 795px #fff,
    576px 1903px #fff, 1078px 1436px #fff, 1583px 450px #fff, 1366px 474px #fff,
    297px 1873px #fff, 192px 162px #fff, 1624px 1633px #fff, 59px 453px #fff,
    82px 1872px #fff, 1933px 498px #fff, 1966px 1974px #fff, 1975px 1688px #fff,
    779px 314px #fff, 1858px 1543px #fff, 73px 1507px #fff, 1693px 975px #fff,
    1683px 108px #fff, 1768px 1654px #fff, 654px 14px #fff, 494px 171px #fff,
    1689px 1895px #fff, 1660px 263px #fff, 1031px 903px #fff, 1203px 1393px #fff,
    1333px 1421px #fff, 1113px 41px #fff, 1206px 1645px #fff, 1325px 1635px #fff,
    142px 388px #fff, 572px 215px #fff, 1535px 296px #fff, 1419px 407px #fff,
    1379px 1003px #fff, 329px 469px #fff, 1791px 1652px #fff, 935px 1802px #fff,
    1330px 1820px #fff, 421px 1933px #fff, 828px 365px #fff, 275px 316px #fff,
    707px 960px #fff, 1605px 1554px #fff, 625px 58px #fff, 717px 1697px #fff,
    1669px 246px #fff, 1925px 322px #fff, 1154px 1803px #fff, 1929px 295px #fff,
    1248px 240px #fff, 1045px 1755px #fff, 166px 942px #fff, 1888px 1773px #fff,
    678px 1963px #fff, 1370px 569px #fff, 1974px 1400px #fff, 1786px 460px #fff,
    51px 307px #fff, 784px 1400px #fff, 730px 1258px #fff, 1712px 393px #fff,
    416px 170px #fff, 1797px 1932px #fff, 572px 219px #fff, 1557px 1856px #fff,
    218px 8px #fff, 348px 1334px #fff, 469px 413px #fff, 385px 1738px #fff,
    1357px 1818px #fff, 240px 942px #fff, 248px 1847px #fff, 1535px 806px #fff,
    236px 1514px #fff, 1429px 1556px #fff, 73px 1633px #fff, 1398px 1121px #fff,
    671px 1301px #fff, 1404px 1663px #fff, 740px 1018px #fff, 1600px 377px #fff,
    785px 514px #fff, 112px 1084px #fff, 1915px 1887px #fff, 1463px 1848px #fff,
    687px 1115px #fff, 1268px 1768px #fff, 1729px 1425px #fff,
    1284px 1022px #fff, 801px 974px #fff, 1975px 1317px #fff, 1354px 834px #fff,
    1446px 1484px #fff, 1283px 1786px #fff, 11px 523px #fff, 1842px 236px #fff,
    1355px 654px #fff, 429px 7px #fff, 1033px 1128px #fff, 157px 297px #fff,
    545px 635px #fff, 52px 1080px #fff, 827px 1520px #fff, 1121px 490px #fff,
    9px 309px #fff, 1744px 1586px #fff, 1014px 417px #fff, 1534px 524px #fff,
    958px 552px #fff, 1403px 1496px #fff, 387px 703px #fff, 1522px 548px #fff,
    1355px 282px #fff, 1532px 601px #fff, 1838px 790px #fff, 290px 259px #fff,
    295px 598px #fff, 1601px 539px #fff, 1561px 1272px #fff, 34px 1922px #fff,
    1024px 543px #fff, 467px 369px #fff, 722px 333px #fff, 1976px 1255px #fff,
    766px 983px #fff, 1582px 1285px #fff, 12px 512px #fff, 617px 1410px #fff,
    682px 577px #fff, 1334px 1438px #fff, 439px 327px #fff, 1617px 1661px #fff,
    673px 129px #fff, 794px 941px #fff, 1386px 1902px #fff, 37px 1353px #fff,
    1467px 1353px #fff, 416px 18px #fff, 187px 344px #fff, 200px 1898px #fff,
    1491px 1619px #fff, 811px 347px #fff, 924px 1827px #fff, 945px 217px #fff,
    1735px 1228px #fff, 379px 1890px #fff, 79px 761px #fff, 825px 1837px #fff,
    1980px 1558px #fff, 1308px 1573px #fff, 1488px 1726px #fff,
    382px 1208px #fff, 522px 595px #fff, 1277px 1898px #fff, 354px 552px #fff,
    161px 1784px #fff, 614px 251px #fff, 526px 1576px #fff, 17px 212px #fff,
    179px 996px #fff, 467px 1208px #fff, 1944px 1838px #fff, 1140px 1093px #fff,
    858px 1007px #fff, 200px 1064px #fff, 423px 1964px #fff, 1945px 439px #fff,
    1377px 689px #fff, 1120px 1437px #fff, 1876px 668px #fff, 907px 1324px #fff,
    343px 1976px #fff, 1816px 1501px #fff, 1849px 177px #fff, 647px 91px #fff,
    1984px 1012px #fff, 1336px 1300px #fff, 128px 648px #fff, 305px 1060px #fff,
    1324px 826px #fff, 1263px 1314px #fff, 1801px 629px #fff, 1614px 1555px #fff,
    1634px 90px #fff, 1603px 452px #fff, 891px 1984px #fff, 1556px 1906px #fff,
    121px 68px #fff, 1676px 1714px #fff, 516px 936px #fff, 1947px 1492px #fff,
    1455px 1519px #fff, 45px 602px #fff, 205px 1039px #fff, 793px 172px #fff,
    1562px 1739px #fff, 1056px 110px #fff, 1512px 379px #fff, 1795px 1621px #fff,
    1848px 607px #fff, 262px 1719px #fff, 477px 991px #fff, 483px 883px #fff,
    1239px 1197px #fff, 1496px 647px #fff, 1649px 25px #fff, 1491px 1946px #fff,
    119px 996px #fff, 179px 1472px #fff, 1341px 808px #fff, 1565px 1700px #fff,
    407px 1544px #fff, 1754px 357px #fff, 1288px 981px #fff, 902px 1997px #fff,
    1755px 1668px #fff, 186px 877px #fff, 1202px 1882px #fff, 461px 1213px #fff,
    1400px 748px #fff, 1969px 1899px #fff, 809px 522px #fff, 514px 1219px #fff,
    374px 275px #fff, 938px 1973px #fff, 357px 552px #fff, 144px 1722px #fff,
    1572px 912px #fff, 402px 1858px #fff, 1544px 1195px #fff, 667px 1257px #fff,
    727px 1496px #fff, 993px 232px #fff, 1772px 313px #fff, 1040px 1590px #fff,
    1204px 1973px #fff, 1268px 79px #fff, 1555px 1048px #fff, 986px 1707px #fff,
    978px 1710px #fff, 713px 360px #fff, 407px 863px #fff, 461px 736px #fff,
    284px 1608px #fff, 103px 430px #fff, 1283px 1319px #fff, 977px 1186px #fff,
    1966px 1516px #fff, 1287px 1129px #fff, 70px 1098px #fff, 1189px 889px #fff,
    1126px 1734px #fff, 309px 1292px #fff, 879px 764px #fff, 65px 473px #fff,
    1003px 1959px #fff, 658px 791px #fff, 402px 1576px #fff, 35px 622px #fff,
    529px 1589px #fff, 164px 666px #fff, 1876px 1290px #fff, 1541px 526px #fff,
    270px 1297px #fff, 440px 865px #fff, 1500px 802px #fff, 182px 1754px #fff,
    1264px 892px #fff, 272px 1249px #fff, 1289px 1535px #fff, 190px 1646px #fff,
    955px 242px #fff, 1456px 1597px #fff, 1727px 1983px #fff, 635px 801px #fff,
    226px 455px #fff, 1396px 1710px #fff, 849px 1863px #fff, 237px 1264px #fff,
    839px 140px #fff, 1122px 735px #fff, 1280px 15px #fff, 1318px 242px #fff,
    1819px 1148px #fff, 333px 1392px #fff, 1949px 553px #fff, 1878px 1332px #fff,
    467px 548px #fff, 1812px 1082px #fff, 1067px 193px #fff, 243px 156px #fff,
    483px 1616px #fff, 1714px 933px #fff, 759px 1800px #fff, 1822px 995px #fff,
    1877px 572px #fff, 581px 1084px #fff, 107px 732px #fff, 642px 1837px #fff,
    166px 1493px #fff, 1555px 198px #fff, 819px 307px #fff, 947px 345px #fff,
    827px 224px #fff, 927px 1394px #fff, 540px 467px #fff, 1093px 405px #fff,
    1140px 927px #fff, 130px 529px #fff, 33px 1980px #fff, 1147px 1663px #fff,
    1616px 1436px #fff, 528px 710px #fff, 798px 1100px #fff, 505px 1480px #fff,
    899px 641px #fff, 1909px 1949px #fff, 1311px 964px #fff, 979px 1301px #fff,
    1393px 969px #fff, 1793px 1886px #fff, 292px 357px #fff, 1196px 1718px #fff,
    1290px 1994px #fff, 537px 1973px #fff, 1181px 1674px #fff,
    1740px 1566px #fff, 1307px 265px #fff, 922px 522px #fff, 1892px 472px #fff,
    384px 1746px #fff, 392px 1098px #fff, 647px 548px #fff, 390px 1498px #fff,
    1246px 138px #fff, 730px 876px #fff, 192px 1472px #fff, 1790px 1789px #fff,
    928px 311px #fff, 1253px 1647px #fff, 747px 1921px #fff, 1561px 1025px #fff,
    1533px 1292px #fff, 1985px 195px #fff, 728px 729px #fff, 1712px 1936px #fff,
    512px 1717px #fff, 1528px 483px #fff, 313px 1642px #fff, 281px 1849px #fff,
    1212px 799px #fff, 435px 1191px #fff, 1422px 611px #fff, 1718px 1964px #fff,
    411px 944px #fff, 210px 636px #fff, 1502px 1295px #fff, 1434px 349px #fff,
    769px 60px #fff, 747px 1053px #fff, 789px 504px #fff, 1436px 1264px #fff,
    1893px 1225px #fff, 1394px 1788px #fff, 1108px 1317px #fff,
    1673px 1395px #fff, 854px 1010px #fff, 1705px 80px #fff, 1858px 148px #fff,
    1729px 344px #fff, 1388px 664px #fff, 895px 406px #fff, 1479px 157px #fff,
    1441px 1157px #fff, 552px 1900px #fff, 516px 364px #fff, 1647px 189px #fff,
    1427px 1071px #fff, 785px 729px #fff, 1080px 1710px #fff, 504px 204px #fff,
    1177px 1622px #fff, 657px 34px #fff, 1296px 1099px #fff, 248px 180px #fff,
    1212px 1568px #fff, 667px 1562px #fff, 695px 841px #fff, 1608px 1247px #fff,
    751px 882px #fff, 87px 167px #fff, 607px 1368px #fff, 1363px 1203px #fff,
    1836px 317px #fff, 1668px 1703px #fff, 830px 1154px #fff, 1721px 1398px #fff,
    1601px 1280px #fff, 976px 874px #fff, 1743px 254px #fff, 1020px 1815px #fff,
    1670px 1766px #fff, 1890px 735px #fff, 1379px 136px #fff, 1864px 695px #fff,
    206px 965px #fff, 1404px 1932px #fff, 1923px 1360px #fff, 247px 682px #fff,
    519px 1708px #fff, 645px 750px #fff, 1164px 1204px #fff, 834px 323px #fff,
    172px 1350px #fff, 213px 972px #fff, 1837px 190px #fff, 285px 1806px #fff,
    1047px 1299px #fff, 1548px 825px #fff, 1730px 324px #fff, 1346px 1909px #fff,
    772px 270px #fff, 345px 1190px #fff, 478px 1433px #fff, 1479px 25px #fff,
    1994px 1830px #fff, 1744px 732px #fff, 20px 1635px #fff, 690px 1795px #fff,
    1594px 569px #fff, 579px 245px #fff, 1398px 733px #fff, 408px 1352px #fff,
    1774px 120px #fff, 1152px 1370px #fff, 1698px 1810px #fff, 710px 1450px #fff,
    665px 286px #fff, 493px 1720px #fff, 786px 5px #fff, 637px 1140px #fff,
    764px 324px #fff, 927px 310px #fff, 938px 1424px #fff, 1884px 744px #fff,
    913px 462px #fff, 1831px 1936px #fff, 1527px 249px #fff, 36px 1381px #fff,
    1597px 581px #fff, 1530px 355px #fff, 949px 459px #fff, 799px 828px #fff,
    242px 1471px #fff, 654px 797px #fff, 796px 594px #fff, 1365px 678px #fff,
    752px 23px #fff, 1630px 541px #fff, 982px 72px #fff, 1733px 1831px #fff,
    21px 412px #fff, 775px 998px #fff, 335px 1945px #fff, 264px 583px #fff,
    158px 1311px #fff, 528px 164px #fff, 1978px 574px #fff, 717px 1203px #fff,
    734px 1591px #fff, 1555px 820px #fff, 16px 1943px #fff, 1625px 1177px #fff,
    1236px 690px #fff, 1585px 1590px #fff, 1737px 1728px #fff, 721px 698px #fff,
    1804px 1186px #fff, 166px 980px #fff, 1850px 230px #fff, 330px 1712px #fff,
    95px 797px #fff, 1948px 1078px #fff, 469px 939px #fff, 1269px 1899px #fff,
    955px 1220px #fff, 1137px 1075px #fff, 312px 1293px #fff, 986px 1762px #fff,
    1103px 1238px #fff, 428px 1993px #fff, 355px 570px #fff, 977px 1836px #fff,
    1395px 1092px #fff, 276px 913px #fff, 1743px 656px #fff, 773px 502px #fff,
    1686px 1322px #fff, 1516px 1945px #fff, 1334px 501px #fff, 266px 156px #fff,
    455px 655px #fff, 798px 72px #fff, 1059px 1259px #fff, 1402px 1687px #fff,
    236px 1329px #fff, 1455px 786px #fff, 146px 1228px #fff, 1851px 823px #fff,
    1062px 100px #fff, 1220px 953px #fff, 20px 1826px #fff, 36px 1063px #fff,
    1525px 338px #fff, 790px 1521px #fff, 741px 1099px #fff, 288px 1489px #fff,
    700px 1060px #fff, 390px 1071px #fff, 411px 1036px #fff, 1853px 1072px #fff,
    1446px 1085px #fff, 1164px 874px #fff, 924px 925px #fff, 291px 271px #fff,
    1257px 1964px #fff, 1580px 1352px #fff, 1507px 1216px #fff, 211px 956px #fff,
    985px 1195px #fff, 975px 1640px #fff, 518px 101px #fff, 663px 1395px #fff,
    914px 532px #fff, 145px 1320px #fff, 69px 1397px #fff, 982px 523px #fff,
    257px 725px #fff, 1599px 831px #fff, 1636px 1513px #fff, 1250px 1158px #fff,
    1132px 604px #fff, 183px 102px #fff, 1057px 318px #fff, 1247px 1835px #fff,
    1983px 1110px #fff, 1077px 1455px #fff, 921px 1770px #fff, 806px 1350px #fff,
    1938px 1992px #fff, 855px 1260px #fff, 902px 1345px #fff, 658px 1908px #fff,
    1845px 679px #fff, 712px 1482px #fff, 595px 950px #fff, 1784px 1992px #fff,
    1847px 1785px #fff, 691px 1004px #fff, 175px 1179px #fff, 1666px 1911px #fff,
    41px 61px #fff, 971px 1080px #fff, 1830px 1450px #fff, 1351px 1518px #fff,
    1257px 99px #fff, 1395px 1498px #fff, 1117px 252px #fff, 1779px 597px #fff,
    1346px 729px #fff, 1108px 1144px #fff, 402px 691px #fff, 72px 496px #fff,
    1673px 1604px #fff, 1497px 974px #fff, 1865px 1664px #fff, 88px 806px #fff,
    918px 77px #fff, 244px 1118px #fff, 256px 1820px #fff, 1851px 1840px #fff,
    605px 1851px #fff, 634px 383px #fff, 865px 37px #fff, 943px 1024px #fff,
    1951px 177px #fff, 1097px 523px #fff, 985px 1700px #fff, 1243px 122px #fff,
    768px 1070px #fff, 468px 194px #fff, 320px 1867px #fff, 1850px 185px #fff,
    380px 1616px #fff, 468px 1294px #fff, 1122px 1743px #fff, 884px 299px #fff,
    1300px 1917px #fff, 1860px 396px #fff, 1270px 990px #fff, 529px 733px #fff,
    1975px 1347px #fff, 1885px 685px #fff, 226px 506px #fff, 651px 878px #fff,
    1323px 680px #fff, 1284px 680px #fff, 238px 1967px #fff, 911px 174px #fff,
    1111px 521px #fff, 1150px 85px #fff, 794px 502px #fff, 484px 1856px #fff,
    1809px 368px #fff, 112px 953px #fff, 590px 1009px #fff, 1655px 311px #fff,
    100px 1026px #fff, 1803px 352px #fff, 865px 306px #fff, 1077px 1019px #fff,
    1335px 872px #fff, 1647px 1298px #fff, 1233px 1387px #fff, 698px 1036px #fff,
    659px 1860px #fff, 388px 1412px #fff, 1212px 458px #fff, 755px 1468px #fff,
    696px 1654px #fff, 1144px 60px #fff;
}

#stars:after {
    content: '';
    position: absolute;
    top: 2000px;
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 779px 1331px #fff, 324px 42px #fff, 303px 586px #fff,
    1312px 276px #fff, 451px 625px #fff, 521px 1931px #fff, 1087px 1871px #fff,
    36px 1546px #fff, 132px 934px #fff, 1698px 901px #fff, 1418px 664px #fff,
    1448px 1157px #fff, 1084px 232px #fff, 347px 1776px #fff, 1722px 243px #fff,
    1629px 835px #fff, 479px 969px #fff, 1231px 960px #fff, 586px 384px #fff,
    164px 527px #fff, 8px 646px #fff, 1150px 1126px #fff, 665px 1357px #fff,
    1556px 1982px #fff, 1260px 1961px #fff, 1675px 1741px #fff,
    1843px 1514px #fff, 718px 1628px #fff, 242px 1343px #fff, 1497px 1880px #fff,
    1364px 230px #fff, 1739px 1302px #fff, 636px 959px #fff, 304px 686px #fff,
    614px 751px #fff, 1935px 816px #fff, 1428px 60px #fff, 355px 335px #fff,
    1594px 158px #fff, 90px 60px #fff, 1553px 162px #fff, 1239px 1825px #fff,
    1945px 587px #fff, 749px 1785px #fff, 1987px 1172px #fff, 1301px 1237px #fff,
    1039px 342px #fff, 1585px 1481px #fff, 995px 1048px #fff, 524px 932px #fff,
    214px 413px #fff, 1701px 1300px #fff, 1037px 1613px #fff, 1871px 996px #fff,
    1360px 1635px #fff, 1110px 1313px #fff, 412px 1783px #fff, 1949px 177px #fff,
    903px 1854px #fff, 700px 1936px #fff, 378px 125px #fff, 308px 834px #fff,
    1118px 962px #fff, 1350px 1929px #fff, 781px 1811px #fff, 561px 137px #fff,
    757px 1148px #fff, 1670px 1979px #fff, 343px 739px #fff, 945px 795px #fff,
    576px 1903px #fff, 1078px 1436px #fff, 1583px 450px #fff, 1366px 474px #fff,
    297px 1873px #fff, 192px 162px #fff, 1624px 1633px #fff, 59px 453px #fff,
    82px 1872px #fff, 1933px 498px #fff, 1966px 1974px #fff, 1975px 1688px #fff,
    779px 314px #fff, 1858px 1543px #fff, 73px 1507px #fff, 1693px 975px #fff,
    1683px 108px #fff, 1768px 1654px #fff, 654px 14px #fff, 494px 171px #fff,
    1689px 1895px #fff, 1660px 263px #fff, 1031px 903px #fff, 1203px 1393px #fff,
    1333px 1421px #fff, 1113px 41px #fff, 1206px 1645px #fff, 1325px 1635px #fff,
    142px 388px #fff, 572px 215px #fff, 1535px 296px #fff, 1419px 407px #fff,
    1379px 1003px #fff, 329px 469px #fff, 1791px 1652px #fff, 935px 1802px #fff,
    1330px 1820px #fff, 421px 1933px #fff, 828px 365px #fff, 275px 316px #fff,
    707px 960px #fff, 1605px 1554px #fff, 625px 58px #fff, 717px 1697px #fff,
    1669px 246px #fff, 1925px 322px #fff, 1154px 1803px #fff, 1929px 295px #fff,
    1248px 240px #fff, 1045px 1755px #fff, 166px 942px #fff, 1888px 1773px #fff,
    678px 1963px #fff, 1370px 569px #fff, 1974px 1400px #fff, 1786px 460px #fff,
    51px 307px #fff, 784px 1400px #fff, 730px 1258px #fff, 1712px 393px #fff,
    416px 170px #fff, 1797px 1932px #fff, 572px 219px #fff, 1557px 1856px #fff,
    218px 8px #fff, 348px 1334px #fff, 469px 413px #fff, 385px 1738px #fff,
    1357px 1818px #fff, 240px 942px #fff, 248px 1847px #fff, 1535px 806px #fff,
    236px 1514px #fff, 1429px 1556px #fff, 73px 1633px #fff, 1398px 1121px #fff,
    671px 1301px #fff, 1404px 1663px #fff, 740px 1018px #fff, 1600px 377px #fff,
    785px 514px #fff, 112px 1084px #fff, 1915px 1887px #fff, 1463px 1848px #fff,
    687px 1115px #fff, 1268px 1768px #fff, 1729px 1425px #fff,
    1284px 1022px #fff, 801px 974px #fff, 1975px 1317px #fff, 1354px 834px #fff,
    1446px 1484px #fff, 1283px 1786px #fff, 11px 523px #fff, 1842px 236px #fff,
    1355px 654px #fff, 429px 7px #fff, 1033px 1128px #fff, 157px 297px #fff,
    545px 635px #fff, 52px 1080px #fff, 827px 1520px #fff, 1121px 490px #fff,
    9px 309px #fff, 1744px 1586px #fff, 1014px 417px #fff, 1534px 524px #fff,
    958px 552px #fff, 1403px 1496px #fff, 387px 703px #fff, 1522px 548px #fff,
    1355px 282px #fff, 1532px 601px #fff, 1838px 790px #fff, 290px 259px #fff,
    295px 598px #fff, 1601px 539px #fff, 1561px 1272px #fff, 34px 1922px #fff,
    1024px 543px #fff, 467px 369px #fff, 722px 333px #fff, 1976px 1255px #fff,
    766px 983px #fff, 1582px 1285px #fff, 12px 512px #fff, 617px 1410px #fff,
    682px 577px #fff, 1334px 1438px #fff, 439px 327px #fff, 1617px 1661px #fff,
    673px 129px #fff, 794px 941px #fff, 1386px 1902px #fff, 37px 1353px #fff,
    1467px 1353px #fff, 416px 18px #fff, 187px 344px #fff, 200px 1898px #fff,
    1491px 1619px #fff, 811px 347px #fff, 924px 1827px #fff, 945px 217px #fff,
    1735px 1228px #fff, 379px 1890px #fff, 79px 761px #fff, 825px 1837px #fff,
    1980px 1558px #fff, 1308px 1573px #fff, 1488px 1726px #fff,
    382px 1208px #fff, 522px 595px #fff, 1277px 1898px #fff, 354px 552px #fff,
    161px 1784px #fff, 614px 251px #fff, 526px 1576px #fff, 17px 212px #fff,
    179px 996px #fff, 467px 1208px #fff, 1944px 1838px #fff, 1140px 1093px #fff,
    858px 1007px #fff, 200px 1064px #fff, 423px 1964px #fff, 1945px 439px #fff,
    1377px 689px #fff, 1120px 1437px #fff, 1876px 668px #fff, 907px 1324px #fff,
    343px 1976px #fff, 1816px 1501px #fff, 1849px 177px #fff, 647px 91px #fff,
    1984px 1012px #fff, 1336px 1300px #fff, 128px 648px #fff, 305px 1060px #fff,
    1324px 826px #fff, 1263px 1314px #fff, 1801px 629px #fff, 1614px 1555px #fff,
    1634px 90px #fff, 1603px 452px #fff, 891px 1984px #fff, 1556px 1906px #fff,
    121px 68px #fff, 1676px 1714px #fff, 516px 936px #fff, 1947px 1492px #fff,
    1455px 1519px #fff, 45px 602px #fff, 205px 1039px #fff, 793px 172px #fff,
    1562px 1739px #fff, 1056px 110px #fff, 1512px 379px #fff, 1795px 1621px #fff,
    1848px 607px #fff, 262px 1719px #fff, 477px 991px #fff, 483px 883px #fff,
    1239px 1197px #fff, 1496px 647px #fff, 1649px 25px #fff, 1491px 1946px #fff,
    119px 996px #fff, 179px 1472px #fff, 1341px 808px #fff, 1565px 1700px #fff,
    407px 1544px #fff, 1754px 357px #fff, 1288px 981px #fff, 902px 1997px #fff,
    1755px 1668px #fff, 186px 877px #fff, 1202px 1882px #fff, 461px 1213px #fff,
    1400px 748px #fff, 1969px 1899px #fff, 809px 522px #fff, 514px 1219px #fff,
    374px 275px #fff, 938px 1973px #fff, 357px 552px #fff, 144px 1722px #fff,
    1572px 912px #fff, 402px 1858px #fff, 1544px 1195px #fff, 667px 1257px #fff,
    727px 1496px #fff, 993px 232px #fff, 1772px 313px #fff, 1040px 1590px #fff,
    1204px 1973px #fff, 1268px 79px #fff, 1555px 1048px #fff, 986px 1707px #fff,
    978px 1710px #fff, 713px 360px #fff, 407px 863px #fff, 461px 736px #fff,
    284px 1608px #fff, 103px 430px #fff, 1283px 1319px #fff, 977px 1186px #fff,
    1966px 1516px #fff, 1287px 1129px #fff, 70px 1098px #fff, 1189px 889px #fff,
    1126px 1734px #fff, 309px 1292px #fff, 879px 764px #fff, 65px 473px #fff,
    1003px 1959px #fff, 658px 791px #fff, 402px 1576px #fff, 35px 622px #fff,
    529px 1589px #fff, 164px 666px #fff, 1876px 1290px #fff, 1541px 526px #fff,
    270px 1297px #fff, 440px 865px #fff, 1500px 802px #fff, 182px 1754px #fff,
    1264px 892px #fff, 272px 1249px #fff, 1289px 1535px #fff, 190px 1646px #fff,
    955px 242px #fff, 1456px 1597px #fff, 1727px 1983px #fff, 635px 801px #fff,
    226px 455px #fff, 1396px 1710px #fff, 849px 1863px #fff, 237px 1264px #fff,
    839px 140px #fff, 1122px 735px #fff, 1280px 15px #fff, 1318px 242px #fff,
    1819px 1148px #fff, 333px 1392px #fff, 1949px 553px #fff, 1878px 1332px #fff,
    467px 548px #fff, 1812px 1082px #fff, 1067px 193px #fff, 243px 156px #fff,
    483px 1616px #fff, 1714px 933px #fff, 759px 1800px #fff, 1822px 995px #fff,
    1877px 572px #fff, 581px 1084px #fff, 107px 732px #fff, 642px 1837px #fff,
    166px 1493px #fff, 1555px 198px #fff, 819px 307px #fff, 947px 345px #fff,
    827px 224px #fff, 927px 1394px #fff, 540px 467px #fff, 1093px 405px #fff,
    1140px 927px #fff, 130px 529px #fff, 33px 1980px #fff, 1147px 1663px #fff,
    1616px 1436px #fff, 528px 710px #fff, 798px 1100px #fff, 505px 1480px #fff,
    899px 641px #fff, 1909px 1949px #fff, 1311px 964px #fff, 979px 1301px #fff,
    1393px 969px #fff, 1793px 1886px #fff, 292px 357px #fff, 1196px 1718px #fff,
    1290px 1994px #fff, 537px 1973px #fff, 1181px 1674px #fff,
    1740px 1566px #fff, 1307px 265px #fff, 922px 522px #fff, 1892px 472px #fff,
    384px 1746px #fff, 392px 1098px #fff, 647px 548px #fff, 390px 1498px #fff,
    1246px 138px #fff, 730px 876px #fff, 192px 1472px #fff, 1790px 1789px #fff,
    928px 311px #fff, 1253px 1647px #fff, 747px 1921px #fff, 1561px 1025px #fff,
    1533px 1292px #fff, 1985px 195px #fff, 728px 729px #fff, 1712px 1936px #fff,
    512px 1717px #fff, 1528px 483px #fff, 313px 1642px #fff, 281px 1849px #fff,
    1212px 799px #fff, 435px 1191px #fff, 1422px 611px #fff, 1718px 1964px #fff,
    411px 944px #fff, 210px 636px #fff, 1502px 1295px #fff, 1434px 349px #fff,
    769px 60px #fff, 747px 1053px #fff, 789px 504px #fff, 1436px 1264px #fff,
    1893px 1225px #fff, 1394px 1788px #fff, 1108px 1317px #fff,
    1673px 1395px #fff, 854px 1010px #fff, 1705px 80px #fff, 1858px 148px #fff,
    1729px 344px #fff, 1388px 664px #fff, 895px 406px #fff, 1479px 157px #fff,
    1441px 1157px #fff, 552px 1900px #fff, 516px 364px #fff, 1647px 189px #fff,
    1427px 1071px #fff, 785px 729px #fff, 1080px 1710px #fff, 504px 204px #fff,
    1177px 1622px #fff, 657px 34px #fff, 1296px 1099px #fff, 248px 180px #fff,
    1212px 1568px #fff, 667px 1562px #fff, 695px 841px #fff, 1608px 1247px #fff,
    751px 882px #fff, 87px 167px #fff, 607px 1368px #fff, 1363px 1203px #fff,
    1836px 317px #fff, 1668px 1703px #fff, 830px 1154px #fff, 1721px 1398px #fff,
    1601px 1280px #fff, 976px 874px #fff, 1743px 254px #fff, 1020px 1815px #fff,
    1670px 1766px #fff, 1890px 735px #fff, 1379px 136px #fff, 1864px 695px #fff,
    206px 965px #fff, 1404px 1932px #fff, 1923px 1360px #fff, 247px 682px #fff,
    519px 1708px #fff, 645px 750px #fff, 1164px 1204px #fff, 834px 323px #fff,
    172px 1350px #fff, 213px 972px #fff, 1837px 190px #fff, 285px 1806px #fff,
    1047px 1299px #fff, 1548px 825px #fff, 1730px 324px #fff, 1346px 1909px #fff,
    772px 270px #fff, 345px 1190px #fff, 478px 1433px #fff, 1479px 25px #fff,
    1994px 1830px #fff, 1744px 732px #fff, 20px 1635px #fff, 690px 1795px #fff,
    1594px 569px #fff, 579px 245px #fff, 1398px 733px #fff, 408px 1352px #fff,
    1774px 120px #fff, 1152px 1370px #fff, 1698px 1810px #fff, 710px 1450px #fff,
    665px 286px #fff, 493px 1720px #fff, 786px 5px #fff, 637px 1140px #fff,
    764px 324px #fff, 927px 310px #fff, 938px 1424px #fff, 1884px 744px #fff,
    913px 462px #fff, 1831px 1936px #fff, 1527px 249px #fff, 36px 1381px #fff,
    1597px 581px #fff, 1530px 355px #fff, 949px 459px #fff, 799px 828px #fff,
    242px 1471px #fff, 654px 797px #fff, 796px 594px #fff, 1365px 678px #fff,
    752px 23px #fff, 1630px 541px #fff, 982px 72px #fff, 1733px 1831px #fff,
    21px 412px #fff, 775px 998px #fff, 335px 1945px #fff, 264px 583px #fff,
    158px 1311px #fff, 528px 164px #fff, 1978px 574px #fff, 717px 1203px #fff,
    734px 1591px #fff, 1555px 820px #fff, 16px 1943px #fff, 1625px 1177px #fff,
    1236px 690px #fff, 1585px 1590px #fff, 1737px 1728px #fff, 721px 698px #fff,
    1804px 1186px #fff, 166px 980px #fff, 1850px 230px #fff, 330px 1712px #fff,
    95px 797px #fff, 1948px 1078px #fff, 469px 939px #fff, 1269px 1899px #fff,
    955px 1220px #fff, 1137px 1075px #fff, 312px 1293px #fff, 986px 1762px #fff,
    1103px 1238px #fff, 428px 1993px #fff, 355px 570px #fff, 977px 1836px #fff,
    1395px 1092px #fff, 276px 913px #fff, 1743px 656px #fff, 773px 502px #fff,
    1686px 1322px #fff, 1516px 1945px #fff, 1334px 501px #fff, 266px 156px #fff,
    455px 655px #fff, 798px 72px #fff, 1059px 1259px #fff, 1402px 1687px #fff,
    236px 1329px #fff, 1455px 786px #fff, 146px 1228px #fff, 1851px 823px #fff,
    1062px 100px #fff, 1220px 953px #fff, 20px 1826px #fff, 36px 1063px #fff,
    1525px 338px #fff, 790px 1521px #fff, 741px 1099px #fff, 288px 1489px #fff,
    700px 1060px #fff, 390px 1071px #fff, 411px 1036px #fff, 1853px 1072px #fff,
    1446px 1085px #fff, 1164px 874px #fff, 924px 925px #fff, 291px 271px #fff,
    1257px 1964px #fff, 1580px 1352px #fff, 1507px 1216px #fff, 211px 956px #fff,
    985px 1195px #fff, 975px 1640px #fff, 518px 101px #fff, 663px 1395px #fff,
    914px 532px #fff, 145px 1320px #fff, 69px 1397px #fff, 982px 523px #fff,
    257px 725px #fff, 1599px 831px #fff, 1636px 1513px #fff, 1250px 1158px #fff,
    1132px 604px #fff, 183px 102px #fff, 1057px 318px #fff, 1247px 1835px #fff,
    1983px 1110px #fff, 1077px 1455px #fff, 921px 1770px #fff, 806px 1350px #fff,
    1938px 1992px #fff, 855px 1260px #fff, 902px 1345px #fff, 658px 1908px #fff,
    1845px 679px #fff, 712px 1482px #fff, 595px 950px #fff, 1784px 1992px #fff,
    1847px 1785px #fff, 691px 1004px #fff, 175px 1179px #fff, 1666px 1911px #fff,
    41px 61px #fff, 971px 1080px #fff, 1830px 1450px #fff, 1351px 1518px #fff,
    1257px 99px #fff, 1395px 1498px #fff, 1117px 252px #fff, 1779px 597px #fff,
    1346px 729px #fff, 1108px 1144px #fff, 402px 691px #fff, 72px 496px #fff,
    1673px 1604px #fff, 1497px 974px #fff, 1865px 1664px #fff, 88px 806px #fff,
    918px 77px #fff, 244px 1118px #fff, 256px 1820px #fff, 1851px 1840px #fff,
    605px 1851px #fff, 634px 383px #fff, 865px 37px #fff, 943px 1024px #fff,
    1951px 177px #fff, 1097px 523px #fff, 985px 1700px #fff, 1243px 122px #fff,
    768px 1070px #fff, 468px 194px #fff, 320px 1867px #fff, 1850px 185px #fff,
    380px 1616px #fff, 468px 1294px #fff, 1122px 1743px #fff, 884px 299px #fff,
    1300px 1917px #fff, 1860px 396px #fff, 1270px 990px #fff, 529px 733px #fff,
    1975px 1347px #fff, 1885px 685px #fff, 226px 506px #fff, 651px 878px #fff,
    1323px 680px #fff, 1284px 680px #fff, 238px 1967px #fff, 911px 174px #fff,
    1111px 521px #fff, 1150px 85px #fff, 794px 502px #fff, 484px 1856px #fff,
    1809px 368px #fff, 112px 953px #fff, 590px 1009px #fff, 1655px 311px #fff,
    100px 1026px #fff, 1803px 352px #fff, 865px 306px #fff, 1077px 1019px #fff,
    1335px 872px #fff, 1647px 1298px #fff, 1233px 1387px #fff, 698px 1036px #fff,
    659px 1860px #fff, 388px 1412px #fff, 1212px 458px #fff, 755px 1468px #fff,
    696px 1654px #fff, 1144px 60px #fff;
}

#stars2 {
    width: 2px;
    height: 2px;
    background: transparent;
    animation: animStar 100s linear infinite;
    box-shadow: 1448px 320px #fff, 1775px 1663px #fff, 332px 1364px #fff,
    878px 340px #fff, 569px 1832px #fff, 1422px 1684px #fff, 1946px 1907px #fff,
    121px 979px #fff, 1044px 1069px #fff, 463px 381px #fff, 423px 112px #fff,
    523px 1179px #fff, 779px 654px #fff, 1398px 694px #fff, 1085px 1464px #fff,
    1599px 1869px #fff, 801px 1882px #fff, 779px 1231px #fff, 552px 932px #fff,
    1057px 1196px #fff, 282px 1280px #fff, 496px 1986px #fff, 1833px 1120px #fff,
    1802px 1293px #fff, 6px 1696px #fff, 412px 1902px #fff, 605px 438px #fff,
    24px 1212px #fff, 234px 1320px #fff, 544px 344px #fff, 1107px 170px #fff,
    1603px 196px #fff, 905px 648px #fff, 68px 1458px #fff, 649px 1969px #fff,
    744px 675px #fff, 1127px 478px #fff, 714px 1814px #fff, 1486px 526px #fff,
    270px 1636px #fff, 1931px 149px #fff, 1807px 378px #fff, 8px 390px #fff,
    1415px 699px #fff, 1473px 1211px #fff, 1590px 141px #fff, 270px 1705px #fff,
    69px 1423px #fff, 1108px 1053px #fff, 1946px 128px #fff, 371px 371px #fff,
    1490px 220px #fff, 357px 1885px #fff, 363px 363px #fff, 1896px 1256px #fff,
    1979px 1050px #fff, 947px 1342px #fff, 1754px 242px #fff, 514px 974px #fff,
    65px 1477px #fff, 1840px 547px #fff, 950px 695px #fff, 459px 1150px #fff,
    1124px 1502px #fff, 481px 940px #fff, 680px 839px #fff, 797px 1169px #fff,
    1977px 1491px #fff, 734px 1724px #fff, 210px 298px #fff, 816px 628px #fff,
    686px 770px #fff, 1721px 267px #fff, 1663px 511px #fff, 1481px 1141px #fff,
    582px 248px #fff, 1308px 953px #fff, 628px 657px #fff, 897px 1535px #fff,
    270px 931px #fff, 791px 467px #fff, 1336px 1732px #fff, 1013px 1653px #fff,
    1911px 956px #fff, 587px 816px #fff, 83px 456px #fff, 930px 1478px #fff,
    1587px 1694px #fff, 614px 1200px #fff, 302px 1782px #fff, 1711px 1432px #fff,
    443px 904px #fff, 1666px 714px #fff, 1588px 1167px #fff, 273px 1075px #fff,
    1679px 461px #fff, 721px 664px #fff, 1202px 10px #fff, 166px 1126px #fff,
    331px 1628px #fff, 430px 1565px #fff, 1585px 509px #fff, 640px 38px #fff,
    822px 837px #fff, 1760px 1664px #fff, 1122px 1458px #fff, 398px 131px #fff,
    689px 285px #fff, 460px 652px #fff, 1627px 365px #fff, 348px 1648px #fff,
    819px 1946px #fff, 981px 1917px #fff, 323px 76px #fff, 979px 684px #fff,
    887px 536px #fff, 1348px 1596px #fff, 1055px 666px #fff, 1402px 1797px #fff,
    1300px 1055px #fff, 937px 238px #fff, 1474px 1815px #fff, 1144px 1710px #fff,
    1629px 1087px #fff, 911px 919px #fff, 771px 819px #fff, 403px 720px #fff,
    163px 736px #fff, 1062px 238px #fff, 1774px 818px #fff, 1874px 1178px #fff,
    1177px 699px #fff, 1244px 1244px #fff, 1371px 58px #fff, 564px 1515px #fff,
    1824px 487px #fff, 929px 702px #fff, 394px 1348px #fff, 1161px 641px #fff,
    219px 1841px #fff, 358px 941px #fff, 140px 1759px #fff, 1019px 1345px #fff,
    274px 436px #fff, 1433px 1605px #fff, 1798px 1426px #fff, 294px 1848px #fff,
    1681px 1877px #fff, 1344px 1824px #fff, 1439px 1632px #fff,
    161px 1012px #fff, 1308px 588px #fff, 1789px 582px #fff, 721px 1910px #fff,
    318px 218px #fff, 607px 319px #fff, 495px 535px #fff, 1552px 1575px #fff,
    1562px 67px #fff, 403px 926px #fff, 1096px 1800px #fff, 1814px 1709px #fff,
    1882px 1831px #fff, 533px 46px #fff, 823px 969px #fff, 530px 165px #fff,
    1030px 352px #fff, 1681px 313px #fff, 338px 115px #fff, 1607px 211px #fff,
    1718px 1184px #fff, 1589px 659px #fff, 278px 355px #fff, 464px 1464px #fff,
    1165px 277px #fff, 950px 694px #fff, 1746px 293px #fff, 793px 911px #fff,
    528px 773px #fff, 1883px 1694px #fff, 748px 182px #fff, 1924px 1531px #fff,
    100px 636px #fff, 1473px 1445px #fff, 1264px 1244px #fff, 850px 1377px #fff,
    987px 1976px #fff, 933px 1761px #fff, 922px 1270px #fff, 500px 396px #fff,
    1324px 8px #fff, 1967px 1814px #fff, 1072px 1401px #fff, 961px 37px #fff,
    156px 81px #fff, 1915px 502px #fff, 1076px 1846px #fff, 152px 1669px #fff,
    986px 1529px #fff, 1667px 1137px #fff;
}

#stars2:after {
    content: '';
    position: absolute;
    top: 2000px;
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 1448px 320px #fff, 1775px 1663px #fff, 332px 1364px #fff,
    878px 340px #fff, 569px 1832px #fff, 1422px 1684px #fff, 1946px 1907px #fff,
    121px 979px #fff, 1044px 1069px #fff, 463px 381px #fff, 423px 112px #fff,
    523px 1179px #fff, 779px 654px #fff, 1398px 694px #fff, 1085px 1464px #fff,
    1599px 1869px #fff, 801px 1882px #fff, 779px 1231px #fff, 552px 932px #fff,
    1057px 1196px #fff, 282px 1280px #fff, 496px 1986px #fff, 1833px 1120px #fff,
    1802px 1293px #fff, 6px 1696px #fff, 412px 1902px #fff, 605px 438px #fff,
    24px 1212px #fff, 234px 1320px #fff, 544px 344px #fff, 1107px 170px #fff,
    1603px 196px #fff, 905px 648px #fff, 68px 1458px #fff, 649px 1969px #fff,
    744px 675px #fff, 1127px 478px #fff, 714px 1814px #fff, 1486px 526px #fff,
    270px 1636px #fff, 1931px 149px #fff, 1807px 378px #fff, 8px 390px #fff,
    1415px 699px #fff, 1473px 1211px #fff, 1590px 141px #fff, 270px 1705px #fff,
    69px 1423px #fff, 1108px 1053px #fff, 1946px 128px #fff, 371px 371px #fff,
    1490px 220px #fff, 357px 1885px #fff, 363px 363px #fff, 1896px 1256px #fff,
    1979px 1050px #fff, 947px 1342px #fff, 1754px 242px #fff, 514px 974px #fff,
    65px 1477px #fff, 1840px 547px #fff, 950px 695px #fff, 459px 1150px #fff,
    1124px 1502px #fff, 481px 940px #fff, 680px 839px #fff, 797px 1169px #fff,
    1977px 1491px #fff, 734px 1724px #fff, 210px 298px #fff, 816px 628px #fff,
    686px 770px #fff, 1721px 267px #fff, 1663px 511px #fff, 1481px 1141px #fff,
    582px 248px #fff, 1308px 953px #fff, 628px 657px #fff, 897px 1535px #fff,
    270px 931px #fff, 791px 467px #fff, 1336px 1732px #fff, 1013px 1653px #fff,
    1911px 956px #fff, 587px 816px #fff, 83px 456px #fff, 930px 1478px #fff,
    1587px 1694px #fff, 614px 1200px #fff, 302px 1782px #fff, 1711px 1432px #fff,
    443px 904px #fff, 1666px 714px #fff, 1588px 1167px #fff, 273px 1075px #fff,
    1679px 461px #fff, 721px 664px #fff, 1202px 10px #fff, 166px 1126px #fff,
    331px 1628px #fff, 430px 1565px #fff, 1585px 509px #fff, 640px 38px #fff,
    822px 837px #fff, 1760px 1664px #fff, 1122px 1458px #fff, 398px 131px #fff,
    689px 285px #fff, 460px 652px #fff, 1627px 365px #fff, 348px 1648px #fff,
    819px 1946px #fff, 981px 1917px #fff, 323px 76px #fff, 979px 684px #fff,
    887px 536px #fff, 1348px 1596px #fff, 1055px 666px #fff, 1402px 1797px #fff,
    1300px 1055px #fff, 937px 238px #fff, 1474px 1815px #fff, 1144px 1710px #fff,
    1629px 1087px #fff, 911px 919px #fff, 771px 819px #fff, 403px 720px #fff,
    163px 736px #fff, 1062px 238px #fff, 1774px 818px #fff, 1874px 1178px #fff,
    1177px 699px #fff, 1244px 1244px #fff, 1371px 58px #fff, 564px 1515px #fff,
    1824px 487px #fff, 929px 702px #fff, 394px 1348px #fff, 1161px 641px #fff,
    219px 1841px #fff, 358px 941px #fff, 140px 1759px #fff, 1019px 1345px #fff,
    274px 436px #fff, 1433px 1605px #fff, 1798px 1426px #fff, 294px 1848px #fff,
    1681px 1877px #fff, 1344px 1824px #fff, 1439px 1632px #fff,
    161px 1012px #fff, 1308px 588px #fff, 1789px 582px #fff, 721px 1910px #fff,
    318px 218px #fff, 607px 319px #fff, 495px 535px #fff, 1552px 1575px #fff,
    1562px 67px #fff, 403px 926px #fff, 1096px 1800px #fff, 1814px 1709px #fff,
    1882px 1831px #fff, 533px 46px #fff, 823px 969px #fff, 530px 165px #fff,
    1030px 352px #fff, 1681px 313px #fff, 338px 115px #fff, 1607px 211px #fff,
    1718px 1184px #fff, 1589px 659px #fff, 278px 355px #fff, 464px 1464px #fff,
    1165px 277px #fff, 950px 694px #fff, 1746px 293px #fff, 793px 911px #fff,
    528px 773px #fff, 1883px 1694px #fff, 748px 182px #fff, 1924px 1531px #fff,
    100px 636px #fff, 1473px 1445px #fff, 1264px 1244px #fff, 850px 1377px #fff,
    987px 1976px #fff, 933px 1761px #fff, 922px 1270px #fff, 500px 396px #fff,
    1324px 8px #fff, 1967px 1814px #fff, 1072px 1401px #fff, 961px 37px #fff,
    156px 81px #fff, 1915px 502px #fff, 1076px 1846px #fff, 152px 1669px #fff,
    986px 1529px #fff, 1667px 1137px #fff;
}

#stars3 {
    width: 3px;
    height: 3px;
    background: transparent;
    animation: animStar 150s linear infinte;
    box-shadow: 387px 1878px #fff, 760px 1564px #fff, 1487px 999px #fff,
    948px 1828px #fff, 1977px 1001px #fff, 1284px 1963px #fff, 656px 284px #fff,
    1268px 1635px #fff, 1820px 598px #fff, 642px 1900px #fff, 296px 57px #fff,
    921px 1620px #fff, 476px 1858px #fff, 658px 613px #fff, 1171px 1363px #fff,
    1419px 283px #fff, 1037px 731px #fff, 503px 663px #fff, 1562px 463px #fff,
    383px 1197px #fff, 1171px 1233px #fff, 876px 1768px #fff, 856px 1615px #fff,
    1375px 1924px #fff, 1725px 918px #fff, 952px 119px #fff, 768px 1212px #fff,
    992px 1462px #fff, 1929px 717px #fff, 1947px 755px #fff, 1818px 1123px #fff,
    1896px 1672px #fff, 460px 198px #fff, 256px 271px #fff, 752px 544px #fff,
    1222px 1859px #fff, 1851px 443px #fff, 313px 1858px #fff, 709px 446px #fff,
    1546px 697px #fff, 674px 1155px #fff, 1112px 130px #fff, 355px 1790px #fff,
    1496px 974px #fff, 1696px 480px #fff, 1316px 1265px #fff, 1645px 1063px #fff,
    1182px 237px #fff, 427px 1582px #fff, 859px 253px #fff, 458px 939px #fff,
    1517px 1644px #fff, 1943px 60px #fff, 212px 1650px #fff, 966px 1786px #fff,
    473px 712px #fff, 130px 76px #fff, 1417px 1186px #fff, 909px 1580px #fff,
    1913px 762px #fff, 204px 1143px #fff, 1998px 1057px #fff, 1468px 1301px #fff,
    144px 1676px #fff, 21px 1601px #fff, 382px 1362px #fff, 912px 753px #fff,
    1488px 1405px #fff, 802px 156px #fff, 174px 550px #fff, 338px 1366px #fff,
    1197px 774px #fff, 602px 486px #fff, 682px 1877px #fff, 348px 1503px #fff,
    407px 1139px #fff, 950px 1400px #fff, 922px 1139px #fff, 1697px 293px #fff,
    1238px 1281px #fff, 1038px 1197px #fff, 376px 1889px #fff,
    1255px 1680px #fff, 1008px 1316px #fff, 1538px 1447px #fff,
    1186px 874px #fff, 1967px 640px #fff, 1341px 19px #fff, 29px 1732px #fff,
    16px 1650px #fff, 1021px 1075px #fff, 723px 424px #fff, 1175px 41px #fff,
    494px 1957px #fff, 1296px 431px #fff, 175px 1507px #fff, 831px 121px #fff,
    498px 1947px #fff, 617px 880px #fff, 240px 403px #fff;
}

#stars3:after {
    content: '';
    position: absolute;
    top: 2000px;
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 387px 1878px #fff, 760px 1564px #fff, 1487px 999px #fff,
    948px 1828px #fff, 1977px 1001px #fff, 1284px 1963px #fff, 656px 284px #fff,
    1268px 1635px #fff, 1820px 598px #fff, 642px 1900px #fff, 296px 57px #fff,
    921px 1620px #fff, 476px 1858px #fff, 658px 613px #fff, 1171px 1363px #fff,
    1419px 283px #fff, 1037px 731px #fff, 503px 663px #fff, 1562px 463px #fff,
    383px 1197px #fff, 1171px 1233px #fff, 876px 1768px #fff, 856px 1615px #fff,
    1375px 1924px #fff, 1725px 918px #fff, 952px 119px #fff, 768px 1212px #fff,
    992px 1462px #fff, 1929px 717px #fff, 1947px 755px #fff, 1818px 1123px #fff,
    1896px 1672px #fff, 460px 198px #fff, 256px 271px #fff, 752px 544px #fff,
    1222px 1859px #fff, 1851px 443px #fff, 313px 1858px #fff, 709px 446px #fff,
    1546px 697px #fff, 674px 1155px #fff, 1112px 130px #fff, 355px 1790px #fff,
    1496px 974px #fff, 1696px 480px #fff, 1316px 1265px #fff, 1645px 1063px #fff,
    1182px 237px #fff, 427px 1582px #fff, 859px 253px #fff, 458px 939px #fff,
    1517px 1644px #fff, 1943px 60px #fff, 212px 1650px #fff, 966px 1786px #fff,
    473px 712px #fff, 130px 76px #fff, 1417px 1186px #fff, 909px 1580px #fff,
    1913px 762px #fff, 204px 1143px #fff, 1998px 1057px #fff, 1468px 1301px #fff,
    144px 1676px #fff, 21px 1601px #fff, 382px 1362px #fff, 912px 753px #fff,
    1488px 1405px #fff, 802px 156px #fff, 174px 550px #fff, 338px 1366px #fff,
    1197px 774px #fff, 602px 486px #fff, 682px 1877px #fff, 348px 1503px #fff,
    407px 1139px #fff, 950px 1400px #fff, 922px 1139px #fff, 1697px 293px #fff,
    1238px 1281px #fff, 1038px 1197px #fff, 376px 1889px #fff,
    1255px 1680px #fff, 1008px 1316px #fff, 1538px 1447px #fff,
    1186px 874px #fff, 1967px 640px #fff, 1341px 19px #fff, 29px 1732px #fff,
    16px 1650px #fff, 1021px 1075px #fff, 723px 424px #fff, 1175px 41px #fff,
    494px 1957px #fff, 1296px 431px #fff, 175px 1507px #fff, 831px 121px #fff,
    498px 1947px #fff, 617px 880px #fff, 240px 403px #fff;
}


@keyframes animStar {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-2000px);
    }
}
.swiper-related-pagination{
 text-align: center;   
}

.developer-card .developer_logo .text-logo {
  display: flex;
  align-items: center;     /* Vertically centers the content */
  justify-content: center; /* Horizontally centers the content */
  height: 100px;           /* Ensure the height is defined */
  font-size: 30px;
  text-transform: uppercase;
  padding: 0 !important;
  font-size: 25px;
  font-weight: 700;
}
.company-logo-overlay.position-absolute a{
  text-decoration:none;
  text-transform: uppercase;
  font-weight: 700;
}
a.logo.dev_pr_logo.text-logo {
    margin-top:3px !important
}
.text-logo.hiranandani-communities-group{
  font-size: 10px;
}

.possession_badge.upcominglaunch{
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, calc(100% - 90%) 50%);
}
.portal_homepage.location_all_project_listing .banner h1,
.portal_homepage .developers_landing.developers_landing_all_project .banner_developer h1{
  text-transform: capitalize;
}
#banner_with_title img{
  height: 100% !important;
}
.developer-location {
    font-size: 20px;
    font-weight: 500;
    color: #069cab; /* Soft gold or highlight */
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 14px;
    border-radius: 20px;
    backdrop-filter: blur(3px);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

.developer-location i {
    margin-right: 6px;
    color: #FFF;
}
.developer-location {
    text-align: center;
}

.developer-location {
    font-weight: 500;
    color: #FFF;
    margin-bottom: 5px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}

.developer-location {
    animation: fadeInSlide 0.6s ease-in-out;
}
@keyframes fadeInSlide {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.disclaimer_prop p {
    font-size:9px
    
}
.disclaimer_prop {
    margin-top:10px;
    line-height: 15px;
}
#disclaimerPara2 {
    transition: all 0.3s ease-in-out;
    margin-top: 8px;
}

/* Add this to your CSS file */
#projectOverviewModal.modal.modal-right .modal-dialog {
  position: fixed;
  right: 0;
  margin: 0;
  width: 500px;
  height: 100%;
  top: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}

#projectOverviewModal.modal.modal-right.show .modal-dialog {
  transform: translateX(0);
}

#projectOverviewModal.modal.modal-right .modal-content {
  height: 100%;
  border-radius: 0;
}
#projectOverviewContent h6 {
    font-size: 16px;
    font-weight: 600;
}
@media (max-width: 600px) {
  #projectOverviewModal.modal.modal-right .modal-dialog {
      width: 100vw;
  }
}
/* body.modal-open {
  position: static !important;
  overflow: auto !important;
  padding-right: 0 !important;
} */
.project_info_listing{
  color: #2D2F79;
}
.rera_nonrera_consent{
  font-size: 9px;
}
/* .BodyHiddenOverflow {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
}
.modal-open {
    overflow: initial !important;
}

body.BodyHiddenOverflow {
    position: fixed !important;
    width: 100% !important;
    overflow: hidden !important;
} */
body.modal-open-fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
}
div#projectOverviewModal p{
    margin:5px
}
#EnquireModal h4,#DownloadBrochureModal h4,#SimilarProjectEnquire h4{
        font-size: 1rem;
}
#EnquireModal h3,#DownloadBrochureModal h3,#SimilarProjectEnquire h3{
    font-size: 1.25rem;
}
/* This rule targets ONLY the first div with the class 'contents-box' */
.contents-box:first-of-type {
    background-color: #f9f9f9 !important;
    border: 1px solid #ddd;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.contents-box:not(:first-of-type) {
  background-color: transparent !important;
    /* No background or border needed for the main content */
    padding-top: 20px;
    border-top: 1px solid #eee; /* Adds a subtle line above the content */
    
}
.blog-article-body h2{
    font-size: 22px !important;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}
.blog-content .title_box h1{
    font-size: 27px !important;
    font-weight:600;
    color: #000 !important;
      text-align: left;
}
.blog-article-body h3{
  font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}
.share-icons i {
    color: #333;
    transition: color 0.3s ease;
}

.share-icons i:hover {
    color: #007bff;
    cursor: pointer;
}
@media (max-width: 768px) {
     .portal_homepage.portal_blog_main .blog-content .title_box h1 {
      color: #000 !important;
      text-align: left;
      font-size: 20px !important;
      margin:5px 0px !important;
  }
}