/* Signe Interior Business HTML-5 Template */

/*** 

====================================================================
	Attachment Css Files
====================================================================

***/

@import url('global.css');
@import url('header.css');
@import url('footer.css');
@import url('animate.css');
@import url('rtl.css');
@import url('dark-body.css');
@import url('slider.css');
@import url('about.css');
@import url('services.css');
@import url('accordion.css');
@import url('process.css');
@import url('clients.css');
@import url('projects.css');
@import url('pricing.css');
@import url('team.css');
@import url('testimonial.css');
@import url('news.css');
@import url('contact.css');
@import url('commited.css');
@import url('faq.css');
@import url('counter.css');
@import url('flaticon_interior.css');
@import url('cta.css');
@import url('shop.css');
@import url('privacy.css');
@import url('not-found.css');
@import url('coming-soon.css');
@import url('page-title.css');
@import url('jquery-ui.css');
@import url('swiper.min.css');
@import url('font-awesome.css');
@import url('fontawesome-free.css');
@import url('custom-animate.css');
@import url('magnific-popup.css');
@import url('odometer-theme-default.css');
@import url('jquery.bootstrap-touchspin.css');

.service-block_four-image img {
    width: 100%;
    height: 250px;   /* Adjust height as you prefer */
    object-fit: cover;  /* Ensures image fills the area without distortion */
    border-radius: 5px; /* optional */
}
.false-ceiling-page {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 60px 0;
}

/* Title */
.fc-title {
    text-align: center;
    margin-bottom: 40px;
}
.fc-title h1 {
    font-size: 40px;
    font-weight: 700;
}

/* Row: Image + Content */
.fc-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    margin-bottom: 50px;
}

.fc-image {
    flex: 1 1 40%;
}
.fc-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
}

.fc-content {
    flex: 1 1 55%;
}
.fc-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
.fc-content p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
}

/* Benefits */
.fc-benefits {
    margin-bottom: 50px;
}
.fc-benefits h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.fc-benefits ul {
    list-style: none;
    padding: 0;
}
.fc-benefits ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.fc-benefits ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ff9900;
    font-weight: bold;
}

/* Gallery */
.fc-gallery h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.fc-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
}

.fc-gallery-grid img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.3s;
}

.fc-gallery-grid img:hover {
    transform: scale(1.05);
}
.slide-in {
    opacity: 0;
    animation: slideIn 1s ease-out forwards;
}

@keyframes slideIn {
    from { opacity: 0; transform: translateX(-40px); }
    to   { opacity: 1; transform: translateX(0); }
}
/* From Uiverse.io by vinodjangid07 */ 
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}
.switch {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
.wrapper {
  width: 35px;
  height: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.row {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.row-bottom {
  align-items: flex-end;
}
.dot {
  width: 8px;
  height: 8px;
  border: 2px solid black;
  border-radius: 50%;
  transition: all 0.2s;
}
.row-horizontal {
  position: absolute;
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s;
}
.row-vertical {
  position: absolute;
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s;
}

.switch:hover .wrapper .row-horizontal {
  width: 100px;
}
.switch:hover .wrapper .row-vertical {
  height: 100px;
}

.switch:hover .wrapper .row-vertical .middle-dot {
  border-radius: 5px;
  height: 35px;
}
.switch:hover .wrapper .row-horizontal .middle-dot-horizontal {
  border-radius: 5px;
  width: 35px;
}
.switch input:checked + .wrapper {
  transform: rotate(45deg) scale(1.2);
}
.switch input:checked + .wrapper .row-vertical {
  height: 100px;
}
.switch input:checked + .wrapper .row-horizontal {
  width: 100px;
}

.switch input:checked + .wrapper .row-vertical .middle-dot {
  border-radius: 5px;
  height: 35px;
}
.switch input:checked + .wrapper .row-horizontal .middle-dot-horizontal {
  border-radius: 5px;
  width: 35px;
}
html, body {
    overflow-x: hidden;
}
