/* index changes  */
.changes-logo-section {
  padding: 60px 0 50px 0;
}
.changes-services-section {
  padding: 42px 0 105px;
}
.changes-about-us-section {
  padding: 60px 0 50px;
}
.changes-about-us-section .big-title {
  color: #ebe4e4;
}
.changes-about-us-section .image img {
  height: 512px;
  width: 530px;
}
.change-footer .widgets-section {
  padding: 47px 0px 0px;
}
.change-footer .footer-bottom {
  padding: 22px;
}
.changes-team-section {
  padding: 48px 0 20px;
}
/* index changes  */

/* about changes */
.changes-page-title .content-box h1:before {
  display: none;
}
.changes-page-title {
  text-align: justify;
}
.changes-page-title .content-box h1 {
  padding-top: 32px;
  top: 133px;
}
.changes-page-title .content-box .bread-crumb li {
  top: 129px;
}
.changes-logo-section {
  padding: 60px 0 50px 0;
}
/* footer changes  */
.change-footer .widgets-section {
  padding: 47px 0px 0px;
}
.change-footer .footer-bottom {
  padding: 22px;
}
/* footer changes  */
 .changes-page-title::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5); 
        z-index: 1;
    }

    .changes-page-title .auto-container {
        position: relative;
        z-index: 2; 
    }
    .changes-about-section {
    padding: 55px 0 60px;
    }
    .changes-about-us-section {
    padding: 50px 0 0px;
    }
    .changes-about-section h2{
    margin-bottom: 15px;
    }
    .changes-about-section h4{
    margin-bottom: 10px;
    }
    .changes-about-section .text{
    margin-bottom: 10px;
    }
    .changes-about-section .big-title{
    color:#ebe4e4;
    }
    .changes-room-dimension .content{
        margin-right: 0;
    }
  
    .changes-room-dimension .content {
        background: url('assets/images/background/bg-4.jpg') no-repeat center;
        background-size: cover;
        padding: 4rem 2rem;
        border-radius: 12px;
    }

    .changes-room-dimension .sec-title h2 {
        font-size: 2.5rem;
        font-weight: bold;
        color: #fff;
    }

    .changes-room-dimension .sec-title .text {
        font-size: 1.1rem;
        color: #e4e4e4;
        margin-top: 1rem;
    }

    .changes-room-dimension .feature-list {
        list-style: none;
        padding: 0;
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center; /* Centers the list */
    }

    .changes-room-dimension .feature-list li {
        font-size: 1rem;
        color: #d1d1d1;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
    }

    .changes-room-dimension .feature-list li i {
        margin-right: 8px;
        color: #ffba08;
    }
    .changes-services-section {
    padding: 47px 0 40px;
    }
    .changes-services-section .owl-theme .owl-nav {
    display: none;
   }
       .main-heading {
        font-weight: 500;
            font-size: 2.5rem;
            line-height: 1.2;
            margin-bottom: 0.5rem;
            letter-spacing: -0.02em;
        }

        .underline {
            display: inline-block;
            width: 4.7rem;
            height: 2px;
            background:rgb(0, 0, 0);
            margin: 0 0.5rem;
            vertical-align: middle;
        }
        
        .description {
            font-size: 1.1rem;
            line-height: 1.8;
            /* color: #5a6c7d; */
            margin-bottom: 3rem;
            font-weight: 400;
        }
        
        .learn-more {
            font-size: 0.9rem;
            font-weight: 600;
            /* color: #2c3e50; */
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            position: relative;
            display: inline-flex;
            align-items: center;
            transition: all 0.3s ease;
        }
        
        .learn-more:hover {
            /* color: #34495e; */
            transform: translateX(5px);
        }
        
        .learn-more::after {
            content: '';
            display: inline-block;
            width: 3rem;
            height: 1px;
            background: #34495e;
            margin-left: 1rem;
            transition: all 0.3s ease;
        }
        
        .learn-more:hover::after {
            width: 4rem;
        }

        .philosophy-section {
            padding: 60px 20px;
            background-color: #fff;
        }

        .philosophy-section h2 {
            font-size: 1.25rem;
            font-weight: bold;
            margin-bottom: 10px;
            color: #333;
        }

        .philosophy-section .main-quote {
            font-size: 2rem;
            font-weight: 700;
            color: #000;
            line-height: 1.5;
            margin-bottom: 30px;
        }

        .philosophy-section p {
            font-size: 1rem;
            line-height: 1.7;
            color: #555;
            margin-bottom: 15px;
        }
            .project-block-one h3:before {
                display: none;
            }
            .project-block-one h3 {
                font-size: 27px;
            }
    .swiper-container {
    width: 100%;
}
.project-block-one {
    margin:0 10px;
    width: 100%;
    height: 400px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    /* border-radius: 8px; */
}

.project-block-one .inner-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-block-one .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.project-block-one .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 8px; */
}
 .section-container {
            padding: 40px 0 30px;
        }

        .section-container .row {
            margin: 0;
        }

        .section-container .col-lg-6, .section-container .col-md-6, .section-container .col-12 {
            padding: 0;
            margin: 0;
        }

        .card-item {
            position: relative;
            border-radius: 0;
            overflow: hidden;
            box-shadow: none;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            cursor: pointer;
            height: 300px;
            border: none;
            margin: 0;
            padding: 0;
            display: block;
            width: 100%;
        }

        .card-item:hover {
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            z-index: 10;
        }

        .card-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            z-index: 1;
        }

        .card-item:hover .card-background {
            transform: scale(0.9);
        }


        .card-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: white;
            z-index: 3;
            width: 90%;
             text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4)
        }

        .card-title {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            letter-spacing: 1px;
        }

        .card-subtitle {
            font-size: 1.1rem;
            font-weight: 300;
            opacity: 0.9;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
            letter-spacing: 0.5px;
        }

        .card-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
            z-index: 2;
            transition: opacity 0.4s ease;
        }

        .card-item:hover .card-overlay {
            opacity: 0.8;
        }

        /* Individual card backgrounds */
       .entertainment-bg {
        background-image: 
            url("../images/interior_images/indoorView2.jpg");
        }

        .renovations-bg {
        background-image: 
            url("../images/interior_img/slider16.jpg");
        }

        .hospitality-bg {
        background-image: 
            url("../images/interior_images/hospitality.jpg");
        }

        .institutional-bg {
        background-image: 
            url("../images/interior_images/corporate2.jpg");
        }
        .tomb-bg {
        background-image: 
            url("../images/interior_img/download.jpeg");
        }

        .residential-bg {
        background-image: 
            url("../images/interior_img/slider1.jpg");
        }

        /* Responsive adjustments */
        @media (max-width: 992px) {
            .card-title {
                font-size: 2rem;
            }
            
            .card-subtitle {
                font-size: 1rem;
            }
            
            .card-item {
                height: 250px;
            }
        }

        @media (max-width: 768px) {
            .card-title {
                font-size: 1.8rem;
            }
            
            .card-subtitle {
                font-size: 0.9rem;
            }
            
            .card-item {
                height: 220px;
            }
            
            .section-container {
                padding: 40px 0;
            }
        }

        @media (max-width: 576px) {
            .card-title {
                font-size: 1.5rem;
                margin-bottom: 10px;
            }
            
            .card-subtitle {
                font-size: 0.8rem;
            }
            
            .card-item {
                height: 200px;
            }
        }

        /* CSS-only loading animation */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .card-item {
            animation: fadeInUp 0.8s ease forwards;
        }

        .card-item:nth-child(1) { animation-delay: 0.1s; }
        .card-item:nth-child(2) { animation-delay: 0.2s; }
        .card-item:nth-child(3) { animation-delay: 0.3s; }
        .card-item:nth-child(4) { animation-delay: 0.4s; }

        @media (max-width: 768px) {
            .philosophy-section .main-quote {
                font-size: 1.5rem;
            }

            .philosophy-section p {
                font-size: 0.9rem;
            }
        }