body {
    font-family: "Montserrat", sans-serif !important;
}

p {
    margin: 0 0 20px 0;
    color: #646464;
    /* text-align: justify; */
    font-family: "Roboto", sans-serif !important;
    font-size: 15px;
}

h2 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
}

#header-topbar {
    background: #ff914d;
    padding: 4px 0px;
}

header.header {
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header-action-layout1 ul .header-action-btn .item-btn {
    background: #ff914d;
    display: block;
    border: none;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 3px 15px;
    transition: all 0.3s ease-out;
}

.tel-header {
    padding: 10px 10px;
    display: block;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    color: #555;
    letter-spacing: 2px;
}

.header-topbar-layout1 ul li {
    padding: 0px 0;
    display: inline-block;
    color: #ffffff;
    margin-right: 35px;
    font-size: 14px;
    font-weight: 500;
}

#header-menu {
    padding: 0px 0px;
}

.logo-area img {
    height: 100px;
    width: 100%;
    object-fit: contain;

}

/*slick slider css start*/
/*@media (min-width: 992px) {*/

/*    .slider,*/
/*    .slide {*/
/*        height: 574px;*/
/*    }*/
/*}*/

/*.slide {*/
/*    position: relative;*/
/*}*/

/*.slide .slide__img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    overflow: hidden;*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .slide .slide__img {*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        left: 0;*/
/*        transform: translateY(-50%);*/
/*    }*/
/*}*/

/*.slide .slide__img img {*/
/*    max-width: 100%;*/
/*    height: 574px;*/
/*    width: 100%;*/
/*    opacity: 1 !important;*/
/*    -webkit-animation-duration: 3s;*/
/*    animation-duration: 3s;*/
/*    transition: all 1s ease;*/
/*    object-fit: cover*/
/*}*/

/*.slide .slide__content {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/

/*.slide .slide_content.slidecontent_left {*/
/*    left: 15%;*/
/*    transform: translate(-15%, -50%);*/
/*}*/

/*.slide .slide_content.slidecontent_right {*/
/*    right: 15%;*/
/*    left: auto;*/
/*    transform: translate(5%, -50%);*/
/*}*/

/*.slide .slide__content--headings {*/
    /* color: #fff; */
/*    color: #ff914d;*/
/*    font-size: 30px;*/
/*    font-weight: 700;*/
/*}*/

/*.slide .slide__content--headings h2 {*/
/*    font-size: 4.5rem;*/
/*    margin: 20px 0;*/
/*}*/

/*.slide .slide__content--headings .animated {*/
/*    transition: all 0.5s ease;*/
/*}*/

/*.slide .slide__content--headings .top-title {*/
    /* font-family: "Playball", cursive; */
/*    font-size: 32px;*/
/*    color: #000;*/
/*    font-weight: 700;*/
/*}*/

/*.slide .slide__content--headings .title {*/
/*    font-size: 30px;*/
/*    font-weight: 700;*/
/*}*/

/*.slide .slide__content--headings .button-custom {*/
/*    text-decoration: none;*/
/*    color: #fff;*/
/*    padding: 1.2rem 2.5rem;*/
/*    font-size: 1.5rem;*/
/*    background: #ff914d;*/
/*}*/

/*.slider [data-animation-in] {*/
/*    opacity: 0;*/
/*    -webkit-animation-duration: 1.5s;*/
/*    animation-duration: 1.5s;*/
/*    transition: opacity 0.5s ease 0.3s;*/
/*}*/

/*.slick-dotted .slick-slider {*/
/*    margin-bottom: 30px;*/
/*}*/

/*.slick-dots {*/
/*    position: absolute;*/
/*    bottom: 25px;*/
/*    list-style: none;*/
/*    display: block;*/
/*    text-align: center;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    width: 100%;*/
/*}*/

/*.slick-dots li {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    margin: 0 5px;*/
/*    padding: 0;*/
/*    cursor: pointer;*/
/*}*/

/*.slick-dots li button {*/
/*    border: 0;*/
/*    display: block;*/
/*    outline: none;*/
/*    line-height: 0px;*/
/*    font-size: 0px;*/
/*    color: transparent;*/
/*    padding: 5px;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.slick-dots li button:hover,*/
/*.slick-dots li button:focus {*/
/*    outline: none;*/
/*}*/

/*.simple-dots .slick-dots li {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*}*/

/*.simple-dots .slick-dots li button {*/
/*    border-radius: 50%;*/
/*    background-color: white;*/
/*    opacity: 0.25;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*}*/

/*.simple-dots .slick-dots li button:hover,*/
/*.simple-dots .slick-dots li button:focus {*/
/*    opacity: 1;*/
/*}*/

/*.simple-dots .slick-dots li.slick-active button {*/
/*    color: white;*/
/*    opacity: 0.75;*/
/*}*/

/*.stick-dots .slick-dots li {*/
/*    height: 3px;*/
/*    width: 50px;*/
/*}*/

/*.stick-dots .slick-dots li button {*/
/*    position: relative;*/
/*    background-color: white;*/
/*    opacity: 0.25;*/
/*    width: 50px;*/
/*    height: 3px;*/
/*    padding: 0;*/
/*}*/

/*.stick-dots .slick-dots li button:hover,*/
/*.stick-dots .slick-dots li button:focus {*/
/*    opacity: 1;*/
/*}*/

/*.stick-dots .slick-dots li.slick-active button {*/
/*    color: white;*/
/*    opacity: 0.75;*/
/*}*/

/*.stick-dots .slick-dots li.slick-active button:hover,*/
/*.stick-dots .slick-dots li.slick-active button:focus {*/
/*    opacity: 1;*/
/*}*/

/* /////////// IMAGE ZOOM /////////// */
/*@-webkit-keyframes zoomInImage {*/
/*    from {*/
/*        transform: scale3d(1, 1, 1);*/
/*    }*/

/*    to {*/
/*        transform: scale3d(1.1, 1.1, 1.1);*/
/*    }*/
/*}*/

/*@keyframes zoomInImage {*/
/*    from {*/
/*        transform: scale3d(1, 1, 1);*/
/*    }*/

/*    to {*/
/*        transform: scale3d(1.1, 1.1, 1.1);*/
/*    }*/
/*}*/

/*.zoomInImage {*/
/*    -webkit-animation-name: zoomInImage;*/
/*    animation-name: zoomInImage;*/
/*}*/

/*@-webkit-keyframes zoomOutImage {*/
/*    from {*/
/*        transform: scale3d(1.1, 1.1, 1.1);*/
/*    }*/

/*    to {*/
/*        transform: scale3d(1, 1, 1);*/
/*    }*/
/*}*/

/*@keyframes zoomOutImage {*/
/*    from {*/
/*        transform: scale3d(1.1, 1.1, 1.1);*/
/*    }*/

/*    to {*/
/*        transform: scale3d(1, 1, 1);*/
/*    }*/
/*}*/

/*.zoomOutImage {*/
/*    -webkit-animation-name: zoomOutImage;*/
/*    animation-name: zoomOutImage;*/
/*}*/

/*.slick-nav {*/
/*    --active: #fff;*/
/*    --border: rgba(255, 255, 255, 0.12);*/
/*    width: 44px;*/
/*    height: 44px;*/
/*    position: absolute;*/
/*    cursor: pointer;*/
/*    top: calc(50% - 44px);*/
/*}*/

/*.slick-nav.prev-arrow {*/
/*    left: 3%;*/
/*    transform: scaleX(-1);*/
/*    z-index: 999;*/
/*}*/

/*.slick-nav.next-arrow {*/
/*    left: auto;*/
/*    right: 3%;*/
/*}*/

/*.slick-nav i {*/
/*    display: block;*/
/*    position: absolute;*/
/*    margin: -10px 0 0 -10px;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*}*/

/*.slick-nav i:before,*/
/*.slick-nav i:after {*/
/*    content: "";*/
/*    width: 10px;*/
/*    height: 2px;*/
/*    border-radius: 1px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    background: var(--active);*/
/*    margin: -1px 0 0 -5px;*/
/*    display: block;*/
/*    transform-origin: 9px 50%;*/
/*}*/

/*.slick-nav i:before {*/
/*    transform: rotate(-40deg);*/
/*}*/

/*.slick-nav i:after {*/
/*    transform: rotate(40deg);*/
/*}*/

/*.slick-nav:before,*/
/*.slick-nav:after {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 1px;*/
/*    right: 1px;*/
/*    top: 1px;*/
/*    bottom: 1px;*/
/*    border-radius: 50%;*/
/*    border: 2px solid var(--border);*/
/*}*/

/*.slick-nav svg {*/
/*    width: 44px;*/
/*    height: 44px;*/
/*    display: block;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    color: var(--active);*/
/*    stroke-width: 2px;*/
/*    stroke-dashoffset: 126;*/
/*    stroke-dasharray: 126 126 0;*/
/*    transform: rotate(0deg);*/
/*}*/

/*.slick-nav.animate svg {*/
/*    -webkit-animation: stroke 1s ease forwards 0.3s;*/
/*    animation: stroke 1s ease forwards 0.3s;*/
/*}*/

/*.slick-nav.animate i {*/
/*    -webkit-animation: arrow 1.6s ease forwards;*/
/*    animation: arrow 1.6s ease forwards;*/
/*}*/

/*.slick-nav.animate i:before {*/
/*    -webkit-animation: arrowUp 1.6s ease forwards;*/
/*    animation: arrowUp 1.6s ease forwards;*/
/*}*/

/*.slick-nav.animate i:after {*/
/*    -webkit-animation: arrowDown 1.6s ease forwards;*/
/*    animation: arrowDown 1.6s ease forwards;*/
/*}*/

/*@-webkit-keyframes stroke {*/
/*    52% {*/
/*        transform: rotate(-180deg);*/
/*        stroke-dashoffset: 0;*/
/*    }*/

/*    52.1% {*/
/*        transform: rotate(-360deg);*/
/*        stroke-dashoffset: 0;*/
/*    }*/

/*    100% {*/
/*        transform: rotate(-180deg);*/
/*        stroke-dashoffset: 126;*/
/*    }*/
/*}*/

/*@keyframes stroke {*/
/*    52% {*/
/*        transform: rotate(-180deg);*/
/*        stroke-dashoffset: 0;*/
/*    }*/

/*    52.1% {*/
/*        transform: rotate(-360deg);*/
/*        stroke-dashoffset: 0;*/
/*    }*/

/*    100% {*/
/*        transform: rotate(-180deg);*/
/*        stroke-dashoffset: 126;*/
/*    }*/
/*}*/

/*@-webkit-keyframes arrow {*/

/*    0%,*/
/*    100% {*/
/*        transform: translateX(0);*/
/*        opacity: 1;*/
/*    }*/

/*    23% {*/
/*        transform: translateX(17px);*/
/*        opacity: 1;*/
/*    }*/

/*    24%,*/
/*    80% {*/
/*        transform: translateX(-22px);*/
/*        opacity: 0;*/
/*    }*/

/*    81% {*/
/*        opacity: 1;*/
/*        transform: translateX(-22px);*/
/*    }*/
/*}*/

/*@keyframes arrow {*/

/*    0%,*/
/*    100% {*/
/*        transform: translateX(0);*/
/*        opacity: 1;*/
/*    }*/

/*    23% {*/
/*        transform: translateX(17px);*/
/*        opacity: 1;*/
/*    }*/

/*    24%,*/
/*    80% {*/
/*        transform: translateX(-22px);*/
/*        opacity: 0;*/
/*    }*/

/*    81% {*/
/*        opacity: 1;*/
/*        transform: translateX(-22px);*/
/*    }*/
/*}*/

/*@-webkit-keyframes arrowUp {*/

/*    0%,*/
/*    100% {*/
/*        transform: rotate(-40deg) scaleX(1);*/
/*    }*/

/*    20%,*/
/*    80% {*/
/*        transform: rotate(0deg) scaleX(0.1);*/
/*    }*/
/*}*/

/*@keyframes arrowUp {*/

/*    0%,*/
/*    100% {*/
/*        transform: rotate(-40deg) scaleX(1);*/
/*    }*/

/*    20%,*/
/*    80% {*/
/*        transform: rotate(0deg) scaleX(0.1);*/
/*    }*/
/*}*/

/*@-webkit-keyframes arrowDown {*/

/*    0%,*/
/*    100% {*/
/*        transform: rotate(40deg) scaleX(1);*/
/*    }*/

/*    20%,*/
/*    80% {*/
/*        transform: rotate(0deg) scaleX(0.1);*/
/*    }*/
/*}*/

/*@keyframes arrowDown {*/

/*    0%,*/
/*    100% {*/
/*        transform: rotate(40deg) scaleX(1);*/
/*    }*/

/*    20%,*/
/*    80% {*/
/*        transform: rotate(0deg) scaleX(0.1);*/
/*    }*/
/*}*/

/*slick slider css end*/



.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
}

.why_us_title h2 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
}

.why_us_title h2 span {
    color: #ff914d;
}

.divider {
    width: 100%;
    max-width: 370px;
    height: 1px;
    margin: 40px auto;
    display: block;
    position: relative;
    background: #e5e5e5;
}

.svg-triangle-icon-container {
    width: 22px;
    height: 15px;
    overflow: visible !important;
    left: 50%;
    margin-left: -11px;
    margin-top: -6px;
    display: block;
    position: absolute;
}

.svg-triangle-icon {
    fill: transparent;
    stroke: #ff914d;
    stroke-width: 3;
}

.section_top_60 {
    padding-top: 60px;
}

.about-intro h2 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
}

.about-divider {
    width: 100%;
    max-width: 125px;
    height: 1px;
    margin: 22px 0;
    text-align: left;
    display: block;
    position: relative;
    background: #e5e5e5;
}

.section_main {
    padding: 60px 0px;
}

.text-cap {
    text-transform: uppercase;
}

.about-intro h2 span,
.why_us_title h2 span {
    color: #ff914d;
}

.project-box-layout1 {
    border-radius: 0px;
}

.project-box-layout1 .item-img img {
    border-radius: 0px;
    transform: scale(1);
    transition: all 0.3s ease-out;
    height: 250px;
    width: 100%;
}

.project-box-layout1 .item-img:after {
    content: "";
    height: 86%;
    width: 86%;
    background-color: rgb(0 0 0 / 64%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%) scale(1.2);
    margin: 0 auto;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.item-btn {
    border-radius: 0px !important;
}

.btn-fill-xl {
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 40px;
    border-radius: 0px;
    transition: all 0.3s ease-out;
    background: transparent !important;
    border: 1px solid #fff;
    color: #fff !important;
}

.project-box-layout4 .item-img:after {
    background: -webkit-linear-gradient(bottom, #000000, transparent);
}

.about_bg {
    background: linear-gradient(1deg, rgb(0 0 0 / 85%) 0%, rgb(23 28 38 / 82%) 59%), url(https://img.freepik.com/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-shelf_105762-2077.jpg?t=st=1725957347~exp=1725960947~hmac=fb993c0…&w=996);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.btn-fill-md {
    background: transparent !important;
    border: 1px solid #fff;
    border-radius: 0px;
    color: #a6a6a6 !important;
}

.project-box-layout4 .item-content .btn-fill-md:hover {
    background-color: #68aaa9 !important;
    color: #fff !important;
}

.project-box-layout4 .item-img img {
    border-radius: 0px;
}

.about_bg p,
.about_bg h2 {
    color: #ffffff;
}

.projects_done_main {
    background: linear-gradient(1deg, rgb(0 0 0 / 82%) 0%, rgb(0 0 0 / 64%) 59%), url(https://img.freepik.com/free-photo/lobby-condominium-building_1262-3037.jpg?t=st=1725959857~exp=1725963457~hmac=956d0a1…&w=996);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;


}

.projects_done_main .count-title {
    font-size: 18px;
    color: #ffffff !important;
    line-height: 22px;
}

.footer-box-layout1 .footer-menu-box .footer-menu-list li a {
    font-size: 14px;
    font-weight: 500;
}

/*.slide__img {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.gradient-overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));*/
    /* You can adjust transparency */
/*    z-index: 1;*/
/*}*/

/*.slide__img img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    display: block;*/
/*    position: relative;*/
/*    z-index: 0;*/
/*}*/

/*.slide__content {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    z-index: 2;*/
/*    width: 100%;*/
/*    color: #fff;*/
/*}*/

/* Testimonials Section Styles */
.testimonials-section {
    padding: 80px 0;
    /* background: linear-gradient(135deg, #000000 0%, #000000 100%); */
    background: linear-gradient(1deg, rgb(0 0 0 / 82%) 0%, rgb(0 0 0 / 64%) 59%);
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://img.freepik.com/free-photo/gray-sofa-white-living-room-interior-with-copy-space-3d-rendering_43614-802.jpg?t=st=1747481702~exp=1747485302~hmac=46c68910c6ea2d5d241de40921fe06d85276e03e3c23159347d8880efb9c78d3&w=1380') no-repeat center center;
    background-size: cover;
    opacity: 0.1;
    z-index: 0;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

/* .section-title span {
                color: #3498db;
                position: relative;
            } */

/* .section-title span::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 100%;
                height: 3px;
                background: linear-gradient(90deg, #3498db, #2ecc71);
                border-radius: 3px;
            } */

.divider {
    text-align: center;
    margin-bottom: 50px;
}

.svg-triangle-icon-container {
    width: 24px;
    height: 12px;
}

.svg-triangle-icon {
    fill: #3498db;
}

.testimonials-container {
    position: relative;
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 50px;
}

.testimonials-carousel {
    display: flex;
    transition: transform 0.5s ease;
}

.testimonial-item {
    background: #0000008c;

    border-radius: 0px;
    padding: 40px;
    margin: 0 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    min-width: calc(50% - 30px);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.testimonial-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #ff914d, #000000);
}

.testimonial-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.quote-icon {
    font-size: 5rem;
    color: #fff;
    line-height: 0.5;
    opacity: 0.2;
    position: absolute;
    top: 10px;
    right: 30px;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.client-info {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.client-name {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 5px;
}

.client-location {
    font-size: 0.9rem;
    color: #fff;
    font-style: italic;
}

.custom-navigation {
    position: absolute;
    top: 50%;
    width: calc(100% - 100px);
    left: 50px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    transform: translateY(-50%);
}

.nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #3498db;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn:hover {
    background: #3498db;
    color: white;
    transform: scale(1.1);
}

/* Responsive Styles */
@media (max-width: 992px) {
    .testimonial-item {
        min-width: calc(100% - 30px);
    }

    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .testimonials-container {
        padding: 0 30px;
    }

    .custom-navigation {
        width: calc(100% - 60px);
        left: 30px;
    }

    .testimonial-item {
        padding: 30px;
    }
}

/* Profile Card Styles */
.profile-card {
    width: 100%;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.profile-header {
    position: relative;
    height: 120px;
}

.profile-bg {
    height: 100%;
    /* background: linear-gradient(45deg, #6a11cb 0%, #2575fc 100%); */
    background: linear-gradient(45deg, #a6a6a6 0%, #414141 100%);
}

.profile-pic {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: #fff;
    overflow: hidden;
}

.profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-body {
    padding: 60px 30px 30px;
}

.profile-name {
    margin-bottom: 5px;
    color: #333;
    font-weight: 700;
}

.profile-title {
    color: #ff914d;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 600;
}

.profile-bio {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.profile-stats {
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.stat-item h3 {
    color: #333;
    font-size: 20px;
    margin-bottom: 5px;
}

.stat-item p {
    color: #777;
    font-size: 12px;
    margin: 0;
}

.profile-social {
    margin-bottom: 25px;
}

.profile-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #f5f5f5;
    color: #ff914d;
    border-radius: 50%;
    margin: 0 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.profile-social a:hover {
    background: linear-gradient(45deg, #6a11cb 0%, #2575fc 100%);
    color: #fff;
    transform: translateY(-3px);
}

.profile-btn {
    width: 100%;
    background: linear-gradient(45deg, #6a11cb 0%, #2575fc 100%);
    border: none;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.profile-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(106, 17, 203, 0.4);
}

/* .contact-background { */
    /* background-color: #FFFFFF;
    background-image: url('../img/about/pexels-mikhail-nilov-7682340.jpg'); */
    /* background-position: -2vw 0px; */
    /* background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
} */
.contact-background {
    background-color: #FFFFFF;
    background-image: url(../img/about/pexels-mikhail-nilov-7682340.jpg);
    /* background-position: -2vw 0px; */
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 60px 0px;
}
.appointment-box {
    background-color: #F8F9F9;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 50px 50px 50px;
}

.section-title-wrapper1 {
    width: 100% !important;
}

.section-title-wrapper {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.title-wrap .sub-title {
    color: #ff914d;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    padding: 0 20px;
    position: relative;
    display: inline-block;
}

.title-wrap .sub-title::before {
    content: "";
    bottom: 0;
    left: 0;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
    background-color: #ff914d;
}

.title-wrap .sub-title::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    right: 2px;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
    background-color: #ff914d;
}

.title-wrap .section-title {
    color: #111E21;
    margin-bottom: 22px;
    /* font-family: Lexend; */
    font-weight: 500;
    font-size: 49px;
    line-height: 56px;
    letter-spacing: -1px;
}

.architecture_color {
    color: #ff914d;
}

.contact-form input {
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    border-color: #E9E9E9;
    border-radius: 0;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.btn-default {
    border-color: #ff914d;
    padding: 16px 30px 16px;
    font-size: 14px !important;
    background: #ff914d !important;
    display: inline-block;
    color: #fff !IMPORTANT;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: 600 !IMPORTANT;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase !important;
    border-radius: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-default::before {
    top: 0;
    left: 0;
    right: auto;
    background: #373e40;
    content: "";
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition: 0.3s cubic-bezier(.785, .135, .15, .86);
    z-index: -1;
}

.btn-default::after {
    bottom: 0;
    right: 0;
    left: auto;
    background: #373e40;
    content: "";
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition: 0.3s cubic-bezier(.785, .135, .15, .86);
    z-index: -1;
}

.btn-default:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}

.btn-default:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.contact-form textarea {
    background: #fff;
    border-color: #E9E9E9;
    border-radius: 0;
    height: 130px;
    padding-top: 10px;
    border-radius: 0;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.action-wrap-layout1 {
    padding: 7rem 0;
    background-color: #ff914d;
}

/* inner page css */
.inner_banner_section {
    background: url(../img/inner_page_banner.jpg);
    min-height: 245px;
    background-size: cover;
    background-position: center center;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.title-holder {
    margin: 80px 0 0;
}

.text-start {
    text-align: left !important;
}

.page-title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 10px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    color: #fff;
}

.breadcrumb-item {
    font-weight: 400;
    font-size: 15px;
}

.breadcrumb-item a {
    color: #062c4c;
    position: relative;
    top: 1px;
    left: 0;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    position: relative;
    content: '\203A';
    margin: 0 10px;
    font-size: 18px;
    color: inherit;
    opacity: .7;
    display: inline-block;
}

.padding_layout_1 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.margin_bottom_50 {
    margin-bottom: 50px !important;
}

.service_blog {
    overflow: hidden;
    margin: 30px 0 0;
}

.service_img {
    position: relative;
    overflow: hidden;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.service_cont {
    margin-top: 35px;
}

.service_head {
    text-align: center;
    padding: 18px 20px;
    background: #062c4c;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
}

.service_head a {
    color: #fff;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.service_head::after {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background: #f89c35;
    position: absolute;
    top: 0;
    left: 0;
    transition: ease all 0.5s;
}

.service_blog:hover .service_head::after,
.service_blog:focus .service_head::after {
    width: 100%;
}

p {
    color: #707070;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}

.btn.sqaure_bt {
    border-radius: 0;
    background: #f89c35;
    border: none;
    color: #fff;
    min-width: 170px;
    height: 50px;
    padding: 0 25px;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    margin-top: 10px;
    position: relative;
    transition: all 0.3s;
}

.btn.sqaure_bt:hover {
    background: #e08a2a;
    color: #fff;
}

.text_align_left {
    text-align: left !important;
}

.service_blog_inner .icon img {
    width: 65px;
    height: auto;
    margin-bottom: 15px;
}

h4 {
    font-size: 19px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
    margin: 20px 0 10px 0;
}

.side_bar_blog {
    margin-bottom: 30px;
    /* float: left; */
    width: 100%;
    padding: 30px;
    background: #f9f9f9;
}

.side_bar {
    position: -webkit-sticky;
    position: sticky;
    /*top: 117px;*/
    top: 0px;
    /* Adjust based on header height */
    z-index: 9;
}

.side_bar h4 {
    margin-top: 0;
    padding: 0 15px;
    font-weight: 600;
    font-size: 18px;
    border-left: solid #039dae 5px;
    color: #333;
    margin-bottom: 20px;
}

.categary {
    font-size: 15px;
    list-style: none;
    padding-left: 0;
}

.categary li {
    margin-bottom: 3px;
    transition: ease all 0.5s;
    padding: 6px 15px;
    font-weight: 400;
    font-size: 14px;
    margin-top: 0;
}

.categary a {
    color: #333;
    transition: ease all 0.5s;
    text-decoration: none;
}

.categary a i {
    margin-right: 2px;
}

.categary li:hover,
.categary li:focus {
    padding-left: 30px;
    background: #f89c35;
}

.categary li:hover a,
.categary li:focus a {
    color: #fff;
}

.tags {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tags a {
    border: solid 1px #e1e1e1;
    border-radius: 50px;
    padding: 0 18px;
    min-height: 50px;
    line-height: 50px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.tags a:hover {
    background: #f89c35;
    color: #fff;
    border-color: #f89c35;
}

.recent_post ul {
    list-style: none;
    padding-left: 0;
}

.recent_post li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.recent_post li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.post_head {
    margin-bottom: 5px;
    font-weight: 500;
}

.post_head a {
    color: #333;
    text-decoration: none;
}

.post_date {
    color: #707070;
    font-size: 13px;
}

.post_date i {
    margin-right: 5px;
}

.form-control,
.form-select {
    height: 50px;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 500;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #f89c35;
}

textarea.form-control {
    height: auto;
}



@media (max-width: 767.98px) {
    .title-holder {
        margin: 40px 0 0;
    }

    .page-title {
        font-size: 32px;
        line-height: 38px;
    }

    .side_bar_blog {
        padding: 20px;
    }
    .appointment-box {
            padding: 20px 20px;
        
    }
    .title-wrap .section-title {
        font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    }
}

@media(max-width:600px){
        .about-box-layout7 .item-img {
        position: relative;
        text-align: center;
        right: 0;
        left: 0;
        margin-top: 75px;
    }
    .about-intro-img .owl-carousel .item img {
        width: 100%;
        height: 360px;
        object-fit: cover;
        display: block;
        margin-top: 26px;
    }
    .inner_banner_section {
        margin-top: 0px;
    }
}

<style>
      <style>
        /* Main Banner Slider */
        .main-gallery-slider {
            width: 100%;
            height: 450px;
            overflow: hidden;
            border-radius: 10px;
        }

        .main-gallery-slider .slide img {
            width: 100%;
            height: 450px;
            object-fit: cover;
            border-radius: 0px;
        }

        /* Thumbnails */
        .gallery-thumbs {
            margin-top: 15px;
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .gallery-thumbs img {
            width: 110px;
            height: 80px;
            object-fit: cover;
            border-radius: 6px;
            cursor: pointer;
            border: 2px solid #eee;
            transition: 0.3s;
        }

        .gallery-thumbs img:hover {
            border-color: #078586;
        }
        
        .main-gallery-slider .owl-nav{
            display: none;
        }
        .main-gallery-slider .owl-dots{
            display: none;
        }

        /* Mobile Height */
        @media(max-width:768px) {
            .main-gallery-slider {
                height: 260px;
            }

            .main-gallery-slider .slide img {
                height: 260px;
            }
        }
        
        
    </style>