/* acrylic page */
.px-2 {
    padding: 0 0.75rem;
}

.gallery-box {
    width: 100%;
    overflow: hidden;
}

.gallery-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-box:hover .gallery-img {
    transform: scale(1.1);
}

/* .item{
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
} */
.item figure img {
    transition: transform 0.8s ease;
}

figure {
    overflow: hidden;
}

.item:hover figure>img {
    transform: scale(1.1);
}


/* ---------- start button section ----------- */


.button {
    display: inline-block;
    padding: 14px 40px;
    border: 1px solid #1b1b1b;
    border-radius: 4px;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    cursor: pointer;
    color: #1b1b1b;
    z-index: 1;
    font-family: "Poppins", sans-serif;
    margin-top: 20px;
}

.button:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: #1b1b1b;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.button:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #1b1b1b;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.button:hover {
    color: #fff;
    border: 1px solid #1b1b1b;
}

.button:hover:before {
    top: -35%;
    background-color: #fff;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button:hover:after {
    top: -45%;
    background-color: #1b1b1b;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}










.button-2 {
    display: inline-block;
    padding: 14px 40px;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    z-index: 1;
    font-family: "Poppins", sans-serif;
    margin-top: 20px;
}

.button-2:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.button-2:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.button-2:hover {
    color: #1b1b1b;
    border: 1px solid #fff;
}

.button-2:hover:before {
    top: -35%;
    background-color: #1b1b1b;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button-2:hover:after {
    top: -45%;
    background-color: #fff;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

/* ---------- end button section ----------- */


/* ---------- start about us section ----------- */

.services-section {
    background-color: #fff;
    color: #111;
}

.services-section h6 {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #1b1b1b;
    font-family: "Poppins", sans-serif;
}

.services-section h1 {
    font-size: 35px;
    font-weight: 200;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-family: "Poppins",
        sans-serif !important;
}

.services-section h2 {
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 20px;
    line-height: 35px;
    font-family: "Poppins", sans-serif  !important;
}

.services-section p {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
}

.btn-primary {
    background-color: #1b1b1b;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
}

@media (max-width: 992px) {
    .services-section h1 {
        font-size: 32px;
    }

    .services-section h2 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .services-section h1 {
        font-size: 28px;
    }

    .services-section h2 {
        font-size: 20px;
    }

    .services-section p {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .services-section h1 {
        font-size: 24px;
        line-height: 35px;
    }

    .services-section h2 {
        font-size: 14px;
        line-height: 27px;
    }

    .services-section p {
        font-size: 14px;
    }

        .section-title {
            font-size: 16px;
          
        }
}

/* ---------- end about us section ----------- */





/*------------- START SERVICES SECTION ---------*/



.image-hover img {
    transition: transform 2s ease;
    width: 100%;
    border-radius: 10px;
}

.image-hover img:hover {
    transform: scale(1.05);
    /* हल्का zoom */
}

.text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* vertical center */
    height: 100%;
}

.text-content h2 {
    line-height: 50px;
    text-align: start;
    font-family: "Amelaryas", sans-serif !important;
}

.text-content p {
    text-align: start;
    color: #1b1b1b;
}


.segment-box {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 400px;
    /* Fixed height for the boxes */
}

.segment-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.9s ease-in-out;
    /* Smooth zoom effect */
}

.segment-box:hover img {
    transform: scale(1.1);
    /* Zoom in effect on hover */
}

.segment-box .text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 28px;
    font-weight: 200;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    font-family: "Poppins", sans-serif !important;
}


.service-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: #111;
    /* Black background */
    color: white;
    /* Text color */
    border-radius: 10px;
    /* Optional for rounded corners */
}

.service-card-2 {
    position: relative;
    overflow: hidden;
    height: 100%;
    color: white;
    /* Text color */
    border-radius: 10px;
    /* Optional for rounded corners */
}

.service-card h3,
.service-card-2 h3 {
    font-size: 16px;
    margin-top: 30px;
}

.service-card p,
.service-card-2 p {
    font-size: 10px;
    padding: 0;
    color: #fff;
}

.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
    opacity: 0;
    /* Initially, images are hidden */
}

.service-card:hover img {
    opacity: 1;
    /* Image appears only when hovering over the card */
}

.service-card .service-content img {
    opacity: 1;
    /* Wardrobe image always visible */
}

.service-content {
    position: absolute;
    top: 60%;
    /* Push text lower */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}

.service-card:hover .service-content {
    color: black;
}

.service-card:hover .service-content h3,
.service-card:hover .service-content p {
    color: white;
    /* Make text color white on hover */
}

.service-content i {
    font-size: 40px;
    /* Icon size */
    margin-bottom: 15px;
}


/*------------- END SERVICES SECTION ---------*/




/* ------------ start usp section --------------*/

.amour-title {
    font-size: 32px;
    font-weight: 100;
    line-height: 1.6;
    color: #000;
}

.amour-description {
    font-size: 16px;
    color: #111;
    margin-top: 10px;
}


.amour-section {
    margin-top: 0;
    margin-bottom: 4rem;
}

.amour-box {
    border: 1px solid #111;
    background-color: transparent;
    padding: 30px 30px;
    border-radius: 4px;

}

/* Icon Square */
.amour-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

/* Box Title */
.amour-box-title {
    font-size: 26px;
    font-weight: 200;
    margin-bottom: 10px;
    color: #111;
    font-family: "Poppins", sans-serif;
}

/* Box Description */
.amour-box-text {
    font-size: 14px;
    color: #111;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}


@media (max-width: 992px) {
    .amour-title {
        font-size: 28px;
    }

    .amour-description {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .amour-title {
        font-size: 24px;
    }

    .amour-box {
        padding: 15px;
    }
}


/* ------------ end usp section --------------*/







/* ----------------  start after befor section -------------------*/


.slider-container {
    position: relative;
    max-width: 1000px;
    height: 600px;
    margin: auto;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    background: #000;
}

.slider-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.slider-before img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background-color: #fff;
    z-index: 3;
    cursor: ew-resize;
    transition: background 0.3s;
}

.slider-handle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #000;
    opacity: 0.6;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.slider-label {
    position: absolute;
    top: 20px;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: 200;
    font-size: 30px;
    border-radius: 4px;
    z-index: 4;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Poppins",
        sans-serif !important;
}

.label-before {
    left: 20px;
}

.label-after {
    right: 20px;
}

@media (max-width: 768px) {
    .slider-container {
        height: 400px;
    }

    .slider-label {
        font-size: 1rem;
        padding: 6px 12px;
    }

    .slider-handle::before {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 480px) {
    .slider-container {
        height: 300px;
    }


}


/* ----------------  end after befor section -------------------*/





/* ----------------  start video section -------------------*/


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ----------------  end video section -------------------*/

/*---------  start footer segment section -----------*/
.footer-logo {
    max-width: 120px;
}

.social-icons a {
    display: inline-block;
    background: #1b1b1b;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    margin: 0 5px;
    font-size: 18px;
    border-radius: 5px;
    /* rectangle with small rounded corners */
    transition: 0.3s;
}

/*---------  end footer segment section -----------*/







/*===================  ABOUT US START ================= */


/*-------------  start number section  --------------*/



.steps-wrapper {
    position: relative;
}

.steps-line {
    height: 2px;
    background: #1b1b1b;
    position: absolute;
    top: 168px;
    /* dot ke center ke level par */
    left: 0;
    right: 0;
    z-index: 0;
}

.step-box {
    text-align: center;
    padding: 20px;
    position: relative;
}

.step-number {
    font-size: 70px;
    font-weight: 200;
    margin-bottom: 10px;
    color: #1b1b1b;
    font-family: "Poppins", sans-serif;
}

.step-dot {
    width: 14px;
    height: 14px;
    background: #1b1b1b;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    position: relative;
    z-index: 1;
}

.step-title {
    font-weight: 200;
    margin-bottom: 10px;
    color: #1b1b1b;
    font-family: "Poppins",
        sans-serif !important;
        font-size: 20px;
            line-height: 1.3;
}

.step-text {
    font-size: 14px;
    color: #1b1b1b;
}

@media (max-width: 767px) {
    .steps-line {
        display: none;
    }

    .step-box {
        margin-bottom: 40px;
    }
}

/*-------------  end number section  --------------*/


/*-------- start core and values section ------*/

  .belief-section {
      background-color: #111;
      color: #fff;
      padding: 60px 20px;
  }

  .belief-title {
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 40px;
      text-align: center;
      font-size: 1.6rem;
  }

  .belief-box {
      display: flex;
      flex-direction: column;
      height: 100%;
  }

  .belief-content {
      padding-bottom: 0;
      text-align: start;
  }

  .belief-box h3 {
      font-size: 2rem;
      font-weight: 200;
      margin-bottom: 15px;
  }

  .belief-box p {
      font-size: 0.95rem;
      color: #1b1b1b;
      margin-bottom: 20px;
  }

  .belief-box img {
      width: 100%;
      height: 260px;
      object-fit: cover;
      display: block;
      border-radius: 0;
      margin: 0;
      /* remove gaps */
  }
/*-------- end core and values section ------*/


/* =============  start contact us form section ================*/

.contact-section {
    padding: 50px 20px;
}

.contact-info {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.contact-info h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.contact-info p {
    font-size: 14px;
    color: #555;
}

.form-control {
    border-radius: 8px;
    padding: 12px;
}

.btn-custom {
    background: #1b1b1b;
    color: white;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    font-size: 16px;
    border: none;
}

.btn-custom:hover {
    background: #000;
    color: #fff;
}

.send-msg h3 {
    font-size: 35px;
    font-weight: 200;
}

/* =============  end contact us form section ================*/


/* =============  start map section ================*/

.map-container {
    justify-content: center;
    /* horizontally center */
    align-items: center;
    /* vertically center */
}

iframe {
    width: 1100px;
    /* fixed size */
    height: 450px;
    border: 0;
    border-radius: 12px;
}


@media only screen and (max-width:768px) {
.map-container iframe {
        width: 335px;
        height: 300px;
        text-align: center;
    }

        .send-msg h3 {
            font-size: 28px;
        }

}

/* =============  end map section ================*/


