/* ======= start here home page css==========******* */

a{
    text-decoration: none!important;
}

/* aos scrolling pages issue */
.services-sectionour {
    overflow-x: hidden;
}

.abouts-sectionour {
    overflow-x: hidden;
}

.home-sectionour {
    overflow-x: hidden;
}

.pcm_projectdetail {
    overflow-x: hidden;
}

.contact-btn-changeing {
    cursor: pointer;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts-family/poppins/Poppins-Regular.otf') format('opentype');
}

body {
    font-family: 'Outfit', sans-serif;
}


/* slider css start here */
.hm_website.slider-section {
    position: relative;
}

.hm_website .slider-image-wrapper {
    position: relative;
    overflow: hidden;
    /* aspect-ratio: 16/8; */
    height: 100%;
}

.hm_website .slider-img {
    width: 100%;
    height: 95% !important;
    object-fit: cover;
    display: block;
    border-radius: 16px !important;
    box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.hm_website .slide-content {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    padding: 0 20px;
    z-index: 2;
}

.hm_website .slide-content h1 {
    font-size: 3.3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    filter: brightness(2) contrast(1.6) drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.7));
}

.hm_website .slide-content p {
    font-size: 1.3rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.5rem;
    font-weight: 500;
    filter: brightness(2) contrast(1.6) drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.7));
}

.hm_website .slide-content .btn {
    background-color: #000;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.hm_website .slide-content .btn:hover {
    background-color: #333;
    transform: translateY(-2px);
}

.hm_website .owl-nav {
    position: absolute;
    top: 43%;
    width: 100%;
    transform: translateY(-50%);
    margin-top: 0;
}

/* makes proper border-radiuso of home page slider */
.hm_website .owl-stage-outer {
    border-radius: 16px !important;
    overflow: hidden !important;
}

.hm_website .owl-item {
    border-radius: 16px !important;
    overflow: hidden !important;
}

.hm_website .owl-item .item {
    width: 100% !important;
    height: calc(100vh - 142px);
}


.hm_website .owl-item img {
    border-radius: 16px !important;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.hm_website .owl-nav button.owl-prev,
.hm_website .owl-nav button.owl-next {
    position: absolute;
    background: white !important;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    font-size: 24px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    font-weight: bolder !important;
    font-size: 1.7rem !important;
}

.hm_website .owl-nav button.owl-prev {
    left: 15px;
}

.hm_website .owl-nav button.owl-next {
    right: 15px;
}

.hm_website .owl-nav button:hover {
    background: #f8f9fa !important;
}

/* Hide dots */
.hm_website .owl-dots {
    display: none !important;
}

@media (max-width: 768px) {
    .hm_website .slider-img {
        height: 400px !important;
        width: 100%;
    }

    .hm_website .slider-image-wrapper {
        aspect-ratio: auto;
    }

    .hm_website .slide-content {
        bottom: 143px;
    }

    .hm_website .slide-content h1 {
        font-size: 1.8rem;
        filter: brightness(2) contrast(1.6) drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.7));
    }

    .hm_website .slide-content p {
        font-size: 1rem;
        filter: brightness(2) contrast(1.6) drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.7));
    }

    .hm_website .owl-nav button.owl-prev,
    .hm_website .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
        font-size: 20px !important;
    }

    .hm_website .owl-nav button.owl-prev {
        left: 3px;
    }

    .hm_website .owl-nav button.owl-next {
        right: 3px;
    }
}

/* Video slide styles for carousel */
.hm_website .video-slide {
    position: relative;
}

.hm_website .slider-video-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 16px;
}

.hm_website .slider-video {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    border-radius: 16px !important;
}

.hm_website .slider-video-wrapper .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 1;
}

.hm_website .video-slide .slide-content {
    z-index: 2;
}

@media (max-width: 768px) {
    .hm_website .slider-video {
        height: 400px !important;
    }
}

/* end slider css */

/* Video Banner CSS */
.hm_website.video-banner-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-banner-wrapper {
    position: relative;
    width: 100%;
    height: calc(100vh - 142px);
    min-height: 500px;
    overflow: hidden;
    border-radius: 16px;
}

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 1;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
}

.banner-content .content-wrapper h5 {
    font-size: 1.5rem;
    color: white;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    filter: brightness(2) contrast(1.6) drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.7));
}

.banner-content .content-wrapper h1 {
    font-size: 3.3rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    filter: brightness(2) contrast(1.6) drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.7));
}

.banner-content .content-wrapper p {
    font-size: 1.3rem;
    color: white;
    margin-bottom: 2rem;
    font-weight: 500;
    filter: brightness(2) contrast(1.6) drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.7));
}

.banner-content .btn {
    background-color: #000;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    margin: 0 10px;
}

.banner-content .btn:hover {
    background-color: #333;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.banner-content .btn-outline-light {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.banner-content .btn-outline-light:hover {
    background-color: white;
    color: #000;
}

/* Responsive styles for video banner */
@media (max-width: 768px) {
    .video-banner-wrapper {
        height: 500px;
        min-height: 400px;
    }

    .banner-content .content-wrapper h5 {
        font-size: 1rem;
        letter-spacing: 1px;
    }

    .banner-content .content-wrapper h1 {
        font-size: 1.8rem;
    }

    .banner-content .content-wrapper p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .banner-content .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
        margin: 5px;
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .video-banner-wrapper {
        height: 450px;
    }

    .banner-content .content-wrapper h1 {
        font-size: 1.5rem;
    }

    .banner-content .content-wrapper p {
        font-size: 0.9rem;
    }
}
/* End Video Banner CSS */


.hm_design_website body {
    font-family: 'Outfit', sans-serif;
}

.hm_design_website .feature-icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.hm_design_website .image-container {
    position: relative;
    width: 85%;
}



.hm_design_website .main-img {
    width: 95%;
    border-radius: 20px;
}

.hm_design_website .overlay-img {
    position: absolute;
    bottom: -30px;
    left: 50px;
    width: 60%;
    border: 8px solid white;
    border-radius: 20px;
}

.hm_design_website .black-section {
    background-color: #000;
    color: white;
    padding: 40px 20px;
    text-align: center;
}

.hm_design_website .view-btn {
    background: white;
    color: black;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 30px;
    border: none;
}

.hm_design_website .icon-feature-item {
    text-align: left;
    font-weight: 600;
    font-size: 1.1rem;
}

.hm_design_website .our_technique {
    font-weight: 600;
    margin-top: -19px;
    line-height: 1.7em;
    word-spacing: 3px;
}

.hm_design_website .our_technique_heading {
    font-size: 2.7rem;
    font-weight: 600;
}

/* make media query for small devices */
@media(max-width:768px) {
    .hm_design_website .our_technique_heading {
        font-size: 2.2rem;
    }

    .hm_design_website .main-img {
        width: 100%;
    }
}



/* form section css */
#make_rounded_this {
    border-radius: 20px !important;
    border: 1px solid rgba(159, 155, 155, 0.916);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15) !important;


}

.make-border_rediusinput {
    border: 1.50px solid black !important;
    border-radius: 9px !important;
}

.get_estimated_btn {
    border-radius: 8px;
    font-size: 1rem;
    background-color: #000;
    border: none;
    color: white;
    transition: all 0.3s ease;
    width: 100%;
}

.hm_design_website .form-control:focus,
.hm_design_website .form-select:focus {
    box-shadow: none !important;
    outline: none !important;
}

.hm_design_website .make-border_rediusinput {
    overflow: hidden;
}



/* our specility services start css */
.hm_website_des .service-card {
    transition: all 0.3s ease;
    border-radius: 12px;
    background: #FFFFFF;
    border: 1px solid #f0f0f0;
}


.hm_website_des .service-icon {
    transition: all 0.3s ease;
}



.hm_website_des .service-card h3 {
    color: #000 !important;
    font-weight: bolder !important;

}

.hm_website_des .service-card p {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    line-height: 1.4;
}



@media (max-width: 768px) {
    .hm_website_des .service-card {
        padding: 1.5rem !important;
        max-height: 223px !important;
    }

    .hm_website_des .service-card p {
        font-size: 0.85rem;
    }

    .hm_website_des h2.display-5 {
        font-size: 2rem;
    }

    .hm_website_des .service-card h3 {
        font-size: 1rem !important;
    }
}

/* Reduce card size slightly */
.hm_website_des .service-card {
    padding: 1.5rem !important;
    width: 260px!important;
    margin: 0 auto;
    max-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Increase button width slightly */
.hm_website_des .btn {
    min-width: 150px;
    padding: 3px;
    font-size: 1.1rem;
}

.hm_website_des .our_specility {
    font-size: 2.5rem;
}

@media (max-width: 768px) {
    .hm_website_des .btn {
        width: 100%;
    }
}

/* end */




/* connect our client company css */
.connect_our_company.stats-section {
    background-color: #000;
    color: white;
    padding: 42px 0;
}

.connect_our_company .stats-icon {
    font-size: 44px;
    margin-bottom: 10px;
}

.connect_our_company .stats-number {
    font-size: 2.3rem;
    font-weight: bold;
}

.connect_our_company .stats-title {
    font-size: 1.5rem;
}

/* end */



/* the creative mind css start here */
.Hm_design.team-section {
    background-color: #f9f9f9;
    padding: 38px 0;
}

.Hm_design .team-content h1 {
    font-weight: 800 !important;
    font-size: 3rem;
    color: #000;
    margin-top: -5px;
}

.Hm_design .team-content p {
    color: #5b3c2b;
    font-size: 1.2rem;
    margin-top: 28px;
    font-weight: 400;
    line-height: 1.2em;
}

.Hm_design .btn-dark-rounded {
    background-color: black !important;
    color: white !important;
    padding: 14px 36px;
    border-radius: 50px;
    margin-top: 30px;
    border: none;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.Hm_design .btn-dark-rounded:hover {
    background-color: #333 !important;
}

.Hm_design .team-image img {
    width: 90%;
    border-radius: 20px;
    object-fit: cover;
}

.Hm_design .btn-dark-rounded {
    background-color: black !important;
    color: white !important;
    padding: 11px 22px !important;
    border-radius: 50px !important;
    margin-top: 27px;
    border: none;
    font-weight: 500 !important;
    font-size: 1.2rem !important;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}


@media (max-width: 767.98px) {
    .Hm_design .team-content h1 {
        font-size: 2.2rem;
        margin-top: 0;
    }

    .Hm_design .team-content p {
        font-size: 1rem;
        margin-top: 20px;
    }

    .Hm_design .btn-dark-rounded {
        padding: 10px 20px !important;
        font-size: 1rem !important;
        margin-top: 20px;
    }

    .Hm_design .team-image {
        margin-top: 30px !important;
    }

    .Hm_design .team-image img {
        width: 100%;
        max-width: 400px;
    }
}

/* end */

/* what we do  */
.HM_design .custom-card {
    border: none !important;
    border-radius: 23px !important;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.3s ease;
    outline: none !important;
    margin: 0 auto;
    height: 100%;
}

.HM_design .row > [class*='col-'] {
    display: flex;
}

.HM_design .row > [class*='col-'] > a {
    display: block;
    width: 100%;
}

.HM_design .custom-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.HM_design .card-body {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-radius: 0 0 20px 20px !important;
}

.HM_design .card-body h5 {
    font-weight: bold;
    padding: 5px;
    font-size: 2.1rem;
}

.HM_design .title_headingdo {
    font-weight: 800 !important;
    font-size: 2.2rem !important;
    color: #000;
}

.HM_design .boldercartpara {
    font-size: 16px;
    font-weight: 400 !important;
    text-align: justify;
}

.HM_design .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: left;
}

@media (max-width: 767px) {
    .HM_design .custom-card img {
        height: 200px;
    }
}

/* end */



/* cart crowsol css start here */
.HM_Website_de.portfolio-section {
    padding: 60px 0;
    background: #fff;
    position: relative;
}


.HM_Website_de .portfolio-container {
    margin: 0 auto;
    padding: 0 15px;
}

.HM_Website_de .portfolio-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.HM_Website_de .portfolio-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0;
    color: #000;
    margin-bottom: -15px !important;
    margin-left: 15px !important;
}


.HM_Website_de .view-all-btn {
    background: #000;
    color: #fff;
    padding: 10px 35px;
    border: none;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: -15px !important;
    margin-right: 15px !important;
}

.HM_Website_de .portfolio-carousel {
    position: relative;
}

.HM_Website_de .portfolio-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin: 0 15px;
    height: 350px;
    width: 100%;
}

.HM_Website_de .portfolio-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.HM_Website_de .portfolio-overlay h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.HM_Website_de .portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;


}



.HM_Website_de .detail-btn {
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #000;
    border: none;
    padding: 10px 10px;
    border-radius: 12px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 3px;
    font-size: 1rem;
}


.HM_Website_de .portfolio-card {
    padding-bottom: 22px;


}

.HM_Website_de .portfolio-card img {
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
}

@media(max-width:768px) {
    .HM_Website_de .portfolio-card img {
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
    }

    .HM_Website_de.portfolio-section {
        padding: 60px 0 13px;
    }
}

.HM_Website_de .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;

}


.HM_Website_de .owl-prev,
.HM_Website_de .owl-next {
    width: 50px;
    height: 50px;
    background: #FFFFFF !important;
    border-radius: 50% !important;

    display: flex !important;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    transition: all 0.3s ease;
    position: absolute;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;

}

.HM_Website_de .owl-prev {
    left: -10px;
}

.HM_Website_de .owl-next {
    right: -10px;
}



.HM_Website_de .owl-prev i,
.HM_Website_de .owl-next i {
    font-size: 20px;
    color: #000;
    font-weight: bolder !important;
    font-size: 1.8rem !important;
}

.HM_Website_de .owl-prev:hover i,
.HM_Website_de .owl-next:hover i {
    color: #FFFFFF;
}

@media (max-width: 1200px) {
    .HM_Website_de .owl-prev {
        left: 20px;
    }

    .HM_Website_de .owl-next {
        right: 20px;
    }
}

@media (max-width: 768px) {
    .HM_Website_de .portfolio-header {
        flex-direction: column;
        text-align: center;
    }

    .HM_Website_de .portfolio-header h2 {
        margin-left: 0 !important;
        margin-bottom: 20px !important;
        width: 100%;
        text-align: center;
    }

    .HM_Website_de .view-all-btn {
        width: 100%;
        margin-right: 0 !important;
        padding: 12px 35px;
    }

    .HM_Website_de .portfolio-card {
        height: 300px;
        margin: 15px 0;
    }

    .HM_Website_de .owl-prev {
        left: 1px !important;
    }

    .HM_Website_de .owl-next {
        right: 1px !important;
    }
}


.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-item {
    display: flex;
}



/* end cart crowsol css here */


/* frequently ask question css section */
.HM_Website_de .accordion-button::after {
    display: none;
}

.frequentlyask {
    font-size: 2.3rem;
    font-weight: bolder !important;
}

.HM_Website_de .custom-icon {
    background-color: black;
    color: white;
    border-radius: 50%;
    padding: 0px 10px;
    font-size: 20px;
    font-weight: 500;
    font-size: 2.1rem;
}

.HM_Website_de .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    color: inherit !important;

}

.HM_Website_de .accordion-item {
    border-radius: 10px;
    border: 1.40px solid rgb(225, 223, 223) !important;
    margin-bottom: 10px;
}

.HM_Website_de .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 1.2rem 1.25rem;
}

.HM_Website_de .accordion-button:focus {
    box-shadow: none !important;
    border-color: black !important;
}

.HM_Website_de .form-section {
    border-radius: 12px;
    padding: 40px;

}

.HM_Website_de .form-section img {
    max-width: 100%;
}

.HM_Website_de .form-control {
    border-radius: 6px;
    margin-top: 15px;
}

.HM_Website_de .btn-submit {
    background-color: black;
    color: white;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 15px;
    border: none;
    width: 150px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

}

.HM_Website_de .accordion-collapse {
    transition: all 0.3s ease;
}

.form-concepcompletion {
    font-size: 1.1rem;
    width: 100%;
    color: rgb(195, 190, 190)
}

.askanyquestionf {
    font-weight: 600;
    font-size: 1.7rem;
}


.HM_Website_de .accordion-button:not(.collapsed) .custom-icon::after {
    content: "+";
    transform: rotate(180deg);
}

.HM_Website_de .accordion-button .custom-icon::after {
    content: "+";
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
}


.HM_Website_de .form-control:focus {
    box-shadow: none !important;
    border-color: #ced4da !important;
}


.HM_Website_de .accordion-item {
    overflow: hidden;
}

@media(max-width:768px) {
    .HM_Website_de .accordion-button {
        font-size: 1rem;
    }

    .HM_Website_de .form-section {
        margin-bottom: -5px !important;
    }
}

.HM_Website_de .accordion-button .custom-icon::after {
    content: "+";
    display: inline-block;
}

.HM_Website_de .accordion-button:not(.collapsed) .custom-icon::after {
    content: "-";
    padding: 0px 1px;
}

/* end */

/* hr line style */
#bottom_hr_line {
    border: none;
    height: 1.14px;
    background: #FFFFFF;
    border-radius: 2px;
    opacity: 1;
    margin: 2rem 0;
    width: 100%;
}

/* end home page css */




/* ************ ++++++=========== start abouts page css */

/* abouts banner page css  */

.abouts_banner_hm {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 142px);
    width: 88%;
    margin: 0 auto;
}


.abouts_banner_hm .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 1;
    object-fit: cover;
}

.abouts_banner_hm .banner-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
    pointer-events: none;
    border-radius: 0 0 30px 30px;
}

.abouts_banner_hm .banner-overlay {
    position: relative;
    z-index: 3;
    color: white;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}

.abouts_banner_hm h1 {
    font-size: 3.5rem;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0.2rem !important;
    width: 100%;
    filter: brightness(2) contrast(2);

}




.abouts_banner_hm .lead {
    font-size: 1.1rem;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    max-width: 800px;
    margin: 0 auto 45px;
    width: 100%;
}

@media (max-width: 991px) {
    .abouts_banner_hm h1 {
        font-size: 2.8rem;
    }

    .abouts_banner_hm .lead {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .abouts_banner_hm {
        height: 450px;
        width: 100%;

    }

    .abouts_banner_hm .banner-img {
        border-radius: 0;

    }

    .abouts_banner_hm .banner-shadow {
        height: 70px;
        border-radius: 0;

    }

    .abouts_banner_hm h1 {
        font-size: 2.2rem;
    }

    .abouts_banner_hm .lead {
        font-size: 1.1rem;
        padding: 0 15px;
    }

    .abouts_banner_hm .banner-overlay {
        padding-bottom: 40px;
    }


    .abouts_banner_hm .banner-shadow {
        border-radius: 0 0 11px 14px !important;

    }

    .abouts_banner_hm .lead {
        margin: 0 auto 13px;


        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.798);
    }

}

/* end abouts banner css  */




/* why choose us css */

.hm_designabout {
    padding: 80px 0 62px 0;


}

.hm_designabout .container {
    max-width: 1200px;
    padding: 0 15px;
}

.hm_designabout h1 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 30px;
    color: #000;
    position: relative;
}

.hm_designabout h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 70px;
    height: 3px;
    background: #333;
}

.hm_designabout .main-content {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 40px 0;
}

.hm_designabout .main-content p {
    margin-top: 56px !important;
    color: #000;
    line-height: 1.6;
    font-weight: 500;
    font-size: 1.2rem;
}

.feature-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.feature-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);

    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.feature-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 10px;
}

.feature-box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    flex-shrink: 0;
}

.feature-box h3 {
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
    line-height: 1.3;
}

.feature-box p {
    font-size: 1.2rem;
    margin-bottom: 25px;
    line-height: 1.6;
    color: #000000;
    margin-top: 15px;
    font-weight: 500;
}

.read-more-btn {
    display: inline-block;
    padding: 10px 15px;
    background: transparent;
    color: #333;
    border: 2px solid #333;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: -10px;
    font-size: 1.2rem;
}


/* Mobile Responsive Adjustments */
@media (max-width: 991.98px) {
    .hm_designabout {
        padding: 60px 0;
    }

    .hm_designabout h1 {
        font-size: 2.2rem;
        margin-top: 0 !important;
    }

    .hm_designabout .main-content p {
        margin-top: 40px !important;
        font-size: 1.1rem;
    }

    .feature-container {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 30px;
    }

    .col-lg-5,
    .col-lg-7 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .feature-box {
        margin-bottom: 15px;
    }

    .feature-box img {
        width: 50px;
        height: 50px;
    }

    .feature-box h3 {
        font-size: 1.3rem;
    }

    .feature-box p {
        font-size: 1.1rem;
    }

    .read-more-btn {
        font-size: 1.1rem;
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .hm_designabout h1 {
        font-size: 2rem;
    }

    .hm_designabout .main-content p {
        margin-top: 30px !important;
    }

    .feature-container {
        gap: 7px 5px !important;
        /* 30px horizontal gap, 20px vertical gap */
    }
}

.feature-container {
    gap: 22px 22px;

}

/* end why choose us  */


/* who we are css start here */

.hm_design_about {}

.hm_design_about .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
}

.hm_design_about .breadcrumb-item a {
    color: #000;
    font-weight: 500;
    font-size: 1.2rem;
    text-decoration: none;

}

.hm_design_about .breadcrumb-item.active a {
    color: #000;
    font-weight: 500;
    font-size: 1.2rem;
    text-decoration: none;
}


.hm_design_about .breadcrumb-separator {
    padding: 0 8px;
    color: #000;
}

.hm_design_about .about-title {
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 30px;
    color: #000;
    position: relative;
}

.hm_design_about .about-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 70px;
    height: 3px;
    background: #000;
}

.hm_design_about .about-content p {
    font-size: 1.2rem !important;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 500;
    color: #000000;
    margin-top: 40px !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

}

.hm_design_about .about-image {
    width: 100%;
    height: 390px;
    margin-top: 40px;

}

@media (max-width: 991.98px) {
    .hm_design_about .about-title {
        font-size: 2rem;
    }

    .hm_design_about .about-content p {
        font-size: 1rem;
    }

    .hm_design_about .about-image {
        margin-left: 0;
    }

    .hm_design_about .about-image {
        height: 288px;
    }

    .hm_design_about .about-content p {
        font-size: 1.1rem !important;
    }
}

@media (max-width: 767.98px) {
    .hm_design_about .about-title {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }

    .hm_design_about .about-image {
        margin-top: 30px;
    }
}

/* end */



/* what we do three cart css start here */
.hm_design_aboutsswhat {
    color: #fff;
    padding: 36px 0;
    background: black;
    width: 100%;
    overflow: hidden;
}

.hm_design_aboutsswhat .container {
    padding: 0 15px;
    max-width: 1150px !important;
    margin: 0 auto;
}

.hm_design_aboutsswhat .header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    padding: 0 15px;
}

.hm_design_aboutsswhat .header h1 {
    font-size: 2.7rem;
    font-weight: 800;
    margin-bottom: 9px;
    color: #FFFFFF;
}

.hm_design_aboutsswhat .header p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #FFFFFF;
    font-weight: 500;
}

.hm_design_aboutsswhat .services-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    margin-top: -25px;
}

.hm_design_aboutsswhat .service-card {
    background: #fff;
    border: none;
    text-align: center;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-height: 458px;
    box-sizing: border-box;
}

.hm_design_aboutsswhat .service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.hm_design_aboutsswhat .service-title {
    font-size: 2.4rem;
    font-weight: 800;
    margin: 20px 0 15px;
    color: #000;
    position: relative;
    padding-bottom: 20px;
}

.hm_design_aboutsswhat .service-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #333;
}

.hm_design_aboutsswhat .service-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #000;
    text-align: start;
    margin-top: 30px !important;
}

/* Improved Responsive Adjustments */
@media (max-width: 1199px) {
    .hm_design_aboutsswhat .service-card {
        padding: 35px 25px;
    }
}

@media (max-width: 991px) {
    .hm_design_aboutsswhat .service-card {
        width: calc(50% - 10px);
    }

    .hm_design_aboutsswhat .header h1 {
        font-size: 2.4rem;
    }

    .hm_design_aboutsswhat .service-title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .hm_design_aboutsswhat .container {
        padding: 0 16px;
    }

    .hm_design_aboutsswhat .services-container {
        gap: 15px;
    }

    .hm_design_aboutsswhat .service-card {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 5px;
        padding: 30px 15px;
    }

    .hm_design_aboutsswhat .header {
        margin-bottom: 40px;
    }

    .hm_design_aboutsswhat .header h1 {
        font-size: 2rem;
    }

    .hm_design_aboutsswhat .header p {
        font-size: 1rem;
    }

    .hm_design_aboutsswhat .service-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 575px) {
    .hm_design_aboutsswhat {
        padding: 30px 0;
    }

    .hm_design_aboutsswhat .service-card {
        padding: 30px 15px;
    }

    .hm_design_aboutsswhat .service-icon {
        width: 70px;
        height: 70px;
    }
}


/* end */



/* story section abouts css start here */
.timeline-section {
    padding: 30px 0;
    position: relative;
    background: black;
    width: 100%;
    margin: 0 auto;
    margin-top: 75px !important;
}

.timeline-container {
    width: 86%;
    max-width: 1300px;
    margin: 0 auto;
}

.timeline-line {
    position: absolute;
    top: 189px;
    left: 18%;
    width: 65%;
    height: 2px;
    background-color: white;
    z-index: 1;
}

.timeline-point {
    background: white;
    color: black;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
    z-index: 2;
    margin: 0 auto 15px !important;
}

.our_storyhm {
    color: #FFFFFF;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 15px !important;
}

.our_jouryhmp {
    color: #FFFFFF;
    margin-bottom: 41px !important;
}

.timeline-content {
    text-align: center;
    padding: 0 10px;
}

.timeline-content h5 {
    font-weight: bold;
    margin-bottom: 19px;
    margin-top: 25px;
}

.timeline-content p {
    margin: 0;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.7;
}

.timeline-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.timeline-col {
    flex: 1 1 calc(25% - 20px);
    min-width: 250px;
}

@media (max-width: 992px) {
    .timeline-col {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .timeline-col {
        flex: 1 1 100%;
        min-width: 100%;
        margin-bottom: 30px;
    }

    .timeline-line {
        display: none;
    }

    .timeline-point {
        width: 45px;
        height: 45px;
        font-size: 0.9rem;
    }

    .our_storyhm {
        font-size: 2.2rem;
        text-align: center;
    }

    .our_jouryhmp {
        text-align: center;
        margin-bottom: 30px !important;
    }

    .timeline-content h5 {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .timeline-content p {
        font-size: 0.9rem;
        padding: 0 10px;
    }
}

/* end succss sotr css */


/* creative mind css start here */
.hm_design_creativem.portfolio-section {
    padding: 60px 0;
    background: #FFFFFF;
    position: relative;
}

.hm_design_creativem .portfolio-container {
    margin: 0 auto;
    padding: 0 15px;
}

.hm_design_creativem .portfolio-header {
    margin-bottom: 20px;
}

.hm_design_creativem .portfolio-header h1 {
    font-size: 2.8rem;
    font-weight: 800;
    margin: 0;
    color: #000;
    margin-bottom: -10px !important;
}

.creativeparagraph {
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 34px !important;
}

.hm_design_creativem .portfolio-carousel {
    position: relative;
}

.hm_design_creativem .portfolio-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin: 0 15px;
    height: 290px;
    width: 100%;
    background: #DBDCE0;
    display: flex;
    flex-direction: column;
}

.hm_design_creativem .portfolio-card img {
    width: 100%;
    height: 100%;
    display: block;
    margin-top: auto;
    object-fit: cover;
}

.hm_design_creativem .team-info {
    padding: 8px !important;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 2;
    color: white;
    border: 1px solid rgb(216, 214, 214);
    border-radius: 15px;
}

.hm_design_creativem .team-info h4 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #000000;
}

.hm_design_creativem .team-info p {
    font-size: 1.1rem;
    color: #000 !important;
    margin-bottom: 0;
}

/* Fixed Owl Carousel Navigation */
.hm_design_creativem .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: space-between;
    pointer-events: none;
    opacity: 1 !important;
    visibility: visible !important;
}

.hm_design_creativem .owl-prev,
.hm_design_creativem .owl-next {
    width: 50px;
    height: 50px;
    background: #FFFFFF !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
    position: relative;
}

.hm_design_creativem .owl-prev {
    left: -15px !important;
}

.hm_design_creativem .owl-next {
    right: -15px !important;
}

.hm_design_creativem .owl-prev i,
.hm_design_creativem .owl-next i {
    font-size: 20px;
    color: #000;
    font-weight: bolder !important;
    font-size: 1.8rem !important;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .hm_design_creativem .owl-prev {
        left: 10px !important;
    }

    .hm_design_creativem .owl-next {
        right: 10px !important;
    }
}

@media (max-width: 768px) {
    .hm_design_creativem .portfolio-header h2 {
        margin-bottom: 20px !important;
    }

    .hm_design_creativem .portfolio-card {
        height: 300px;
        margin: 15px 0;
    }

    .hm_design_creativem .owl-prev {
        left: 1px !important;
    }

    .hm_design_creativem .owl-next {
        right: 1px !important;
    }

    .hm_design_creativem .portfolio-card img {
        height: 121% !important;
    }
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-item {
    display: flex;
}

/* end creative mind css */











/* +++++++== Services page css start here======@@@@@@@@ */


/* 1.banner section css of services */
.services_banner_hm {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 142px);
    width: 90%;
    margin: 0 auto;
    object-fit: cover;
}

.services_banner_hm .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 1;
}

.services_banner_hm .banner-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
    pointer-events: none;
    border-radius: 0 0 30px 30px;
}

.services_banner_hm .banner-overlay {
    position: relative;
    z-index: 3;
    color: white;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}

.services_banner_hm h1 {
    font-size: 3.5rem;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0.2rem !important;
    width: 100%;
    filter: brightness(2) contrast(2);

}

.services_banner_hm .lead {
    font-size: 1.1rem;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    max-width: 800px;
    margin: 0 auto 45px;
    width: 100%;
}

@media (max-width: 991px) {
    .services_banner_hm h1 {
        font-size: 2.8rem;
    }

    .services_banner_hm .lead {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .services_banner_hm {
        height: 450px;
        width: 100%;

    }

    .services_banner_hm .banner-img {
        border-radius: 0;

    }

    .services_banner_hm .banner-shadow {
        height: 70px;
        border-radius: 0;

    }

    .services_banner_hm h1 {
        font-size: 2.2rem;
    }

    .services_banner_hm .lead {
        font-size: 1.1rem;
        padding: 0 15px;
    }

    .services_banner_hm .banner-overlay {
        padding-bottom: 40px;
    }


    .services_banner_hm .banner-shadow {
        border-radius: 0 0 11px 14px !important;

    }

    .services_banner_hm .lead {
        margin: 0 auto 13px;


        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.798);
    }

}

/* end banner section css services */



/* css home -> services bottom banner */

.hm_Service .breadcrumb-item+.breadcrumb-item::before {
    display: none;
    content: "";
}

.hm_Service {
    width: 100%;
}

.hm_Service .breadcrumb-container {
    width: 84%;
    margin: 0 auto;
    padding: 12px 0;
}

.hm_Service .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.hm_Service .breadcrumb-item {
    color: #000;
    display: flex;
    align-items: center;
}

.hm_Service .breadcrumb-item a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
}

.hm_Service .breadcrumb-arrow {
    margin: 0 8px;
    display: inline-flex;
    align-items: center;
}

.hm_Service .breadcrumb-arrow img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    margin-left: -3px !important;
}

.hm_Service .services-link {
    padding-left: 0;
}

@media(max-width:768px) {
    .hm_Service .breadcrumb-container {
        width: 92%;
    }
}

/* end */


/* services first section css start her */
.hm_services_design {
    padding: 85px 0;
    font-family: 'Poppins', 'Extra bold';

}

.hm_services_design h1 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    color: #000000;
}

.hm_services_design p {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 1.3;
    margin-top: 35px;
    letter-spacing: 0;
    font-family: 'Outfit', sans-serif;
}

.hm_services_design .btn {
    font-size: 18px;
    font-weight: 800;
    transition: all 0.3s ease;
    border: 1.40px solid black;
    padding: 10px 15px;
    margin-top: 15px;
    color: #111111;
}

.hm_services_design .btn:hover {
    border: 1.40px solid black;
    color: #111111;
}

.hm_services_design img {
    height: 450px;
    width: 100%;
    object-position: center;
}

@media (max-width: 1199px) {
    .hm_services_design img {
        height: 400px;
    }
}

@media (max-width: 992px) {
    .hm_services_design {
        padding: 60px 0;
    }

    .hm_services_design h1 {
        font-size: 2rem;
    }

    .hm_services_design p {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .hm_services_design {
        padding: 40px 0;
    }

    .hm_services_design h1 {
        font-size: 1.8rem;
    }

    .hm_services_design img {
        height: 300px;
        margin-top: 30px !important;
    }
}

@media (max-width: 576px) {
    .hm_services_design h1 {
        font-size: 1.6rem;
    }

    .hm_services_design p {
        font-size: 1rem;
        margin-top: 20px;
    }

    .hm_services_design .btn {
        font-size: 1rem;
        padding: 8px 12px;
    }

    .hm_services_design img {
        height: 250px;
    }
}

/* end */



/* second section in services  */
.hm_services_design_second_section {
    padding: 0px 0;
    margin-top: -10px;
    font-family: 'Outfit', sans-serif;
}

.hm_services_design_second_section h1 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    color: #000000;
}

.hm_services_design_second_section p {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 1.3;
    margin-top: 35px;
    letter-spacing: 0;
    font-family: 'Outfit', sans-serif;
}

.hm_services_design_second_section .btn {
    font-size: 18px;
    font-weight: 800;
    transition: all 0.3s ease;
    border: 1.40px solid black;
    padding: 10px 15px;
    margin-top: 15px;
    color: #111111;
}

.hm_services_design_second_section .btn:hover {
    border: 1.40px solid black;
    color: #111111;
}

.hm_services_design_second_section img {
    height: 450px;
    width: 100%;
    object-position: center;
}

@media (max-width: 1199px) {
    .hm_services_design_second_section img {
        height: 400px;
    }
}

@media (max-width: 992px) {
    .hm_services_design_second_section {
        padding: 60px 0;
    }

    .hm_services_design_second_section h1 {
        font-size: 2rem;
    }

    .hm_services_design_second_section p {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .hm_services_design_second_section {
        padding: 30px 0;
    }

    .hm_services_design_second_section h1 {
        font-size: 1.8rem;
    }

    .hm_services_design_second_section img {
        height: 300px;
        margin-top: 30px !important;
    }
}

@media (max-width: 576px) {
    .hm_services_design_second_section h1 {
        font-size: 1.6rem;
    }

    .hm_services_design_second_section p {
        font-size: 1rem;
        margin-top: 20px;
    }

    .hm_services_design_second_section .btn {
        font-size: 1rem;
        padding: 8px 12px;
    }

    .hm_services_design_second_section img {
        height: 250px;
        margin-top: 55px !important;
    }
}

/* end second section */



/* third section css in services  */
.hm_services_design_third_section {
    padding: 80px 0;
    font-family: 'Outfit', sans-serif;
}

.hm_services_design_third_section h1 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    color: #000000;
}

.hm_services_design_third_section p {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 1.3;
    margin-top: 35px;
    letter-spacing: 0;
    font-family: 'Outfit', sans-serif;
}

.hm_services_design_third_section .btn {
    font-size: 18px;
    font-weight: 800;
    transition: all 0.3s ease;
    border: 1.40px solid black;
    padding: 10px 15px;
    margin-top: 15px;
    color: #111111;
}

.hm_services_design_third_section .btn:hover {
    border: 1.40px solid black;
    color: #111111;
}

.hm_services_design_third_section img {
    height: 450px;
    width: 100%;
    object-position: center;
}

@media (max-width: 1199px) {
    .hm_services_design_third_section img {
        height: 400px;
    }
}

@media (max-width: 992px) {
    .hm_services_design_third_section {
        padding: 60px 0;
    }

    .hm_services_design_third_section h1 {
        font-size: 2rem;
    }

    .hm_services_design_third_section p {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .hm_services_design_third_section {
        padding: 40px 0;
    }

    .hm_services_design_third_section h1 {
        font-size: 1.8rem;
    }

    .hm_services_design_third_section img {
        height: 300px;
        margin-top: 30px !important;
    }
}

@media (max-width: 576px) {
    .hm_services_design_third_section h1 {
        font-size: 1.6rem;
    }

    .hm_services_design_third_section p {
        font-size: 1rem;
        margin-top: 20px;
    }

    .hm_services_design_third_section .btn {
        font-size: 1rem;
        padding: 8px 12px;
    }

    .hm_services_design_third_section img {
        height: 250px;
    }
}

/* end third section css */

/* fourth section css in services */
.hm_services_design_fourth_section {
    padding: 0px 0;
    font-family: 'Outfit', sans-serif;
    margin-top: -6px;
}

.hm_services_design_fourth_section h1 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    color: #000000;
}

.hm_services_design_fourth_section p {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 1.3;
    margin-top: 35px;
    letter-spacing: 0;
    font-family: 'Outfit', sans-serif;
}

.hm_services_design_fourth_section .btn {
    font-size: 18px;
    font-weight: 800;
    transition: all 0.3s ease;
    border: 1.40px solid black;
    padding: 10px 15px;
    margin-top: 15px;
    color: #111111;
}

.hm_services_design_fourth_section .btn:hover {
    border: 1.40px solid black;
    color: #111111;
}

.hm_services_design_fourth_section img {
    height: 450px;
    width: 100%;
    object-position: center;
}

@media (max-width: 1199px) {
    .hm_services_design_fourth_section img {
        height: 400px;
    }
}

@media (max-width: 992px) {
    .hm_services_design_fourth_section {
        padding: 60px 0;
    }

    .hm_services_design_fourth_section h1 {
        font-size: 2rem;
    }

    .hm_services_design_fourth_section p {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .hm_services_design_fourth_section {
        padding: 30px 0;
    }

    .hm_services_design_fourth_section h1 {
        font-size: 1.8rem;
    }

    .hm_services_design_fourth_section img {
        height: 300px;
        margin-top: 30px !important;
    }
}

@media (max-width: 576px) {
    .hm_services_design_fourth_section h1 {
        font-size: 1.6rem;
    }

    .hm_services_design_fourth_section p {
        font-size: 1rem;
        margin-top: 20px;
    }

    .hm_services_design_fourth_section .btn {
        font-size: 1rem;
        padding: 8px 12px;
    }

    .hm_services_design_fourth_section img {
        height: 250px;
        margin-top: 55px !important;
    }
}

/* end fourth section */

/* how we work css start here */
.hm_how_we_work {
    padding: 140px 0 45px 0;
    font-family: 'Outfit', sans-serif;
}

.hm_how_we_work .section-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 20px;
}

.hm_how_we_work .section-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 40px;
}

.hm_how_we_work .work-process {
    padding-right: 30px;
}

.hm_how_we_work .process-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}

.moving_ontopside {
    margin-top: -6px !important;
}

.hm_how_we_work .step-number-container {
    flex-shrink: 0;
    position: relative;
    width: 80px;
}

.hm_how_we_work .step-number {
    font-size: 6.5rem;
    margin-top: 12px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.1);
    line-height: 1;
    display: block;
    position: relative;
    z-index: 1;
}

.hm_how_we_work .step-content {
    flex: 1;
    position: relative;
    z-index: 2;
    margin-left: 85px;
    margin-top: 15px;
}

.hm_how_we_work .step-title {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}

.hm_hm-designhow_work.custom-video-section {
    background-color: rgba(217, 217, 217, 0.3);
    max-height: 1000px !important;
    margin-top: 20px;
    border-radius: 20px !important;
}

.hm_how_we_work .step-description {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 1.2;
}

.hm_how_we_work .video-placeholder {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}


.hm_hm-designhow_work.custom-video-section {
    position: relative;
}

.moving_bottom_hm {
    margin-top: 50px;
}

.hm_hm-designhow_work.custom-video-section .ratio {
    /* background-color: rgba(217, 217, 217, 0.3); */
}


@media (max-width: 768px) {
    .hm_how_we_work {
        padding: 70px 0;
    }

    .hm_how_we_work .container {
        /* padding-left: 20px;
        padding-right: 20px; */
    }

    .hm_how_we_work .work-process {
        margin-bottom: 40px;
        padding-right: 0;
    }

    .hm_how_we_work .step-content {
        margin-left: 70px;
    }


    .hm_hm-designhow_work.custom-video-section {
        height: 400px !important;
        width: 100% !important;
        margin-top: 30px;
        border-radius: 12px;
    }
}


@media (max-width: 576px) {
    .hm_how_we_work {
        padding: 10px 0;
    }

    .hm_how_we_work .section-title {
        font-size: 28px;
    }

    .hm_how_we_work .section-subtitle {
        font-size: 16px;
    }

    .hm_how_we_work .step-title {
        font-size: 22px;
    }

    .hm_how_we_work .step-description {
        font-size: 16px;
    }

    .hm_how_we_work .step-number {
        font-size: 3.9rem;
    }

    .hm_how_we_work .step-number-container {
        width: 60px;
    }

    .hm_how_we_work .step-content {
        margin-left: 18px;
    }

    .hm_hm-designhow_work.custom-video-section {
        height: 410px !important;
        max-width: 370px !important;
    }
}

/* end how we work */



/* css start ready get started */
.hm-design-services-section {
    padding: 60px 0 0 0;
    position: relative;
}


.design-services-container {
    position: relative;
    overflow: hidden;
    height: 50vh;
    min-height: 300px;

}

.design-services-bg-image {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: none;
}

.design-services-img {
    width: 100%;
    height: 100%;
    filter: brightness(0.7);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* Content Box Styles */
.design-services-content {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    max-width: 800px;
    width: 90%;
    z-index: 2;
    color: #FFFFFF;
}


.design-services-title {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.design-services-subtitle {
    font-size: 32px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 6px;
}

.design-services-description {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 35px;
    line-height: 1.375;
}

#serviceshrline {
    margin: 0;
    /* height: 0.42px; */
    background: #555;
    border: none;
}

.design-services-btn {
    display: inline-block;
    background-color: #FFFFFF;
    color: #000000;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 36px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.design-services-btn:hover {
    background-color: black;
    color: #FFFFFF;
}


@media (max-width: 992px) {
    .design-services-container {
        height: 55vh;
    }

    .design-services-subtitle {
        font-size: 28px;
    }
}

@media (max-width: 768px) {


    .hm-design-services-section {
        padding: 40px 0 0 0;
    }

    .design-services-content {
        padding: 30px;
    }

    .design-services-description {
        font-size: 16px;
    }
}

@media (max-width: 576px) {


    .design-services-container {
        height: 55vh;
        min-height: 250px;
    }



    .design-services-content {
        padding: 25px 20px;
    }

    .design-services-subtitle {
        font-size: 24px;
    }

    .design-services-btn {
        padding: 10px 20px;
        font-size: 16px;
    }
}

/* end */
/* end services page css her */



/* ======*****  PCM services detail css start @@@@@@@@@@@@@@@ */

/* pcm banner section start */
.hm_services_detail {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 142px);
    margin: 0 auto;
}

.hm_services_detail .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px !important;
    z-index: 1;
    object-fit: cover;
}

.hm_services_detail .banner-overlay {
    position: relative;
    z-index: 3;
    color: white;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hm_services_detail h1 {
    font-size: 42px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem !important;
    width: 100%;
    line-height: 1.4;
    color: #FFFFFF;
}

.hm_services_detail .lead {
    font-size: 18px;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    max-width: 800px;
    margin: 0;
    width: 100%;
    color: #FFFFFF;
    line-height: 1.6;
}

.hm_services_detail .btn {
    padding: 12px 12px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    margin-top: 45px !important;
    background-color: #FFFFFF;
    color: #000000;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    width: fit-content;
}

.hm_services_detail .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
    .hm_services_detail {
        height: 500px;
    }

    .hm_services_detail h1 {
        font-size: 36px;
        line-height: 1.3;
    }

    .hm_services_detail .lead {
        font-size: 16px;
        line-height: 1.5;
    }

    .hm_services_detail .btn {
        margin-top: 35px !important;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .hm_services_detail {
        height: 400px;
        width: 100%;
    }

    .hm_services_detail .banner-img {
        border-radius: 20px !important;
    }

    .hm_services_detail .banner-img {
        border-radius: 0;
    }

    .hm_services_detail h1 {
        font-size: 28px;
        margin-bottom: 0.8rem !important;
        line-height: 1.2;
    }

    .hm_services_detail .lead {
        font-size: 14px;
        line-height: 1.4;
    }

    .hm_services_detail .banner-overlay {
        padding-bottom: 30px;
        justify-content: flex-end;
    }

    .hm_services_detail .btn {
        padding: 10px 20px;
        font-size: 14px;
        margin-top: 25px !important;
    }
}

@media (max-width: 480px) {
    .hm_services_detail {
        height: 450px;
        width: 100%;
    }

    .hm_services_detail h1 {
        font-size: 24px;
    }

    .hm_services_detail .lead {
        font-size: 13px;
    }

    .hm_services_detail .btn {
        margin-top: 20px !important;
    }
}

/* end pcm banner section */


/* start css home->services->pcm */
.hm_Service .breadcrumb-item+.breadcrumb-item::before,
.hm_sevices_pcm .breadcrumb-item+.breadcrumb-item::before {
    display: none;
    content: "";
}

.hm_Service,
.hm_sevices_pcm {
    width: 100%;
}

.hm_Service .breadcrumb-container,
.hm_sevices_pcm .breadcrumb-container {
    width: 84%;
    margin: 0 auto;
    padding: 12px 0;
}

.hm_Service .breadcrumb,
.hm_sevices_pcm .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hm_Service .breadcrumb-item,
.hm_sevices_pcm .breadcrumb-item {
    color: #000;
    display: flex;
    align-items: center;
}

.hm_Service .breadcrumb-item a,
.hm_sevices_pcm .breadcrumb-item a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
}

.hm_Service .breadcrumb-arrow,
.hm_sevices_pcm .breadcrumb-arrow {
    margin: 0 8px;
    display: inline-flex;
    align-items: center;
}

.hm_Service .breadcrumb-arrow img,
.hm_sevices_pcm .breadcrumb-arrow img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    margin-left: -3px !important;
}

.hm_Service .services-link,
.hm_sevices_pcm .services-link {
    padding-left: 0;
}

@media(max-width:768px) {

    .hm_Service .breadcrumb-container,
    .hm_sevices_pcm .breadcrumb-container {
        width: 92%;
    }

    .hm_Service .breadcrumb-item a,
    .hm_sevices_pcm .breadcrumb-item a {
        font-size: 16px;
    }
}

/* end */



/* what is pcm css start  */
.hm_pcm_whatis {
    padding: 50px 0;
    background-color: #ffffff;
    width: 100%;
}

.hm_pcm_whatis-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hm_pcm_whatis-content {
    /* width: 94%; */
    margin: 0 auto;
}

.hm_pcm_whatis-title {
    font-size: 40px;
    font-weight: bold;
    color: #111111;
    margin-bottom: 26px;
    line-height: 1.3;
}

.hm_pcm_whatis-description {
    font-size: 18px;
    line-height: 1.6;
    color: #111111;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .hm_pcm_whatis-content {
        width: 80%;
    }

    .hm_pcm_whatis-title {
        font-size: 36px;
    }

    .hm_pcm_whatis-description {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .hm_pcm_whatis {
        padding: 60px 0;
    }

    .hm_pcm_whatis-content {
        width: 90%;
    }

    .hm_pcm_whatis-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .hm_pcm_whatis-description {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .hm_pcm_whatis {
        padding: 50px 0;
    }

    .hm_pcm_whatis-content {
        width: 100%;
    }

    .hm_pcm_whatis-title {
        font-size: 28px;
    }

    .hm_pcm_whatis-description {
        font-size: 15px;
        line-height: 1.5;
    }
}

/* end */


/* how it work section css start here */
.hm_pcm_howwork {
    padding: 44px 0 44px 0;
    background-image: url('/front-end/images/services-image/pcm-detail-image/how_work.png') !important;
    background-size: cover;
    background-position: center;
}

.hm_pcm_howwork .container {
    max-width: 1200px;
    padding: 0 15px;
}

.left-content-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.hm_pcm_howwork h1 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #FFFFFF;
    position: relative;
    text-align: left;
}

.divider-line {
    width: 70px;
    height: 3px;
    background: #FFFFFF;
    margin-bottom: 30px;
    text-align: left;
}

.hm_pcm_howwork .main-content {
    font-size: 1.1rem;
    line-height: 1.6;
}

.hm_pcm_howwork .main-content p {
    margin-top: 0 !important;
    color: #FFFFFF;
    line-height: 1.6;
    font-weight: 500;
    font-size: 18px;
}

.hm_pcm_howwork .main-content .additional-content {
    margin-top: 10px !important;
}


.hm_pcm_howwork .feature-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 22px;
}

.hm_pcm_howwork .feature-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.hm_pcm_howwork .feature-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 10px;
}

.hm_pcm_howwork .feature-box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    flex-shrink: 0;
}

.hm_pcm_howwork .feature-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
    line-height: 1.3;
}

.hm_pcm_howwork .feature-box p {
    font-size: 1.2rem;
    margin-bottom: 25px;
    line-height: 1.6;
    color: #000000;
    margin-top: 15px;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .hm_pcm_howwork {
        padding: 60px 0;
    }

    .hm_pcm_howwork h1 {
        font-size: 2.2rem;
        margin-top: 0 !important;
        text-align: left;
    }

    .hm_pcm_howwork .main-content p {
        margin-top: 0 !important;
        font-size: 1.1rem;
        text-align: left;
    }

    .hm_pcm_howwork .feature-container {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 30px;
    }

    .hm_pcm_howwork .col-lg-5,
    .hm_pcm_howwork .col-lg-7 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .hm_pcm_howwork .feature-box {
        margin-bottom: 15px;
    }

    .hm_pcm_howwork .feature-box img {
        width: 50px;
        height: 50px;
    }

    .hm_pcm_howwork .feature-box h3 {
        font-size: 1.3rem;
    }

    .hm_pcm_howwork .feature-box p {
        font-size: 1.1rem;
    }

    .divider-line {
        margin-left: 0;
        margin-right: auto;
    }
}

@media (max-width: 767.98px) {
    .hm_pcm_howwork h1 {
        font-size: 2rem;
    }

    .hm_pcm_howwork .main-content p {
        margin-top: 0 !important;
    }

    .hm_pcm_howwork .feature-container {
        gap: 7px 5px !important;
    }

    .left-content-wrapper {
        text-align: left;
        margin-bottom: 30px;
    }

    .hm_pcm_howwork .main-content p {
        text-align: left;
    }
}

/* end how it work section */

/* our pcm project section css start here */
.hm_pcm_our_pro.portfolio-section {
    padding: 102px 0 85px 0;
    position: relative;

}

.hm_pcm_our_pro .portfolio-container {
    margin: 0 auto;
    padding: 0 15px;
}

.hm_pcm_our_pro .portfolio-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.hm_pcm_our_pro .portfolio-title h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    color: #111111;
    text-align: left;
    margin-left: 6px;
}

.hm_pcm_our_pro .book-consultation-btn {
    background: #000;
    color: #FFFFFF;
    padding: 10px 25px;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 6px !important;
}

.hm_pcm_our_pro .book-consultation-btn:hover {
    background: #333;
}

.hm_pcm_our_pro .portfolio-carousel {
    position: relative;
}

.hm_pcm_our_pro .portfolio-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin: 0 14px;
    height: 450px;
    width: 100%;
}

.hm_pcm_our_pro .portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}



.hm_pcm_our_pro .portfolio-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    text-align: center;
}

.hm_pcm_our_pro .portfolio-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #FFFFFF;
}

.hm_pcm_our_pro .owl-nav {
    position: absolute;
    top: 48%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.hm_pcm_our_pro .owl-prev,
.hm_pcm_our_pro .owl-next {
    width: 50px;
    height: 50px;
    background: #FFFFFF !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    transition: all 0.3s ease;
    position: absolute;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
}

.hm_pcm_our_pro .owl-prev {
    left: -25px;
}

.hm_pcm_our_pro .owl-next {
    right: -25px;
}

.hm_pcm_our_pro .owl-prev i,
.hm_pcm_our_pro .owl-next i {
    font-size: 20px;
    color: #000;
    font-weight: bolder !important;
    font-size: 1.8rem !important;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .hm_pcm_our_pro .owl-prev {
        left: 10px;
    }

    .hm_pcm_our_pro .owl-next {
        right: 10px;
    }
}

@media (max-width: 768px) {
    .hm_pcm_our_pro.portfolio-section {
        padding: 60px 0 30px;
    }

    .hm_pcm_our_pro .portfolio-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .hm_pcm_our_pro .portfolio-title h2 {
        margin-bottom: 20px;
        font-size: 2rem;
    }

    .hm_pcm_our_pro .book-consultation-btn {
        width: auto;
    }

    .hm_pcm_our_pro .portfolio-card {
        height: 350px;
        margin: 10px 0;
    }

    .hm_pcm_our_pro .owl-prev {
        left: 5px !important;
    }

    .hm_pcm_our_pro .owl-next {
        right: 5px !important;
    }

    .hm_pcm_our_pro .portfolio-card {
        height: 520px;
        margin: 0 2px;
    }

    .hm_pcm_our_pro .portfolio-title h2 {
        margin-left: 0 !important;
    }

    .hm_pcm_our_pro .book-consultation-btn {
        margin-right: 0 !important;
    }
}

@media (max-width: 480px) {
    .hm_pcm_our_pro .portfolio-card {
        height: 300px;
    }

    .hm_pcm_our_pro .portfolio-content h3 {
        font-size: 1.2rem;
    }
}

/* end our pcm projec css here */



/* get in touch css start here */
.hm_pcm_readytouch.ready-section {
    padding: 80px 0 0px 0;

    background: #fff;
    position: relative;
    overflow: hidden;
}

.hm_pcm_readytouch .ready-container {
    display: flex;
    width: 100%;
    margin: 0;
}

.hm_pcm_readytouch .ready-left,
.hm_pcm_readytouch .ready-right {
    width: 50%;
    position: relative;
}

.hm_pcm_readytouch .ready-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.hm_pcm_readytouch .ready-content-box {
    position: absolute;
    top: 50%;
    right: 13%;
    text-align: center;
    transform: translateY(-50%);
    background: #fff;
    padding: 43px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 500px;
    max-width: 80%;
}

.hm_pcm_readytouch .ready-title {
    font-size: 20px;
    font-weight: 600;
    color: #5B5B5B;
    margin-top: 8px;
    margin-bottom: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hm_pcm_readytouch .ready-subtitle {
    font-size: 32px;
    font-weight: bold;
    color: #0F0F0F;
    margin-bottom: 8px;
}

.hm_pcm_readytouch .ready-text {
    font-size: 18px;
    color: #0F0F0F;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 35px;
}

.hm_pcm_readytouch .ready-button {
    background: #0F0F0F;
    color: #FFFFFF;
    padding: 11px 30px;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 6px;
}

.hm_pcm_readytouch .ready-button:hover {
    background: #333;
}

@media (max-width: 992px) {
    .hm_pcm_readytouch .ready-container {
        flex-direction: column;
    }

    .hm_pcm_readytouch .ready-left,
    .hm_pcm_readytouch .ready-right {
        width: 100%;
        height: 400px;
    }

    .hm_pcm_readytouch .ready-content-box {
        width: 90%;
        max-width: 500px;
        right: 50%;
        transform: translate(50%, -50%);
        top: 63%;
        padding: 35px;
    }

    .hm_pcm_readytouch .ready-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .hm_pcm_readytouch .ready-subtitle {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .hm_pcm_readytouch .ready-text {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .hm_pcm_readytouch .ready-button {
        font-size: 16px;
        padding: 10px 25px;
    }
}

@media (max-width: 576px) {

    .hm_pcm_readytouch .ready-left,
    .hm_pcm_readytouch .ready-right {
        height: 350px;
    }

    .hm_pcm_readytouch .ready-content-box {
        padding: 40px 20px;
        width: 91%;
    }

    .hm_pcm_readytouch .ready-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .hm_pcm_readytouch .ready-subtitle {
        font-size: 24px;
    }

    .hm_pcm_readytouch .ready-text {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .hm_pcm_readytouch .ready-button {
        font-size: 15px;
        padding: 8px 20px;
    }
}

/* end get in touch her */


/* key benefit section start here */
.hm_key_pcm {
    padding: 2px 0;
}

.hm_key_pcm .step-line {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px;
}

.hm_key_pcm .step-line:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 26px;
    height: 100%;
    width: 2.40px;
    background-color: #000;
}

.hm_key_pcm .step-circle {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.hm_key_pcm .benefit-title {
    font-weight: 600;
    font-size: 32px;
    margin-left: 20px;
    color: #000000;
    margin-bottom: 10px;
}

.hm_key_pcm .benefit-desc {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 10px;
    margin-left: 20px;
    margin-block: -5px !important
}


.hm_key_pcm .image-column {
    padding-right: 37px;
}

.hm_key_pcm .content-column {
    padding-left: 37px;
}

.hm_key_pcm .movingleftkey {
    margin-left: 60px;
}

.keyheading {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
}

.keyexplorepcm {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-bottom: 49px !important;
}


@media (max-width: 1199.98px) {
    .hm_key_pcm .benefit-title {
        font-size: 28px;
    }

    .hm_key_pcm .benefit-desc {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .hm_key_pcm .benefit-title {
        font-size: 24px;
    }

    .hm_key_pcm .benefit-desc {
        font-size: 16px;
    }

    .keyheading {
        font-size: 32px;
    }

    .keyexplorepcm {
        font-size: 18px;
    }

    .hm_key_pcm .movingleftkey {
        margin-left: 40px;
    }
}






@media (max-width: 767.98px) {
    .hm_key_pcm .image-column {
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .hm_key_pcm .content-column {
        padding-left: 15px;
    }

    .hm_key_pcm .benefit-title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .hm_key_pcm .benefit-desc {
        font-size: 14px;
        margin-top: 5px;
    }

    .keyheading {
        font-size: 28px;
    }

    .keyexplorepcm {
        font-size: 16px;
        margin-bottom: 30px !important;
    }

    .hm_key_pcm .step-circle {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .hm_key_pcm .step-line:not(:last-child)::before {
        left: 15px;
        left: 15px;
        top: 24px;
        width: 2px;

    }
}

.hm_key_pcm .movingleftkey {
    margin-left: 30px;
}

.hm_key_pcm .step-line {
    margin-bottom: 20px;
}


@media (max-width: 575.98px) {
    .hm_key_pcm .benefit-title {
        font-size: 18px;
    }

    .hm_key_pcm .benefit-desc {
        font-size: 13px;
    }

    .keyheading {
        font-size: 24px;
    }

    .keyexplorepcm {
        font-size: 14px;
        margin-bottom: 20px !important;
    }

    .hm_key_pcm .movingleftkey {
        margin-left: 20px;
    }
}


/* our client section css start */
.hm_pcm_ourclient {
    background-color: rgba(217, 217, 217, 0.3);
    padding: 46px 0;
}

.hm_pcm_ourclient .container {
    margin: 0 auto;
    padding: 0 20px;
}

.hm_pcm_ourclient .testimonial-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.hm_pcm_ourclient .testimonial-left {
    width: 35%;
    padding-right: 20px;
    margin-top: 42px;
}

.hm_pcm_ourclient .testimonial-left .quote-icon {
    width: 50px;
    margin-bottom: 25px;
}

.hm_pcm_ourclient .testimonial-left h2 {
    font-size: 40px;
    margin: 0;
    line-height: 1.4;
    color: #111111;
    font-weight: 600;
}

.hm_pcm_ourclient .testimonial-left h2 span {
    color: #666;
    font-weight: 600;
}

.hm_pcm_ourclient .testimonial-left p {
    font-size: 18px;
    color: #1C1C1C;
    margin: 25px 0 30px;
    line-height: 1.6;
}

.hm_pcm_ourclient .achievement-badges {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.hm_pcm_ourclient .badge {
    background: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    min-width: 100px;
}

.hm_pcm_ourclient .badge .count {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}

.hm_pcm_ourclient .badge .label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.hm_pcm_ourclient .testimonial-carousel {
    width: 65%;
    background: #FFFFFF;
    border-radius: 24px !important;
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 48px;
    margin: 0 0 0 -30px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
}

.hm_pcm_ourclient .testimonial-carousel .item {
    padding: 8px;
}



.hm_pcm_ourclient .testimonial-carousel h4 {
    margin: 0 0 20px;
    font-size: 16px;

    font-weight: 600;
    color: #111111;
}

.hm_pcm_ourclient .testimonial-carousel p {
    font-size: 20px;
    line-height: 1.6;
    color: #2F2F2F;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
}



.hm_pcm_ourclient .testimonial-author {
    display: flex;
    align-items: center;
}

.hm_pcm_ourclient .testimonial-author img {
    width: 75px !important;
    height: 75px !important;
    border-radius: 50%;
    margin-right: 20px;
    object-fit: cover;
    border: 2px solid #f0f0f0;
}

.hm_pcm_ourclient .testimonial-author h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.hm_pcm_ourclient .testimonial-author span {
    font-size: 16px;
    color: #1C1C1C;
    display: block;
    margin-top: 5px;
}

/* Owl Carousel Navigation */
.hm_pcm_ourclient .owl-nav {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    z-index: 2;
}

.hm_pcm_ourclient .owl-nav button {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
    margin-left: 10px !important;
    font-size: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease !important;
}



/* Owl Carousel Dots */
.hm_pcm_ourclient .owl-dots {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
}

.hm_pcm_ourclient .owl-dot {
    margin-left: 8px !important;
}

.hm_pcm_ourclient .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    background: #ddd !important;
    display: inline-block !important;
    border-radius: 50% !important;
    margin: 0 !important;
    transition: all 0.3s !important;
}

.hm_pcm_ourclient .owl-dot.active span {
    background: #333 !important;
    transform: scale(1.2);
}

@media (max-width: 1200px) {
    .hm_pcm_ourclient .testimonial-left h2 {
        font-size: 42px;
    }

    .hm_pcm_ourclient .testimonial-carousel {
        padding: 40px;
    }
}

@media (max-width: 992px) {
    .hm_pcm_ourclient {
        padding: 1px 0;
    }

    .hm_pcm_ourclient .testimonial-section {
        flex-direction: column;
    }

    .hm_pcm_ourclient .testimonial-left,
    .hm_pcm_ourclient .testimonial-carousel {
        width: 100%;
        padding-right: 0;
    }

    .hm_pcm_ourclient .testimonial-left {
        margin-bottom: -13px;
        text-align: start;
    }

    .hm_pcm_ourclient .quote-icon {
        margin: 0 auto 20px;
    }

    .hm_pcm_ourclient .achievement-badges {
        justify-content: center;
    }

    .hm_pcm_ourclient .testimonial-carousel {
        padding: 30px;
    }

    .hm_pcm_ourclient .owl-nav,
    .hm_pcm_ourclient .owl-dots {
        position: static;
        justify-content: center;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .hm_pcm_ourclient .testimonial-left h2 {
        font-size: 36px;
    }

    .hm_pcm_ourclient .container {
        margin: 0 0 45px auto;
        padding: 0 20px;
    }

    .hm_pcm_ourclient .testimonial-carousel {
        margin: 0 0 0 0px !important;
    }

    .hm_pcm_ourclient .testimonial-carousel p {
        font-size: 18px;
    }

    .hm_pcm_ourclient .achievement-badges {
        flex-direction: column;
        align-items: center;
    }

    .hm_pcm_ourclient .badge {
        width: 120px;
    }
}

/* end our section css end */
/* end key benefit section here */

/* ======*****  PCM services detail css end @@@@@@@@@@@@@@@ */






/* @@@@@@@****** portfolio css start here**+++++++++++=-------- */


/* banner portfolio css here */
/* pcm banner section start */
.hm_portfolio_design {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    height: calc(100vh - 142px);
}

.hm_portfolio_design .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px !important;
    z-index: 1;
    object-fit: cover;
}

.hm_portfolio_design .banner-overlay {
    position: relative;
    z-index: 3;
    color: white;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hm_portfolio_design h1 {
    font-size: 42px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem !important;
    width: 100%;
    line-height: 1.4;
    color: #FFFFFF;
}

.hm_portfolio_design .lead {
    font-size: 18px;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    max-width: 800px;
    margin: 0;
    width: 100%;
    color: #FFFFFF;
    line-height: 1.6;
}

.hm_portfolio_design .btn {
    padding: 12px 12px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    margin-top: 45px !important;
    background-color: #FFFFFF;
    color: #000000;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    width: fit-content;
}

.hm_portfolio_design .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
    .hm_portfolio_design {
        height: 500px;
    }

    .hm_portfolio_design h1 {
        font-size: 36px;
        line-height: 1.3;
    }

    .hm_portfolio_design .lead {
        font-size: 16px;
        line-height: 1.5;
    }

    .hm_portfolio_design .btn {
        margin-top: 35px !important;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .hm_portfolio_design {
        height: 400px;
        width: 100%;
    }

    .hm_portfolio_design .banner-img {
        border-radius: 20px !important;
    }

    .hm_portfolio_design .banner-img {
        border-radius: 0;
    }

    .hm_portfolio_design h1 {
        font-size: 28px;
        margin-bottom: 0.8rem !important;
        line-height: 1.2;
    }

    .hm_portfolio_design .lead {
        font-size: 14px;
        line-height: 1.4;
    }

    .hm_portfolio_design .banner-overlay {
        padding-bottom: 30px;
        justify-content: flex-end;
    }

    .hm_portfolio_design .btn {
        padding: 10px 20px;
        font-size: 14px;
        margin-top: 25px !important;
    }
}

@media (max-width: 480px) {
    .hm_portfolio_design {
        height: 450px;
        width: 100%;
    }

    .hm_portfolio_design h1 {
        font-size: 24px;
    }

    .hm_portfolio_design .lead {
        font-size: 13px;
    }

    .hm_portfolio_design .btn {
        margin-top: 20px !important;
    }
}

/* end banner  */

/* home->portfolio css start */
.hm_portfolio_home .breadcrumb-item+.breadcrumb-item::before {
    display: none;
    content: "";
}

.hm_portfolio_home {
    width: 100%;
}

.hm_portfolio_home .breadcrumb-container {
    width: 100%;
    margin: 0 auto;
    padding: 12px 0;
}

.hm_portfolio_home .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hm_portfolio_home .breadcrumb-item {
    color: #000;
    display: flex;
    align-items: center;
}

.hm_portfolio_home .breadcrumb-item a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
}

.hm_portfolio_home .breadcrumb-arrow {
    margin: 0 8px;
    display: inline-flex;
    align-items: center;
}

.hm_portfolio_home .breadcrumb-arrow img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    margin-left: -3px !important;
}

.hm_portfolio_home .services-link {
    padding-left: 0;
}

@media(max-width:768px) {
    .hm_portfolio_home .breadcrumb-container {
        width: 92%;
    }

    .hm_portfolio_home .breadcrumb-item a {
        font-size: 16px;
    }
}

/* end */


/* our project section css start here */
.hm_portfolio_project {
    padding: 60px 0;
    color: #333;
    position: relative;
}

.hm_portfolio_project .container {
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.hm_portfolio_project .portfolio-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    position: relative;

    z-index: 10;

}

.hm_portfolio_project .portfolio-title {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    color: #111111;
}

.hm_portfolio_project .portfolio-filters {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hm_portfolio_project .filter-options {
    display: flex;
    gap: 10px;
}

.hm_portfolio_project .filter-option {
    font-size: 20px;
    cursor: pointer;
    color: #000000;
    padding: 8px 18px;
    border-radius: 30px;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-decoration: none;

}

.hm_portfolio_project .filter-option.active {
    font-weight: 600;
    color: #202020;
    font-size: 18px;
    background-color: #000;
    background-color: rgba(17, 17, 17, 0.05);
    border: 2px solid rgba(0, 0, 0, 0.25);
}

.hm_portfolio_project .filter-button {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #000000;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}

.hm_portfolio_project .filter-button img {
    width: 20px;
    height: 20px;
}


.hm_portfolio_project .filter-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 100;
    margin-top: 10px;
}

.hm_portfolio_project .filter-dropdown.show {
    display: block;
}

.hm_portfolio_project .dropdown-item {
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.2s;
}

.hm_portfolio_project .dropdown-item:hover {
    background: #f5f5f5;
}


.hm_portfolio_project .projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 18px;
}


.hm_portfolio_project .project-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 3.4px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.hm_portfolio_project .project-image {
    height: 285px;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.hm_portfolio_project .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hm_portfolio_project .project-details {
    padding: 16px;
    background: #fff;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.hm_portfolio_project .project-details h3 {
    font-size: 20px;
    margin: 0 0 9px 0;
    color: #111111;
    font-weight: 500;
}

.hm_portfolio_project .project-concept ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    width: 100%;
}

.hm_portfolio_project .project-name {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    margin-bottom: 10px;
}

.hm_portfolio_project .divider-line {
    border: none;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.20);
    margin: 8px 0;
    width: 100%;
}

.hm_portfolio_project .scope-item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 5px;
}

.hm_portfolio_project .scope-label {
    font-weight: 400;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}

.hm_portfolio_project .scope-value {
    font-weight: 400;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}

.hm_portfolio_project .details-item {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.4;
}

.hm_portfolio_project .details-label {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
}

.hm_portfolio_project .details-value {
    font-weight: 400;
}


.hm_portfolio_project .get-design-btn {
    background: #F7F7F8;
    color: #000000;
    border: none;
    padding: 10px 0;
    border-radius: 7px;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #e8e8ebea !important;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 5px;
    width: 100%;
}

.hm_portfolio_project .get-design-btn:hover {
    background: #ececef;
}






@media (max-width: 768px) {
    .hm_portfolio_project .portfolio-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;

    }


    .hm_portfolio_project .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0px 11px;
    }

    .hm_portfolio_project .filter-option.active {
        padding: 4px 12;

    }

    .hm_portfolio_project .portfolio-filters {
        width: 100%;
        padding-bottom: 8px;
        gap: 8px;

    }

    .hm_portfolio_project .filter-options {
        gap: 0px;

    }

    .hm_portfolio_project .projects-grid {
        grid-template-columns: 1fr;
    }


    .hm_portfolio_project .filter-dropdown {
        z-index: 10 !important;
    }
}

@media (max-width: 480px) {
    .hm_portfolio_project .portfolio-title {
        font-size: 28px;
    }

    .hm_portfolio_project .filter-option,
    .hm_portfolio_project .filter-button {
        font-size: 14px;
        padding: 6px 12px;
        /* Reduced from 15px */
    }

    .hm_portfolio_project .project-image {
        height: 250px;
    }
}

/* fixed small devices  problem */
@media (max-width: 768px) {
    .hm_portfolio_project .portfolio-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .hm_portfolio_project .portfolio-filters {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-bottom: 8px;
        gap: 8px;
    }

    .hm_portfolio_project .filter-options {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
    }


    .hm_portfolio_project .portfolio-title {
        width: 100%;
        margin-bottom: 10px;
    }

    .small_devicesfixed {
        margin-left: 13px;
    }


    .hm_portfolio_project .filter-button {
        align-self: flex-end;
        margin-bottom: 10px;
        margin-top: -41px;
    }


    .hm_portfolio_project .filter-option:not(.fixedsmall_devices) {
        order: 1;
    }


    .hm_portfolio_project .filter-option.fixedsmall_devices {
        order: 2;
        width: calc(40% - 4px);

    }

    .hm_portfolio_project .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0px 11px;
    }

    .hm_portfolio_project .filter-option.active {
        padding: 4px 12px;
    }

    .hm_portfolio_project .projects-grid {
        grid-template-columns: 1fr;
    }

    .hm_portfolio_project .filter-dropdown {
        z-index: 10 !important;
    }
}

/* end here */
/* end portfolio css here */




/* **** portfolio detail image start here @@@@@*/
.hm_portfolio_img {
    font-family: 'Outfit', sans-serif;
    padding: 33px 0;
}

.hm_portfolio_img .portfolio-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.hm_portfolio_img .portfolio-title h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    color: #111111;
    margin: 0;
}

.hm_portfolio_img .portfolio-btn {
    background-color: #000;
    color: #FFFFFF;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hm_portfolio_img .portfolio-btn:hover {
    background-color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* MAIN GRID - DESKTOP (UNCHANGED) */
.hm_portfolio_img .portfolio-grid {
    display: flex;
    gap: 77px;
    height: 550px;
}

.hm_portfolio_img .left-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 2;
}

.hm_portfolio_img .image-row {
    display: flex;
    gap: 20px;
    height: 50%;
}

.hm_portfolio_img .right-image {
    flex: 1;
    height: 100%;
}

.hm_portfolio_img .portfolio-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.hm_portfolio_img .portfolio-image:hover {
    transform: scale(1.02);
}

/* MOBILE RESPONSIVE IMPROVEMENTS */
@media (max-width: 992px) {
    .hm_portfolio_img .portfolio-grid {
        height: auto;
        flex-direction: column;
        gap: 30px;
    }

    .hm_portfolio_img .left-images {
        flex-direction: row;
        gap: 15px;
    }

    .hm_portfolio_img .image-row {
        flex-direction: column;
        height: auto;
        flex: 1;
        gap: 15px;
    }

    .hm_portfolio_img .right-image {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .hm_portfolio_img {
        padding: 30px 0;
    }

    .hm_portfolio_img .portfolio-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 25px;
    }

    .hm_portfolio_img .portfolio-title h1 {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .br.desktop-only {
        display: none;
    }

    .hm_portfolio_img .portfolio-btn {
        width: 100%;
        max-width: 200px;
        padding: 10px 20px;
        border-radius: 25px;
    }

    .hm_portfolio_img .left-images {
        flex-direction: column;
    }

    .hm_portfolio_img .image-row {
        flex-direction: row;
        height: 200px;
    }

    .hm_portfolio_img .right-image {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .hm_portfolio_img .portfolio-title h1 {
        font-size: 19px;
    }

    .hm_portfolio_img .portfolio-btn {
        font-size: 0.9rem;
        padding: 8px 15px;
    }

    .hm_portfolio_img .image-row {
        height: 160px;
    }

    .hm_portfolio_img .right-image {
        height: 280px;
    }

    .hm_portfolio_img .portfolio-grid {
        gap: 20px;
    }
}


/* project detail in portfolio section */
.hm_portfolio_project_detail {
    font-family: 'Outfit', sans-serif;
    color: #333;
    padding: 16px 0;
}

.hm_portfolio_project_detail .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 14px;
    box-sizing: border-box;
}

.hm_portfolio_project_detail h1 {
    font-size: 30px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 25px;
}

.hm_portfolio_project_detail .project-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0 12px;
    margin-bottom: 45px;
}

.givingfont-sizemargin {
    margin-bottom: 50px !important;
    font-size: 20px !important;
    font-weight: 500;
    color: #111111 !important;
    line-height: 1.3 !important;
}

.hm_portfolio_project_detail .meta-group {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 150px;
}

.hm_portfolio_project_detail .meta-item {
    padding-right: 20px;
    flex-grow: 1;
}

.hm_portfolio_project_detail .meta-divider {
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
    align-self: stretch;
}

.givingfont-size {
    font-size: 30px;
    color: #111111;
    font-weight: 600;
    margin-bottom: 12px !important;
}

.hm_portfolio_project_detail h2 {
    font-size: 20px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 4px;
}

.hm_portfolio_project_detail p {
    font-size: 17px;
    line-height: 1.6;
    color: #111111;
    margin: 0;
}

.hm_portfolio_project_detail .project-section {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .hm_portfolio_project_detail {
        padding: 25px 0;
    }

    .hm_portfolio_project_detail .container {
        padding: 0 15px;
    }

    .hm_portfolio_project_detail .project-meta {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 30px;
        margin-top: 38px !important;
    }

    .hm_portfolio_project_detail .meta-group {
        flex-direction: column;
        align-items: flex-start;
        min-width: auto;
        padding: 0;
    }

    .hm_portfolio_project_detail .meta-item {
        padding-right: 0;
        width: 100%;
    }

    .hm_portfolio_project_detail .meta-divider {
        display: none;
    }

    .hm_portfolio_project_detail .meta-divider.mobile-only {
        display: none;
    }

    .hm_portfolio_project_detail h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .givingfont-size {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }

    .givingfont-sizemargin {
        font-size: 18px !important;
        margin-bottom: 40px !important;
    }
}

@media (max-width: 480px) {
    .hm_portfolio_project_detail .project-meta {
        gap: 15px;
    }

    .hm_portfolio_project_detail h1 {
        font-size: 24px;
    }

    .givingfont-size {
        font-size: 22px !important;
    }

    .givingfont-sizemargin {
        font-size: 16px !important;
    }
}

/* end */
/* end forfolio image detail here */


/* end services page css her */
.backToTopBtn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1;
    height: 50px;
    width: 50px;
    font-size: 20px;
    background-color: #ffffff !important;
    border-radius: 100%;
    transition: 0.5s;
    cursor: pointer;
    border: 3px solid #333 !important;
    rotate: 88deg;
}

.backToTopBtn:not(:hover) {
    background: #1f1f1f;
}

.backToTopBtn:hover {
    background: #0f0f0f;
}

.backToTopBtn.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.backToTopBtn:not(.active) {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
#customization-error,#propertyType-error{
    color: red!important;
    margin-top: 50px!important;
}
#area-error{
    color: red !important;
    margin-top: 40px !important;
    font-size: 10px;
}
#formErrors ul{
    margin: 0!important;
    padding: 0!important;
}
#formErrors ul li{
    list-style: none;
    font-size: 11px;
}
/* Media Page Styles */
.breadcrumb__area {
    background: #1a4533;
    padding: 100px 0;
    position: relative;
    text-align: center;
    color: #fff;
}

.breadcrumb__title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.breadcrumb__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}

.breadcrumb__menu ul li {
    margin: 0 10px;
    color: #fff;
    font-size: 18px;
}

.breadcrumb__menu ul li a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb__menu ul li.active {
    font-weight: bold;
    color: #dcad09;
}

/* Media Grid */
.section-space {
    padding: 80px 0;
}

.background-gay {
    background-color: #f9f9f9;
}

.mb-55 {
    margin-bottom: 55px;
}

.our-featured-service__item {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.our-featured-service__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.our-featured-service__media {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}

.our-featured-service__media img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.our-featured-service__item:hover .our-featured-service__media img {
    transform: scale(1.1);
}

.our-featured-service__text h6 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.our-featured-service__text a {
    color: #1f194c;
    text-decoration: none;
    transition: color 0.3s;
}

.our-featured-service__text a:hover {
    color: #dcad09;
}


.breadcrumb__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.breadcrumb__content {
    position: relative;
    z-index: 1;
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 999;
}

.Btn-whatsapp {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25d366;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
}

.Btn-whatsapp:hover {
    background-color: #128c7e;
    transform: scale(1.1);
    transition-duration: .3s;
}

.Btn-whatsapp:active {
    transform: scale(0.9);
    transition-duration: .3s;
}

@media screen and (max-width: 768px) {
    .whatsapp-float {
        bottom: 20px;
        left: 20px;
    }
    .Btn-whatsapp {
        width: 50px;
        height: 50px;
    }
}

/* ======= Career Page Styling ======= */

/* Career Section Wrapper */
.career-sectionour {
    overflow-x: hidden;
}

/* Career Banner Section */
.abouts_banner_hm {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.abouts_banner_hm .banner-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.abouts_banner_hm .banner-shadow {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 40px;
    object-fit: cover;
    z-index: 1;
}

.abouts_banner_hm .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.abouts_banner_hm .banner-overlay h1 {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    margin-bottom: 1rem;
}

.abouts_banner_hm .banner-overlay p {
    font-size: 1.3rem;
    color: white;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    font-weight: 500;
}

/* Breadcrumb Styling */
.hm_design_about .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hm_design_about .breadcrumb-item {
    font-size: 1rem;
    color: #666;
}

.hm_design_about .breadcrumb-item a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.hm_design_about .breadcrumb-item a:hover {
    color: #000;
}

.hm_design_about .breadcrumb-item.active a {
    color: #000;
    font-weight: 600;
}

.hm_design_about .breadcrumb-separator {
    margin: 0 10px;
    display: flex;
    align-items: center;
}

/* About Section - Work With Us */
.hm_design_about {
    padding: 3rem 0;
}

.hm_design_about .about-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hm_design_about p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1rem;
    text-align: justify;
}

.hm_design_about .about-image {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.hm_design_about .about-image:hover {
    transform: scale(1.02);
}

/* Current Openings Section */
.hm_design_aboutsswhat {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 4rem 0;
    margin-top: 3rem;
}

.hm_design_aboutsswhat .header {
    text-align: center;
    margin-bottom: 3rem;
}

.hm_design_aboutsswhat .header h1 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 1rem;
}

.hm_design_aboutsswhat .header p {
    font-size: 1.2rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

/* Services Container (Job Cards) */
.hm_design_aboutsswhat .services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Service Card (Job Card) */
.hm_design_aboutsswhat .service-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.hm_design_aboutsswhat .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #000 0%, #333 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.hm_design_aboutsswhat .service-card:hover::before {
    transform: scaleX(1);
}

.hm_design_aboutsswhat .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.hm_design_aboutsswhat .service-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.hm_design_aboutsswhat .service-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 0.5rem;
}

.hm_design_aboutsswhat .service-card strong {
    color: #000;
    font-weight: 600;
}

.hm_design_aboutsswhat .btn {
    background: #000;
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    margin-top: 1rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.hm_design_aboutsswhat .btn:hover {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
}

.hm_design_aboutsswhat .btn:active {
    transform: translateY(0);
}

/* Empty State */
.hm_design_aboutsswhat .text-center {
    font-size: 1.2rem;
    color: #666;
    padding: 3rem 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .abouts_banner_hm .banner-img {
        height: 300px;
    }

    .abouts_banner_hm .banner-overlay h1 {
        font-size: 2.2rem;
    }

    .abouts_banner_hm .banner-overlay p {
        font-size: 1rem;
    }

    .hm_design_about .about-title {
        font-size: 2rem;
        margin-top: 2rem;
    }

    .hm_design_about p {
        font-size: 1rem;
    }

    .hm_design_aboutsswhat .header h1 {
        font-size: 2rem;
    }

    .hm_design_aboutsswhat .header p {
        font-size: 1rem;
    }

    .hm_design_aboutsswhat .services-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .hm_design_aboutsswhat .service-card {
        padding: 2rem;
    }

    .hm_design_aboutsswhat .service-title {
        font-size: 1.5rem;
    }

    .hm_design_about .about-image {
        margin-top: 2rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .hm_design_aboutsswhat .services-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Animation for cards on scroll */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hm_design_aboutsswhat .service-card {
    animation: fadeInUp 0.6s ease-out;
}


/* Testimonials Section CSS */
.testimonials-section .container {
    position: relative;
}

.testimonials-section .owl-nav {
    position: absolute;
    top: 50%;
    width: 106%;
    left: -3%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.testimonials-section .owl-prev,
.testimonials-section .owl-next {
    width: 50px;
    height: 50px;
    background: #FFFFFF !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
    cursor: pointer;
}

.testimonials-section .owl-prev:hover,
.testimonials-section .owl-next:hover {
    background: #000 !important;
}

.testimonials-section .owl-prev:hover img, 
.testimonials-section .owl-next:hover img {
    filter: invert(1) brightness(100);
}

@media (max-width: 768px) {
    .testimonials-section .owl-nav {
        display: none; 
    }
}

/* Ensure equal height for testimonial items */
.testimonial-carousel .owl-stage {
    display: flex;
}

.testimonial-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.testimonial-carousel .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
