@charset "UTF-8";
/*Theme default CSS*/
:root {
  --lg-font:"DM Sans", sans-serif;
  --lg-title:"Plus Jakarta Sans", sans-serif;
  --lg-text:"DM Sans", sans-serif;
  --lg-primary:#e5007d;
  --lg-secondary:#1e3c72;
  --lg-tertiary:#FFB114;	
  --lg-base:#61CE70;
  --lg-accent:#ff781f;
  --lg-black:#000229;
  --lg-white:#ffffff;
  --lg-text-body:#363636;
  --lg-text-dark:#1d1e20;
  --lg-text-light:#d27bfd;
  --lg-text-primary:#391e6c;
  --lg-text-secondary:#1e0f3a;	
  --lg-bg-dark:#23013c;
  --lg-bg-primary:#F9F5FB;
  --lg-bg-secondary:#f4f2f9;
  --lg-bg-light:#f4f5ff;
  --lg-bg-light-2:#F3F7FA;
  --lg-bg-light-3:#f5f6fc;
  --lg-border-dark:#212529;
  --lg-border-light:#eeebf2;
  --bg-purple-gradiunt: linear-gradient(313deg, #186ef2 0%, #6d18ef 100%);	
  --lg-blackish-color-rgb: 0, 17, 46;
}
body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family:var(--lg-font);
  color:var(--lg-text-body);
}
h1, h2, h3, h4, h5, h6 {
  font-family:var(--lg-title);	
  color:var(--lg-black);
  font-weight: bold;
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
}
a, i, button, img, input, span,
*:before, *:after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
*:focus {
  outline: 0px solid;
}

a:focus {
  color: inherit;
  outline: medium none;
  -webkit-transform: scale(1);
          transform: scale(1);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.rotate-315 {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.opacity-60 {
  opacity: 0.6 !important;
}
/*Common Class*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.float-start {
  float: left;
}

.float-end {
  float: right;
}

.section {
  width: 100%;
  overflow:hidden;	
}
.bg-gray {background-color:var(--lg-bg-light-2);}
.section.bg-white {background-color: #fff;}
.primary-bg {background: var(--lg-bg-primary);}
.secondary-bg {background:var(--lg-accent);}
.section-primary-bg {background:var(--lg-bg-primary);}

/*-- Input Placeholder --*/
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*-- Section BG --*/
.bg-section{
	max-width: 1820px;
	border-radius: 30px;
	margin: 0 auto;
}
.bg-section .container-fluid{
	padding: 0;
}
@media only screen and (max-width: 1820px){
	.bg-section{width: calc(100% - 40px);margin: 0 20px;}
	.main-footer{margin-bottom: 20px;}
}
/*-- Section Title --*/
.section-title .title {
  font-size: 42px;
  color:var(--lg-secondary);
  line-height: 28px;
  padding-bottom: 20px;
  margin: 0;
  position: relative;
  font-weight: 800;
}
.section-title .title span {color:var(--lg-secondary);}
.section-title p {
  color: var(--lg-black);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
.section-title .title {font-size: 36px;}
}
@media only screen and (max-width: 479px) {
  .section-title .title {
    font-size:32px;
    line-height:32px;
    padding-bottom: 15px;
  }
}
.section-title.title-white h1 {
  color: #fff;
}
.section-title.title-white h1::before {
  border-color: #fff;
}

.page-banner-area {
  background: var(--lg-bg-light-2);
  border-bottom: 1px solid #e3ecf2;
  border-top: 1px solid #e3ecf2;
}
.page-banner-area .page-banner h2 {
  color:var(--lg-secondary);
  text-transform: uppercase;
  font-weight: 700;
  font-family: Montserrat;
}
.page-banner-area .page-banner .breadcrumb {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
}
.page-banner-area .page-banner .breadcrumb li a {
  font-size: 16px;
  color:var(--lg-black);
}
.page-banner-area .page-banner .breadcrumb li a:hover {
  color:var(--lg-tertiary);
}
.page-banner-area .page-banner .breadcrumb li + li::before {
  font-size:12px;
   color:var(--lg-black);
  content: "/Â ";
  padding: 0 5px;
	
}

form {
  margin-left: -10px;
  margin-right: -10px;
}

.input-box {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
  float: left;
  display: block;
}
.input-box input[type=text] {
  display: block;
  width: 100%;
  border: 1px solid rgba(82, 82, 82, 0.5);
  color: #858585;
  background-color: transparent;
  height: 40px;
  line-height: 24px;
  padding: 7px 15px;
}
.input-box input[type=email] {
  display: block;
  width: 100%;
  border: 1px solid rgba(82, 82, 82, 0.5);
  color: #858585;
  background-color: transparent;
  height: 40px;
  line-height: 24px;
  padding: 7px 15px;
}
.input-box textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(82, 82, 82, 0.5);
  color: #858585;
  background-color: transparent;
  height: 150px;
  line-height: 24px;
  padding: 7px 15px;
}
.input-box input[type=submit] {
  display: block;
  border: 1px solid rgba(82, 82, 82, 0.5);
  color: #858585;
  background-color: transparent;
  height: 40px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 7px 45px;
  text-transform: uppercase;
}
.input-box input[type=submit]:hover {
  background-color: #26547c;
  color: #fff;
}

.submit-box {
  width: auto;
  margin-bottom: 0;
}

.input-box-2 {
  width: 100%;
  float: left;
  display: block;
}
.input-box-2 .input-box {
  width: 50%;
}
@media only screen and (max-width: 479px) {
  .input-box-2 .input-box {
    width: 100%;
  }
}

.primary-btn {
  background:var(--lg-primary);
  color:var(--lg-white);
  display: inline-block;
  padding:22px 45px;
  border: 0;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius:10px;
  font-weight: 600;
  font-size:18px;
  line-height:18px;
}
.primary-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius:3px;
  background:var(--lg-secondary);
  opacity: 0;
  z-index: -1;
}
.primary-btn:hover, .primary-btn:focus, .primary-btn:active  {
  background:var(--lg-secondary);
  color: var(--lg-white);
}
.primary-btn:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .primary-btn {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .primary-btn {
    padding:18px 32px;
    font-size: 14px;
  }
}
.secondary-btn {
  background: var(--lg-secondary);
  color: var(--lg-white);
  display: inline-block;
  padding:16px 26px;
  border-radius:10px;
  font-weight: 600;	
  text-transform:uppercase;
  font-size:15px;	
  line-height:18px;
  border: none;	
}
@media (max-width: 991px) {
  .secondary-btn {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.secondary-btn:hover, .secondary-btn:focus, .secondary-btn:active {
  background:var(--lg-primary);
  color: var(--lg-white);
}

@media (max-width: 767px) {
  .secondary-btn {
    padding:18px 32px;
    font-size: 13px;
  }
}
.tertiary-btn {
  background:var(--lg-primary);
  color:var(--lg-white);
  display: inline-block;
  padding: 18px 45px;
  border: 0;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius:3px;
  font-weight: 600;
  font-size:18px;
  line-height:18px;
}
.tertiary-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius:18px;
  background:#2d0e8c;
  opacity: 0;
  z-index: -1;
}
.tertiary-btn:hover, .tertiary-btn:focus, .tertiary-btn:active  {
  background:#2d0e8c;
  color:var(--lg-white);
}
.tertiary-btn:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .tertiary-btn {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .tertiary-btn {
    padding:18px 36px;
    font-size: 14px;
  }
}
.main-btn {
  display: inline-block;
  font-weight:600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px;
  padding: 0 50px;
  font-size:16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height:64px;
  border-radius:3px;
  color:var(--lg-white);
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color:var(--lg-secondary);
  position: relative; 
}
.main-btn::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 17px;
    width: 17px;
    background:var(--lg-primary);
	 border-radius:3px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1; 
}
.main-btn:hover {
    background-color:var(--lg-primary);
    color: #fff; 
}
.main-btn:hover::before {
      width: 100%;
      height: 100%;
}
.main-btn.main-btn-2 {
    background-color: #1b1f2e;
    color: #fff;
}
.main-btn.main-btn-2::before {
      background: #fff;
}
.main-btn.main-btn-2:hover {
      background-color: #fff;
      color: #1b1f2e;
}

@media only screen and (max-width:767px) {
	.main-btn {padding: 0 35px;}
}
/*bg*/
.lg-primary-bg{background-color:var(--lg-primary)}
/*Bootstrap Custom Container*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
.container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
.container-md,
.container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
.container-lg,
.container-md,
.container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1440px;
  }
}
.row {
  --bs-gutter-x: 30px;
}
.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background:#f9f5fb;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading{
	height:100px;
	position: relative;
	width:100px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto;
}

.loading{
	border: 1px solid transparent;
	border-color: transparent var(--lg-primary) transparent var(--lg-primary);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}
/*Header Start Here*/
.lg-header{
     padding-left:0px;
     padding-right:0px;
}
/* Default styles for large screens */
#header-wrap {
     position:relative;
     z-index:999;
     padding-left:120px;
     padding-right:120px;
	 /*border-bottom: 1px solid #dbdada;*/	 
}
 #header-wrap.fixed-header {
     position:fixed !important;
     top:0;
     left:0;
     width:100%;
     z-index:999 !important;
     animation:smoothScroll 1s forwards;
     padding-left:30px;
     padding-right:30px;
     background-color:var(--lg-white);
     box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

/* Large desktops (1200px and above) */
@media (min-width: 1200px) {
  #header-wrap {
    padding-left:20px;
    padding-right:20px;
  }
}

/* Desktops / Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  #header-wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  #header-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* Large mobile devices (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  #header-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Small mobile devices (up to 575px) */
@media (max-width: 575px) {
  #header-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*--navigation--*/
 .navbar {
     padding: 0;
}
 .navbar-nav .nav-item.dropdown .dropdown-menu {
     background: var(--lg-white);
     padding:1rem;
     border-radius: 0.5rem;
     border: none;
     box-shadow: 0 0 15px rgba(0,0,0,.15);
     min-width:240px;
     top: 50px;
}
 .navbar-nav .nav-item.dropdown .dropdown-menu:before {
     content: "";
     width: 12px;
     height: 12px;
     background: #fff;
     position: absolute;
     top: -6px;
     transform: rotate(45deg);
     left: 40px;
     border-left: 1px solid #e6eeef;
     border-top: 1px solid #e6eeef;
     box-shadow: -5px -5px 5px rgba(0,0,0,.03);
}
 .navbar-brand {
     margin-right:30px;
}
 .navbar-brand img {
     max-width:280px;
     height: auto;
}
 header .navbar-nav .nav-item {
     margin: 0 12px
}
 .navbar-nav .nav-link {
     color: var(--lg-black);
     font-family: var(--lg-font);
     font-size:15px;
     font-weight:600;
     padding:0.6rem 0.6rem !important;
     border-radius:1rem;
     position:relative;
	 text-transform: uppercase;
}
 .navbar-nav .nav-link.active, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover, .navbar-nav .show > .nav-link, .dropdown-item:focus, .dropdown-item:hover {
     color:var(--lg-primary);
}
 .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus, .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover{
     color:var(--lg-primary);
}
 .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
     padding: .2rem .1rem;
     font-size:15px;
     border-radius: 0.5rem;
     margin-bottom:3px;
     font-weight: 500;
     white-space: normal !important;
	 text-transform: uppercase;
}
 .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
     background-color:transparent;
}
 .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item img {
     margin-right: 15px;
     width: 50px;
}
 .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item .navicon {
     margin-right:5px;
     display: inline-block;
     width:50px;
     height:50px;
     text-align: center;
     line-height:60px;
}
 .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item .navicon svg {
    /*fill:var(--lg-primary);
    */
     fill:#020288;
}
 .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item .navicon object {
     display:flex;
     align-items:center;
     justify-content:center;
}
 .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item strong {
     font-size:15px;
     font-weight:600;
     color: var(--lg-primary);
}
/*.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item small {
     font-size: 13px;
     color: var(--lg-black);
     max-width: 300px;
     -webkit-transition: color .25s cubic-bezier(.645, .045, .355, 1);
     transition: color .25s cubic-bezier(.645, .045, .355, 1) 
}
*/
 .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child .dropdown-item {
     margin-bottom: 0;
}
 .nav-link.dropdown-toggle::after {
     font-family: "Font Awesome 6 Pro";
     content: "\f107";
     border: none;
     margin-left: 0.3em;
     vertical-align: middle;
     font-weight:900;
     font-size: 12px;
}
/*-- Call Us --*/
 .header-contact-info {
     padding:24px 0;
     position: relative;
     display: flex;
     align-items: center;
}
 .header-contact-info .info__item--call {
     display:flex;
     align-items:center;
     margin-right:50px;
	 margin-left:50px;
     gap: 18px;
}
.header-contact-info .info__item__icon {
     font-size:20px;
     color:var(--lg-white);
     line-height:50px;
     width:50px;
     height:50px;
     border-radius:500px;
     margin-left:0;
     display:flex;
     justify-content: center;
     align-items:center;
     background:var(--lg-primary);
     position:relative;
}
 .header-contact-info .info__item__icon .fa-phone {
     transform: scaleX(-1);
}
 .header-contact-info .info__item__content__text {
     color:var(--lg-primary);
     font-family: var(--lg-title);
     font-size:14px;
     font-style:normal;
     font-weight:700;
     line-height:30px;
     margin-bottom: -3px;
}
 .header-contact-info .info__item__content__call {
     margin-top: -9px;
     color:var(--lg-black);
     font-family: var(--lg-title);
     font-size: 18px;
     font-style: normal;
     font-weight:600;
     line-height: 166.667%;
     margin-bottom: 0;
     padding-bottom: 0;
     transition: all 500ms ease;
}
 .header-contact-info .info__item__content__call:hover {
     background-size: 100% 1px;
}
 .header-contact-info .info__item:last-child i {
     margin-right: 0;
}
 .header-contact-info .login-btn {
     background:var(--lg-secondary);
     color: var(--lg-white);
     padding:16px 26px;
     border-radius:10px;
     font-weight: 600;
	 font-size: 15px;
  text-transform: uppercase;
}
 .header-contact-info .login-btn:hover {
     background:var(--lg-primary);
     color: var(--lg-white);
}
 .lg-header .mobile-login-btn {
     border: 1px solid var(--lg-primary);
     border-radius: 3px;
     padding:5px 7px;
     color: var(--lg-primary);
     font-weight: 600;
}
 .lg-header .mobile-call {
     color: var(--lg-primary);
     margin-top:4px;
     margin-right:12px;
     font-size:24px;
}
 .navbar-toggler {
     border-radius:4px;
    /*height: 46px;
     width: 46px;
     padding: 0;
    */
     border-color: var(--lg-primary);
     background-color: #fff;
     font-size:17px;
     font-weight: 600;
     color: var(--lg-primary);
}
 .navbar-toggler:focus {
    box-shadow: none;
     border-color:var(--lg-primary);
}
 @media (max-width:991.98px) {
    /*Header*/
     #header-wrap > .navbar-toggler {
         background: none;
         height: 40px;
         width: 40px;
         padding: 0;
         border-radius: 0;
         margin-right: 0;
    }
     .site-header .navbar-nav .nav-item {
         margin: 0;
         margin-bottom: 5px;
    }
     .site-header .navbar-nav .nav-item:last-child {
        margin-bottom: 0;
    }
     .navbar-collapse {
         border-radius: 1rem;
         background: var(--lg-white);
         left: 0;
         padding: 10px;
         position: absolute;
         z-index: 99;
         top:60px;
         width: 100%;
        /*overflow:auto;
        */
         border: medium none;
         -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
         -moz-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
         box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
    }
     .navbar-nav .dropdown-toggle::after {
         position: absolute;
         top: 50%;
         right: 15px;
         margin: -.6rem 0.8em 0 0;
    }
     .lg-header{
        padding-left:0px;
         padding-right:0;
    }
     #header-wrap.fixed-header {
        padding-left:0px;
        padding-right:0px;
    }
     .lg-header .navbar .navbar-brand {
        margin-right:5px;
    }
     .header-contact-info {
        display:none !important;
        visibility:hidden;
    }
}
/* Latop Device :1200px. */
 @media (min-width: 1400px) and (max-width: 1500px) {
}
 @media (min-width: 1300px) and (max-width: 1400px) {
     .navbar-brand {
        margin-right:15px;
    }
     .navbar-nav .nav-link{
        padding: 0.3rem 0.3rem !important;
    }
     header .pay-btn {
        padding: 4px 9px;
    }
     header .login-btn {
        padding: 4px 9px;
    }
}
 @media (min-width: 1200px) and (max-width: 1300px) {
     .navbar-brand {
        margin-right:15px;
    }
     .logo img {
        max-height: 45px;
    }
     .navbar-nav .nav-link{
        padding: 0.3rem 0.3rem !important;
    }
     header .pay-btn {
        padding: 4px 9px;
    }
     header .login-btn {
        padding: 4px 9px;
    }
}
/*18 Inch Monitor */
 @media (min-width: 1200px) and (max-width: 1500px) {
     header .navbar-nav .nav-item {
        margin:0 3px;
    }
     .navbar-brand {
        margin-right:15px;
    }
     .navbar-nav .nav-link{
        padding: 0.3rem 0.3rem;
        font-weight:500;
        font-size:15px;
    }
     header .pay-btn {
        padding: 4px 9px;
    }
     header .login-btn {
        padding: 4px 9px;
    }
}
 @media only screen and (max-width: 479px) {
     .navbar-brand img {
        max-width:130px;
        height: auto;
    }
     .navbar-nav .on-sale {
        visibility:hidden;
        display:none;
    }
     #header-wrap {
        padding-left:0;
        padding-right:0;
    }
}
/*Headed End Here*/
/*Text Slider Section Start Here*/
.top-offer-text-slider-section {
	padding: 13px 0;
    background-color: var(--lg-secondary);
}
.top-offer-text-slider-wrap {
    position: relative;
    padding: 0 42px;
    max-width:780px;
    width: 100%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.top-offer-text-slider-wrap { padding: 0 25px; }
    }
.slider-btn {
	width: 24px; height: 24px;
	border: 1px solid var(--lg-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
	background: transparent;
}
.slider-btn svg { fill: none; stroke: var(--lg-white); }
.top-offer-text-slider-prev { left: 0; }
.top-offer-text-slider-next { right: 0; }
.top-offer-text-slider-wrap a {
	color: var(--lg-white);
    font-family: var(--lg-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 6px 0;
}
.top-offer-text-slider-wrap a strong { font-weight: 700; }
.swiper-slide {display: flex;justify-content: center;align-items: center;}
/*Text Slider Section End Here*/
/*Hero Section Start Here*/
.hero-gallery-section {
  overflow: hidden;
  position: relative;
}
@media (max-width: 1399px) {
  .hero-gallery-section .hero-gallery-slider img {
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero-gallery-section .slider-btn-grp .slider-btn {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
  z-index: 1;
  background-color: rgba(40, 83, 64, 0.1);
  border: 1px solid rgba(40, 83, 64, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
@media (max-width: 1699px) {
  .hero-gallery-section .slider-btn-grp .slider-btn {
    left: 50px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .hero-gallery-section .slider-btn-grp .slider-btn {
    left: 40px;
  }
}
@media (max-width: 1399px) {
  .hero-gallery-section .slider-btn-grp .slider-btn {
    left: 30px;
  }
}
@media (max-width: 991px) {
  .hero-gallery-section .slider-btn-grp .slider-btn {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .hero-gallery-section .slider-btn-grp .slider-btn {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  .hero-gallery-section .slider-btn-grp .slider-btn svg {
    width: 18px;
  }
}
@media (max-width: 576px) {
  .hero-gallery-section .slider-btn-grp .slider-btn {
    left: 10px;
  }
}
.hero-gallery-section .slider-btn-grp .slider-btn svg {
  fill: var(--lg-white);
}
.hero-gallery-section .slider-btn-grp .slider-btn.destination-dt-gallery-slider-next {
  left: unset;
  right: 70px;
}
@media (max-width: 1699px) {
  .hero-gallery-section .slider-btn-grp .slider-btn.destination-dt-gallery-slider-next {
    right: 50px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .hero-gallery-section .slider-btn-grp .slider-btn.destination-dt-gallery-slider-next {
    right: 40px;
  }
}
@media (max-width: 1399px) {
  .hero-gallery-section .slider-btn-grp .slider-btn.destination-dt-gallery-slider-next {
    right: 30px;
  }
}
@media (max-width: 991px) {
  .hero-gallery-section .slider-btn-grp .slider-btn.destination-dt-gallery-slider-next {
    right: 20px;
  }
}
@media (max-width: 576px) {
  .hero-gallery-section .slider-btn-grp .slider-btn.destination-dt-gallery-slider-next {
    right: 10px;
  }
}
/* Make sure text is above the overlay */
.hero-gallery-section .slide-content {
  position: relative;
  z-index: 2;
}
	
/* Each slide must be relative for overlay */
.hero-gallery-section .swiper-slide {
  position: relative;
  overflow: hidden;
}

/* Overlay - hidden by default */
.hero-gallery-section .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2); /* dark overlay */
  opacity: 0;                  /* hidden initially */
  transition: opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

/* Show overlay on hover */
.hero-gallery-section .swiper-slide:hover::before {
  opacity: 1;
}

/* Slide content - hidden initially at bottom */
.hero-gallery-section .slide-content {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%) translateY(100%);
  text-align: center;
  color: #fff;
  z-index: 2; /* above overlay */
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

/* On hover - move text to center */
.hero-gallery-section .swiper-slide:hover .slide-content {
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  opacity: 1;
}
/* Overlay Content */
.hero-gallery-section .swiper-slide img {
  width: 100%;
  display: block;
}

.hero-gallery-section .slide-content {
  max-width: 80%;
}

.hero-gallery-section .slide-title {
  font-size: 2rem;
  font-weight: 700;
	color:var(--lg-tertiary);
	text-shadow: 0px 1px 2px rgba(23, 0, 0, 1);
}

.hero-gallery-section .slide-desc {
  font-size: 1.1rem;
}

.hero-gallery-section .btn-primary {
  padding: 0.6rem 1.5rem;
  font-size: 1rem;
  background-color:var(--lg-primary);
  border-color:var(--lg-primary);	
}
/*Hero Section End Here*/
/*Card Box Section Start Here*/
.pg-card {border: 1px solid #eee;border-radius: 10px;overflow: hidden;box-shadow: 0px 2px 10px rgba(0,0,0,0.08);}
.pg-card img {width: 100%;height: auto;}
.badge-location {position: absolute;top: 10px;left: 10px;background: #e63946;font-size: 0.75rem;padding: 6px 10px;}
.badge-verified {position: absolute;top: 10px;right: 10px;background: #0077b6;font-size: 0.75rem;padding: 6px 10px;}
.provider-info {background:var(--lg-primary);color: #fff;padding: 8px 15px;font-size: 0.85rem;}
.pg-content {padding: 15px;}
.pg-title {font-size: 1.1rem;font-weight: 600;margin-bottom: 8px;}
.pg-details p {margin-bottom:6px;font-size:0.9rem;font-family:var(--lg-title);font-weight:500;}
.pg-details i {color:var(--lg-primary);margin-right: 5px;}
.btn-view {background:var(--lg-secondary);border: none;padding: 8px 20px;border-radius: 6px;font-size: 0.9rem;font-weight: 500;}
.btn-view:hover {background:var(--lg-secondary);}
.btn-request {background:var(--lg-tertiary);color: var(--lg-black) !important;border: none;padding: 8px 20px;border-radius: 6px;font-size: 0.9rem;font-weight: 500;}
.btn-request:hover {background:var(--lg-tertiary);}
.btn-custom {min-width:180px;/* Equal minimum width */height:48px;/* Equal height */display:flex;align-items:center;justify-content:center;font-weight:500;transition:all 0.3s ease-in-out; /* Smooth transition */}
.btn-custom:hover {transform:translateY(-3px);/* Lift effect */box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);/* Shadow */opacity: 0.95; /* Slight dim effect */}
/* 🎨 Filter styles */
.filter-select2 .select2-container--default .select2-selection--single {border: 2px solid #007bff;border-radius: 8px;height: 48px;padding: 6px 12px;display: flex;align-items: center;background: #f9f9ff;transition: all 0.3s ease;font-size:21px;}
.filter-select2 .select2-container--default .select2-selection--single:hover {border-color: #0056b3;box-shadow: 0 0 6px rgba(0, 91, 187, 0.3);}
.filter-select2 .select2-container--default .select2-selection__arrow {top: 12px !important;right: 12px !important;}
.filter-select2 .select2-container--default .select2-selection__rendered {color: #333;font-weight: 500;line-height: 32px;}
/*Responsive*/
@media (max-width: 768px) {
	.filter-select2 .select2-container {width: 100% !important;}
	.filter-select2 .select2-container--default .select2-selection--single {height: 42px;font-size: 14px;}
}
/* Modal styling */
#callbackModal .modal-content { border-radius: 12px; box-shadow: 0 6px 25px rgba(0,0,0,0.15); }
#callbackModal .modal-body {background: #fff;}
#callbackModal .modal-header { border-bottom: 1px solid #eee; background: #f8f9fa; }
#callbackModal .modal-footer { border-top: 1px solid #eee; background: #f8f9fa; }
#callbackModal .btn-success { background-color: #25D366; border: none; }
#callbackModal .btn-success:hover { background-color: #1ebe5d; }
/*Card Box Section End Here*/
/*Lotus PG for Gents Advantage Start Here*/
.lotus-pg-guarantee {
	padding:60px 0;
}
.stats-box {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.stats-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.stats-icon {
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease;
}
.stats-box:hover .stats-icon {
  transform: scale(1.1);
}
.guarantee-title {
  font-size: 27px;
  font-weight: 800;
  color: var(--lg-secondary);
  margin-bottom: 10px;
	line-height: 36px;
}
.lotus-pg-guarantee  .text-muted {
	font-size: 16px;
  color: var(--lg-black) !important;
  font-weight: 500;
}
.lotus-pg-guarantee .text-muted.txt{font-weight:400;}
/* Responsive tweaks */
@media (max-width: 768px) {
  .stats-box {
    padding: 1.5rem;
  }
  .stats-icon {
    width: 50px;
    height: 50px;
  }
  .stats-box h5 {
    font-size: 21px;
  }
  .stats-box p {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .stats-box {
    padding: 1rem;
  }
  .stats-icon {
    width: 40px;
    height: 40px;
  }
}
/*Lotus PG for Gents Advantage End Here*/
/*Testimonials Section Start Here*/
.testimonials-lg {
	padding:60px 0;
	overflow:hidden;
}
.testimonial-box {
    background-color:var(--lg-bg-primary);
    border-radius: 20px;
    box-shadow: 2px 0px 50px rgb(0 0 0 / 3%);
    border-bottom:2px solid #e1b9f4;
    padding: 37px 22px 35px 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.testimonials-lg .owl-carousel .owl-item img {
    width: auto !important;
    margin-right: 15px;
}
.testimonials-lg .test-meta {
  gap: 10px;
}
.testimonials-lg .owl-carousel .owl-item i {color:var(--lg-tertiary);}
.testimonial-box p {
    font-weight: 500;
    line-height: 25px;
    color:var(--lg-text-dark);
    margin-bottom: 15px;
}
.testimonial-box span.customer {
  font-size: 18px;
  color: var(--lg-secondary);
  font-weight: 700;
}
.testimonial-box span.designation {
  color: var(--lg-bg-dark);
  font-weight: 600
}
.testimonials-lg .owl-stage-outer {
    padding-top: 20px;
}
.testimonials-lg .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}
.testimonials-lg .owl-theme .owl-dots .owl-dot span {
    width: 13px !important;
    height: 13px !important;
    background-color:var(--lg-secondary);
}
.testimonials-lg .owl-theme .owl-dots .owl-dot.active span {
    width: 19px !important;
    height: 19px !important;
    background-color: var(--lg-primary);
    margin-bottom: 2px;
}
.testimonials-lg .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--lg-tertiary);
}
.testimonials-lg .row::before {
    content: "";
    left: 0;
    top: 0;
    width: 16%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 100%, transparent 100%);
    z-index: 2;
}
.testimonials-lg .row::after {
    content: "";
    right: 0;
    bottom: 0;
    height: 100%;
    width: 16%;
    position: absolute;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.7) 100%, transparent 100%);
    z-index: 2;
}
/*Testimonials Section End Here*/
/*Scrolling Ticker Start Here*/
.our-scrolling-ticker{
	padding:60px 0px;
}
.scrolling-ticker-box{
	--gap: 30px;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
	align-items: center;
}
.scrolling-ticker-box .scrolling-content{
	flex-shrink: 0;
	display: flex;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll 100s linear infinite;
}
@keyframes scroll{
	from{
		transform: translateX(0);
	}

	to{
		transform: translateX(calc(-100% - var(--gap)));
	}
}
.scrolling-ticker-box:hover .scrolling-content{
	animation-play-state: paused;
}
.scrolling-ticker-box .scrolling-content span{
	display: inline-flex;
	align-items: center;
	text-transform: capitalize;
	font-size: 100px;
	line-height:120px;
	font-weight: 800;
	color:var(--lg-secondary);
    background: var(--lg-primary);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
}
.scrolling-ticker-box .scrolling-content span img{
	width: 56px;
	margin-right: 30px;
}
/*Scrolling Ticker End Here*/
/*Inner Page Header Start Here*/
.page-header{
    position: relative;
    background: var(--lg-bg-primary) url('../images/page-header-bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
	padding:110px 0 110px;
    overflow: hidden;
}
.page-header-box{
    position: relative;
	text-align: center;
    z-index: 2;
}
.page-header-box h1{
	display: inline-block;
	font-size: 80px;
	color: var(--lg-secondary);
	cursor: none;
    margin-bottom: 10px;
	text-transform:uppercase;
}
.page-header-box h1 strong {font-size:40px;}
.page-header-box ol{
	margin: 0;
	padding: 0;
	justify-content: center;
}
.page-header-box ol li.breadcrumb-item{
	color:var(--lg-text-body);
  font-size: 16px;
  line-height: normal;
  text-transform: capitalize;
  font-weight: 600;
}
.page-header-box ol li.breadcrumb-item a{
	color:var(--lg-primary);
}
.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
	color:var(--lg-text-body);
}
/*Inner Page Header End Here*/
/*About Us Section Start Here*/
.about-us-con .about-us-img-con img {
    border-radius: 40px;
    transition: ease-in-out 0.6s;
}

.about-us-con .about-us-img-con img:hover {
    transform: translateY(-6px);
}

.about-us-con .about-us-img-con .abt-img2 {
    padding-left: 30px;
    padding-top: 50px;
}

.about-us-con .about-us-content-con {
    padding-left: 25px;
}

.about-us-con .about-us-content-con p,
.statistics-con .statistics-content-con p {
    font-size:16px;
    line-height:30px;
    padding-right: 10%;
}

.about-us-con .about-us-content-con h2,
.statistics-con .statistics-content-con h2 {
    margin-bottom: 18px;
}

.about-us-con .about-us-content-con ul {
    margin-bottom: 32px;
}

.about-us-con .about-us-content-con ul li {
    font-size: 16px;
    font-weight: 500;
    color: var(--e-global-color-text);
    line-height: 24px;
    padding-left: 30px;
    margin-bottom: 8px;
}

.about-us-con .about-us-content-con ul li i {
    color: var(--e-global-color-accent);
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 14px;
}

.about-us-con .about-us-content-con p.prgrph-2 {
    margin-bottom: 22px;
}

.about-us-con .primary_btn:hover,
.statistics-con .statistics-content-con .primary_btn:hover {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-primary);
}
/*About Us Section End Here*/
/*Footer Section Start Here*/
.main-footer{
	position:relative;
	background:var(--lg-black);
	padding: 100px 0 0;
	margin-bottom: 40px;
	overflow: hidden;
	font-size:16px;
}
.main-footer::before{
	content: '';
	position: absolute;
	top: -15px;
    right: -55px;
    width: 185px;
    height: 170px;
    transform: rotate(285deg);
	background: url('../images/section-bg-shape-5.png') no-repeat center center;
	background-size: cover;
}
.footer-logo{
	margin-bottom: 40px;
}
.footer-logo img{
	width: 100%;
	max-width:300px;
}
.about-footer-content p{
	color: var(--lg-white);
	font-size: 16px;
  	line-height: 32px;
	margin: 0;
}
.footer-social-links{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	align-items: center;
	margin-top: 60px;
	padding-top: 60px;
	border-top:1px solid rgba(247, 247, 247, 0.11);
}
.footer-social-links h3{
	font-size: 20px;
	color: var(--lg-white);
}
.footer-social-links ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-social-links ul li{
	font-size: 16px;
    display: inline-block;
	margin-right: 10px;
}
.footer-social-links ul li:last-child{
    margin: 0;
}
.footer-social-links ul li a{
    border:1px solid var(--lg-primary);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}
.footer-social-links ul li a:hover{
	background: var(--lg-white);
}
.footer-social-links ul li a i{
    font-size: 18px;
    color:var(--lg-primary);
}
.footer-link-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 30px;
	margin-left: 3.646vw;
}
.footer-links{
	max-width: 40%;
}
.footer-links h3{
	font-size: 20px;
	color: var(--lg-white);
	text-transform: capitalize;
	margin-bottom: 30px;
}
.footer-links ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-links ul li{
	color: var(--lg-white);
	line-height: 1.5em;
	margin-bottom: 15px;
}
.footer-links ul li:last-child{
	margin-bottom: 0;
}
.footer-links ul li a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}
.footer-links ul li a:hover{
	color: var(--lg-tertiary);
}
.footer-call-box{
	width: 100%;
	background:#F7F7F71C;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	padding: 30px;
}
.footer-call-title{
	width: calc(40% - 10px);
}
.footer-call-title h3{
	font-size: 24px;
	color: var(--lg-white);
	font-weight: 800;
}
.footer-call-title p{
	color: var(--lg-white);
	font-size: 15px;
	margin: 15px 0 0;
}
.footer-call-number{
	width: calc(60% - 10px);
}
.footer-call-number p {
	color: var(--lg-white);
  font-size: 27px;
	font-weight: 700;
}
.footer-call-number p a {color: var(--lg-white);}
.footer-call-number p a:hover {color: var(--lg-tertiary);}
.footer-copyright{
	background:#F7F7F71C;
	text-align: center;
	margin: 100px 0 0;
	padding: 25px 0;
}
.footer-copyright-text p{
	color: var(--lg-white);
	margin-bottom: 0;
}
.footer-copyright-text p a {color: var(--lg-white);}
.footer-copyright-text p a:hover {color: var(--lg-tertiary);}
@media only screen and (max-width: 991px){
	.main-footer{
		padding: 50px 0 0;
	}
	.main-footer::before{
		right: -35px;
		width: 120px;
		height: 110px;
	}
	.about-footer{
		margin-bottom: 40px;
	}
	.footer-logo{
		margin-bottom: 20px;
	}
	.footer-social-links{
		margin-top: 30px;
		padding-top: 30px;
	}
	.footer-link-box{
		margin: 0;
	}
	.footer-links h3{
		margin-bottom: 20px;
	}
	.footer-links ul li{
		margin-bottom: 10px;
	}
	.footer-call-box{
		padding: 20px;
	}
	.footer-call-number .form-group .form-control{
		padding: 12px 15px;
	}
	.footer-call-title p{
		margin-top: 10px;
	}
	.footer-copyright{
		margin: 50px 0 0;
		padding: 15px 0;
	}
}
@media only screen and (max-width: 767px){
	.footer-social-links{
        margin-top: 15px;
        padding-top: 15px;
    }
	.footer-social-links h3{
		font-size: 18px;
	}

	.footer-link-box{
		gap: 30px;
	}

	.footer-links{
		max-width: 100%;
	}

	.footer-links h3{
		font-size: 18px;
        margin-bottom: 15px;
    }

	.footer-call-title,
	.footer-call-number{
		width: 100%;
	}

	.footer-call-title h3{
		font-size: 18px;
	}

	.footer-copyright{
		margin-top: 30px;
	}
}
/*Footer Section End Here*/
/*WhatsChat Start Here*/
#whatsapp-button {
    position: fixed;
    right:40px;
    bottom:30px;
    z-index:999;
    animation: bounce 1s infinite;
}

#whatsapp-button img {
    width:55px;
    height:55px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #25D366; 
    padding: 10px;
}
 @keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
/*WhatsChat Button*/
/*About Us Section Start Here*/
.lg-about{padding: 100px 0;}
.lg-about-content{position: sticky;top:140px;margin-right: 30px;}
.lg-about-content p {font-weight:500;font-size:18px;line-height:32px;}
.lg-about-item{position: relative;background-color:var(--lg-bg-primary);border-radius: 10px;margin-bottom: 30px;padding: 40px;overflow: hidden;}
.lg-about-item::before{content:'';position:absolute;right:0;bottom:0;left:0;background:var(--lg-primary);width:100%;height:0;transition:all 0.4s ease-in-out;}
.lg-about-item:hover:before{height: 100%;}
.lg-about-item:last-child{margin-bottom: 0;}
.lg-about-item-header .icon-box{position:relative;margin-bottom:30px;z-index:1;}
.lg-about-item-header .icon-box img{width:100%;max-width:64px;transition:all 0.5s ease-in-out;}
.lg-about-item:hover .lg-about-item-header .icon-box img{filter:brightness(0) invert(1);}
.lg-about-item-title{position: relative;z-index: 1;}
.lg-about-item-title h3{font-size: 20px;transition: all 0.4s ease-in-out;}
.lg-about-item-body{position: relative;border-top:1px solid #E1E1E1;margin-top: 30px;padding-top: 30px;transition: all 0.3s ease-in-out;z-index: 1;}
.lg-about-item-body .about-list {margin-bottom:1px;}
.lg-about-item-body .about-list li {padding:3px 0;font-size:15px;font-weight:500;margin-bottom:15px;}
.lg-about-item-body .about-list li:before {font-family: "Font Awesome 6 Pro";content: '\f336';margin: 0 10px 0 3px;font-size: 16px;color: var(--lg-primary);vertical-align: middle;font-weight: 700}
.lg-about-item-body p{margin: 0;transition: all 0.3s ease-in-out;}
.lg-about-item:hover .lg-about-item-body{border-color: var(--lg-white);}
.lg-about-item:hover .lg-about-item-title h3,
.lg-about-item:hover .lg-about-item-body p,
.lg-about-item:hover .lg-about-item-body .about-list li,
.lg-about-item:hover .lg-about-item-body .about-list li:before{color: var(--lg-white);}
.about-us-image-box{position: relative;height: calc(100% - 30px);margin-bottom: 30px;}
.about-us-image{height: 100%;}
.about-us-image figure{display: block;height: 100%;border-radius: 10px;}
.about-us-image img{width:auto;height:auto;aspect-ratio: 1 / 0.85;object-fit: cover;border-radius: 10px;}
.about-us-image-box .about-counter-box{position: absolute;display: inline-block;max-width:150px;bottom:20px;right:100px;background:#FFFFFF1A;backdrop-filter: blur(30px);-webkit-backdrop-filter: blur(30px);border-radius: 10px;padding:16px;z-index: 1;}
.about-counter-box h2{font-size: 36px;}
.about-counter-box p{margin: 10px 0 0;font-size: 12px;text-transform:uppercase;}
.about-us-image-box .about-counter-box h2,
.about-us-image-box .about-counter-box p{color: var(--lg-white);}
.image-anime{position: relative;overflow: hidden;}
.image-anime:after{content: "";position: absolute;width: 200%;height: 0%;left: 50%;top: 50%;background-color: rgba(255,255,255,.3);transform: translate(-50%,-50%) rotate(-45deg); z-index: 1;}
.image-anime:hover:after{height: 250%;transition: all 600ms linear;background-color: transparent;}
.reveal{position: relative;display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;visibility: hidden;overflow: hidden;}
.reveal img{height: 100%;width:100%;-o-object-fit: cover;object-fit: cover;-webkit-transform-origin: left;transform-origin: left;}
/*About Us Section End Here*/
/*Facility Maintenance section Start Here*/
.facility-maintenance-section {font-family: var(--lg-font);}
/* Badge */
.facility-maintenance-badge {background:var(--lg-bg-primary);padding: 6px 16px;border-radius: 20px;font-size: 14px;color: var(--lg-primary);font-weight: 600;display: inline-block;}
/* Title */
.facility-maintenance-title {font-family: var(--lg-title);font-weight: 700;font-size: 48px;color:var(--lg-secondary);line-height: 1.1;}
@media (max-width: 768px) {
    .facility-maintenance-title {font-size: 36px;}
}
/* Description */
.facility-maintenance-desc {font-size: 17px;line-height: 1.7;color: var(--lg-text-dark);}
/*facility-maintenance Card Component*/
.facility-maintenance-card {background: var(--lg-bg-primary);border: 1px solid #f6f0f9;border-radius: 18px;padding: 28px 26px;transition: 0.3s ease;height: 100%;}
.facility-maintenance-card:hover {transform: translateY(-6px);}
/* Icon Box */
.facility-maintenance-icon {width: 70px;height: 70px;border-radius: 16px;background:var(--lg-white);display: flex;align-items: center;justify-content: center;margin-bottom: 18px;padding: 14px;}
.facility-maintenance-icon img {width: 100%;height: 100%;object-fit: contain;}
/* Card Title */
.facility-maintenance-card-title {font-family: var(--lg-title);font-size: 22px;font-weight: 700;color:var(--lg-secondary);margin-bottom: 12px;}
/* Card Text */
.facility-maintenance-card-body p {font-size: 16px;color: var(--lg-text-body);line-height: 1.65;margin: 0;}
/*RESPONSIVE MEDIA QUERIES*/
/* Tablet (max 992px) */
@media (max-width: 992px) {
  .facility-maintenance-card {padding: 24px 22px;}
  .facility-maintenance-icon {width: 60px;height: 60px;}
  .facility-maintenance-icon i {font-size: 30px;}
  .facility-maintenance-card-title {font-size: 20px;}
  .facility-maintenance-card-body p {font-size: 15px;line-height: 1.6;}
}
/* Mobile Large (max 768px) */
@media (max-width: 768px) {
  .facility-maintenance-card {padding: 22px 20px;border-radius: 16px;}
  .facility-maintenance-icon {width: 55px;height: 55px;border-radius: 14px;margin-bottom: 16px;}
  .facility-maintenance-icon i {font-size: 26px;}
  .facility-maintenance-card-title {font-size: 19px;margin-bottom: 10px;}
  .facility-maintenance-card-body p {font-size: 15px;}
}
/* Mobile Small (max 576px) */
@media (max-width: 576px) {
  .facility-maintenance-card {padding: 20px 18px;border-radius: 14px;}
  .facility-maintenance-icon {width: 50px;height: 50px;margin-bottom: 14px;}
  .facility-maintenance-icon i {font-size: 24px;}
  .facility-maintenance-card-title {font-size: 18px;}
  .facility-maintenance-card-body p {font-size: 14px;line-height: 1.55;}
}
/*Facility Maintenance Section End Here*/
/*Contact Us Page css*/
.page-contact-us{padding:100px 0 50px;}
.contact-us-form{height: 100%;background-color:var(--lg-bg-primary);border-radius: 10px;padding: 50px;}
.contact-form .form-control{font-size: 16px;font-weight: 400;line-height: 1.125em;color:var(--lg-text-body);background:var(--lg-white);border: none;border-radius: 10px;padding: 16px 20px;box-shadow: none;outline: none;}
.contact-form .form-control::placeholder{color:var(--lg-text-body);}
.contact-us-content{display: flex;flex-direction: column;justify-content: space-between;border-radius: 10px;height: 100%;overflow: hidden;background-color: var(--lg-secondary);}
.contact-us-image{height: 100%;}
.contact-us-image figure{height:100%;display:block;margin-bottom:0;}
.contact-us-image img{height:auto;width: 100%;aspect-ratio: 1 / 0.575;object-fit: cover;}
.contact-us-body{padding:45px;}
.contact-us-body .section-title h2{font-size: 27px;line-height: 36px;font-weight: 700}
.contact-info-list{display:flex;flex-wrap:wrap;gap:30px;margin-top:80px;}
.contact-info-item{width: calc(33.33% - 20px);display: flex;flex-wrap: wrap;background-color:var(--lg-bg-primary);border-radius: 10px;padding: 40px;}
.contact-info-item .icon-box{position:relative;width:50px;height:50px;background-color:var(--lg-primary);border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:20px;}
.contact-info-item .icon-box:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:var(--lg-secondary);border-radius:50%;transform:scale(0);transition:all 0.4s ease-in-out;}
.contact-info-item:hover .icon-box:before{transform: scale(1);}
.contact-info-item .icon-box img{position: relative;width: 100%;max-width: 24px;z-index: 1;}
.contact-info-item-content{width: calc(100% - 70px);}
.contact-info-item-content h3{font-size: 20px;margin-bottom: 10px;}
.contact-info-item-content p{margin: 0;font-size:16px;}
.contact-info-item-content p a{color: inherit;transition: all 0.4s ease-in-out;}
.contact-info-item-content p a:hover{color: var(--lg-primary);}
.google-map{padding: 50px 0 100px;}
.google-map-iframe, .google-map-iframe iframe{width: 100%;height: 480px;border-radius: 10px;}
/*Property Page Start Here*/
.property-hero-title{color:var(--lg-secondary);font-weight:800;font-size:32px;}
.property-hero-meta	{color: var(--lg-text-dark);font-size:14px;font-weight:500;line-height:32px;}
.property-hero-meta	i, .breadcrumb {color: var(--lg-primary)}
.share-property-title{color:var(--lg-primary);font-size:18px;} 	
.default-btn {
  padding:6px 21px;font-size:14px;font-weight:600;color:var(--lg-white);overflow:hidden;background-color:#00d578;border:1px solid #00d578;text-decoration:none;display:table;text-align:center;
  gap:5px;text-transform:capitalize;border-radius:10px;
}
.default-btn img {transition: all ease 0.5s;}
.default-btn:hover {background-color:#F2B679;color:var(--lg-black);border-color:#F2B679;}
.default-btn:hover img {filter: brightness(0);}
.default-btn.active {background-color:#14ff99;color:var(--lg-black);border-color:#14ff99;}
.default-btn.active:hover {background-color: #07ca75;color:var(--lg-white);border-color: #07ca75;}
.default-btn.active:hover img {filter: invert(1);}
.default-btn.border-btn {background-color: transparent;}
.default-btn.border-btn:hover {
  background-color: #07ca75;
  border-color: #07ca75;
  color:var(--lg-white);
}
#shareModal .modal-content { border-radius: 12px; box-shadow: 0 6px 25px rgba(0,0,0,0.15); }
#shareModal .modal-body {background:var(--lg-white);}
#shareModal .modal-header { border-bottom: 1px solid #eee; background: #f8f9fa; }
#shareModal .modal-footer { border-top: 1px solid #eee; background: #f8f9fa; }
#shareModal .btn-success { background-color:#25D366;border:none; }
#shareModal .btn-success:hover {background-color: #1ebe5d;}	
/* Modal styling */
#enquireModal .modal-content { border-radius: 12px; box-shadow: 0 6px 25px rgba(0,0,0,0.15); }
#enquireModal .modal-body {background:var(--lg-white);}
#enquireModal .modal-header { border-bottom: 1px solid #eee; background: #f8f9fa; }
#enquireModal .modal-footer { border-top: 1px solid #eee; background: #f8f9fa; }
#enquireModal .btn-success { background-color: #25D366; border: none; }
#enquireModal .btn-success:hover { background-color: #1ebe5d; }
.facilities-box{box-shadow:0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);background:#f7f8f9;border:none;}
.facilities-box .pg-price {color:var(--lg-secondary);font-size: 21px;font-weight:800;font-family:var(--lg-title);}
.facilities-box .text-muted{color:var(--lg-secondary) !important;}
.facilities-box .facilities-details-box	{padding:23px;}
.facilities-box .facilities-title{color: var(--lg-secondary);font-weight: 800;font-size: 21px;margin-bottom: 11px;}
.facilities-box i {color: var(--lg-primary)}		
/* DESKTOP — fixed height on both sides */
.big-img {width: 100%;height: 370px;object-fit: cover;}
.small-img {width: 100%;height: 175px; /* 370 / 2 */object-fit: cover;}
/* ----- MOBILE RESPONSIVE FIX ----- */
@media (max-width: 767px) {
	/* Make all images auto-height */
    .big-img,
    .small-img {
        height: auto;       /* remove fixed height */
        object-fit: contain;
    }
    /* remove forced vertical equal height layout */
    .right-wrap {display: block;}
    .small-img {margin-bottom: 15px;}
}
.lg-property-features {
	box-shadow: 0 10px 30px 0 rgba(223,223,223,.5);
  background-color: var(--lg-white);
  padding: 18px;
  margin-bottom:25px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.lg-property-features p {
	font-size: 16px;
  font-weight: 400;
  color: var(--lg-black);
  margin-bottom:21px;
  line-height: 26px;	
}
.lg-property-features p strong{color: var(--lg-primary);}
.lg-property-features ul { margin-bottom:21px;}
.lg-property-features ul li { padding:6px 0;font-size:16px;font-weight:400;color:var(--lg-black);}
.lg-property-features ul li:before {font-family: "Font Awesome 6 Pro";content: '\f058';margin: 0 10px 0 3px;font-size: 16px;color:#56d08a;vertical-align: middle;font-weight: 500;}
.lg-property-features ul.imoji li:before {display:none;}
/*Amenities Item Start Here*/
.amenities-item {position:relative;background-color:var(--lg-bg-primary);border-radius:30px;padding:40px 30px;text-align:center;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;z-index:4;box-shadow: 0 4px 15px rgba(0,0,0,0.08);}
@media (max-width: 1299px) {.amenities-item {padding:40px 20px}}
.amenities-item_icon {margin-bottom:15px}
.amenities-item .box-title {margin-bottom:10px;color:var(--lg-secondary);font-size:21px;}
@media (max-width: 1299px) {
  .amenities-item .box-title {font-size:20px}
}
.amenities-item img {-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}
.cs-ani {-webkit-transition:all 500ms ease;transition:all 500ms ease}
.cs-ani:hover {-webkit-transform:translate(0, -10px);-ms-transform:translate(0, -10px);transform:translate(0, -10px)}
/*Amenities Item End Here*/
.lg-property-title {color:var(--lg-secondary);font-weight: 800;font-size:32px;margin-bottom:27px;}
.lg-property-subtitle {color:var(--lg-primary);font-weight:600;font-size:24px;margin-bottom:18px;}
.lg-property-subtitle strong{font-weight:600;}
.lg-property-policies {background:var(--lg-bg-primary);border-radius:30px;padding:30px 20px;box-shadow:0 4px 15px rgba(0,0,0,0.08);transition:all .3s;height:100%;}
.lg-property-policies:hover {border-color:var(--lg-bg-white);box-shadow: 0 4px 12px rgba(0,0,0,0.05);}
.lg-property-policies .pg-icon {width:70px;height:70px;background:var(--lg-white);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;font-size:21px;color:var(--lg-primary);}
.lg-property-policies .pg-title {font-weight:700;color: var(--lg-secondary);font-size: 21px;margin-bottom:10px;}
.lg-property-policies .pg-text {font-size:16px;margin-bottom:15px;line-height:26px;}
/*Gallery Box styling */
.lg-gallery-box {transition:transform 0.3s ease, box-shadow 0.3s ease;background:var(--lg-bg-primary);border-radius:30px;padding: 15px;}
.lg-gallery-box img {border:3px solid #f0f0f0;border-radius:12px;transition: all 0.3s ease;}
.lg-gallery-title {font-size:18px;font-weight:700;color:var(--lg-secondary);margin-top:12px;}
/*Pricing Card Start Here*/
.pricing-card {font-family:var(--lg-title);border-radius:18px;background-color:var(--lg-bg-primary);margin-top:21px;}
.pricing-card:hover {transform: translateY(-3px);box-shadow: 0 1rem 2rem -0.5rem rgba(16, 24, 40, 0.15);}
.pricing-card .subtitle {color:var(--lg-primary);font-weight:600;font-size:24px;}		
/* Headers and badges */
.pricing-card .card-header {padding:1rem 1.25rem 0.25rem 1.25rem;}
.lg-badge {background-color:var(--lg-primary);font-family:var(--lg-title);font-weight:500;text-transform:uppercase;padding:1px 12px;font-size:11px;}						
/* Tables */
.pricing-card .table-light {background-color:var(--lg-white) !important;}
.pricing-card .table thead th {border-top: none;font-weight: 600;letter-spacing: 0.2px;}
.pricing-card .table tbody tr td {vertical-align: middle;}
.pricing-card .table-hover tbody tr:hover {background-color:#ecdcf4;}
.pricing-card .lg-note {font-size:16px;font-weight:400;color:var(--lg-primary);}
.lg-property-features.lg-pricing-box > .row.g-4 + .row.g-4 {margin-top:8px !important;margin-bottom:41px !important;}
.lg-property-features.lg-flats-pricing-box > .row.g-4 {margin-bottom:41px !important;}
.lg-property-sub-title{font-size:18px;font-weight:600;color: var(--lg-primary);margin-bottom:21px;line-height: 26px;}
/* Responsive adjustments */
@media (max-width: 576px) {
.pricing-card .table th:nth-child(3),
.pricing-card .table td:nth-child(3) {/* Improve compactness on phones by allowing wrap */white-space: nowrap;}
}
/*Pricing Card End Here*/
/*Property Page End Here*/