* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    caret-color: transparent;
}

/* ============hero-section-pic========== */
.img-div {
    /* background-image: url('https://placehold.co/1920x1080'); */
    /* filter: blur(8px); */
    /* -webkit-filter: blur(8px); */
    height: 80vh;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-text {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  
    text-align: center;
}

.btn-custom {
    background-color: #d4a14e;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.btn-custom-outline {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

/* ===========================welcome-text-section=========== */
.header1 {
    /* margin-top: 50px; */
    text-align: left;
}

.header1 h1 {
    font-size: 36px;
    font-weight: bold;
}

.header1 h1 span {
    color: #d4a24c;
}

.header1 .line {
    width: 50px;
    height: 2px;
    background-color: #d4a24c;
    margin: 10px 0;
}

.content1 {
    margin-top: 30px;
}

.content1 p {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

.content1 .highlight {
    font-weight: bold;
    color: #d4a24c;
    font-size: 2rem;
    text-align: left;
}

/* .btn-custom1 {
    background-color: #d4a24c;
    color: white;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
   
} */
.btn-custom1:hover{
    border: 1px solid rgb(175, 175, 175);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

.quote {
    font-style: italic;
    color: #d4a24c;
}

.images {
    margin-top: 20px;
}

/* .images img {
    width: 100%;
    height: auto;
} */

.images .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
}

/* =====================type-of-interior============= */
.bg-img {
    background: url(./Interior-img/bg-imgaes.jpg) no-repeat center center fixed !important;
    background-size: cover !important;
}

.service-title {
    color: white;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}

.service-item {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.service-item img {
    width: 100%;
    height: auto;
    transition: transform 0.8s ease;
}

.service-item:hover {
    transform: scale(1.05);
}

.service-item:hover img {
    transform: scale(1.1);
    filter: brightness(50%);
}

.service-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    transition: opacity 0.3s ease;
}

.service-item .overlay h5 {
    font-size: 18px;
    font-weight: bold;
}

.service-item .overlay p {
    font-size: 14px;
}

.service-item .btn-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-item:hover .btn-overlay {
    opacity: 1;
}

.underline {
    width: 50px;
    height: 3px;
    background-color: #FFC107;
    margin-bottom: 20px;
}

/* ================project-section=============== */



.section-title-container {
    display: flex;
    align-items: center;
}

.section-title-container::after {
    content: '';
    flex-grow: 1;
    height: 2px;
    background-color: #d4af37;
    margin-left: 10px;
}

.nav-links {
    margin-top: 10px;
    margin-bottom: 20px;
}

.nav-links a {
    color: #d4af37;
    margin-right: 10px;
    text-decoration: none;
}

.nav-links a:not(:first-child) {
    color: #6c757d;
}

.project-image {
    width: 100%;
    height: auto;
    transition: transform 0.6s, filter 0.6s;
    transform-style: preserve-3d;
}

.project-image-container:hover .project-image {
    transform: scale(1.1);
    /* filter: brightness(50%); */
}

.project-image-container {
    perspective: 1000px;
    position: relative;
    overflow: hidden;
}

/* 
.project-button {    
    background-color: #d4af37;
    color: white;
    border: none;
    padding: 8px 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 10px;

} */


.project-button:hover {
    background-color: #636364;
}

.project-image-container:hover .project-button {
    display: block;
}

.number-img {
    background: url(./construction-img/bg-img-new.jpg) no-repeat center center fixed !important;
    background-size: cover !important;
    color: white;
    font-family: Arial, sans-serif;
    /* height: 70vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* filter: brightness(80%); */
}

/* ================black-background-img================ */
.bg-img-new {
    background: url(./Interior-img/bg-img-new.jpg) no-repeat center center fixed !important;
    background-size: cover !important;
}

.bg-img-new h5 {
    color: white;
    font-size: 1.2rem;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
}

/* Hover effect to zoom the text */
.bg-img-new:hover h5 {
    transform: scale(1.2);
    /* Zoom effect */
}

/* Additional style for shadow and container */
.shadow-lg {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

.text-center {
    text-align: center;
}

/* ===========================work in progress============== */
.work-process {
    background-color: #fff;
    color: #333;
    padding: 40px 20px;
    border-radius: 15px;
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, background-color 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
    border: 2px solid #ffc107;
}

/* Style for the icons */
.work-process-icon {
    font-size: 60px;
    color: #ffc107;
    margin-bottom: 20px;
}

/* Hover effect for cards */
.work-process:hover {
    transform: translateY(-15px) scale(1.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background-color: #ffc107;
    color: white;
}

/* Overlay effect on hover */
.work-process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.work-process:hover::before {
    opacity: 0.3;
}

/* Heading and text styling */
.work-process h4 {
    position: relative;
    z-index: 2;
    font-weight: bold;
    transition: color 0.4s ease-in-out;
}

.work-process p {
    position: relative;
    z-index: 2;
    transition: color 0.4s ease-in-out;
}

.work-process:hover h4,
.work-process:hover p {
    color: white;
}


.h21 {
    font-weight: bold;
    color: #333;
    /* margin-bottom: 40px; */
    text-transform: uppercase;
}

/* For the hover animation, rotate icons slightly */
.work-process:hover .work-process-icon {
    transform: rotate(360deg);
    transition: transform 0.6s ease-in-out;
    color: white;
}

/* .header {
    text-align: center;
    margin-top: 50px;
} */

/* .header h1 {
    font-size: 36px;
    color: #b3a1a1;
} */

.header p {
    font-size: 14px;
    color: #d4a5a5;
}

.timeline {
    position: relative;
    margin: 50px 0;
    padding: 0;
    list-style: none;
    border-radius: 10px;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #d4a14e;
    left: 50%;
    margin-left: -1px;
}

.timeline-item {
    position: relative;
    margin: 20px 0;
    padding: 20px;
    width: 45%;
    background: #f5f5f5;
    border-radius: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-in-out;
    border: 2px solid #ffc107;
}

.timeline-item.left {
    left: 0;
}

.timeline-item.right {
    left: 52%;
}

.timeline-item:before {
    content: '';
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.timeline-item.left:before {
    right: -10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ffdba2;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.timeline-item.right:before {
    left: -10px;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ffdba2 transparent transparent;
}

.timeline-item h3 {
    font-size: 18px;
    color: #5a5a5a;
}

.timeline-item p {
    font-size: 14px;
    color: #5a5a5a;
}

.timeline-item.show {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .timeline:before {
        left: 0;
        display: none;
    }

    .timeline-item {
        width: 100%;
        left: 0 !important;
        margin: 10px 0;
    }

    .timeline-item:before {
        display: none;
    }
}

/* ===================why chose-us====================== */
.bg {
    background: url(./Interior-img/bg-img-new.jpg) no-repeat center center fixed !important;
    background-size: cover !important;
}

.feature-icon {
    font-size: 2.5rem;
    /* color: #FFEB3B !important; */
}

.feature-text {
    margin-top: 10px;
    font-size: 1.1rem;
    /* color: #FFEB3B !important; */
}

.feature-box {
    text-align: center;
    margin: 20px 0;
}

/* .feature-box i{
    color :white
} */
.title1 {
    font-size: 3rem;
    margin-bottom: 40px;
}