.elementor-2497 .elementor-element.elementor-element-c17f993{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2497 .elementor-element.elementor-element-99b10c8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2497 .elementor-element.elementor-element-b9456d3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-2497 .elementor-element.elementor-element-c17f993{--margin-top:-43px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:1px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-b55b1c1 *//* FULL WIDTH FIX */
.lift-slider-wrapper{
width:100vw;
margin-left:calc(-50vw + 50%);
}

.lift-slider{
height:90vh;
position:relative;
overflow:hidden;
}

/* SLIDE */
.lift-slide{
position:absolute;
width:100%;
height:100%;
background-size:cover;
background-position:center;
opacity:0;
transition:opacity 1s ease;
}

.lift-slide.active{
opacity:1;
z-index:1;
}

/* OVERLAY */
.overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
}

/* CONTENT */
.content{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
text-align:center;
color:white;
width:90%;
max-width:700px;
}

.content h2{
font-size:48px;
margin-bottom:20px;
}

.content p{
font-size:18px;
margin-bottom:30px;
}

.content a{
display:inline-block;
background:#e63946;
color:white;
padding:15px 40px;
border-radius:6px;
text-decoration:none;
}

/* ARROWS */
.lift-prev,
.lift-next{
position:absolute;
top:50%;
transform:translateY(-50%);
font-size:40px;
color:white;
cursor:pointer;
z-index:5;
padding:10px 18px;
background:rgba(0,0,0,0.4);
border-radius:50%;
}

.lift-prev{ left:20px; }
.lift-next{ right:20px; }

/* MOBILE FIX */
@media(max-width:768px){

.lift-slider{ height:70vh; }

.content h2{ font-size:26px; }
.content p{ font-size:14px; }

/* PHONE ME ARROW HIDE */
.lift-prev,
.lift-next{
display:none;
}

}
/* OVERLAY CLICK BLOCK FIX */
.overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
pointer-events:none;   /* button clickable ho jayega */
}

/* CONTENT ALWAYS ABOVE */
.content{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
text-align:center;
color:white;
width:90%;
max-width:700px;
z-index:10;   /* overlay se upar */
}

/* HEADING WHITE COLOR */
.content h2{
color:white !important;
font-size:48px;
margin-bottom:20px;
}

/* BUTTON CLICK FIX */
.content a{
position:relative;
z-index:20;
display:inline-block;
background:#e63946;
color:white;
padding:15px 40px;
border-radius:6px;
text-decoration:none;
cursor:pointer;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-886a8ff */* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* FULL WIDTH SECTION */
.lift-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 70px 20px;
  background: #f4ecec;
}

/* CENTER CONTAINER */
.lift-container {
  max-width: 1300px;
  margin: auto;
}

/* TITLE */
.lift-title {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #111;
}

/* GRID */
.lift-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* CARD */
.lift-card {
  background: #efd6da;
  border-radius: 25px;
  padding: 15px;
  text-align: center;
  transition: 0.3s ease;
}

.lift-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.lift-card h3 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
}

.lift-card:hover {
  transform: translateY(-5px);
}

/* TABLET */
@media (max-width: 1024px) {
  .lift-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */
@media (max-width: 767px) {

  .lift-section {
    padding: 50px 15px;
  }

  .lift-title {
    font-size: 26px;
    margin-bottom: 35px;
  }

  .lift-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .lift-card {
    border-radius: 20px;
    padding: 10px;
  }

  .lift-card img {
    height: 120px;
    border-radius: 15px;
  }

  .lift-card h3 {
    font-size: 14px;
    margin-top: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-99b10c8 */.hero {
  position: relative;

  width: 100vw;          /* full screen width */
  margin-left: calc(-50vw + 50%); /* container se bahar */
  margin-right: calc(-50vw + 50%);

  min-height: 100vh;
  border-radius: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 10%;

  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f0379c6 *//* ===== FORCE FULL WIDTH HERO ===== */

.lift-hero {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #f3f3f3;
  padding: 80px 0;
}

/* ===== CONTAINER FULL WIDTH ===== */

.lift-hero-container {
  width: 100%;
  max-width: 1400px; /* content readable rahe */
  margin: auto;
  padding: 0 60px;
  display: flex;
  align-items: center;
  gap: 60px;
  box-sizing: border-box;
}

/* ===== IMAGE ===== */

.lift-hero-img {
  flex: 1;
}

.lift-hero-img img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

/* ===== CONTENT ===== */

.lift-hero-content {
  flex: 1;
}

.lift-hero-content .welcome {
  color: #e63946;
  letter-spacing: 3px;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.lift-hero-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.lift-hero-content p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* ===== BUTTON ===== */

.lift-btn {
  background: #e63946;
  color: #fff;
  padding: 14px 35px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  transition: 0.3s;
}

.lift-btn:hover {
  background: black;
}

/* ===== MOBILE ===== */

@media (max-width: 768px) {
  .lift-hero-container {
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
  }

  .lift-hero-content h2 {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b9456d3 */.hero {
  position: relative;

  width: 100vw;          /* full screen width */
  margin-left: calc(-50vw + 50%); /* container se bahar */
  margin-right: calc(-50vw + 50%);

  min-height: 100vh;
  border-radius: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 10%;

  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}/* End custom CSS */