/* start header */
ul {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}


       /* ==============================
   TOP HEADER – MODERN DESIGN
================================ */

.top-header {
  background: linear-gradient(90deg, #0f2027, #203a43, #2c5364);
  padding: 6px 0;
  font-size: 14px;
  color: #fff;
}

.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* ==============================
   CONTACT INFO
================================ */

.contact-info ul {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-info ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.contact-info ul li a i {
    color: #ffffff;
    font-size: 13px;
    /* color: #60a5fa; */
    margin-right: 0px;
    font-size: 14px;
    background: rgb(71 138 255);
    width: 29px;
    height: 29px;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.contact-info ul li a:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

/* ==============================
   SOCIAL SECTION
================================ */

.socialstop ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.socialstop ul li {
  color: #eaeaea;
  font-size: 13px;
}

.socialstop ul li:first-child {
  margin-right: 10px;
  font-weight: 500;
  color: #fff;
}

/* Social Icons */
.socialstop ul li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}



.socialstop ul li:nth-child(2) i {
            background: #fff;
            color: #3b5998;
        }
        
        .socialstop ul li:nth-child(3) i {
            background: #fff;
            color: #e1306c;
        }
        
        .socialstop ul li:nth-child(4) i {
            background: #fff;
            color: #0077b5;
        }
        
        .socialstop ul li:nth-child(5) i {
            background: #fff;
            color: #1da1f2;
        }
        
        .socialstop ul li:nth-child(6) i {
            background: #fff;
            color: #ff0000;
        }

/* Hover Effects */
.socialstop ul li i:hover {
  background: #fff;
  color: #000;
  transform: translateY(-2px) scale(1.05);
}

/* ==============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .header-top-inner {
    flex-direction: column;
    gap: 8px;
  }

  .contact-info ul,
  .socialstop ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  .socialstop ul li:first-child {
    display: none;
  }
}


/* menu */

.main-header {
    background: transparent;
}


/* @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}


.dropdown-menu{
    &.show{
        -webkit-animation: fadeIn 0.3s alternate;
         animation: fadeIn 0.3s alternate;
    }
} */

.nav-item.dropdown.dropdown-mega .dropdown-menu {
   width: 100%;
    max-width: 650px;
    transition: ease-in;
    top: auto;
    left: 39%;
    position: absolute;
    padding: 0px;
}



.nav-item.dropdown.dropdown-mega .dropdown-menu .navBar_hoverMenu {
    width: 280px;
    float: left;
    background-color: #e9ecff;
    padding: 10px 0;
    font-weight: 500;
}



.main-header .mega-content #myTab a:active {
    color: #050038;
    background: transparent;

}




.main-header .mega-content #myTab a:hover:after {
    content: "";
    position: absolute;
    right: -6px;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 6px solid #e9ecff;
    border-bottom: 7px solid transparent;
    z-index: 95;
    transition: .1s;
}

.main-header .mega-content #myTab a {
    width: 280px;
    position: relative;
    float: left;
    font-size: 14px;
    color: #000;
    border-radius: 0px;
    background-color: #e9ecff;
    padding: 6px 0px 6px 30px;
    font-weight: 500;
}



.main-header .navBar_courses {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
}

.main-header .navBar_courses .navBar_list {
    width: 33.33%;
    vertical-align: top;
    padding: 20px 0 0 25px;
}


.main-header .navBar_courses .navBar_list .navBar_heading {
    font-weight: 700;
    margin: 5px 0;
}

.main-header .navBar_courses .navBar_list .navBar_heading li a {
    color: #717171;
    text-decoration: none;
    font-weight: 400;
    text-align: left;
}

.main-header .navBar_courses .navBar_list .subnavbar li a {
    color: #717171;
    text-decoration: none;
    line-height: 31px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}


.main-header .navBar_courses .navBar_list .subnavbar li a.viewAll {
    color: #050038
}


.main-header .dropdown-menu .nav-link-course ul li a {
    color: #000000;
    text-decoration: none;
    line-height: 31px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.main-header .nav-link-course .item-content p a {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

.main-header .nav-link-course .item-content p {
    color: #717171;
    font-weight: 500;
    font-size: 14px;
}

.main-header .navbar-nav .nav-item {
    padding: 0px 10px;
    color: #fff;
}

.main-header .navbar-nav .nav-item a {
    color: #fff;
    font-size: 15px;
}

.nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #446CB3;
    color: #FFF;
    padding: 0;
    margin: 0;
    cursor: auto;
    font-size: 18px;
    list-style-type: none;
    z-index: 999999;
    box-shadow: 0 5px 5px -5px #333;
}

.nav-mobile:after {
    content: "";
    display: table;
    clear: both;
}

.nav-mobile svg {
    height: 55px;
    width: 55px;
    padding: 18px;
}

.nav-mobile svg path {
    fill: #000;
}

.nav-mobile svg.icon-close {
    display: none;
    padding: 15px;
}

.nav-mobile li {
    width: 100%;
    height: 45px;
    line-height: 46px;
    text-align: center;
    float: left;
}

.nav-mobile li a {
    display: block;
    color: #333;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.nav-mobile .menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    display: block;
}

.nav-mobile .menu-button:after {
    opacity: 0;
    top: 45px;
    content: "";
    width: 100%;
    display: block;
    position: fixed;
    height: 100%;
    background: transparent;
    content: "";
    z-index: 9;
    pointer-events: none;
    transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
    transition-delay: 0.1s;
}

.nav-mobile #menu-toggle {
    display: none;
}

.nav-mobile #menu-toggle.active~.menu-button .icon-close,
.nav-mobile #menu-toggle:checked~.menu-button .icon-close {
    display: block;
}

.nav-mobile #menu-toggle.active~.menu-button .icon-open,
.nav-mobile #menu-toggle:checked~.menu-button .icon-open {
    display: none;
}

.nav-mobile #menu-toggle.active~.menu-button:after,
.nav-mobile #menu-toggle:checked~.menu-button:after {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}

.nav-mobile #menu-toggle.active~.menu-sidebar,
.nav-mobile #menu-toggle:checked~.menu-sidebar {
    transform: translateX(-335px);
    transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
}

.nav-mobile .menu-container {
    width: 65px;
    float: left;
    cursor: pointer;
    position: absolute;
    left: 0;
}

.nav-mobile .menu-container .menu-sidebar {
    /* box-shadow: 5px 0 5px -5px #333; */

    /* width: 80%; */
    width: 99%;
    display: block;
    bottom: 0;
    /* background: white; */
    color: #333;
    position: fixed;
    z-index: 9999999;
    /* transform: translateX(0px); */
    transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
    top: 45px;
    list-style-type: none;
    padding: 0;

    /* overflow-x: scroll; */
    left: 0;
}

.nav-mobile .menu-container .menu-sidebar .arrow {
    position: absolute;
    line-height: 50px;
    font-size: 32px;
    color: #555;
    top: 0;
    z-index: 0;
}

.nav-mobile .menu-container .menu-sidebar .arrow.left {
    left: 25px;
}

.nav-mobile .menu-container .menu-sidebar .arrow.right {
    right: 25px;
    color: #fbc6c7;
}

.nav-mobile .menu-container .menu-sidebar li {
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px;
}

.nav-mobile .menu-container .menu-sidebar li:hover {
    background: #eee;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    overflow: auto;
    background: white;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
    border-left: 1px solid #ccc;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 2;
    max-width: 400px;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub li {
    overflow: hidden;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
    padding-left: 50px;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title.cat-name {
    padding-left: 20px;
    cursor: default;
    background: #cceaff;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title.cat-name:hover {
    background: #cceaff;
}

.nav-mobile .menu-container .menu-sidebar li .submenu-label {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
}

.nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
    display: none;
}

.nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active~.menu-sub,
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked~.menu-sub {
    width: 100%;
    visibility: visible;
    z-index: 1;
    transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
}


.nav-mobile .menu-container .menu-sidebar .menu-sub li.latest {
    height: auto;
    overflow: auto;
}

.nav-mobile .menu-container .menu-sidebar .menu-sub li.latest p {
    line-height: 28px;
    margin-bottom: 5px;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
    background: #0037ff;
}



/* End header */

/* Start banner_sec */

/* .banner_sec{
    position: relative;
  padding: 0px;
  height: 340px;
} */

.banner_sec::after {
  content: '';
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 88px;
  position: absolute;   
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.76) 35%, rgba(255, 255, 255, 0) 100%);
}
.header_sec {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.banner_sec {
  position: relative;
  padding: 0px;
  height: 482px;
  background-color: #336cb9;
}
.banner_sec img {
    width: 100%;
  height: 100%;
  object-fit: cover;
  }
  .header_sec {
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  
  /*#basic-addon1 {*/
    /* background-color: #560049;
    border: 1px solid #560049; */
  /*  background-color: #336cb9;*/
  /*border: 1px solid #336cb9;*/
  /*}*/
  /*#basic-addon1 i {*/
  /* color: white;*/
  /*}*/
/* End banner_sec */  


/* Start-section01 */
.section_heading_row{
    border-bottom: 1px solid #ececec;
}
.sec_heading {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #091E42;
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: inherit !important;
}
.carousel_one {
    position: relative;
  }
  .carousel_one .owl-prev {
    position: absolute;
  left: -1rem;
  top: 50%;
  width: 36px;
  height: 36px;
  box-shadow: 0px 0px 20px -3px #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  }
  .carousel_one .owl-next {
    position: absolute;
  right: -1rem;
  top: 50%;
  width: 36px;
  height: 36px;
  box-shadow: 0px 0px 20px -3px #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  }
.slider_one_caption {
    position: relative;
    border-radius: 15px;
  }
  .slider_img {
    border-radius: 0px 0px 15px 15px;
  }
  .property_details {
    position: absolute;
    left: 10px;
    padding: 20px;
    top: 15px;
  }
  .property_title {
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    color: #42526E;
    margin-bottom: 4px;
  }
  .property_price {
    font-weight: 400;
    font-size: 14px;
    color: #8993A4;
  }
/* End-section01 */



/* Start-section02 */
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: inherit !important;
}
.carousel_two {
    position: relative;
  }
  .carousel_two .owl-prev {
    position: absolute;
  left: -1rem;
  top: 50%;
  width: 36px;
  height: 36px;
  box-shadow: 0px 0px 20px -3px #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  }
  .carousel_two .owl-next {
    position: absolute;
  right: -1rem;
  top: 50%;
  width: 36px;
  height: 36px;
  box-shadow: 0px 0px 20px -3px #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  }
  .slider_two_caption img {
    border-radius: 15px;
  }
  .slider_two_details h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #091E42;
    display: block;
    text-align: left;
    margin: 0;
  padding-top: 10px;
  }
  .slider_two_details span {
    font-weight: 400;
    font-size: 14px;
    color: #3d3e3f;
    line-height: 14px !important;
  }
  .slider_two_caption {
    position: relative;
  }
  .heart_icon {
    position: absolute;
    right: 9px;
    top: 10px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
  }
  .slider_two_price {
    color: #000 !important;
    font-weight: 700 !important;
  }
/* End-section02 */

/* Start-section03 */
.carousel_three {
    position: relative;
  }
  .carousel_three .owl-prev {
    position: absolute;
  left: -1rem;
  top: 50%;
  width: 36px;
  height: 36px;
  box-shadow: 0px 0px 20px -3px #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  }
  .carousel_three .owl-next {
    position: absolute;
  right: -1rem;
  top: 50%;
  width: 36px;
  height: 36px;
  box-shadow: 0px 0px 20px -3px #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  }
  .slider_two_caption img {
    width: 100%;
    height: 191px;
    object-fit: cover;
  }
  .labels_semiBold.f16 {
    position: absolute;
    top: 9.5rem;
    background-color: white;
    padding: 3px 10px;
    border-radius: 5px;
    left: 1rem;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    z-index: 999;
  } 
  .slider_weeks li a {
    font-weight: 400;
    font-size: 13px;
    color: #3d3e3f;
    line-height: 14px !important;
    text-decoration: none;
  }
  .house_details{
    font-weight: 700 !important;
  font-size: 13px !important;
  color: #3d3e3f;
  line-height: 14px !important;
  }
  .slider_weeks {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /*  */
  .overflow::after {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #000 100%);
    background-blend-mode: multiply;
    content: '';
    transform: rotate(-180deg);
    display: block;
    height: 60px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 15px;
  }
  .overflow {
    width: 100%;
    overflow: hidden;
    border-radius: 15px !important;
}
/*.overflow img:hover {*/
/*    transform: scale(1.2);*/
/*}*/
.overflow img {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
  width: 290px;
}
/* End-section03 */

/* Start-section04 */
.carousel_four .owl-prev {
    position: absolute;
  left: -1rem;
  top: 50%;
  width: 36px;
  height: 36px;
  box-shadow: 0px 0px 20px -3px #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  }
  .carousel_four .owl-next {
    position: absolute;
  right: -1rem;
  top: 50%;
  width: 36px;
  height: 36px;
  box-shadow: 0px 0px 20px -3px #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  }
  .handpick_row {
    position: relative;
    /* z-index: -1; */
    width: 100%;
  }
  
  .main-header .navbar-brand img {width:145px!important;}
  
  .fearture_position_row h4 a {text-decoration:none; color:#333;}
  .fearture_position_row {
    width: 85%;
    height: auto;
    border-radius: 8px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    bottom: 69px;
    z-index: 1;
     background: #f1f1f1;
    padding-top: 23px;
  }
  .hand_img {
    border-radius: 15px;
  }
  .fearture_position_row h4 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    color: #091E42;
    display: block;
    text-align: left;
  }
  .fearture_position_row p {
    font-size: 14px;
    line-height: 16px !important;
    font-weight: 400;
    color: #8993A4;
    display: block;
  }
  .list_header_semiBold.f16 {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 14px;
  }
  .feature_tag {
    position: absolute;
    background: blueviolet;
    color: #fff;
    padding: 2px 10px;
    font-size: 11px;
    text-transform: capitalize;
    top: 14px;
    z-index: 11;
    box-shadow: 3px 0px 20px -2px #000;
  }
  .featuredProjectsCard__iconImg {
    width: 64px !important;
    height: 64px !important;
    right: auto;
    left: 75px;
    bottom: 198px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
  }
 
/* End-section04 */

/* Start Footer-sec */
.footer-sec {
  background: #151C22;
  padding-left: 40px;
  padding: 56px 0;
  position: relative;
}
.footer_logo {
  padding-top: 0 !important;
  padding: 15px 0px;
}
.footer_logo img {
  max-width: 140px;
}
.footer_title h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: white;
  display: block;
  text-align: left;
}
.btn.btn-primary.btn-lg-square.back-to-top {
  position: absolute !important;
  right: 15px;
  bottom: 15px;
}
.footer_caption li a {
  font-size: 14px;
  text-decoration: none;
  color: white;
  font-weight: 500;
}
.footer_details_text{
  font-size: 14px;
  text-decoration: none;
  color: white;
  font-weight: 500;
}
.footer_details_text p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #8491A8;
}
.footer_social_icon li i {
  font-size: 15px;
  color: white;
} 
.footer_social_icon {
  display: flex;
  align-items: center;
}
.footer_social_icon li i {
  font-size: 15px;
  color: white;
  padding: 10px 11px;
}
.footer_description {
  font-size: 15px;
  color: white;
  font-weight: 500;
}
/* Start Footer-sec */


/* ======Start Login ====== */
h4.login_title {
  color: white;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.login_sec{
  /* background-color: hsl(210deg 50% 30%); */
  /* background-color: hsl(212.6, 100%, 35.7%); */
  background-image: url('/img/login_bg_img.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
form.login_form:after {
  content: '';
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 15px;
  background: linear-gradient(180deg, rgb(0 0 0 / 46%) 35%, rgba(255, 255, 255, 0) 100%);
}
.login_form {
  position: relative;
  border-radius: 15px;
  border: 1px solid none;
  padding: 25px;
  box-shadow: 0px 0px 75px -19px #000;
  /* background-image: url('https://newprojects.99acres.com/projects/bptp/bptp_the_amaario/images/xhbldmr_1715844522_492300822_optOrig.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
}

.clr_txt {
  color: #86e5e7;
  position: relative;
  z-index: 1;
}
.input_color{
  position: relative !important;
  z-index: 999 !important;
  border: 1px solid #86e5e7 !important;
}
.vertical_center {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

/* ======End Login ====== */

/* ===Start Product== */
.product_caption_row p {
  font-size: 17px;
  color: #000;
}
.product_heading {
  font-size: 38px;
  line-height: normal;
  font-weight: 600;
  color: #091E42;
  width: 99%;
}
.product_name_date {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: start;
  margin: 15px 5px 25px;
}
.product_name_date li {
  font-size: 13px;
  text-transform: capitalize;
  color: #3d3e3f;
}
.red_txt {
  color: #fa7c1e;
  font-weight: 600;
}
.bdr_rght {
  border-right: 2px solid #3671bf;
}
.product_image span {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #3d3e3f;
  /* border-bottom: 1px solid #ccc; */
  padding-bottom: 15px;
  display: block;
  padding-left: 40px;
}
.product_effect_row {
  position: relative;
  margin: 20px 0 !important;
}
/*.product_image img {*/
/*  padding: 35px 20px 35px 40px !important;*/
/*}*/
.product_effect_row::before {
  content: '';
  position: absolute;
  background-color: #fff;
  width: calc(100% - 50px);
  height: 100%;
  top: 0;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
}
/* ===Start sidebar=== */
.product_side_title {
  font-size: 24px;
  font-weight: 600;
  color: #091e42;
  padding-top: 10px;
}
.product_sidebar_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.product_sub_title {
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
}
.side_caption_txt a p {
  font-size: 15px;
  color: #000;
}
.product_sidebar_row li {
  width: 50%;
}
.side_caption_txt {
  width: 100% !important;
  padding-left: 10px;
}
.side_caption_txt a {
  text-decoration: none;
}
.product_sidebar_row li a img {
  width: 80%;
  min-width: 100px !important;
  height: 100%;
  min-height: 100px !important;
  object-fit: cover;
}
/* ===End Product== */

/* ====Start product-item-one=== */
.product_item_one_row {
  background: aliceblue;
  padding: 30px;
  border-radius: 15px;
  /* box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13); */
}
.product_item_one_row h5 {
  font-weight: 400;
  font-size: 14px;
  color: #3d3e3f;
  line-height: 14px !important;
}
.product_item_one_row h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
}
.product_item_one_row p {
  font-weight: 400;
  font-size: 17px;
  color: #3d3e3f;
  line-height: 14px !important;
  padding-top: 10px;
}

.owl-carousel{z-index: 0!important;}
.product_item_one {
  position: relative;
  /* z-index: -1; */
}
/* #offcanvasScrolling {
  position: relative;
  z-index: 99;
} */
.product_item_one .owl-prev {
  position: absolute;
left: -1rem;
top: 50%;
width: 36px;
height: 36px;
box-shadow: 0px 0px 20px -3px #ccc;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
background: white;
}
.product_item_one .owl-next {
  position: absolute;
right: -1rem;
top: 50%;
width: 36px;
height: 36px;
box-shadow: 0px 0px 20px -3px #ccc;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
background: white;
}
.product_item_one_details h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 5px 0 0px 0;
  font-weight: 700 !important;
  color: #041533 !important;
}
.building_icon {
  background-color: #336cb9;
  border: 1px solid #336cb9;
  width: 40px !important;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.building_icon i {
  font-size: 20px;
  color: #fff;
}
.product_item_area ul {
  display: flex;
  align-items: center;
  justify-content: start;
}
.product_item_one_details span {
  font-weight: 400;
  font-size: 12px;
  color: #3d3e3f;
  line-height: 14px !important;
  text-transform: capitalize;
}
.product_item_area h4 {
  color: #42526e;
  margin: 14px 0 10px 0;
  font-size: 16px !important;
  line-height: 20px;
  max-width: 99%;
  font-weight: bold;
}
.product_item_one_details ul li h2 {
  font-size: 16px;
  padding-left: 5px;
  color: #fff !important;
  /* background: aliceblue; */
  background: #091E42;
  padding: 10px;
  border-radius: 15px 15px 0px 0px;
}
.what_area {
  font-size: 11px;
  margin: 15px 0 0 0px;
  color: #42526e;
}
.product_item_area ul li {
  border: 1px solid #ccc;
  width: 300px !important;
  display: block;
  margin-right: 20px;
}
.product_item_area ul li {
  border: 1px solid #f0f8ff;
  width: 300px !important;
  display: block;
  margin-right: 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
}
.product_item_area ul li h5 {
  font-size: 16px;
  font-weight: 700;
  color: #010c1f !important;
  line-height: 24px !important;
}
.inner_details {
  padding: 0px 10px !important;
}
.form-select.slct_area {
  border: 0;
  color: #041533;
  padding-left: 0;
}
.form-select.slct_area:focus {
  outline: 0px !important;
  border: 0 !important;
  box-shadow: 0 0 0 .25rem rgb(255, 255, 255);
}

.product_item_two {
  position: relative;
}
.product_item_two .owl-prev {
  position: absolute;
left: -1rem;
top: 50%;
width: 36px;
height: 36px;
box-shadow: 0px 0px 20px -3px #ccc;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
background: white;
}
.product_item_two .owl-next {
  position: absolute;
right: -1rem;
top: 50%;
width: 36px;
height: 36px;
box-shadow: 0px 0px 20px -3px #ccc;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
background: white;
}
 /* Define styles for your custom class */
 .custom-button {
  background-color: white !important;
  color: #091e42 !important;
  border: 1px solid #091e42 !important;
  margin-right: 15px;  
}

/* Change background color of active button */
.custom-button.active,
.custom-button:active,
.custom-button:hover {
  background-color: #091e42 !important;
  color: white !important;
  border: 1px solid #091e42 !important;
  margin-right: 15px; 
}
/* ====End product-item-one=== */

/* ====Start Responsive===== */

@media (max-width: 575.98px) { 
  .banner_on_search {
    width: 80%;
  }
  .socialstop ul {
    text-align: end;
  }
  .footer_title {
    padding-top: 15px;
  }
  .product_effect_row::before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: calc(100% - 0px);
  }
  .product_image img {
    padding: 0px !important;
  } 
  .product_item_area ul {
    display: inherit;
    align-items: center;
    justify-content: start;
  }
  .product_item_area ul li {
    width: 100% !important;
    margin: 20px 0 0;
  }
  .banner_sec {
    position: relative;
    padding: 0px;
    height: 270px;
    background-color: #336cb9;
  }
  #pills-tab {
    display: flex !important;
    justify-content: center;
  }
 
 }

@media (max-width: 767.98px) { 
  .product_effect_row::before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: calc(100% - 0px);
  }
  .product_image img {
    padding: 0px !important;
  }
 }

@media (max-width: 991.98px) { 

 }

@media (max-width: 1199.98px) { 

 }

@media (max-width: 1399.98px) { 

 }



 .tox-tinymce{width: 100% !important;}


 .product_sec01 .price  {border-right:1px solid #333; display: inline-block; padding-right: 15px;}

 .product_sec01 .price .currency{font-size: 25px;
  font-weight: 700;
  color: #fa7c1e;}

  .product_sec01 .price .value{    font-size: 36px;
    color: #666;
    font-weight: 700;
    display: inline-block;
    margin-left: 0px;}

    .product_sec01 .price .size{font-size: 19px;
      font-weight: 600;
      margin-left: -3px;}

   .product_sec01 .property-info {    display: flex;
    justify-content: start;}   
    .product_sec01 .property-type {padding-left: 15px;}
    .product_sec01 .size_info {font-size: 28px;
      color: #666;
      font-weight: 400;}


    .product_sec01 .property-info .type p{margin-bottom: 0px;
      font-size: 15px;
      font-weight: 600;}  


      .product_sec01 .product_summery .product_image img{padding: 0px !important; overflow: hidden; border-radius: 10px; box-shadow: 3px -1px 3px #4e4e4e; margin-bottom: 20px;}
      .product_sec01 .product-card .product_step li img{width: 30px; height:auto;}


      .product_sec01 .product-card .product_step .area{font-size: 14px;
        color: #999;}

.product_sec01 .product-card .product_step .size-product {position: relative;
          margin-top: 2px;
          font-size: 14px;
          font-weight: 500;
          line-height: 20px;
          min-height: 22px;
          min-width: 300px;
          padding-right: 12px;}

.labels_semiBold.f16{background: deepskyblue;
  padding: 4px 13px;}          

.product_sec01 .product-card .product_step li{margin-bottom: 15px; min-height: 70px;}         


.list_header_semiBold.f16{color: #030303 !important;
  font-weight: 700 !important;
  font-size: 17px;
  background: #ffc9c9;
  /* box-shadow: inset 0px 2px 7px 1px #000; */
  display: inline-block;
  padding: 3px 20px;
  border-radius: 10px;}


/*.banner_on_search .srch_round .form-control{border:2px solid rgb(51, 108, 185);}*/

/*.banner_on_search .srch_round #inputState{border:2px solid rgb(51, 108, 185);}*/
/* ====End Responsive===== */



/* ===============================
   BANNER SEARCH – MODERN UI
================================ */

.banner_on_search {
      position: absolute;
    bottom: -54px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    background: #b9d6ff;
    backdrop-filter: blur(8px);
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
    padding: 8px 12px;
}

/* ===============================
   INPUT GROUP
================================ */

.input-group.srch_round {
 background: #ffffff;
    border-radius: 50px;
    padding: 6px;
    align-items: center;
}

/* Select + Input */
.input-group.srch_round select,
.input-group.srch_round input {
  border: none;
  background: transparent;
  box-shadow: none;
  height: 48px;
  font-size: 14px;
}

/* City Select */
.input-group.srch_round select {
  max-width: 180px;
  border-right: 1px solid #2b5ca2;
  padding-left: 18px;
  font-weight: 500;
}

/* Keyword Input */
.input-group.srch_round input {
  padding-left: 16px;
}

/* Placeholder */
.input-group.srch_round input::placeholder {
  color: #999;
}

/* ===============================
   SEARCH ICON
================================ */

.input-group-text {
  background: transparent;
  border: none;
  color: #336cb9;
  font-size: 18px;
  padding: 0 12px;
}

/* ===============================
   FILTER BUTTON
================================ */

#filterButton {
  border-radius: 40px;
  padding: 10px 26px;
  font-weight: 600;
  border: none;
  background: linear-gradient(135deg, #336cb9, #1b3f7a);
  transition: all 0.3s ease;
}

#filterButton:hover {
  background: linear-gradient(135deg, #1b3f7a, #336cb9);
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(51, 108, 185, 0.4);
}

/* ===============================
   FOCUS EFFECT
================================ */

.input-group.srch_round select:focus,
.input-group.srch_round input:focus {
  outline: none;
}

/* ===============================
   RESPONSIVE
================================ */

.navbar-toggler.hanburger_button {position:absolute; right:10px;}

@media (max-width: 991px) {
  .banner_on_search {
    width: 85%;
    bottom: -95px;
  }
}

@media (max-width: 575px) {
  .banner_on_search {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 20px;
  }

  .input-group.srch_round {
    flex-direction: column;
    border-radius: 14px;
    gap: 8px;
  }

  .input-group.srch_round select {
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }

  #filterButton {
    width: 100%;
  }
}





.property-card {
  position: relative;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.property-card:hover {
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* Wishlist */
.wishlist-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.wishlist-btn i {
  color: #ff4d6d;
  font-size: 16px;
}

/* Price Tag */
.price-tag {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #fa7c1e;
  color: #fff;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  z-index: 2;
}

/* Image */
.property-img {
  overflow: hidden;
}

.property-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}


/* Details */
.property-details {
  padding: 18px;
}

.property-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.property-title a {
  color: #111;
  text-decoration: none;
}

.property-title a:hover {
  color: #fa7c1e;
}

.property-type {
  font-size: 14px;
  color: #6c757d;
  display: block;
  margin-bottom: 10px;
}

/* Meta Info */
.property-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #6c757d;
}

.property-meta li i {
  margin-right: 6px;
  color: #fa7c1e;
}



.secton_One_prperty {margin-top:100px!important;}




.page-title {
color: #fff;
    /* background-color: #000000bf; */
    padding: 73px 0 80px 0;
    text-align: center;
    position: absolute;
    top: 18%;
    width: 100%;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}




/* ===== CONTENT TYPOGRAPHY FIX ===== */
.property-details-section {
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #333;
}

/* Headings */
.property-details-section h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.property-details-section h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 28px 0 12px;
  color: #111;
}

.property-details-section h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 22px 0 8px;
}

.property-details-section h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 18px 0 6px;
}

/* Paragraphs */
.property-details-section p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 14px;
  color: #444;
}

/* UL / LI FIX */
.property-details-section ul {
  list-style: disc !important;
  padding-left: 22px;
  margin-bottom: 16px;
}

.property-details-section ul li {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 6px;
  color: #444;
}

/* Table styling */
.property-details-section table {
  background: #fff;
}

.property-details-section table th {
  width: 35%;
  background: #f8f9fa;
  font-weight: 600;
  font-size: 14px;
}

.property-details-section table td {
  font-size: 14px;
}

/* CTA Text */
.property-details-section .fw-semibold {
  font-size: 16px;
  margin-top: 10px;
}

/* Mobile Optimization */
@media (max-width: 768px) {
    
    .product_step {text-align: center!important;}
    .product_sec01 .price .value {font-size:23px!important;}
    .product_sec01 .size_info {font-size:23px;}
    
    .product_heading {font-size:23px;}
    
    
  .property-details-section h1 {
    font-size: 24px;
  }

  .property-details-section h2 {
    font-size: 20px;
  }

  .property-details-section p,
  .property-details-section li {
    font-size: 14px;
  }
}



    
    .property-details {
    padding: 18px;
    min-height: 160px;
    border: 1px solid #dcdcdc;
    border-radius: 0px 0px 15px 15px;
}

