* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins;
}

.hero-banner img {
  width: 100%;
}
.mobile-banner {
  display: none;
}

body {
  background-color: #dfecff;
}
body.bg-w {
  background-color: #ffffff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #2c2c63;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0d1f43;
}

/* -------- */
section.hero-banner {
  position: relative;
}

section.hero-banner .container-fluid {
  padding: 0;
}

.logo {
  width: 200px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.logo img {
  width: 100%;
}

.pos-abs {
    background: #ffffff;
    width: 52%;
    padding: 20px 13px;
    border-radius: 10px;
    position: absolute;
    bottom: -106px;
    left: 50%;
    transform: translateX(-50%);
    display: flex
;
}

.head-left {
  text-align: center;
  color: #000000;
}

.head-left h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 3px;
}

.head-left p {
  margin-bottom: 0;
}
.col-md-12.hero-form {
    margin-top: 15px;
}
.col-md-12.hero-form .pop-msg {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
}
.col-md-12.hero-form .pop-msg .form-group {
    width: calc(33% - 10px);
    margin: 0 5px 10px;
}
.hero-form button#btn-validate{width: 98%;}

.enquire-btn-top {
  position: absolute;
  top: 30px;
  right: 30px;
}
.call-btn-top {
  top: 30px;
  right: 182px;
}
a.enquire-btn {
  text-decoration: none;
  display: block;
}
a.enquire-btn:hover {
  text-decoration: underline;
}
.enquire-btn {
  position: relative;
  padding: 12px 40px;
  font-size: 15px;
  color: #ffffff;
  /* background: #fff; */
  border: 0px solid transparent;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  /* text-transform: uppercase; */
  font-weight: bold;
  border-radius: 32px;
  overflow: hidden;
}

.enquire-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0d1055, #82a7d0, #1c507f);
  background-size: 200%;
  z-index: -1;
  animation: borderMove 3s linear infinite;
}

.enquire-btn::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  /* background: #f9f1dc; */
  z-index: -1;
  border-radius: 20px;
}



.enquire-btn:hover {
  text-decoration: underline;
}

/* property section Start  */
section.property {
  margin-top: 135px;
}

section.property .container-fluid {
  padding: 0 50px;
}

section.property .col-md-5 img {
  width: 100%;
}

.col-md-9.property-list ul {
  padding-left: 0;
}

.col-md-9.property-list ul li {
  background: #ffffff;
  list-style: none;
  border-radius: 10px;
  padding: 10px;
}

/* property section End  */

.parent-product {
  position: relative;
  padding: 20px;
  width: 65%;
  background: #ffffff;
  margin-left: 9px;
  border-radius: 10px;
}

.property-item .border-top {
  border: 1px solid rgb(28 105 191 / 44%) !important;
}

.product-parameter small {
  padding-left: 10px;
  display: block;
  width: 33%;
  font-weight: 600;
}

.product-parameter small i {
  font-size: 14px;
}

.slick-next {
  right: 10px;
}

.slick-prev {
  left: 10px;
  z-index: 1;
}

/* .slick-prev,
.slick-next {
  display: none !important;
} */

/* .property-list li:hover .slick-prev,
.property-list li:hover .slick-next {
  display: block !important;
} */

.slider img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.property ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.property ul li {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
}

.property ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hero-banner .logo img {
  max-width: 180px;
}

.enquire-btn {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}

.col-md-3.property-form .form-section {
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 10px;
  position: sticky;
  top: 20px;
  margin-bottom: 30px;
  z-index: 9;
}

.form-group {
  margin-bottom: 8px;
}
button#btn-validate {
  width: 100%;
}
.col-md-9.property-list ul li h3,
li.content-box h4 {
  font-size: 22px;
  font-weight: 600;
}
.col-md-9.property-list ul li h3 {
  padding-left: 7px;
  margin-bottom: 0;
}
.devider {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.devider i {
  color: #4a4f73 !important;
}
.devider p {
  width: max-content;
  border: 1px dotted grey;
  padding: 5px 9px;
  /* margin: 6px; */
  margin: 6px;
  width: 47%;
  font-size: 15px;
}
p.wid-100 {
  width: 96%;
}
.product-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 16px 0 5px;
}
.product-buttons p {
  text-align: center;
  width: 49%;
  margin-bottom: 0;
}
.product-buttons p a {
  text-decoration: none;
  color: #003c7c;
}
.col-md-9.property-list .col-md-7 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
section.property .col-md-7 {
  padding: 0;
}
p.price-btn {
  border: 2px solid #175998;
  padding: 7px;
  border-radius: 5px;
  font-weight: 600;
  color: #815200;
}
p.price-btn:hover.price-btn a {
  text-decoration: underline;
}
.form-section h2,
.why-choose-us h3 {
  font-size: 22px;
  font-weight: 600;
  text-align: start;
  border-bottom: 1px solid #dadada;
  padding-bottom: 7px;
}

.why-choose-us {
  position: sticky;
  top: 345px;
  background: #ffffff;
  padding: 20px;
  border-radius: 9px;
}
.why-choose-us ol {
  padding-left: 5px;
}
.why-choose-us ol li {
  margin-bottom: 3px;
  list-style: none;
  font-size: 15px;
}
.why-choose-us ol li i {
  color: #1a67b9;
  padding-right: 7px;
}

.col-md-9.property-list ul li.content-box {
  text-align: center;
  cursor: unset;
}
li.content-box h4 {
  margin-top: 9px;
  margin-bottom: 27px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}
.property-type-parent {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}
.prop.child {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  width: 22%;
  color: #987f53;
}
.prop.child i {
  font-size: 31px;
  margin-bottom: 13px;
  color: #987f53;
}
.col-md-9.property-list ul li.content-box-text {
  text-align: center;
  padding: 23px;
}
.col-md-9.property-list ul li.content-box-text {
  text-align: center;
  padding: 23px;
}
li.content-box-text h4 {
  margin-top: 9px;
  margin-bottom: 13px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}
li.content-box-text p {
  font-size: 15px;
}

.bg-grey {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.bg-grey p {
  margin-bottom: 35px;
  font-size: 15px;
}
.border-round {
  display: flex;
  justify-content: start;
  align-items: center;
  border: 1px solid #0e2e502e;
  width: 100%;
  padding: 10px;
  border-radius: 11px;
}
.round-image {
  background: #0a407a;
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
  border-radius: 50%;
  margin-right: 10px;
}
.round-image img {
  width: 100%;
}
.text-flex {
  text-align: start;
}
.text-flex h3 {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
}
.container.bg-grey h4 {
  font-size: 25px;
  font-weight: 600;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
.text-flex span {
  font-size: 15px;
}

footer {
  background: #0a407a;
  text-align: center;
  padding: 13px;
}
footer a {
  color: #ffffff;
  font-size: 18px;
}

/* whatsapp form css Start */
.whatsapp-form {
  width: 190px;
  border-radius: 20px;
  position: fixed;
  bottom: 24px;
  left: 22px;
  z-index: 9999;
  background: #25d366;
  padding: 10px;
  display: none;
  z-index: 99999;
}

.whatsapp-form input {
  margin: 8px 0 6px;
  padding: 3px 6px;
  font-size: 14px;
}

.wht-submit {
  margin-bottom: 0 !important;
  background: #25d366 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  padding: 1px !important;
  font-size: 14px !important;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pos-re button {
  width: 100%;
  border-radius: 50px;
}

.wht-submit i {
  margin-right: 1px;
  padding: 4px;
  color: #ffffff;
  font-size: 15px;
  border-radius: 50%;
}

button#hd-modal {
  position: absolute;
  top: -16px;
  right: 39%;
  border: 3px solid #25d366;
  color: #343434;
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-btn {
  position: fixed;
  bottom: 28px;
  left: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 9999;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 600;
  width: 60px;
  height: 60px;
}

.whatsapp-btn i {
  font-size: 37px;
}

/* whatsapp form css End */
.left-form .devider {
  display: flex;
  justify-content: end;
  align-items: center;
}
.left-form h4.desktop-view {
  font-size: 19px;
  font-weight: 700;
  display: none;
}
.left-form p strong {
  border-bottom: 1px solid;
  margin-left: 7px;
}
.container-fluid.bottom-form-blue p {
  margin-top: -20px;
}
.container.instagram-videos {
  width: 100%;
  margin: 10px 0;
  /* padding: 0 50px; */
  max-width: 100%;
}
.video-item {
  cursor: pointer;
  padding: 0 5px;
}

.video-slider .slick-slide {
  margin: 0 10px;
}

.container.policies {
  margin-top: 100px;
}
.wb-set {
  margin-top: 100px;
}
body.bg-w h1 {
  text-align: center;
  font-size: 29px;
  border-top: 1px solid #dadada;
  padding-top: 25px;
}
body.bg-w p {
  font-size: 15px;
}
section.dis-content {
  background: #f3f0eb;
  padding: 25px 0;
  margin-top: 20px;
}
section.dis-content .container {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
}
.container-fluid .video-sec .row {
  margin: auto;
  display: flex;
  justify-content: center;
}

.col-md {
  position: relative;
  padding: 0 1px;
}

i.fa-solid.fa-expand {
  position: absolute;
  bottom: 17px;
  right: 23px;
  font-size: 14px;
  background: #1e1e1ec7;
  border-radius: 50%;
  padding: 8px;
  /* transform: translate(-50%, -50%); */
  border: 1px solid #a5a5a5;
  display: none;
  color: #c8c8c8;
}
.col-md:hover i.fa-solid.fa-expand {
  display: block;
}
section.insta-parent {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
.insta-text h4 {
  font-weight: 600;
}
.insta-text p {
  font-size: 15px;
}
.insta-text button {
  margin-bottom: 28px;
}

/* thankyoupage css Start */
.dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0056b83b;
}

.thankyou-content {
  position: absolute;
  width: 650px;
  margin: auto;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 32px;
}

.thankyou-content img {
  margin-bottom: 17px;
}

.thankyou-content h1 {
  font-size: 30px;
}

.thankyou-content p {
  text-align: center;
  font-size: 17px;
}

.thankyou-content p a {
  color: #0056b7;
  font-weight: 600;
}

p.bottom-heading {
  margin-bottom: 6px;
  color: #000000;
  font-style: italic;
  text-decoration: underline;
  font-size: 15px;
}

a.logo-target {
  text-decoration: none;
  background: #0056b7;
  color: #ffffff;
  padding: 10px;
  margin-top: 9px;
  display: block;
  border-radius: 30px;
  transition: 0.5s;
}

a.logo-target:hover {
  background: #0e2e50;
}

/* thankyoupage css End */
.desk-none {
  display: none;
}
.flx-box {
    display: flex
;
    flex-wrap: wrap;
}
.col-md-5.pos-relative {
    position: relative;
}
.ites-top {
    position: absolute;
    top: 0;
    right: 12px;
}
.ites-top p
 {
    background: #b98b43;
    color: #ffffff;
    padding: 7px 13px 7px 25px;
    font-size: 19px;
    border-radius: 30px 0 0 30px;
    margin-bottom: 0;
    font-weight: 600;
}
.devider p.drop-btn
 {
    border: none;
}
.devider p.drop-btn {
    border: none;
    padding: 0;
    margin-left: 0;
}
.devider p.drop-btn a {
    border: navajowhite;
    color: #0842ff;
    text-decoration: underline;
    font-size: 16px;
}
.devider p.drop-btn a i {
    color: #0842ff!important;
}
.devider p.drop-btn a:hover {
    background: #bb95531c;
}

.vd-controll{position: relative;}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-wrapper video {
  width: 100%;
  display: block;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 2;
  transition: background 0.3s;
}

.video-play-btn:hover {
  background: rgba(0,0,0,0.8);
}

.video-play-btn i {
  pointer-events: none;
}
