@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Niconne&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

/* font-family: "Niconne", cursive; / font-family: "EB Garamond", serif; / font-family: "Kanit", sans-serif; */


select::-ms-expand {
  display: none;
}

a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

h1 {
  font-size: 30px;
  color: #222222;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "EB Garamond", serif;
}

h2 {
  font-size: 25px;
  color: #222222;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Golos Text", sans-serif;
  ;
}

h3 {
  font-size: 24px;
  color: #222222;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Golos Text", sans-serif;
  ;
}

h4 {
  font-size: 22px;
  color: #222222;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Golos Text", sans-serif;
  ;
}

h5 {
  font-size: 20px;
  color: #222222;
  margin: 0px 0px 15px 0px;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Golos Text", sans-serif;
  ;
}

h6 {
  font-size: 18px;
  color: #222222;
  margin: 0px 0px 15px 0px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Golos Text", sans-serif;
  ;
}


body {
  overflow-x: hidden;
  color: #505050;
  font-size: 15px;
  line-height: 1.4;
  margin: 0px;
  padding: 0px;
  outline: none;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  font-family: "Golos Text", sans-serif;
  ;
  background-color: #fff;
  font-weight: 400;
}

body,
html {
  padding: 0;
  margin: 0;
}

p {
  color: #686868;
  font-size: 15px;
  margin: 0px 0px 20px 0px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  line-height: 1.7em;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

.form-control::-webkit-input-placeholder {
  color: #222222 !important;
  opacity: 1 !important;
}

.form-control::-moz-placeholder {
  color: #222222 !important;
  opacity: 1 !important;
}

.form-control::-ms-input-placeholder {
  color: #222222 !important;
  opacity: 1 !important;
}

.form-control::-moz-placeholder {
  color: #222222 !important;
  opacity: 1 !important;
}

:focus,
button:focus {
  outline-style: none;
  box-shadow: none;
}

*:focus {
  outline: none;
}

input:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  outline: none;
}



.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-120 {
  margin-top: 120px;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}

.header h2 {
  font-size: 40px;
  font-weight: 500;
}

.view-all {
  color: #150087;
  text-decoration: none;
  font-size: 18px;
}

/* --Header-- */

.header-sticky {
  position: relative;
  z-index: 9;
}

.fixedhead {
  position: fixed;
  top: 0px;
  animation: slide-down 0.7s;
  opacity: 1;
  width: 100%;
  background: #fff;
  z-index: 999;
  left: 0px;
  box-shadow: 0 1px 7px 0 rgb(227 227 227 / 72%);
}

.menu-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mid-menu-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-logo img {
  width: 120px;
}

.top-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.top-logo span {
  font-size: 16px;
  color: #6b6b6b;
}

.top-logo h4 {
  margin: 0;
  font-weight: 600;
  line-height: 40px;
  font-family: "EB Garamond", serif;
  color: #150087;
  font-size: 35px;
}

/* --btn-- */

.btn {
  padding: 8px 25px;
  background: #150087;
  color: #ffffff;
  font-size: 13px;
  border: 1px solid #150087;
  border-radius: 5px;
  height: max-content;
}

.btn:hover {
  background: #ffffff;
  color: #150087;
  border: 1px solid #150087;
}

.btn-1 {
  padding: 8px 25px;
  background: #150087;
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #150087;
  border-radius: 5px;
  height: max-content;
}

.btn-1:hover {
  background: #ffffff;
  color: #150087;
  border: 1px solid #150087;
}

/* --Heading-- */

.heading h2 {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 46px;
  color: #150087;
  position: relative;
  z-index: 3;
  line-height: 45px;
  text-align: center;
  padding-bottom: 35px;
}

.heading h2::before {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  left: -25px;
  top: -25px;
  background-image: url(../images/head-img.png);
  background-size: cover;
  z-index: -1;
  opacity: .3;
  animation-name: rotating_invers;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.heading span {
  font-size: 40px;
  margin-left: 55px;
  color: #F44336;
  font-family: "Niconne", cursive;
  line-height: 1;
}

.top-header {
  background: #150087;
}

.top-header p {
  margin: 0;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}

.top-header a {
  padding: 5px 30px;
  background: #7912fd;
  color: #fff;
  border-radius: 25px;
  margin-left: 20px;
  text-decoration: none;
}

@keyframes rotating_invers {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.btn-groups {
  display: flex;
  align-items: center;
}

.btn-call {
  display: flex;
  margin-left: 25px;
  align-items: center;
}

.btn-call .cal-icon {
  display: flex;
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, #150087, #ed3425);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.btn-call .cal-cont {
  margin-left: 10px;
}

.btn-call .cal-cont p {
  margin: 0;
  color: #6e6e6e;
  font-size: 18px;
}

.btn-call .cal-cont small {
  color: #000000;
  font-size: 16px;
}

.menu-right ul {
  display: flex;
  margin-right: 10px;
}

.menu-right ul li {
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #b1b1b1;
}

.menu-right ul li:last-child {
  border: none;
}

.menu-right ul li a {
  font-size: 18px;
  color: #767676;
  position: relative;
  text-decoration: unset;
}

.menu-right ul li a:hover {
  color: #150087;
}

.menu-right ul li span {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #150087;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  animation: bg-circle-one 3s infinite alternate;
}

@keyframes bg-circle-one {
  0% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1.1);
  }
}

/* Banner */

.banner-section {
  position: relative;
  overflow: hidden;
}

.fc-banner-item {
  height: 80vh;
  position: relative;
}

.fc-banner-item .bnr-bg-img {
  width: 100%;
  height: 100%;
}

.fc-banner-item .bnr-bg-img img {
  width: 100%;
  height: 100%;
}

.fc-banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

.bnr-img {
  width: 100%;
  object-fit: scale-down;
  height: 100%;
}

.bnr-text h1 {
  font-size: 80px;
}

.bnr-text p {
  font-size: 18px;
}

.let-big-head h2 {
  font-size: 50px;
  line-height: 63px;
  color: #4e4e4e;
  font-weight: 700;
  position: relative;
}

.my-word-anime .inner-h2 {
  position: absolute;
  top: -15px;
}

.my-word-anime .stage {
  width: auto;
  margin-top: 15px;
  height: 100px;
}

.my-word-anime .cubespinner {
  -webkit-animation-name: spincubewrd;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  animation-name: spincubewrd;

  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 40px 40px 0;
  -moz-transform-origin: 40px 40px 0;
  -ms-transform-origin: 40px 40px 0;
  transform-origin: 40px 40px 0;
}

.my-word-anime .cubespinner div {
  position: absolute;
  width: 400px;
  height: 80px;
}



.my-word-anime .cubespinner .face {
  color: #150087;
}

.my-word-anime .cubespinner .face1 {
  -webkit-transform: translateZ(40px);
  -moz-transform: translateZ(40px);
  -ms-transform: translateZ(40px);
  transform: translateZ(40px);
  -webkit-backface-visibility: hidden;
  margin-left: -5px;
}

.my-word-anime .cubespinner .face2 {
  -webkit-transform: rotateX(90deg) translateZ(40px);
  -moz-transform: rotateX(90deg) translateZ(40px);
  -ms-transform: rotateX(90deg) translateZ(40px);
  transform: rotateX(90deg) translateZ(40px);
  -webkit-backface-visibility: hidden;
}

.my-word-anime .cubespinner .face3 {
  -webkit-transform: rotateX(180deg) translateZ(40px);
  -moz-transform: rotateX(180deg) translateZ(40px);
  -ms-transform: rotateX(180deg) translateZ(40px);
  transform: rotateX(180deg) translateZ(40px);
  -webkit-backface-visibility: hidden;
  margin-left: -5px;
}

.my-word-anime .cubespinner .face4 {
  -webkit-transform: rotateX(270deg) translateZ(40px);
  -moz-transform: rotateX(270deg) translateZ(40px);
  -ms-transform: rotateX(270deg) translateZ(40px);
  transform: rotateX(270deg) translateZ(40px);
  -webkit-backface-visibility: hidden;
  margin-left: -5px;
}

@-webkit-keyframes spincubewrd {

  from,
  to {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }

  15% {
    -webkit-transform: rotateX(90deg);
  }

  25% {
    -webkit-transform: rotateX(90deg);
  }

  40% {
    -webkit-transform: rotateX(180deg);
  }

  50% {
    -webkit-transform: rotateX(180deg);
  }

  65% {
    -webkit-transform: rotateX(270deg);
  }

  75% {
    -webkit-transform: rotateX(270deg);
  }

  95% {
    -webkit-transform: rotateX(360deg);
  }

  100% {
    -webkit-transform: rotateX(360deg);
  }
}

@keyframes spincubewrd {

  from,
  to {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  15% {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }

  25% {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }

  40% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  50% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  65% {
    -webkit-transform: rotateX(270deg);
    -moz-transform: rotateX(270deg);
    -ms-transform: rotateX(270deg);
    transform: rotateX(270deg);
  }

  75% {
    -webkit-transform: rotateX(270deg);
    -moz-transform: rotateX(270deg);
    -ms-transform: rotateX(270deg);
    transform: rotateX(270deg);
  }

  90% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }

  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
}

.my-word-anime .remaingchangeboxwrd {
  padding-left: 25%;
}

.bnr-text h6 {
  padding: 5px 25px;
  background: #150087;
  width: fit-content;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 25px;
}

.txtm-glowing1 {
  position: absolute;
  top: -2%;
  right: -7%;
  z-index: -1;
  opacity: 0.8;
  animation: glowing 10s infinite;
  z-index: 2;
}

@keyframes glowing {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  50% {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
}

.txtm-glowing2 {
  left: -6%;
  position: absolute;
  bottom: -17%;
  opacity: 0.8;
  z-index: -1;
  animation: glowing 20s infinite;
  z-index: 2;
}

.fc-banner .owl-prev {
  left: 35px;
  right: unset;
  top: 50%;
}

.fc-banner .owl-next {
  right: 35px;
  left: unset;
  top: 50%;
}

.partner {
  margin-top: 100px;
}

.partner-item {
  padding: 15px 0;
  text-align: center;
  position: relative;
}

.partner-item::before {
  position: absolute;
  content: " ";
  height: 65px;
  width: 1px;
  background: #959595;
  right: 0;
  top: 25%;
}

.partner-item .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 10px;

}

.partner-item .icon img {
  width: 100%;
  height: 100%;
}



.partner-slide {
  overflow: hidden;
}

.partner-slide .owl-prev,
.partner-slide .owl-next,
.partner-slide .owl-dot {
  display: none;
}

.partner-item .p-txt h6 {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.partner-slide {
  border: 2px dashed #150087;
  border-radius: 10px;
}

.partner h4 {
  font-size: 22px;
  color: #150087;
  font-weight: 500;
}

/* content-box */

.content-box {
  padding: 50px 0;
  background: #150087;
  position: relative;
}

.content-box::before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  background-image: url(../images/content-bg.png);
  background-size: contain;
  top: 0;
  left: 0;
  opacity: 0.07;
}

.content-box .content-box-inner {
  width: 85%;
  margin: 0 auto;
  position: relative;
}

.content-box .content-box-item {
  display: flex;
  align-items: center;
}

.content-box .content-box-img {
  padding: 8px 7px 0px 8px;
  border-style: dashed;
  border-width: 1px 1px 1px 1px;
  border-color: #fbfbfb;
  border-radius: 50% 0% 50% 50%;
  width: 100px;
  height: 100px;
  margin-right: 25px;
}

.content-box .content-box-img .content-box-img-inner {
  background-color: #FFFFFF;
  color: #1CB098;
  border-radius: 50% 0% 50% 50%;
  padding: 20px;
  fill: #fff;
  display: inline-block;
}

.content-box .content-box-txt h4 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 24px;
}

.content-box .content-box-txt p {
  margin: 0;
  color: #fff;
}


/* Ankita */
/* Construction card */

.heading h4 {
  text-align: center;
  color: #7912fd;
}


.property-card {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.3s;
  height: 100%;
}

.property-card:hover {
  transform: scale(1.01);
}

.property-image {
  height: 250px;
  object-fit: cover;
  width: 100%;
  transition: transform 0.3s ease;
}

.badge-icons {
  position: absolute;
  top: 10px;
  right: 10px;
}

.card-footer .btn {
  font-size: 13px;
  padding: 2px 7px;
  background: #7912fd;
  color: #ffffff;
  border: 1px solid #6564cb;
  border-radius: 5px;
  height: max-content;
  align-items: center;
}

.card-footer .btn i {
  padding-right: 5px;
}

.card-footer .btn:hover {
  background: #fff;
  color: #7912fd;
}

.price {
  color: #7912fd;
  font-weight: bold;
  font-size: 1.2rem;
}

.owner {
  display: flex;
  align-items: center;
  gap: 5px;
}

.property-card .owner img {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  border-radius: 50%;
}

.icon-text {
  margin-right: 12px;
}

.c-card {
  padding-top: 55px;
  padding-bottom: 55px;
}

.c-card h2 {
  padding-bottom: 35px;
}

.c-card .card-footer i {
  margin-right: 5px;
}

.property-card .card-title a {
  color: #000000;
  text-decoration: none;
}

.property-card .card-title a:hover {
  color: #7912fd;
}

.featured-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

/* Use ::before to create background on left side */
.featured-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 47%;
  height: 33%;
  width: 100%;
  background-color: #f1eefb;
  z-index: 0;
  transform: translate(-50%, -50%);

}

.property1-txt h3 a {
  color: #000000;
  text-decoration: none;
}

.featured-section .featured-text {
  margin: 0;
}

.featured-content {
  position: relative;
  z-index: 1;
}

.featured-text p {
  color: #6f42c1;
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 28px;
}

.featured-text h2 {
  font-size: 4rem;
  font-weight: 800;
  color: #1b1b1b;
}

.property1-image {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.property1-image img {
  width: 100%;
  display: block;
}

.badges {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 5px;
}

.badges span {
  padding: 5px 10px;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  font-size: 0.9rem;
}

.badge-green {
  background-color: #28a745;
}

.badge-red {
  background-color: #dc3545;
}

.property-title {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 2rem;
}

.property-desc {
  font-size: 1rem;
  color: #555;
}

.features span {
  margin-right: 20px;
  color: #444;
  font-size: 0.95rem;
}

.features i {
  color: #7912fd;
  margin-right: 5px;
}

.price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #7912fd;
}

.carousel-dots {
  text-align: left;
  margin-top: 1.5rem;
}

.dot {
  height: 10px;
  width: 10px;
  margin-right: 8px;
  background-color: #dee2e6;
  border-radius: 50%;
  display: inline-block;
}

.dot.active {
  background-color: #7912fd;
  border: 2px solid white;
}

@media (max-width: 768px) {
  .featured-section::before {
    width: 100%;
    border-radius: 0;
  }

  .featured-text {
    text-align: center;
  }

  .carousel-dots {
    text-align: center;
  }

  .property-gallery-modal .carousel-item img {
    height: 220px;
  }

  .property-gallery-modal .modal-content {
    border-radius: 1rem;
  }
}



.property-section {
  padding: 60px 0;
  background: aliceblue;
}

.section-subtitle {
  color: #7912fd;
  font-weight: 500;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111;
}

.property-section .property-card img {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-card img:hover {
  transform: scale(1.02);
}

.property-section .property-card {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  width: 100%;
  height: 400px;
  position: relative;
}

.property-card .agent-item-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  max-width: 400px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: -100%;
  transition: all .3s ease;
  padding-top: 45px;
}

.property-section .card-footer button {
  padding: 15px;
  border-radius: unset;
  justify-content: center;
  font-size: 15px;
  border: unset;
  box-shadow: 0 0 10px 0 #d5d5d5;
  background: #fff;
  color: #7912fd;
}

.property-section .card-footer button i {
  padding-right: 5px;
}

.property-card:hover .agent-item-text {
  left: 0;
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 2rem;
  }
}



.agents-section {
  padding: 60px 0;
}

.section-subtitle {
  color: #7912fd;
  font-weight: 500;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111;
}

.agent-card {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.agent-card img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 15px;
}

.agent-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0;
}

.verified-icon {
  color: #4da6ff;
  margin-left: 5px;
}

@media (max-width: 576px) {
  .section-title {
    font-size: 2rem;
  }
}

/* why-section */

.why-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.why-icon {
  background-color: #150087;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50% 50% 50% 0%;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 32px;
}

.why-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #121f26;
}

.why-section {
  background: #f9f9f9;
  padding: 60px 0;
}





/* ========ankita======== */

.Ankita {
  padding-bottom: 33px;
}

.Ankita .card-body {
  text-align: center;
}

.Ankita .card-body span {
  color: #594480;
}

.Ankita .heading h2 {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 46px;
  color: #150087;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 15px;
}

.testimonial {
  color: #4b4b52;
  background-color: #d3d2cf;
}

.testimonial-bg {
  background-size: cover;
  background-position: center;
  height: 400px;
  overflow: hidden
}

.testimonial-card {
  background: linear-gradient(120deg, #fff, #e8e7e2);
  border-radius: 1rem;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  margin: auto;
  position: relative;
  z-index: 1;
  left: 100px;
}

.quote-icon svg {
  position: relative;
  left: 762px;
  bottom: 44px;
}

.slick-arrow {
  background: none;
  border: none;
}

.testimonial .testimonial-bg img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial .thought h3 {
  position: relative;
  font-size: 50px;

}

.testimonial .testi-inner {
  width: 80%;
  margin: 0 auto;
}










.nav-link.active {
  border-bottom: 3px solid #28a745;
  color: #28a745 !important;
}

.brand-logo {
  font-weight: bold;
  font-size: 1.5rem;
  color: #2a3fbd;
}

.hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}



.social-icons a {
  color: #555;
  margin-right: 10px;
  font-size: 1.2rem;
}

.icon-section i {
  font-size: 2rem;
  color: #2a3fbd;
}

.btn-cta {
  background-color: #4a63e7;
  color: white;
  font-weight: bold;
}

.btn-cta:hover {
  background-color: #3546b1;
}


/* =============about.html================== */
.nana h3 {
  font-size: 34px;
  margin: 0px 0px 10px 0px;
  font-weight: 500;
}

.tab-content {
  margin-top: 20px;
}

.nav-tabs .nav-link.active {
  background-color: #2f55d4;
  color: white;
  border: none;
}

.nav-tabs .nav-link {
  border: none;
  color: #333;
}

.Abhi .nav.nav-tabs .nav-item .nav-link:hover {
  background-color: #2601f7;
  color: rgb(224, 215, 215);
}

.office-description {
  font-size: 1rem;
  color: #444;
}

iframe {
  width: 100%;
  height: 450px;
  border: none;
}

.Abhi {
  padding: 78px;
}


.semibold {
  padding: 43px;
}

.nana .icon-section {
  border: 1px dashed #3F51B5;
  width: fit-content;
  border-radius: 5px;
}

.nana .icon-section .icon-section-item {
  padding: 12px 35px;
  color: #3F51B5;
}

.nana .icon-section .icon-section-item:nth-child(1) {
  background-color: #dcd5ff;
}

.nana .icon-section .icon-section-item:nth-child(2) {
  background-color: #d7faf0;
}

.nana .icon-section .icon-section-item:nth-child(3) {
  background-color: #f9ffb9;
}

.social-icons {
  display: flex;
}

.social-icons a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #150087;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}



/* contact.html */
.contact1 {

  padding: 1px;
}

.contact1 img {
  max-width: 25%;
  height: auto;
  outline: none;
  padding: 15px 0 0 15px;
}


.contact2 .card {
  background-color: #e4e4e4;
}

.contact2 .card:hover {
  box-shadow: 0 4px 13px rgba(0, 0, 0, 1);
}

.contact1 h2 {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 46px;
  color: #150087;
  position: relative;
  z-index: 3;
  line-height: 45px;
  text-align: center;
  padding-bottom: 35px;
}

.nanaa {
  background-color: #e5e5e5;
}

.nanaa .img-fluid {
  max-width: 100%;
  height: auto;
}


.contact1 .contact1-inner {
  width: 70%;
  margin: 0 auto;
}


.contact1 {
  padding: 60px 0;
}


/* Service-details */


.service-details {
  padding: 60px 0;
}

.service-details .sdr-img {
  height: 450px;
  width: 100%;
}

.service-details .sdr-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 20px 20px 20px 0;
}

.service-details .feature-card {
  background-color: #deddff;
  border-radius: 15px 15px 0 15px;
  padding: 20px;
  text-align: left;
  height: 100%;
}

.service-details .highlight-box {
  background-color: #deddff;
  border-radius: 15px 15px 0 15px;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.service-details .highlight-box i {
  font-size: 2rem;
  color: #ffffff;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #211e6f;
  border-radius: 50%;
}

.service-details .benefits-list i {
  color: #211e6f;
  margin-right: 10px;
}

.service-details .benefits-list li {
  margin-bottom: 10px;
}

.service-details-left {
  position: sticky;
  top: 100px;
}

.service-details .feature-card h6 {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  color: #211d71;
  margin: 0;
  margin-bottom: 15px;
}

.service-details .sm-img {
  height: 150px;
  width: 100%;
}

.service-details .sm-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 15px;
}

.service-details .info-box h4 {
  color: #fff;
  font-weight: 400;
  font-size: 26px;
}

.service-details .info-box p {
  color: #dddddd;
}

.service-details .services-box h5 {
  font-weight: 400;
  font-size: 26px
}


.services-box {
  background-color: #edf1f2;
  border-radius: 20px;
  padding: 30px;
}

.service-item {
  background-color: white;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in-out;
  color: #585858;
  transition: all 0.3s ease;
  text-decoration: none;
}

.service-item:hover,
.service-item.active {
  background-color: #211e6f;
  color: #fff;
}

.service-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.service-item i {
  color: #211e6f;
}

.service-item:hover i,
.service-item.active i {
  color: #fff;
}

.info-box {
  background-color: #211e6f;
  border-radius: 20px;
  padding: 30px;
  color: white;
}

.call-box {
  background-color: #3F51B5;
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.call-icon {
  background-color: white;
  color: #211e6f;
  border-radius: 50%;
  padding: 10px;
  font-size: 20px;
  width: 50px;
  flex: 0 0 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-text strong {
  font-size: 1.25rem;
}


/* blog.html */


.c-card1 .property-card {
  border-radius: 44px;
}

.c-card1 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.page-blog-archive {
  padding: 100px 0;
}

.blog-item {
  border: 1px solid var(--divider-color);
  border-radius: 40px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.post-featured-image {
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}

.post-featured-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.65;
  object-fit: cover;
  border-radius: 40px 40px 0 0;
  transition: all 0.5s ease-out;
}

.blog-item:hover .post-featured-image img {
  transform: scale(1.1);
}

.post-item-body {
  padding: 30px;
}

.post-item-body h2 {
  display: block;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.3em !important;
  word-wrap: break-word;
  margin-bottom: 20px;
}

.post-item-body h2 a {
  color: inherit;
}

.post-item-body .readmore-btn {
  position: relative;
  font-family: var(--accent-font);
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--accent-color);
  padding-right: 30px;
  transition: 0.3s ease-in-out;
}

.post-item-body .readmore-btn:after {
  content: '';
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  background-image: url("assets/images/readmore-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  transition: 0.3s ease-in-out;
}

.post-item-body .readmore-btn:hover:after {
  right: -3px;
}

.pagination .nav-links {
  margin-top: 30px;
  text-align: center;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.pagination .nav-links a,
.pagination .nav-links span {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: transparent;
  margin: 0 5px;
  border: 1px solid var(--accent-color);
  border-radius: 50%;
  font-weight: 700;
  line-height: 1em;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}

.pagination .nav-links span.current,
.pagination .nav-links a:hover {
  background: var(--accent-color);
  color: var(--white-color);
}

.page-single-post {
  padding: 100px 0;
}

.page-single-post.single-page .post-entry {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.post-single-meta ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.post-single-meta ul li {
  display: inline-block;
  margin-right: 25px;
  color: var(--white-color);
  font-family: var(--accent-font);
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

.post-single-meta ul li:last-child {
  margin-right: 0;
}

.post-single-meta ul li i {
  font-size: 18px;
  color: var(--accent-color);
  margin-right: 8px;
}

.post-single-meta ul li a {
  color: inherit;
}

.post-single-image {
  margin-bottom: 30px;
  overflow: hidden;
}

.post-single-image img {
  border-radius: 40px;
  width: 100%;
  aspect-ratio: 1 / 0.50;
  object-fit: cover;
}

.post-content {
  max-width: 1100px;
  margin: 0 auto;
}

.post-entry {
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.post-entry:after {
  content: '';
  display: block;
  clear: both;
}

.post-entry p:last-child {
  margin-bottom: 0;
}

.post-entry a {
  color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
  margin: 1em 0 0.6em;
  color: var(--primary-color);
}

.post-entry h1 {
  font-size: 40px;
}

.post-entry h2 {
  font-size: 36px !important;
}

.post-entry h3 {
  font-size: 26px;
}

.post-entry h4 {
  font-size: 22px;
}

.post-entry h5 {
  font-size: 18px;
}

.post-entry h6 {
  font-size: 16px;
}

.post-entry p {
  margin-bottom: 20px;
}

.post-entry ul {
  padding-left: 20px;
  margin: 0 0 30px;
}

.post-entry ul li {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 18px;
}

.post-entry ol {
  margin: 0 0 30px;
}

.post-entry ol li {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 18px;
}

.post-entry ul li a {
  color: var(--primary-color);
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul {
  margin-top: 10px;
  margin-bottom: 0;
}

.post-entry ul ul li,
.post-entry ul ol li,
.post-entry ol ol li,
.post-entry ol ul li {
  margin-bottom: 10px;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child {
  margin-bottom: 0;
}

.post-entry .wp-block-rss {
  list-style: inherit;
}

.post-entry .wp-block-social-links {
  padding: 0;
}

.post-entry blockquote {
  background-size: 45px;
  border-radius: 16px;
  padding: 40px 40px 40px 110px !important;
  margin-bottom: 30px !important;
  background-color: #e9f7fe;
}

.post-entry blockquote p {
  font-size: 22px !important;
  color: var(--primary-color);
  font-weight: 600;
  line-height: 1.6em !important;
}

.post-entry blockquote p:last-child {
  margin-bottom: 0;
}

.post-entry blockquote cite {
  font-size: 20px !important;
}

.post-entry table {
  border-top: 1px solid var(--divider-color) !important;
  border-left: 1px solid var(--divider-color) !important;
}

.post-entry table tr td,
.post-entry table tr th {
  border-right: 1px solid var(--divider-color);
  border-bottom: 1px solid var(--divider-color);
  padding: 4px 10px;
}

.post-entry hr,
.comment-content hr {
  border-top: 1px solid var(--divider-color);
  opacity: 1;
}

.post-entry .wp-calendar-table caption {
  text-align: center;
}

.post-tags .tag-links {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  display: inline-block;
}

.post-tags .tag-links a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  background-color: var(--accent-color);
  color: var(--white-color);
  border-radius: 10px;
  padding: 8px 20px;
  margin: 0px 0px 10px 15px;
  transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover {
  background: var(--primary-color);
}

.post-tags .tag-links a:last-child {
  margin-right: 0;
}

.post-social-sharing {
  text-align: right;
}

.post-social-sharing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-social-sharing ul li {
  display: inline-block;
  margin-right: 12px;
}

.post-social-sharing ul li:last-child {
  margin-right: 0;
}

.post-social-sharing ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  background-color: var(--accent-color);
  color: var(--white-color);
  width: 38px;
  height: 38px;
  transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li a:hover {
  background-color: var(--primary-color);
}

.post-social-sharing ul li a i {
  font-size: 18px;
  color: var(--white-color);
}


/* career.html */


.career {
  padding: 60px 0;
}



.job-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 100%;
}

.job-image {
  position: relative;
  height: 253px;
}

.job-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #00964b;
  color: white;
  padding: 5px 10px;
  font-size: 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
}

.job-content {
  padding: 20px;
  background: #f1f0ff;
}

.job-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 10px;
  color: #333;
}

.job-title sub {
  color: #939393;
  font-size: 12px;
}

.job-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 15px;
}

.job-details span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.job-details span i {
  color: #ff8c00;
}

.job-desc {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.4;
}

.privacy-policy ul li {
  list-style-type: disclosure-closed;
  padding-left: 15px;
  margin-left: 25px;
  margin-bottom: 15px;
}

/* Ankita End */

/* Breadcum */

.breadcum {
  position: relative;
  padding: 100px 0;
}

.breadcum .bc-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.breadcum .bc-bg-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.breadcum .breadcum-inner {
  position: relative;
}

.breadcum .breadcum-inner h2 {
  font-size: 45px;
  color: #fff;
}


.breadcum .breadcum-inner ul li a {
  text-decoration: none;

}

.breadcum .breadcum-inner ul li:nth-child(1) a {
  color: #fff;
  margin-right: 10px;
}

.breadcum .breadcum-inner ul li:nth-child(2) a {
  color: #bbbbbb;
}

.breadcum .breadcum-inner ul li:last-child a {
  color: red;
}



/* n-panel */

.n-panel .npanel-with {
  overflow: hidden;
}

.n-panel {
  padding: 60px 0;
  background: #e7e3ff;
}

.n-panel .box-inner {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  height: 130px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 15px;
}

.n-panel .box-inner img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* back to top */

.back-to-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #150087;
  position: fixed;
  bottom: 0;
  right: 0;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: none;
  z-index: 999;
  animation: 1s infinite bounce_513;
}

@keyframes bounce_513 {

  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}



/* Footer */

.footer {
  background-color: #024070;
  color: white;
  padding: 40px 0 0;
  position: relative;
}

.footer::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-image: url(../images/fot-bg.png);
  background-size: contain;
  opacity: .3;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer h5 {
  margin-bottom: 20px;
}

.footer .fa {
  margin-right: 10px;
}

.footer .newsletter input[type="email"] {
  border: none;
  padding: 10px;
  width: 70%;
  max-width: 400px;
  border-radius: 5px;
}

.footer .newsletter button {
  background-color: #00aaff;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

.footer-bottom {
  background-color: #003054d6;
  padding: 15px 0;
  text-align: center;
  position: relative;
}

.footer-bottom i {
  color: white;
  margin: 0 8px;
}

.footer .foot-address p {
  color: #fff;
}

.footer-bottom img {
  width: 100px;
  filter: brightness(0) invert(1);
}

.footer .footer-inner {
  position: relative;
}

/* Properties */


/* Price range slide */

.range-slider {
  position: relative;
  width: 100%;
  height: 35px;
}

.range-slider input[type="range"] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  height: 8px;
  border-radius: 5px;
  background: transparent;
  z-index: 2;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  border: 2px solid blue;
  -webkit-appearance: none;
}

.range-slider input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  border: 2px solid blue;
}

.slider-track {
  height: 8px;
  position: absolute;
  width: 100%;
  background: #eee;
  border-radius: 5px;
  z-index: 1;
}

.slider-track-filled {
  height: 8px;
  background: #5a4eff;
  position: absolute;
  z-index: 2;
  border-radius: 5px;
}

.price-label {
  font-weight: 500;
  margin-bottom: 10px;
}


form .form-control {
  padding: 10px 10px;
  border-color: #a392ff;
}

.properties {
  padding: 60px 0;
  background: aliceblue;
}

.properties .filter-item {
  max-width: 400px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-left: 5px solid #3b5bdb;
}

/* Filter calculator */

.calculator-card {
  max-width: 400px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-left: 5px solid #3b5bdb;
}

.btn-primary {
  background-color: #1500d6;
  border: none;
  border-radius: 10px;
}

.btn-primary:hover {
  background-color: #0e00a800;
}

.no-cart.drop-message .btn-primary {
  font-size: 18px;
  padding: 8px 15px;
}

.no-cart.drop-message .btn-primary:hover {
  background-color: #ffffff;
  color: #150087;
}

.result-box {
  margin-top: 20px;
  font-weight: 600;
  color: #0a3d62;
}

/* Property Card */

.property-card-2 {
  max-width: 400px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-left: 5px solid #3b5bdb;
}

.property-card-2 .property-title {
  font-weight: 600;
  font-size: 18px;
  margin-top: 0;
}

.property-card-2 .property-price {
  color: #5b28f3;
  font-weight: 600;
}

.property-card-2 .property-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.property-card-2 .property-item img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
}

.property-card-2 .property-info {
  flex-grow: 1;
}

.property-card-2 .location-text {
  color: #555;
  font-size: 14px;
}

.property-card-2 .title-border {
  display: inline-block;
  padding-bottom: 3px;
  margin-bottom: 15px;
}


/* Service */

/* -- Service -- */

.section-title {
  font-size: 2.5rem;
  font-weight: 600;
}

.highlight {
  color: #0d6efd;
}

.service-card {
  transition: all 0.3s ease;
  border: none;
  border-radius: 20px 20px 0 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  height: 100%;

}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  width: 100px;
  height: 100px;
  background-color: #cac7ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-circle img {
  width: 75px;
  height: 75px;
}

.learn-more {
  color: #211d6f;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
}

.learn-more i {
  transform: translateY(0%) rotate(335deg);
  font-weight: 600;
  transition: all .3s ease;
}

.learn-more:hover {
  color: #F44336;
}

.learn-more:hover i {
  transform: translateY(0%) rotate(359deg);
}

.service {
  background-color: #dfdeff;
  background-image: url(../images/section-bg-shape-2-1.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 120px 0 60px;
}

.service-carousel {
  padding-top: 60px;
}

.service-carousel .owl-prev {
  left: unset;
  right: unset;
  top: 50%;
}

.service-carousel .owl-next {
  right: 0;
  top: 50%;
}

.service-carousel .owl-dots {
  display: none !important;
}

.service-page {
  padding: 60px 0;
  background: #eae9ff;
}

/* Modal Login */


.sign-modal.modal.fade.show {
  background: #0000004f;
}

.modal-dialog {
  max-width: 800px;
}

.signup-modal {
  display: flex;
  flex-direction: row;
  padding: 0 20px 20px 20px;
}

.signup-form {
  flex: 1;
  padding-right: 20px;
}

.signup-image {
  flex: 1;
  background: url('signup-desk.png') no-repeat center center;
  background-size: contain;
  min-height: 400px;
}

.form-control::placeholder {
  color: #a3a3a3;
}

.form-check-label a {
  color: #1d6fec;
  text-decoration: none;
}

.form-check-label a:hover {
  text-decoration: underline;
}

.btn-register {
  background-color: #5299e0;
  color: white;
}

.btn-register:hover {
  background-color: #317dd2;
}

.modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

.btn-close {
  margin: -1rem -1rem -1rem auto;
}


/* ADD to Cart */


.cart-nav {
  padding: 0;
}

.cart-nav .vci-left {
  width: 100px;
  flex-shrink: 0;
  margin-right: 15px;
}

.cart-nav .offcanvas.offcanvas-end {
  width: 400px;
  max-width: 100%;
}

.cart-nav .vcic-img {
  width: 100%;
  height: 75px;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
}

.cart-nav .vcic-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cart-nav .vci-right {
  flex-grow: 1;
}

.cart-nav .item-title {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.cart-nav .price {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}

.cart-nav .remove-btn {
  margin-left: 10px;
}

.cart-nav .remove-btn button {
  background-color: #dc3545;
  border: none;
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.cart-nav .remove-btn button:hover {
  background-color: #b02a37;
}

.cart-nav .view-cart-item {
  display: flex;
  padding: 15px;
  border-radius: 10px;
  background: #f5f5f5;
  margin-bottom: 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.cart-nav .view-cart-item .vci-left {
  flex: 0 0 150px;
  text-align: center;
  margin-right: 30px;
}

.cart-nav .view-cart-item .vcic-img {
  height: 100px;
  width: 100%;
  border: 1px solid #bfbfbf;
  margin-bottom: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.cart-nav .view-cart-item .counter-add-item {
  margin-top: 10px;
}

.cart-nav .view-cart-item .vci-right {
  width: 100%;
}

.cart-nav .view-cart-item .vci-right p {
  margin: 0;
}

.cart-nav .view-cart-item .remove-btn {
  text-align: right;
  float: right;
}

.cart-nav .view-cart-item .remove-btn button {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid #fd0000;
  background: red;
  color: #fff;
  font-weight: 500;
}

.cart-nav .view-cart-item .remove-btn button i {
  margin-right: 5px;
}

.cart-nav .offcanvas-header {
  background: #150087;
  color: white;
  padding: 1rem;
}

.cart-nav .offcanvas-title {
  font-size: 1.25rem;
  font-weight: bold;
}

.cart-nav .btn-close {
  filter: invert(1);
  opacity: 1;
}

.cart-nav .offcanvas-header .btn-close {
  filter: invert(1);
  opacity: 1;
}

.cart-nav .offcanvas-header h5 {
  color: #fff;
}

.cart-nav .price-details {
  width: 60%;
  border: 1px solid #e7e7e7;
  padding: 15px;
  border-radius: 5px;
}

.cart-nav .price-details h5 {
  padding: 10px;
  background: #e2fff2;
  border-radius: 5px;
}

.cart-nav .adkt-price p {
  color: #000;
}

.cart-nav .cart-item-body ul li {
  border-bottom: unset;
}

.cart-nav .cart-item-body {
  border-bottom: 1px dashed #c4c4c4;
}

.cart-nav .total-count li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-nav .total-count li p {
  margin: 0;
  font-size: 20px;
}

.place-order {
  padding: 1.5rem 0;
  text-align: center;
}

.place-order a {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(135deg, #3bb77e, #2ea86b);
  color: #fff;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(59, 183, 126, 0.4);
  transition: all 0.3s ease;
}

.place-order a i {
  margin-right: 8px;
  font-size: 18px;
}

.place-order a:hover {
  background: linear-gradient(135deg, #2ea86b, #24915a);
  box-shadow: 0 6px 18px rgba(46, 168, 107, 0.45);
  transform: translateY(-2px);
}


/* Fevorite */

.con-like {
  --red: rgb(255, 50, 50);
  position: absolute;
  width: 30px;
  height: 30px;
  right: 15px;
  top: 15px;
}

.con-like .like {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 20;
  cursor: pointer;
}

.con-like .checkmark {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con-like .outline,
.con-like .filled {
  fill: var(--red);
  position: absolute;
}

.con-like .filled {
  animation: kfr-filled 0.5s;
  display: none;
}

.con-like .celebrate {
  position: absolute;
  animation: kfr-celebrate 0.5s;
  animation-fill-mode: forwards;
  display: none;
}

.con-like .poly {
  stroke: var(--red);
  fill: var(--red);
}

.con-like .like:checked~.checkmark .filled {
  display: block
}

.con-like .like:checked~.checkmark .celebrate {
  display: block
}

@keyframes kfr-filled {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes kfr-celebrate {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
    display: none;
  }
}



/* Product-details */


.breadcrumb-top {
  height: 280px;
  position: relative;
}

.breadcrumb-top::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-image: linear-gradient(180deg, white 0%, transparent);
}

.breadcrumb-top .breadcrumb-img {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.breadcrumb-top .breadcrumb-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.breadcrumb-top .breadcrumb-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 3;
}

.breadcrumb-top .breadcrumb-inner .heading {
  width: 100%;
  position: relative;
}

.breadcrumb-top .breadcrumb-inner .heading h2 {
  color: #3bb67e;
  font-size: 45px;
  margin: 0;
  position: relative;
  z-index: 2;
}

.breadcrumb-top .breadcrumb-inner .heading span {
  position: absolute;
  color: transparent;
  top: 0px;
  left: 0;
  opacity: 0.1;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  -webkit-text-stroke: 2px #000000;
  text-shadow: 1px 1px 0 #282f3b, -1px -1px 0 #282f3b, 1px -1px 0 1px #282f3b, -1px 1px 0 #282f3b, 1px 1px 0 #282f3b;
}

.breadcrumb-top .breadcrumb-inner .list-unstyled li {
  font-size: 16px;
}

.breadcrumb-top .breadcrumb-inner .list-unstyled li a {
  color: #3bb67e;
}

.breadcrumb-top .breadcrumb-inner .list-unstyled li:last-child {
  color: #150087;
}

.serach-inner {
  display: flex;
  align-items: center;
}

.search-input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
}

.search-btn {
  width: 100px;
  padding: 10px;
  font-size: 16px;
  background-color: #3bb77e;
  color: #fff;
  border: none;
  cursor: pointer;
  border: 1px solid #3bb77e;
}

.search-btn:hover {
  background-color: #150087;
  border: 1px solid #150087;
}

.service-category-item {
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #eafff5;
  box-shadow: 0 0 10px 0 #ebebeb;
  background: #e7fff4;
  transition: all .3s ease;
}

.service-category-inner .col-md-3:nth-child(odd) .service-category-item {
  background: #f9f9f9;
}

.service-category-item .sci-txt h5 {
  margin: 0;
}

.service-category-item .sci-img {
  margin-right: 15px;
}

.service-category-inner .service-category-item:hover {
  background: #3bb77e !important;
}

.service-category-item:hover .sci-txt h5 {
  color: #FFF;
}

.ftop-head-slider-item {
  width: 100%;
  height: 300px;
  background: #ececec;
  padding: 30px;
}

.ftop-head-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.breadcum-list ul {
  display: flex;
  flex-wrap: wrap;
}

.breadcum-list ul li {
  padding-right: 5px;
}

.breadcum-list ul li a {
  font-size: 13px;
  color: #979797;
  padding-right: 5px;
}

.breadcum-list ul li:last-child a {
  color: #000000;
}

.breadcum-list ul li a:hover {
  color: #150087;
}

.breadcum {
  padding: 35px 0;
  background: #f6fbff;
}



/* Filter */

.filter {
  padding: 30px 20px;
  border: 1px solid #ececec;
  box-shadow: 0 0 20px 0 #e7e7e7;
  background: #fff;
}

.filter-body .accordion {
  background: unset;
}

.filter-body .accordion .accordion-item {
  background: unset;
  border: unset;
  border-radius: unset;
}

.filter-body .accordion .accordion-item .accordion-button {
  background: unset;
  border: unset;
  box-shadow: unset;
  padding: 0;
}

.filter-body .accordion-item {
  margin-top: 20px;
  border-bottom: 1px solid #bfbfbf !important;
  padding-bottom: 20px;
}

.filter-body .accordion-body {
  padding: 0;
  padding-top: 20px;
}

.filter-body .accordion .accordion-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.filter-body .accordion .accordion-item li a {
  font-size: 13px;
  padding: 8px 12px;
  border: 1px solid #cbcbcb;
  display: block;
  border-radius: 5px;
  color: #3b3b3b;
}

.filter-btn {
  display: flex;
  gap: 10px;
}

.filter-btn a {
  width: 100%;
  padding: 12px 25px;
  border: 1px solid;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  transition: all .3s ease;
}

.filter-btn .allpyfilter {
  border-color: #3bb77e;
  background: #3bb77e;
  color: #fff;
}

.filter-btn .allpyfilter:hover {
  color: #3bb77e;
  background-color: #fff;
}

.filter-btn .resetfilter {
  border-color: #150087;
  background: #150087;
  color: #fff;
}

.filter-btn .resetfilter:hover {
  color: #150087;
  background-color: #fff;
}

.filter-select-item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fsi-tm {
  font-size: 13px;
  padding: 8px 12px;
  border: 1px solid #cbcbcb;
  display: block;
  border-radius: 5px;
  color: #3b3b3b;
  display: none;
}

.fsi-tm.new-class {
  display: block;
}

.service-item-body {
  background: #fff;
  padding: 15px;
}

.service-item-list-filter .silf-item {
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  position: relative;
}

.service-item-list-filter .silf-item .sis-img {
  height: 250px;
  width: 100%;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #dedede;
}

.service-item-list-filter .silf-item .sis-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-item-list-filter .silf-item .srvc-item {
  margin-top: 20px;
  padding: 15px;
  background: #f3f3f3;
  border-radius: 5px;
  position: relative;
  transition: all .3s ease;
}

.service-item-list-filter .silf-item .srvc-item:hover {
  box-shadow: 0px 18px 48px 0px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}

.service-item-list-filter .silf-item .srvc-item .srvc-detl {
  padding-left: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 15px;
}

.service-item-list-filter .silf-item .srvc-item .srvc-detl.prop-anim li i {
  font-size: 30px;
  margin-right: 5px;
}

.service-item-list-filter .silf-item .srvc-item .srvc-detl p {
  margin-bottom: 5px;
}


.service-item-list-filter .silf-item .srvc-item .prop-item {
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #150087;
  border-radius: 10px;
  background: #f1eeff;
}

.service-item-list-filter .silf-item .srvc-item .srvc-detl li {
  list-style-type: none;
  width: 23%;
}

.service-item-list-filter .silf-item .srvc-item .srvc-detl li i {
  color: #150087;
  font-weight: bold;
}

.service-item-list-filter .silf-item .srvc-item .srvc-price p {
  font-size: 20px;
}

.service-item-list-filter .silf-item .srvc-item .srvc-price p small {
  color: #707070;
  font-size: 14px;
}

.priest .service-item-list-filter .silf-item .sis-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.filter-body .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.filter-body .tabs .tab {
  width: 30%;
  margin-right: 10px;
  margin-top: 15px;
  border: 1px solid #ececec;
  border-radius: 5px;
  overflow: hidden;
  transition: all .3s ease;
}

.filter-body .tabs .tab.active {
  border: 1px solid #24925f;
}

.filter-body .tabs .tab .service-btn {
  text-align: center;
}

.filter-body .tabs .tab .service-btn .sb-im {
  padding: 10px;
  background: #ececec;
  height: 80px;
  width: 100%;
  border-radius: 0 0 5px 5px;
}

.filter-body .tabs .tab .service-btn .sb-im img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.filter-body .tabs .tab .service-btn .sb-txt {
  padding: 10px 5px;
  text-align: center;
  height: 45px;
}

.filter-body .tabs .tab .service-btn .sb-txt p {
  margin: 0;
  font-size: 12px;
  color: #707070;
}

.sit-rating {
  margin-bottom: 15px;
}

.sit-rating ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.sit-rating .rate-no {
  padding: 5px 8px;
  background: #150087;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
}

.sit-header h5 a,
.sit-header h5 {
  color: #150087;
  font-size: 20px;
}

.sit-header p {
  color: #707070;
  font-size: 14px;
}

.sit-rating li a {
  border-radius: 5px;
  font-size: 12px;
  height: auto;
  display: block;
}

.sit-rating li .trust {
  background: #ffb74d;
  color: #fff;
  padding: 4px 12px;
}

.sit-rating li .verify {
  background: #3bb77e;
  color: #fff;
  padding: 4px 12px;
}

.sit-rating li .top-search {
  background: #1c1559;
  color: #fff;
  padding: 4px 12px;
}

.sit-rating li a p {
  margin: 0;
  color: #8a8a8a;
}

.item-location {
  margin-top: 5px;
  color: #8a8a8a;
  margin-bottom: 15px;
  font-size: 14px;
}

.item-location strong {
  color: #444444;
  font-weight: 600;
}

.rate-show span {
  color: #ff6000;
  font-size: 15px;
}

.item-contact-details {
  display: flex;
  align-items: center;
  gap: 15px;
}

.item-contact-details a {
  width: auto;
  padding: 8px 14px;
  border: 1px solid;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  transition: all .3s ease;
  text-decoration: none;
}

.item-contact-details .send-inquire {
  border-color: #3bb77e;
  background: #3bb77e;
  color: #fff;
}

.item-contact-details .send-inquire:hover {
  color: #3bb77e;
  background-color: #fff;
}

.item-contact-details .send-chat {
  border-color: #7b7b7b;
  background: #ffffff;
  color: #000000;
  font-weight: 500;
}

.item-contact-details .send-chat:hover {
  color: #3bb77e;
  background-color: #fff;
}

.item-contact-details .send-call {
  background: brown;
  color: #fff;
  border: 1px solid brown;
}

.item-contact-details .send-call:hover {
  color: brown;
  background-color: #fff;
}

.item-contact-details .view-details {
  background: #150087;
  color: #fff;
  border: 1px solid #150087;
}

.item-contact-details .view-details:hover {
  color: #150087;
  background-color: #fff;
}

.item-contact-details .add-to-cart {
  background: #6e42e5;
  color: #fff;
  border: 1px solid #6e42e5;
  width: auto;
  padding: 9px 20px;
  border: 1px solid;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  transition: all .3s ease;
  margin: 0;
}

.item-contact-details .add-to-cart:hover {
  color: #6e42e5;
  background-color: #fff;
}

.item-contact-details .send-chat img {
  width: 22px;
  margin-right: 6px;
}

.filter {
  position: sticky;
  top: 160px;
}

.details-address {
  height: 100%;
  width: 100%;
  border: 1px solid #bebebe;
  border-radius: 10px;
  background: #f4f4f4;
  overflow: hidden;
  position: relative;
}

.details-address .no-cart {
  height: 100%;
  width: 100%;
  padding: 0 15px;
}

.details-address.active .no-cart {
  display: none;
}

.cart-item-body {
  display: none;
  padding: 12px;
  margin-top: 15px;
}

.details-address.active .cart-item-body {
  display: block;
}

.cart-item-body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 15px;
}

.cart-item-body ul li .adkt-txt {
  flex: 0 0 180px;
}

.cart-item-body ul li p {
  margin: 0;
  font-size: 14px;
  color: #707070;
}

.cart-item-body-price {
  position: absolute;
  width: 85%;
  margin: 0 auto;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0%);
  padding: 10px 25px;
  background: #3bb77e;
  border-radius: 5px;
  display: none;
}

.cart-item-body-price li {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cart-item-body-price li p {
  margin: 0;
  color: #fff;
}

.details-address.active .cart-item-body-price {
  display: block;
}

.da-head {
  padding: 15px;
  margin: 0;
  background: #150087;
  color: #fff;
}

.da-text {
  padding: 15px;
}

.da-text li {
  padding: 10px 0;
  border-bottom: 1px solid #cfcfcf;
  color: #5a5a5a;
  font-size: 15px;
}

.da-text li i {
  color: #150087;
  margin-right: 5px
}

.da-text li a {
  color: #5a5a5a;
  font-size: 15px;
}

.da-text li a i {
  color: #150087;
  margin-right: 5px
}

.da-text li a:hover {
  color: #150087;
}


/* Video Gallery */

.video-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  grid-gap: 15px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: auto;
  overflow: hidden;
  overflow-y: scroll;
  padding: 5px;
}

.video-gallery .gallery-item {
  position: relative;
  width: 100%;
  height: 140px;
  background: #000;
  cursor: pointer;
  overflow: hidden;
}

.video-gallery .gallery-item img {
  position: relative;
  display: block;
  width: 115%;
  height: 240px;
  object-fit: cover;
  opacity: .5;
  transition: all 350ms ease-in-out;
  transform: translate3d(0px, 0, 0);
}

.north-cascades-img {
  object-position: 50% 30%;
}

.video-gallery .gallery-item .gallery-item-caption {
  padding: 10px;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
}

.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-gallery .gallery-item h2 {
  font-weight: 300;
  overflow: hidden;
  padding: 12px 0;
}

.video-gallery .gallery-item h2,
.video-gallery .gallery-item p {
  position: relative;
  margin: 0;
  z-index: 1;
  pointer-events: none;
  color: #fff;
  font-size: 16px;
}

.video-gallery .gallery-item p {
  letter-spacing: 1px;
  font-size: 12px;
  padding: 12px 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(10%, 0, 0);
}

.video-gallery .gallery-item:hover img {
  opacity: 0.3;
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item .gallery-item-caption {
  text-align: left;
}

.video-gallery .gallery-item h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 1px;
  background: #fff;
  transition: transform 0.3s;
  transform: translate3d(-100%, 0, 0);
}

.video-gallery .gallery-item:hover h2::after {
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.video-gallery.visible {
  overflow-y: scroll;
}

.video-gallery::-webkit-scrollbar {
  width: 2px;
}

.video-gallery::-webkit-scrollbar {
  width: 6px;
  background-color: #D6DADD;
  border-radius: 10px;
}

.video-gallery::-webkit-scrollbar-thumb {
  background: #be9610;
  border-radius: 10px;
}

.details-photo a {
  height: 100%;
  width: 100%;
  border: 1px solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #150087;
  color: #fff;
}

.details-photo a p {
  margin: 0;
  color: #fff;
}

.upload-img {
  position: relative;
  width: fit-content;
  padding: 10px 20px;
  margin-top: 25px;
  border: 1px solid #150087;
  border-radius: 5px;
  background: #150087;
  cursor: pointer;
}

.upload-img p {
  margin: 0;
  color: #fff;
}

.upload-img p i {
  margin-right: 8px;
}

.upload-img .upload-img-input {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.reviwe-rating .review-heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.reviwe-rating .review-heading .rv-num {
  height: 60px;
  width: 60px;
  background: #150087;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  margin-right: 20px;
}

.reviwe-rating .review-heading .rv-txt p {
  margin: 0;
}

.review-comment .review-profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-comment .review-profile .rp-left {
  display: flex;
  align-items: center;
}

.review-comment .review-profile .rpl-img {
  flex: 0 0 70px;
  margin-right: 15px;
}

.review-comment .review-profile .rpl-txt p {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}

.review-comment-inner {
  margin-top: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.give-rating a {
  padding: 8px 20px;
  background: #3bb77e;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #3bb77e;
  transition: all .3s ease-in-out;
}

.give-rating a:hover {
  background-color: #fff;
  color: #3bb77e;
}

.details-photo .photo-inner {
  height: 105px;
  width: 100%;
  border: 2px solid #3bb77e;
  border-radius: 5px;
  overflow: hidden;
}

.details-photo .photo-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* Rating Page */

.ratingpg {
  padding: 35px 0;
  background: #f1f3f6;
}

.ratingpg .rat-decs {
  width: 100%;
  border: unset;
}

.ratingpg .rating-inner-txt {
  padding: 25px;
  background: #fff;
  margin-bottom: 10px;
}

.ratingpg .rating-inner-txt h3 {
  margin: 0;
}

.ratingpg .review-left {
  background: #fff;
}

.ratingpg .review-left h4 {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 15px;
  padding: 15px;
  font-weight: 400;
}

.ratingpg .review-left ul {
  padding: 25px;
}

.ratingpg .review-left li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dadada;
}

.ratingpg .review-left li p {
  margin: 0;
}

.ratingpg .review-right {
  background: #fff;
  padding: 25px;
}

.ratingpg .review-product-cmt {
  border: 1px solid #d2d2d2;
  margin-top: 15px;
}

.ratingpg .review-product-cmt .desc {
  padding: 15px;
}

.ratingpg .review-product-cmt .desc:last-child {
  border-top: 1px solid #d2d2d2;
}

.ratingpg .inr-rating-label {
  color: #000;
}

.ratingpg .review-product-img-add {
  position: relative;
  height: 80px;
  width: 80px;
  border-radius: 5px;
  border: 1px dashed #fff;
  margin-top: 25px;
  background: #150087;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ratingpg .review-product-img-add img {
  width: 30px;
}

.ratingpg .review-product-img-add input {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.ratingpg .submit {
  text-align: end;
}

.ratingpg .submit a {
  transition: all .3s ease;
  padding: 10px 25px;
  background: #023920;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}


/* facility-card */

.facility-card {
  background-color: #f6f6fe;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.facility-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.facility-column {
  flex: 0 0 48%;
}

.facility-item {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.facility-title {
  font-weight: 600;
  color: #333;
}

.facility-text {
  color: #555;
}

@media (max-width: 768px) {
  .facility-column {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}


.pdb-img {
  background: #fff;
  box-shadow: 0 0 10px 0 #cccccc;
  border-radius: 10px;
}

.pdb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdb-txt {
  padding: 15px;
  background: #f6efff;
}

.property-plan {
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  position: relative;
}

.property-plan .tab-content {
  margin: 0;
}

.prop-tab-item .nav-link {
  padding: 0;
  border: 1px solid #b4b4b4;
  background: #fff;
}

.prop-tab-item .pp-plan-img {
  position: relative;
}

.prop-tab-item .pp-plan-img img {
  border-radius: 5px;
  width: 50%;
}

.prop-tab-item .pp-plan-txt {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #7912fd;
  padding: 3px 15px;
  border-radius: 15px;
  border: 1px solid #5806c1;
}

.prop-tab-item .pp-plan-txt p {
  margin: 0;
  font-size: 12px;
  color: #fff;
}

.prop-tab-item .nav-link.active {
  background-color: #ffffff;
  border: 1px solid #5806c1;
}

.property-map {
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  position: relative;
}



.miss-vis .mis-vis-cont {
  height: 100%;
  padding: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mis-vis-item:nth-child(1) .mis-vis-cont {
  background-color: #fff8dc;
  /* Light Blue for Mission */
}

.mis-vis-item:nth-child(2) .mis-vis-cont {
  background-color: #f0f8ff;
  /* Light Yellow for Image */
}

.mis-vis-item:nth-child(3) .mis-vis-cont {
  background-color: #e6ffe6;
  /* Light Green for Vision */
}


.ftop-head-slider-item {
  width: 100%;
  height: 320px;
  background: #ecddff;
  padding: 5px;
  border-radius: 5px;
}

.ftop-head-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.top-head {
  background: #d3b1ff;
  padding: 60px 0;
}




/* ====================Orders page new css==================== */

/* Skeleton Animations */
.skeleton-wrapper {
  animation: fadeIn 0.3s ease-in-out;
}

.skeleton-card {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #eaeaea;
  padding: 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.skeleton-line {
  height: 14px;
  border-radius: 8px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e4e4e4 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite;
}

.skeleton-line.w-25 {
  width: 25%;
}

.skeleton-line.w-50 {
  width: 50%;
}

.skeleton-line.w-75 {
  width: 75%;
}

.skeleton-line.w-100 {
  width: 100%;
}

.skeleton-badge {
  width: 80px;
  height: 18px;
  border-radius: 12px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e4e4e4 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite;
}

.skeleton-table {
  margin-top: 1rem;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ====================Home page Gallery Modal new css==================== */



/* Modern Modal Styles */
.property-gallery-modal .modal-content {
  background: rgba(24, 24, 28, 0.95);
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  border: none;
  overflow: hidden;
  position: relative;
}

.property-gallery-modal .modal-header {
  background: transparent;
}

.property-gallery-modal .modal-title {
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.property-gallery-modal .btn-close {
  filter: brightness(0.8);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 0.5rem;
  z-index: 10;
}

.property-gallery-modal .carousel-inner {
  border-radius: 1rem;
  overflow: hidden;
}

.property-gallery-modal .carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 420px;
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}

.property-gallery-modal .carousel-control-prev,
.property-gallery-modal .carousel-control-next {
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  border: none;
  opacity: 0.85;
  transition: background 0.2s;
}

.property-gallery-modal .carousel-control-prev:hover,
.property-gallery-modal .carousel-control-next:hover {
  background: rgba(0, 0, 0, 0.7);
}

.property-gallery-modal .gallery-thumbnails {
  margin-top: 1rem;
  overflow-x: auto;
  scrollbar-width: thin;
}

.property-gallery-modal .gallery-thumbnails img {
  width: 70px;
  height: 56px;
  object-fit: cover;
  border-radius: 0.5rem;
  cursor: pointer;
  opacity: 0.7;
  border: 2px solid transparent;
  transition: border 0.2s, opacity 0.2s;
}

.property-gallery-modal .gallery-thumbnails img.active,
.property-gallery-modal .gallery-thumbnails img:hover {
  border: 2px solid #0dcaf0;
  opacity: 1;
}

.property-gallery-modal .btn-close {
  background-color: rgba(30, 30, 30, 0.85) !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.75rem;
  opacity: 1 !important;
  z-index: 1056 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.property-gallery-modal .btn-close:focus {
  outline: none;
  box-shadow: 0 0 0 2px #0dcaf0;
}




/* ====================Home page Compare Modal new css==================== */

.compare-modal-content {
  background: rgba(30, 34, 40, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
  overflow: hidden;
}

#propertyCompareModal .modal-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0dcaf0;
}

#propertyCompareModal .btn-close {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  padding: 0.5rem;
}

#compareTableWrap table {
  margin: 0;
}

#propertyCompareModal .table th,
#propertyCompareModal .table td {
  vertical-align: middle;
  text-align: center;
  color: #f0f0f0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
}

#propertyCompareModal .table th {
  background: rgba(255, 255, 255, 0.07);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

.compare-img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.5rem;
}

.remove-compare {
  color: #ff4d4f;
  cursor: pointer;
  font-size: 1.5rem;
  display: inline-block;
  transition: 0.3s;
}

.remove-compare:hover {
  color: #fff !important;
  /* background-color: #ff4d4f !important;
  padding: 2px 8px;
  border-radius: 50%; */
}

.feature-icon {
  margin-right: 8px;
  color: #0dcaf0;
}




/* ====================Invoice you page new css==================== */

.invoice-box {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 30px 40px;
  border: 1px solid #eee;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  color: #333;
}

.invoice-header {
  text-align: center;
  margin-bottom: 15px;
}

.invoice-header .logo {
  float: left;
  width: 90px;
}

.invoice-header h2 {
  font-size: 30px;
  font-weight: bold;
  color: #0b1e61;
  margin: 0;
}

.blue-box {
  background-color: #0b1e61;
  color: #fff;
  font-size: 13px;
  padding: 2px 10px;
  margin: 5px 0;
  display: inline-block;
  border: 2px solid white;
  outline: #0b0c0d solid 5px;
  box-shadow: inset 0 0 6px 4px black;
}

.address-line {
  color: #7d3b00;
  font-weight: bold;
  font-size: 13px;
}

.top-line {
  border-top: 4px solid #0b1e61;
  margin-top: 10px;
  margin-bottom: 20px;
}

.ref-date {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: #0b1e61;
  margin-bottom: 20px;
}

.contact-footer {
  border-top: 2px solid #0b1e61;
  margin-top: 40px;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #0b1e61;
  font-weight: 500;
}

.contact-block {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 48%;
}

.footer-icon {
  font-size: 20px;
  color: #0b1e61;
  margin-top: 2px;
}

.text-end {
  text-align: right;
}


/* Download Button (inside invoice) */
.floating-download-btn {
  position: absolute;
  top: -25px;
  right: -25px;
  background: linear-gradient(135deg, #6366f1, #a855f7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 6px 12px rgba(99, 102, 241, 0.3);
  transition: all 0.3s ease;
  animation: bounceBtn 2s infinite;
}

.floating-download-btn:hover {
  background: linear-gradient(135deg, #4f46e5, #9333ea);
  transform: scale(1.1);
  box-shadow: 0 12px 20px rgba(99, 102, 241, 0.4);
}

.floating-download-btn i {
  pointer-events: none;
  transition: transform 0.2s ease;
}

@keyframes bounceBtn {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

.floating-download-btn i {
  pointer-events: none;
}



@media print {
  .download-btn {
    display: none !important;
  }

  body * {
    visibility: hidden;
  }

  #invoice-box,
  #invoice-box * {
    visibility: visible;
  }

  #invoice-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

/* ====================Thank you page new css==================== */

.thankyou-box {
  position: relative;
  animation: slideUp 0.6s ease-out;
}

.icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #ccc;
}

#invoice-box {
  font-family: 'Inter', sans-serif !important;
}


.invoice-box table {
  width: 100%;
}

.invoice-box th,
.invoice-box td {
  padding: 8px 0;
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ====================Checkout page new css==================== */


.checkout-section .form-control:focus {
  border-color: #007bff;
  box-shadow: none;
}

.list-group-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 10px;
}


/* ====================Pagination new css==================== */

.pagination .page-link {
  border-radius: 50%;
  margin: 0 3px;
  color: #007bff;
  border: 1px solid #ddd;
}

.pagination .page-item.active .page-link {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.pagination .page-item.disabled .page-link {
  color: #6c757d;
}

/* ====================Loader new css==================== */

.search-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loader-logo {
  width: 100px;
  height: 75px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3));
  animation: logoBounce 2s infinite;
}

@keyframes logoBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.multi-color-ring {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 6px solid;
  border-color: #e74c3c #f1c40f #2ecc71 #3498db;
  animation: spin 1s linear infinite;
  margin-top: 10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loader-text {
  margin-top: 15px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  animation: pulseText 1.5s ease-in-out infinite;
}

@keyframes pulseText {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.loader-progress {
  width: 150px;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  overflow: hidden;
  margin-top: 15px;
}

.progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #3498db, #2ecc71, #f1c40f, #e74c3c);
  animation: progressAnim 2s infinite;
}

@keyframes progressAnim {
  0% {
    width: 0%;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

/* ====================properties details page new css==================== */

.details-btn-cart.active {
  background-color: #28a745 !important;
  /* green */
  color: #fff;
}

.details-btn-cart.animate__animated {
  animation-duration: 0.8s;
}

/* ====================properties page new css==================== */

.range-slider {
  position: relative;
  height: 40px;
}

.range-slider input[type="range"] {
  position: absolute;
  width: 100%;
  top: 15px;
  pointer-events: none;
  background: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  background: #007bff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  cursor: pointer;
}


.btn-fav.active i {
  color: red;
}

.btn-cart.active i {
  color: green;
}



/* ====================responssive==================== */


@media only screen and (min-width: 1480px) and (max-width: 1920px) {
  .container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1481px) and (max-width: 1681px) {
  .banner-left h1 {
    font-size: 55px;
  }

  .banner-right .odishi img {
    width: 720px;
  }


}

@media only screen and (min-width: 1367px) and (max-width: 1480px) {}

@media only screen and (min-width: 1300px) and (max-width: 1366px) {}

@media only screen and (min-width: 1180px) and (max-width: 1299px) {}

@media only screen and (min-width: 992px) and (max-width: 1179px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }

  .fc-banner-item {
    height: 55vh;
  }

  #propertyCompareModal .compare-img {
    width: 60px;
    height: 45px;
  }

  #propertyCompareModal .modal-title {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }

  h4 {
    font-size: 18px;
  }

  .heading h2 {
    font-size: 35px;
    line-height: 35px;
  }

  .fc-banner-item {
    height: 55vh;
  }

  .container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }

  .top-logo img {
    width: 90px;
  }

  .menu-right {
    position: absolute;
    top: 25px;
    right: 60px;
  }

  .menu-main {
    display: block;
    position: relative;
  }

  .content-box .content-box-inner {
    width: 100%;
  }

  .featured-text p {
    font-size: 18px;
  }

  .featured-text h2 {
    font-size: 30px;
  }

  .header h2 {
    font-size: 30px;
  }

  .property-section .property-card {
    height: 350px;
  }

  .content-box .content-box-img {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
  }

  .content-box .content-box-txt h4 {
    font-size: 20px;
  }


  .testimonial-card {
    left: 0;
  }

  .testimonial .testi-inner {
    width: 100%;
  }

  .testimonial-bg {
    height: 250px;
  }

  .testimonial .thought h3 {
    font-size: 30px;
  }

  .n-panel .npanel-with {
    margin-top: 25px;
  }

  .testimonial-card {
    padding: 15px;
  }

  .cart-nav .offcanvas.offcanvas-end {
    width: 90%;
  }

  .content-box,
  .c-card,
  .featured-section,
  .property-section,
  .why-section,
  .n-panel {
    padding: 35px 0;
  }

  .featured-section .featured-text {
    margin-top: 30px;
  }

  .Ankita .heading h2 {
    font-size: 30px;
    padding: 0;
  }

  .breadcum .breadcum-inner h2 {
    font-size: 28px;
  }

  .contact1 .contact1-inner {
    width: 100%;
  }

}

@media only screen and (max-width:420px) {

  h5 {
    font-size: 16px;
  }

  p {
    font-size: 13px;
  }

  .container {
    max-width: 100%;
  }

  .heading h2 {
    font-size: 30px;
    padding-bottom: 0px;
  }


  .why-icon {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }

  .why-card {
    padding: 15px 10px;
    height: 100%;
  }

  .why-title {
    font-size: 14px;
  }

  .menu-right ul li a {
    font-size: 14px;
  }

  .menu-right ul li span {
    width: 15px;
    height: 15px;
    font-size: 10px;
  }

  .n-panel .box-inner {
    height: 95px;
    padding: 5px;
  }

  .menu-right {
    right: 35px;
  }

  .cart-nav .offcanvas.offcanvas-end {
    width: 100%;
    background: #ffffffcb;
  }

  .cart-nav .view-cart-item {
    flex-wrap: wrap;
  }

  .price {
    font-size: 18px;
  }

  .cart-nav .view-cart-item .remove-btn {
    margin-top: 10px;
  }

  .cart-nav .offcanvas-body ul {
    padding: 0 !important;
  }

  .content-box .content-box-img .content-box-img-inner {
    padding: 14px;
  }

  .fc-banner-item {
    height: 30vh;
  }

  .top-header p {
    font-size: 12px;
  }

  .property-image {
    height: 201px;
  }

  .featured-section .featured-text {
    margin-top: 0;
  }

  .featured-section {
    background: aliceblue;
  }
}