/*------home second block start------*/

.feature-section {
    background-color: #194789;
    padding: 40px 0;
    color: white;
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px;
}

.feature-item:last-child {
    border-right: none;
}

.feature-icon {
    font-size: 35px;
    margin-right: 15px;
}

.feature-text {
    line-height: 1.2;
    font-weight: 500;
    text-align: left;
}

.dzsale {
    background-image: url('https://assets.dexignlab.com/tf-banner/month-end-sale-bg3.gif');
    background-size: cover;
    box-sizing: border-box;
    display: flex;
   background-color: transparent!important;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 500px;
    display: none!important;
    opacity: 0;
    visibility: hidden;
    height: auto;
    flex-direction: column;
    padding: 50px 50px;
    text-align: center;
    gap: 30px;
    overflow: hidden;
    border-radius: 10px;
    margin: auto;
}

#DZSubscriptionModal{
    visibility: hidden;
      display: none!important;
         opacity: 0;
    
}
.dzsm-modal{
    visibility: hidden;
      display: none!important;
         opacity: 0;
}

.zindexdiv {
    z-index: 0;
}

/* মোবাইল ভার্সনের জন্য ফিক্সড স্টাইল */
@media (max-width: 768px) {
    .feature-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 25px 10px;
        /* কলাম ডিরেকশন যাতে আইকন উপরে ও লেখা নিচে থাকে */
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .feature-item:last-child {
        border-bottom: none;
    }

    .feature-icon {
        margin-right: 0;
        /* ডানের গ্যাপ সরিয়ে দেওয়া হয়েছে */
        margin-bottom: 10px;
        /* আইকন থেকে লেখার মাঝে গ্যাপ */
    }

    .feature-text {
        text-align: center;
        /* লেখাগুলো সেন্টারে থাকবে */
    }
}

/*------home second block End------*/

/*------home introduce block start------------*/
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    /* Ensure no default body margin */
    padding: 0;
    /* Ensure no default body padding */
    overflow-x: hidden;
    /* Prevent horizontal scrollbar */
}

.full-width-image-section {
    background-color: #fff;
    padding: 0;
    /* Remove padding from section as image will take full height */
    margin-top: -1px;
    /* To prevent any tiny gap from previous section or body margin/padding */
}

.image-col {
    padding-right: 0;
    /* No right padding for the image column */
    padding-left: 0;
    /* No left padding for the image column */
}

.content-col {
    padding: 80px 40px;
    /* Add internal padding for content */
}

.left-edge-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures image covers the area without distortion */
    display: block;
    /* Remove extra space below image */
}

/* Responsive image column for larger screens */
@media (min-width: 992px) {

    /* For large screens (lg) and up */
    .image-col {
        position: relative;
        min-height: 400px;
        /* Minimum height for the image column */
    }

    .left-edge-image {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 15px);
        /* Extend image slightly to cover any possible gap from container */
        height: 100%;
    }
}

/* Content styling (same as previous example) */
.welcome-text {
    color: #194789;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: block;
}

.main-heading {
    color: #222;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 25px;
}

.description {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.offer-heading {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.offer-list {
    list-style: none;
    padding-left: 0;
}

.offer-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #555;
    font-size: 15px;
}

.offer-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #194789;
    border-radius: 50%;
}

/* Mobile adjustments */
@media (max-width: 991px) {

    /* For medium (md) screens and down */
    .full-width-image-section .row {
        flex-direction: column;
        /* Stack columns vertically on smaller screens */
    }

    .image-col,
    .content-col {
        padding: 0;
        /* Remove column padding for image on mobile */
    }

    .content-col {
        padding: 30px 20px;
        /* Adjust content padding for mobile */
        text-align: center;
    }

    .description {
        text-align: justify;
        /* Justify text on mobile if preferred */
    }

    .offer-list {
        text-align: left;
        /* Align list items to left */
    }

    .offer-list li {
        width: auto;
        display: block;
    }
}

.DZ-bt-buy-now,
.DZ-bt-support-now {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/*------home introduce block start------------*/

/*-------------home help section-----------------*/

body {
    font-family: "Century Gothic", AppleGothic, sans-serif;
    background-color: #F1F4F6;
    /* হালকা গ্রে ব্যাকগ্রাউন্ড */
}

.help-section {
    background-color: #f1f3f5;
    /* স্ক্রিনশটের মতো ব্যাকগ্রাউন্ড */
    padding: 100px 0;

}

.help-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.help-content {
    flex: 1;
    min-width: 300px;
    padding-right: 221px;
}

.help-content h2 {
    font-weight: 700;
    font-size: 28px;
    color: #222;
    font-weight: bold;
    margin-bottom: 20px;
}

.help-content p {
    font-size: 19px;
    line-height: 31px;
    color: #333;
    margin-bottom: 0;
    font-weight: bold;
}

/* লাল বাটন স্টাইল */
.btn-get-touch {
    background-color: #d71920;
    /* কাস্টম রেড কালার */
    color: white;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: background-color 0.3s ease;
    display: inline-block;
    border: none;
}

.btn-get-touch:hover {
    background-color: #b3141a;
    color: white;
}

/* মোবাইলের জন্য রেসপনসিভ */
@media (max-width: 768px) {
    .help-container {
        text-align: center;
        flex-direction: column;
    }

    .help-content {
        padding-right: 0;
        margin-bottom: 30px;

    }

    .help-content h2 {
        font-size: 24px;
    }
}

/*-------------home help section-----------------*/

/*---------------why chose profixxy---------------*/
.section-title {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 50px;
    color: #000;
}

/* কার্ডের মূল স্টাইল */
.custom-card {
    border: 1px solid #eee;
    /* হালকা বর্ডার */
    border-radius: 3px;
    /* আপনার চাহিদা অনুযায়ী ৩ পিক্সেল */
    overflow: hidden;
    background: #fff;
    height: 100%;
    /* ট্রানজিশন যাতে হোভার ইফেক্ট স্মুথ হয় */
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    /* ডিফল্ট হালকা শ্যাডো */
}

/* হোভার করলে যে পরিবর্তন হবে */
.custom-card:hover {
    transform: translateY(-5px);
    /* সামান্য উপরে উঠবে */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    /* গাঢ় শ্যাডো আসবে */
    border-color: transparent;
    /* হোভারের সময় বর্ডার হাইড হবে */
}

.card-img-top {
    height: 250px;
    object-fit: cover;
    border-radius: 3px 3px 0 0;
    /* উপরের কোণা ৩ পিক্সেল */
}

.card-body {
    padding: 30px 20px;
    text-align: center;
}

.card-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #222;
}

.card-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .mb-mobile {
        margin-bottom: 30px;
    }
}

/*---------------why chose profixxy---------------*/

/*---------------state of art training---------------*/
.training-section {
    padding: 80px 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    /* নিশ্চিত করার জন্য যে সেকশনটি ফ্লেক্স আচরণ করে */
    display: flex;
    align-items: center;
}

/* ডান পাশের আবছা ব্যাকগ্রাউন্ড নকশা */
.training-section::after {
    content: "";
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 450px;
    height: 550px;
    background-image: url('../images/home/blue_graphics.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
}

.training-section .container {
    position: relative;
    z-index: 2;
}

/* ইমেজ ভার্টিক্যাল মিডল করার প্রধান সমাধান */
.logo-wrapper {
    display: flex;
    align-items: center;
    /* লম্বালম্বিভাবে মাঝখানে আনবে */
    justify-content: center;
    /* ডানে-বামে মাঝখানে আনবে */
    height: 100%;
    /* কলামের পুরো হাইট নিবে */
    min-height: 400px;
    /* ডান পাশের টেক্সটের সাথে সামঞ্জস্য রাখতে */
}

.logo-wrapper img.main-logo {
    max-width: 100%;
    width: 450px;
    /* আপনার স্ক্রিনশট অনুযায়ী ইমেজের উইডথ */
    height: auto;
    display: block;
}

/* কন্টেন্ট স্টাইল */
.content-wrapper h2 {
    font-family: "Century Gothic", sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #222;
    margin-bottom: 25px;
}

.content-wrapper p {
    font-family: "Century Gothic", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.read-more-link {
    color: #d71920;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.read-more-link:hover {
    color: #194789;
    letter-spacing: 1px;
}

/* মোবাইলের জন্য এডজাস্টমেন্ট */
@media (max-width: 991px) {
    .training-section {
        padding: 50px 0;
    }

    .logo-wrapper {
        min-height: auto;
        margin-bottom: 30px;
    }

    .content-wrapper {
        text-align: center;
    }

    .training-section::after {
        width: 200px;
        opacity: 0.08;
    }
}

/*---------------state of art training---------------*/

/*------------industries we work---------------*/

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

/* সেকশন ব্যাকগ্রাউন্ড - অর্ধেক সাদা, অর্ধেক গাঢ় নীল */
.industries-section {
    padding: 60px 0;
    background: linear-gradient(to bottom, #F1F4F6 50%, #001f3f 50%);
}

.sub-title {
    color: #007bff;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.main-title {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 50px;
    color: #333;
}

/* কার্ড ডিজাইন */
.industry-card {
    background: #fff;
    padding: 40px 20px;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}

.industry-card:hover {
    transform: translateY(-5px);
}

/* আইকন স্টাইল */
.icon-box i {
    font-size: 90px;
    color: #d12026;
    /* গাঢ় লাল রঙ */
    margin-bottom: 20px;
}

.industry-card h3 {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-top: 20px;
    text-align: left;
    line-height: 1.4;
}

/* Learn More লিঙ্ক */
.learn-more {
    color: #d12026;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    display: block;
    margin-top: 30px;
}

.learn-more:hover {
    color: #a0181d;
    text-decoration: none;
}

/*------------industries we work---------------*/

/*-----------------review section------------------*/
body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #fff;
    margin: 0;
    padding: 0;
}

/* --- Review Section Styling --- */
.review-section {
    padding: 100px 0;
    background-color: #f4f7f9;
    overflow: hidden;
    /* সাইডের বাড়তি অংশ লুকানোর জন্য */
}

.review-subtitle {
    color: #007bff;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.review-title {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 50px;
    color: #333;
}

/* রিভিউ কার্ডের স্টাইল */
.review-card {
    background: #fff;
    padding: 50px 40px;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease-in-out;
    opacity: 0.4;
    /* সাইডের কার্ড আবছা থাকবে */
    transform: scale(0.85);
    /* সাইডের কার্ড ছোট দেখাবে */
    text-align: left;
}

/* মাঝখানের কার্ডটি হাইলাইট করার জন্য */
.owl-item.active.center .review-card {
    opacity: 1;
    transform: scale(1);
}

.stars {
    color: #222;
    margin-bottom: 25px;
    font-size: 18px;
}

.review-text {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    min-height: 110px;
    margin-bottom: 30px;
}

.reviewer-name {
    color: #007bff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

/* ডট এবং নেভিগেশন পুরোপুরি বন্ধ */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: none !important;
}

/*-----------------review section------------------*/


/*-----------------Footer To section------------------*/

/* --- ১. Branch Search Section (নতুন ব্লক) --- */
.search-section {
    background: linear-gradient(90deg, #b31b1b 0%, #e62e2e 100%);
    /* ছবির মতো লাল গ্রেডিয়েন্ট */
    padding: 80px 0;
    color: #fff;
}

.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.search-title {
    font-size: 35px;
    font-weight: bold;
    margin: 0;
}

.search-box-wrapper {
    background: #fff;
    padding: 5px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
}

.location-icon {
    background: #4a5568;
    color: white;
    padding: 10px 15px;
    border-radius: 6px;
    margin-right: 10px;
}

.search-input {
    border: none;
    outline: none;
    flex-grow: 1;
    padding: 10px;
    font-size: 16px;
    color: #333;
}

.search-btn {
    background: #cc1d24;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.search-btn:hover {
    background: #a5161b;
}

/*-----------------Footer To section------------------*/

/*---------------------home slider section------------------------*/



/*---------------------PROFIXXY Home Slider Section (Updated & Fixed)------------------------*/

/*--------------------- PROFIXXY HOME SLIDER FULL CSS (100% FORCE FIX) ------------------------*/

/* সেকশন আইডি পরিবর্তন করা হয়েছে */
#custom-hero-slider-section {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

/* স্লাইডার কন্টেইনার */
.px-main-wrapper,
.px-slide-item {
    height: 100vh;
}

.px-slide-item {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.px-slide-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(23, 64, 122, 0.9) 30%, rgba(23, 64, 122, 0.2) 100%);
    z-index: 1;
}

.px-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-left: 10%;
    max-width: 800px;
}

.px-hero-content h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
}

.px-search-wrap {
    background: #fff;
    padding: 5px;
    border-radius: 8px;
    display: flex;
    max-width: 550px;
    margin-bottom: 20px;
}

.px-search-wrap input {
    border: none;
    flex-grow: 1;
    padding: 10px;
    outline: none;
    color: #333;
}

.px-search-btn {
    background: #cc1d24;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: bold;
}

/* নেভিগেশন অ্যারো স্টাইল */
.px-main-wrapper .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 999;
    pointer-events: none;
}

.px-main-wrapper .owl-nav button.owl-prev,
.px-main-wrapper .owl-nav button.owl-next {
    position: absolute;
    pointer-events: auto;
    width: 45px;
    height: 45px;
    background: #fff !important;
    border-radius: 50% !important;
    color: #333 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: none !important;
}

.px-main-wrapper .owl-nav button.owl-prev {
    left: 10px !important;
}

.px-main-wrapper .owl-nav button.owl-next {
    right: 10px !important;
}

/* ডটস স্টাইল */
.px-main-wrapper .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 5;
    display: block !important;
}

.px-main-wrapper.owl-theme .owl-dots .owl-dot span {
    width: 60px !important;
    height: 5px !important;
    background: rgba(255, 255, 255, 0.4) !important;
    border-radius: 0 !important;
    margin: 5px;
    display: inline-block;
}

.px-main-wrapper.owl-theme .owl-dots .owl-dot.active span {
    background: #fff !important;
}

/* --- রেসপনসিভ --- */
@media (max-width: 991px) {
    .px-hero-content h1 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {

    /* মোবাইলে নেভিগেশন অ্যারো হাইড করা হলো */
    .px-main-wrapper .owl-nav {
        display: none !important;
    }

    .px-hero-content h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .px-hero-content h5 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .px-hero-content p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .px-search-wrap {
        max-width: 100%;
    }

    .px-main-wrapper.owl-theme .owl-dots .owl-dot span {
        width: 35px !important;
    }
}

/*---------------------home slider section------------------------*/

/*-------------------header cover --------------------*/

         .px-homeowners-cover-block {
        width: 100%;
        min-height: 350px;
        background: linear-gradient(90deg, #17407a 0%, #1e5bb0 50%, #ffffff 100%);
        position: relative;
        display: flex;
        align-items: center; 
        padding: 20px 0;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        overflow: hidden;
    }

    /* বাম পাশের ডটেড প্যাটার্ন */
    .px-homeowners-cover-block::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 35%;
        height: 100%;
        background-image: radial-gradient(rgba(255, 255, 255, 0.15) 1.5px, transparent 1.5px);
        background-size: 15px 15px;
        z-index: 1;
    }

    /* কন্টেইনার */
    .px-cover-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 40px;
        position: relative;
        z-index: 2;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    /* টাইটেল বক্স (আইকন ও টেক্সট পাশাপাশি রাখার জন্য আপডেট) */
    .px-header-cover-tag {
        background-color: #0b3d81;
        display: inline-flex; /* flex ব্যবহার করা হয়েছে */
        align-items: center;
        padding: 10px 40px;
        margin-bottom: 20px;
        gap: 20px; /* আইকন এবং লেখার মধ্যবর্তী গ্যাপ */
    }

    /* আইকন এবং ডিভাইডার স্টাইল */
    .px-tag-icon-area {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .px-tag-icon-area i {
        color: #ffffff;
        font-size: 35px; /* আইকন সাইজ */
    }

    /* মাঝখানের সাদা ডিভাইডার লাইন */
    .px-tag-divider {
        width: 1px;
        height: 45px;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .px-header-cover-tag h2 {
        color: #ffffff;
        font-size: 50px;
        line-height: 1;
        font-weight: 800;
        margin: 0; /* গ্যাপ ঠিক রাখতে মার্জিন জিরো */
        text-transform: capitalize;
        letter-spacing: 0.5px;
    }

    /* টেক্সট বক্স */
    .px-cover-text-box {
        max-width: 580px;
    }

    .px-cover-text-box p {
        color: #ffffff;
        font-size: 20px;
        line-height: 1.5;
        font-weight: 500;
        margin: 0;
    }

    /* মোবাইল রেসপনসিভ */
    @media (max-width: 768px) {
        .px-header-cover-tag {
            padding: 10px 20px;
            gap: 15px;
        }
        .px-tag-icon-area i {
            font-size: 24px;
        }
        .px-tag-divider {
            height: 30px;
        }
        .px-header-cover-tag h2 {
            font-size: 25px !important;
        }
        .px-cover-text-box p {
            font-size: 17px;
        }
    }

/*-------------------header cover --------------------*/

/*-------------------header breadcrump--------------------*/

.px-breadcrumb-area {
            background-color: #f5f7fa; /* হালকা অফ-হোয়াইট ব্যাকগ্রাউন্ড */
            padding: 15px 0;
            border-bottom: 1px solid #e1e4e8;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .px-container {
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .px-breadcrumb {
            display: flex;
            align-items: center;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .px-breadcrumb li {
            font-size: 14px;
            color: #777;
            text-transform: uppercase; /* সব বড় হাতের অক্ষর */
            letter-spacing: 0.5px;
            display: flex;
            align-items: center;
        }

        /* লিংক স্টাইল */
        .px-breadcrumb li a {
            color: #0b3d81; /* আপনার থিমের নীল রঙ */
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .px-breadcrumb li a:hover {
            color: #cc1d24; /* হোভার করলে লাল রঙ */
        }

        /* স্লাশ (/) ডিভাইডার স্টাইল */
        .px-breadcrumb li::after {
            content: "/";
            margin: 0 15px;
            color: #0b3d81;
            font-weight: 400;
        }

        /* শেষ আইটেমের জন্য ডিভাইডার রিমুভ এবং টেক্সট রঙ পরিবর্তন */
        .px-breadcrumb li:last-child::after {
            display: none;
        }

        .px-breadcrumb li:last-child {
            color: #999; /* বর্তমান পেজের রঙ একটু হালকা */
            font-weight: 400;
        }

        /* মোবাইল রেসপনসিভ */
        @media (max-width: 768px) {
            .px-breadcrumb li {
                font-size: 12px;
            }
            .px-breadcrumb li::after {
                margin: 0 10px;
            }
        }
/*-------------------header breadcrump--------------------*/


/*-------------------Homeowners text--------------------*/

/* মেইন সেকশন প্যাডিং */
        .px-text-block-area {
            padding: 50px 0;
            background-color: #ffffff;
            
        }

        .px-container {
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* ফ্লেক্সবক্স গ্রিড */
        .px-row {
            display: flex;
            flex-wrap: wrap;
            gap: 40px; /* দুই ব্লকের মাঝখানের দূরত্ব */
        }

        /* প্রতিটি ব্লকের স্টাইল */
        .px-col {
            flex: 1;
            min-width: 300px; /* মোবাইলে ভেঙে নিচে যাওয়ার জন্য */
        }

        .px-col p {
            font-size: 18px;
            line-height: 1.7;
            color: #444444; /* চোখের আরামদায়ক কালার */
            margin: 0;
            font-weight: 400;
            text-align: left;
        }

        /* মোবাইল রেসপনসিভ লেআউট */
        @media (max-width: 768px) {
            .px-text-block-area {
                padding: 50px 0;
            }
            .px-row {
                gap: 25px;
            }
            .px-col p {
                font-size: 16px;
            }
        }
/*-------------------Homeowners text--------------------*/

/*-------------------Homeowners miror section--------------------*/
        /* ১. মেইন সেকশন মার্জিন ও প্যাডিং জিরো */
        .px-services-section {
            width: 100%;
            overflow: hidden;
           
            padding: 0;
            margin: 0;
        }

        /* ২. রোগুলোর মধ্যে কোনো গ্যাপ থাকবে না */
        .px-service-row {
            display: flex;
            align-items: stretch; /* কন্টেন্ট ও ইমেজ সমান উচ্চতার রাখবে */
            flex-wrap: wrap;
            margin: 0;
            padding: 0;
        }

        /* ৩. কলামগুলোর সাইজ */
        .px-service-content, .px-service-img {
            flex: 1;
            min-width: 50%;
            margin: 0;
            padding: 0;
        }

        /* ৪. টেক্সট কন্টেন্ট এরিয়া - মাঝখানে আনার ম্যাজিক এখানে */
        .px-service-content {
            display: flex;
            align-items: center;      /* লম্বালম্বিভাবে মাঝখানে (Vertical Center) */
            justify-content: center;   /* আড়াআড়িভাবে মাঝখানে (Horizontal Center) */
            background-color: #ffffff;
        }

        .px-service-text-inner {
            padding: 60px 10%; /* চারপাশের সেফটি গ্যাপ */
            max-width: 600px;  /* লেখাগুলো খুব বেশি ছড়িয়ে যাওয়া রোধ করতে */
        }

        .px-service-text-inner h2 {
            font-size: 40px;
            font-weight: 800;
            color: #17407a;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .px-service-text-inner p {
            font-size: 18px;
            line-height: 1.8;
            color: #444;
            margin: 0;
        }

        /* ৫. ইমেজ ব্লক ফিক্স */
        .px-service-img {
            display: flex;
        }

        .px-service-img img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            margin: 0;
        }

        /* ৬. রিভার্স লেআউট (দ্বিতীয় রোর জন্য) */
        .px-row-reverse {
            flex-direction: row-reverse;
        }

        /* মোবাইল রেসপনসিভ */
        @media (max-width: 768px) {
            .px-service-content, .px-service-img {
                min-width: 100%;
            }
            .px-service-text-inner {
                padding: 50px 25px;
                text-align: center; /* মোবাইলে সেন্টারে থাকলে ভালো দেখায় */
            }
        }
/*-------------------Homeowners miror section--------------------*/

/*-------------------Faq--------------------*/

 .px-faq-section {
            padding: 80px 0;
            background-color: #ffffff;
            
        }

        /* কন্টেইনারকে ছোট করে মাঝখানে আনা হয়েছে */
        .px-faq-container {
            max-width: 800px; /* এটি আপনার সেকশনটিকে 'Wide' এবং সেন্টারে রাখবে */
            margin: 0 auto;
            padding: 0 20px;
        }

        .px-faq-title {
            text-align: center;
            font-size: 38px;
            font-weight: 800;
            color: #333;
            margin-bottom: 50px;
            line-height: 1.2;
        }

        .px-faq-item {
            border-bottom: 1px solid #e1e4e8;
            margin-bottom: 5px;
        }

        .px-faq-header {
            width: 100%;
            padding: 25px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: none;
            border: none;
            cursor: pointer;
            outline: none;
        }

        .px-faq-header span {
            font-size: 19px;
            font-weight: 700;
            color: #0056b8; /* ছবির সেই নির্দিষ্ট নীল রঙ */
            text-align: left;
        }

        /* প্লাস আইকন */
        .px-faq-icon {
            font-size: 24px;
            color: #0056b8;
            font-weight: 300;
            transition: transform 0.3s ease;
        }

        .px-faq-item.active .px-faq-icon {
            transform: rotate(45deg); /* প্লাসকে ক্রস বানিয়ে দিবে */
        }

        .px-faq-body {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
        }

        .px-faq-body p {
            padding: 0 0 25px 0;
            font-size: 17px;
            color: #555;
            line-height: 1.6;
            margin: 0;
        }

        @media (max-width: 768px) {
            .px-faq-title { font-size: 28px; }
            .px-faq-header span { font-size: 16px; }
        }
/*-------------------Homeowners miror section--------------------*/


/*-------------------homeowners banner section--------------------*/

       
/*------------------- Homeowners Testimonial Section --------------------*/

.px-testimonial-section {
    background-color: #17407a; /* আপনার থিমের গাঢ় নীল রঙ */
    padding: 100px 20px;       /* উপরে-নিচে পর্যাপ্ত জায়গা */
    width: 100%;
    display: flex;             /* ফ্লেক্সবক্স শুরু */
    justify-content: center;    /* আড়াআড়িভাবে মাঝখানে আনা */
    align-items: center;        /* লম্বালম্বিভাবে মাঝখানে আনা */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.px-testimonial-container {
    width: 100%;
    max-width: 900px;          /* টেক্সট যাতে বেশি ছড়িয়ে না যায় */
    margin: 0 auto;
    text-align: center;         /* ভেতরের সব এলিমেন্টকে সেন্টারে রাখবে */
}

/* Happy Customers টাইটেল */
.px-testimonial-section h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #ffffff;
    display: block;
}

  .px-testimonial-container p{

    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
    
    /* সেন্টারিং নিশ্চিত করার মূল অংশ */
    display: block;
    width: fit-content;        /* কন্টেন্ট অনুযায়ী চওড়া হবে */
    max-width: 500px;          /* সীমার বাইরে যাবে না */
    margin: 0 auto 30px auto;  /* ডানে-বামে অটো মার্জিন দিয়ে সেন্টারিং */

   }



/* ক্লায়েন্টের নাম (HOUSING ASSOCIATION, UK) */
.px-client-info {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.9);
    display: block;
}

/* মোবাইল রেসপনসিভ */
@media (max-width: 768px) {
    .px-testimonial-section {
        padding: 60px 15px;
    }
    .px-testimonial-section h2 {
        font-size: 28px;
    }
    .px-testimonial-text {
        font-size: 18px;
        max-width: 100%;
    }
}

/*-------------------Hhomeowners banner section-------------------*/


/*-------------------Form and-------------------*/

 /* ১. বেসিক সেটআপ */
        .px-contact-section {
            padding: 80px 0;
            background-color: #ffffff;
            font-family: 'Segoe UI', Arial, sans-serif;
        }

        .px-container {
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 50px;
            padding: 0 20px;
        }

        /* ২. বাম পাশের কন্ট্যাক্ট ইনফো */
        .px-contact-info {
            flex: 1;
            min-width: 300px;
        }

        .px-contact-info h2 {
            font-size: 32px;
            color: #000;
            margin-bottom: 30px;
            font-weight: 700;
        }

        .px-info-item {
            margin-bottom: 20px;
            font-size: 16px;
            line-height: 1.6;
            color: #333;
        }

        .px-info-item strong {
            display: inline-block;
            width: 120px;
        }

        .px-red-text {
            color: #cc1d24; /* ছবির মতো লাল রঙ */
            font-weight: 700;
        }

       .px-contact-form-box {
    flex: 1.5;
    background-color: #003051;
    padding: 40px;
    color: #ffffff;
    min-width: 350px;
}

        .px-contact-form-box h3 {
            font-size: 24px;
            margin-bottom: 25px;
        }

        .px-form-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 20px;
        }

        .px-form-group {
            display: flex;
            flex-direction: column;
        }

        .px-form-group label {
            font-size: 14px;
            margin-bottom: 8px;
            font-weight: 600;
        }

        .px-form-group label span {
            color: #ff4d4d;
        }

      

     .px-form-group input, .px-form-group select, .px-form-group textarea {
    background-color: #4D6F86;
    border: none;
    padding: 12px;
    color: #fff;
    outline: none;
    border-radius: 2px;
}

        .px-form-group textarea {
            height: 100px;
            resize: none;
        }

        /* রেডিও বাটন সেকশন */
        .px-radio-group {
            margin-bottom: 20px;
        }

        .px-radio-options {
            display: flex;
            gap: 15px;
            margin-top: 10px;
        }

        .px-radio-options label {
            font-size: 14px;
            cursor: pointer;
        }

        /* সাবমিট বাটন */
        .px-submit-btn {
            width: 100%;
            background-color: #cc1d24; /* লাল বাটন */
            color: white;
            border: none;
            padding: 15px;
            font-size: 18px;
            font-weight: 700;
            cursor: pointer;
            text-transform: uppercase;
            transition: 0.3s;
        }

        .px-submit-btn:hover {
            background-color: #a3171d;
        }

        /* রেসপনসিভ */
        @media (max-width: 768px) {
            .px-form-grid {
                grid-template-columns: 1fr;
            }
            .px-contact-form-box {
                padding: 25px;
            }
        }

/*-------------------Form and-------------------*/

/*-------------------Right Side Image-------------------*/

.px-expert-section {
            width: 100%;
            display: flex;
            align-items: stretch; /* ইমেজ এবং টেক্সট কলামের হাইট সমান রাখবে */
            background-color: #ffffff;
        }

        /* ২. টেক্সট কলাম */
        .px-text-column {
            flex: 1;
            padding: 60px 80px; /* লেখার চারপাশে প্যাডিং */
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .px-text-column h2 {
            font-size: 40px;
            font-weight: 800;
            color: #0b1c3f;
            margin-bottom: 25px;
            line-height: 1.1;
        }

        .px-text-column p {
            font-size: 18px;
            color: #444;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .px-btn {
            display: inline-block;
            background-color: #1b427e;
            color: white;
            padding: 14px 30px;
            text-decoration: none;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 13px;
            width: fit-content;
            margin-top: 15px;
        }

        /* ৩. ইমেজ কলাম (একদম লেগে থাকবে) */
        .px-image-column {
            flex: 1;
            line-height: 0; /* ইমেজের নিচের ডিফল্ট গ্যাপ দূর করতে */
        }

        .px-image-column img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* ইমেজ যাতে চ্যাপ্টা না হয়ে পুরো জায়গা নেয় */
            display: block;    /* কোনো বাড়তি স্পেস রাখবে না */
        }

        /* ৪. মোবাইল রেসপনসিভ */
        @media (max-width: 992px) {
            .px-expert-section {
                flex-direction: column;
            }
            .px-text-column {
                padding: 40px 20px;
            }
            .px-image-column {
                height: 300px;
            }
        }
/*-------------------Right Side Image-------------------*/



/*-------------------commercial and cleaning description-------------------*/

 body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f4f7f9; /* হালকা ব্যাকগ্রাউন্ড */
            color: #333;
        }

        /* ২. মেইন সেকশন (ফুল উইডথ) */
        .px-services-section-crc {
            width: 100%;
            padding: 60px 0;
            display: flex;
            justify-content: center;
        }

        /* ৩. কন্টেইনার (এটি আপনার লিস্টগুলোকে সাজিয়ে রাখবে) */
        .px-services-grid-crc {
            width: 100%;
            max-width: 1200px; /* কন্টেন্ট পড়ার সুবিধার জন্য */
            padding: 0 40px;
            display: grid;
            grid-template-columns: 1fr 1fr; /* ২ কলাম লেআউট */
            column-gap: 80px; /* কলামের মাঝখানের ফাঁকা জায়গা */
            row-gap: 40px;
        }

        /* ৪. হেডার স্টাইল (পুরো সেকশনের টাইটেল) */
        .px-section-header-crc {
            grid-column: span 2;
            text-align: center;
            margin-bottom: 40px;
        }

        .px-section-header-crc h2 {
            font-size: 32px;
            font-weight: 800;
            color: #0b1c3f;
        }

        /* ৫. প্রতিটি সার্ভিস আইটেম স্টাইল */
        .px-service-item-crc {
            display: flex;
            flex-direction: column;
        }

        .px-service-item-crc h3 {
            font-size: 20px;
            color: #007bff; /* লিঙ্কের মতো নীল রঙ */
            text-decoration: underline;
            margin-bottom: 12px;
            cursor: pointer;
        }

        .px-service-item-crc p {
            font-size: 16px;
            line-height: 1.6;
            color: #555;
            text-align: justify;
        }

        /* ৬. মোবাইল রেসপনসিভ (মোবাইলে ১ কলাম হয়ে যাবে) */
        @media (max-width: 768px) {
            .px-services-grid-crc {
                grid-template-columns: 1fr;
                padding: 0 20px;
            }
            .px-section-header-crc {
                grid-column: span 1;
            }
            .px-section-header-crc h2 {
                font-size: 26px;
            }
        }
/*-------------------commercial and cleaning description-------------------*/

/*-------------------------contact us text---------------------------------*/
.con-body {
           
            background-color: #ffffff;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            height: 200px;
            margin: 0;
        }

        .con-container {
            text-align: center;
            max-width: 800px;
            padding: 20px;
        }

         .con-container p{
            text-align: center;
            font-weight: 500;
                 font-size: 20px;
        }
        .con-instruction-text {
            color: #555;
       
            line-height: 1.6;
            margin-bottom: 30px;
            font-weight: 300;
        }

        .con-line-container {
            /* লাল বর্ডার (border: 2px solid #ff0000) এখান থেকে সরিয়ে ফেলা হয়েছে */
            padding: 20px 0; 
            min-height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* হালকা ধূসর লাইন */
        .con-inner-line {
            width: 100%;
            height: 1px;
            background-color: #e0e0e0;
        }
/*-------------------------contact us text---------------------------------*/

/*-------------------------blog section---------------------------------*/

            .blog-body{

                background-color: #f9f9f9; margin: 0; padding: 40px; box-sizing: border-box;
            }

        .blog-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 3fr 1fr;
            gap: 30px;
        }

        /* ব্লগ সেকশন গ্রিড */
        .blog-blog-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .blog-blog-card {
            background: #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
            display: flex;
            flex-direction: column;
            border-bottom: 3px solid transparent;
            transition: 0.3s;
        }

        .blog-blog-card:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .blog-blog-card img {
            width: 100%;
            height: 180px;
            object-fit: cover;
        }

        .blog-card-content {
            padding: 20px;
            flex-grow: 1;
        }

        .blog-card-content h3 {
            font-size: 16px;
            color: #333;
            margin: 0 0 15px 0;
            line-height: 1.4;
            height: 65px; /* টাইটেল অ্যালাইনমেন্ট ঠিক রাখার জন্য */
            overflow: hidden;
        }

        .blog-date {
            color: #333;
            font-weight: bold;
            font-size: 13px;
            display: block;
            margin-bottom: 10px;
        }

        .blog-read-more {
            background: #d42727;
            color: #fff;
            text-decoration: none;
            padding: 12px 20px;
            text-align: left;
            font-size: 11px;
            font-weight: bold;
            text-transform: uppercase;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        /* সাইডবার Recent News */
        .blog-sidebar {
            padding: 0 10px;
        }

        .blog-sidebar-title {
            color: #0066ff;
            border-bottom: 1px solid #ddd;
            padding-bottom: 10px;
            margin-bottom: 20px;
            display: flex;
            justify-content: space-between;
            font-weight: bold;
            font-size: 18px;
        }

        .blog-recent-news-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .blog-recent-news-list li {
            font-size: 14px;
            margin-bottom: 15px;
            color: #444;
            padding-left: 15px;
            position: relative;
            line-height: 1.4;
        }

        .blog-recent-news-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #999;
        }

        /* পেজিনেশন */
        .blog-pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 50px;
            gap: 8px;
        }

        .blog-pagination a, .blog-pagination span {
            text-decoration: none;
            color: #444;
            padding: 8px 14px;
            font-size: 14px;
            border: 1px solid transparent;
        }

        .blog-pagination a.active {
            background-color: #007bff;
            color: white;
            border-radius: 2px;
        }

        @media (max-width: 1024px) {
            .blog-blog-grid { grid-template-columns: repeat(2, 1fr); }
            .blog-container { grid-template-columns: 1fr; }
        }

        @media (max-width: 600px) {
            .blog-blog-grid { grid-template-columns: 1fr; }
        }
/*-------------------------blog section---------------------------------*/
    

/*-------------------------single blog section---------------------------------*/


            
        .sb-container {
            max-width: 1100px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 2.5fr 1fr; /* বামে বড় কন্টেন্ট, ডানে ছোট সাইডবার */
            gap: 40px;
        }

        /* মূল ব্লগ সেকশন */
        .sb-blog-single-post {
            display: flex;
            flex-direction: column;
        }

        .sb-featured-image {
            width: 100%;
            height: auto;
            margin-bottom: 30px;
        }

        .sb-blog-title {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 20px;
            color: #222;
        }

        .sb-blog-content p {
            line-height: 1.8;
            font-size: 16px;
            margin-bottom: 20px;
            color: #444;
        }

        .sb-blog-content h2 {
            font-size: 22px;
            margin-top: 30px;
            margin-bottom: 15px;
        }

        /* সাইডবার সেকশন */
        .sb-sidebar {
            padding-top: 10px;
        }

        .sb-sidebar-widget {
            margin-bottom: 40px;
        }

        .sb-widget-title {
            color: #0066ff;
            font-size: 18px;
            font-weight: bold;
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
            margin-bottom: 20px;
            display: flex;
            justify-content: space-between;
        }

        .sb-recent-news-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .sb-recent-news-list li {
            font-size: 14px;
            margin-bottom: 18px;
            color: #333;
            padding-left: 15px;
            position: relative;
            line-height: 1.4;
            cursor: pointer;
        }

        .sb-recent-news-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #999;
        }

        .sb-recent-news-list li:hover {
            color: #0066ff;
        }

        /* মোবাইল রেসপন্সিভ */
        @media (max-width: 900px) {
            .sb-container {
                grid-template-columns: 1fr;
            }
            .sb-sidebar {
                border-top: 1px solid #eee;
                padding-top: 30px;
            }
        }

        .sb-body{
            background-color: #ffffff;
              padding: 20px; 
             color: #333; 
             box-sizing: border-box;
        }

/*-------------------------single blog section---------------------------------*/

/*-------------------------about us vision section---------------------------------*/

 .px-vision-section {
        background-color: #17407a; /* ছবির মতো গাঢ় নীল ব্যাকগ্রাউন্ড */
        padding: 60px 0;
        width: 100%;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .px-vision-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 40px;
        display: flex;
        justify-content: space-between; /* লেখা এবং বাটন দুই প্রান্তে রাখার জন্য */
        align-items: center; /* ওপর-নিচে মাঝামাঝি রাখার জন্য */
    }

    .px-vision-content {
        max-width: 700px; /* লেখা যেন অনেক ছড়িয়ে না যায় */
    }

    .px-vision-content h2 {
        color: #ffffff;
        font-size: 28px;
        font-weight: 700;
        margin: 0 0 15px 0;
    }

    .px-vision-content p {
        color: #ffffff;
        font-size: 18px;
        line-height: 1.6;
        margin: 0;
        font-weight: 400;
    }

    .px-vision-btn-area {
        flex-shrink: 0; /* বাটন যেন ছোট হয়ে না যায় */
    }

    .px-learn-more-btn {
        background-color: #e31e24; /* ছবির মতো লাল রঙ */
        color: #ffffff;
        text-decoration: none;
        padding: 15px 35px;
        font-size: 16px;
        font-weight: 700;
        border-radius: 5px;
        display: inline-block;
        transition: background-color 0.3s ease;
        text-transform: uppercase;
    }

    .px-learn-more-btn:hover {
        background-color: #b31419; /* হোভার করলে একটু গাঢ় লাল হবে */
    }

    /* মোবাইল রেসপনসিভ */
    @media (max-width: 768px) {
        .px-vision-container {
            flex-direction: column; /* মোবাইলে ওপর-নিচে চলে আসবে */
            text-align: center;
            gap: 30px;
        }
        
        .px-vision-content h2 {
            font-size: 24px;
        }
        
        .px-vision-content p {
            font-size: 16px;
        }
    }
/*-------------------------about us vision section---------------------------------*/

/*-------------------------Contact Info  section---------------------------------*/

.px-info-section {
        width: 100%;
        padding: 80px 0;
        background-color: #ffffff; /* সাদা ব্যাকগ্রাউন্ড */
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: center; /* সব টেক্সট সেন্টারে থাকবে */
    }

    .px-info-container {
        max-width: 900px; /* কন্টেন্ট এরিয়া সীমিত রাখা হয়েছে */
        margin: 0 auto;
        padding: 0 20px;
    }

    /* উপরের বড় বোল্ড টেক্সট */
    .px-info-top-text {
        color: #2c2c2c;
        font-size: 36px;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 40px;
    }

    /* মাঝখানের হালকা ডিভাইডার লাইন */
    .px-info-divider {
        width: 100%;
        height: 1px;
        background-color: #e5e5e5; /* হালকা ধূসর রঙ */
        margin-bottom: 50px;
    }

    /* নিচের বর্ণনা টেক্সট */
    .px-info-bottom-text {
        color: #0e0e0e;
        font-size: 18px;
        line-height: 1.6;
        font-weight: 400;
        max-width: 800px;
        margin: 0 auto;
    }

    /* মোবাইল রেসপনসিভ */
    @media (max-width: 768px) {
        .px-info-top-text {
            font-size: 26px;
        }
        .px-info-bottom-text {
            font-size: 16px;
        }
        .px-info-section {
            padding: 50px 0;
        }
    }
/*-------------------------Contact Info  section---------------------------------*/

/*-------------------------about us price  section---------------------------------*/

 /* Header Background Gradient */
        .header-section {
            background: #194789;
            color: white;
            padding: 60px 20px;
            border-radius: 15px 15px 0 0;
            text-align: center;
        }

        .pricing-list-box {
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            border-radius: 10px;
            padding: 20px;
            display: inline-block;
            text-align: left;
            margin-top: 20px;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .pricing-list-box ul { list-style: none; padding: 0; margin: 0; }
        .pricing-list-box li { margin-bottom: 8px; font-weight: 500; }
        .pricing-list-box li i { color: #2ecc71; margin-right: 10px; }

        /* Service Cards */
        .service-card {
            border: none;
            border-top: 5px solid #007bff;
            border-radius: 12px;
            transition: transform 0.3s;
            height: 100%;
        }
        .service-card:hover { transform: translateY(-10px); }
        .card-residential { border-top-color: #194789; }
        .card-commercial { border-top-color: #194789; }
        .card-specialized { border-top-color: #194789; }

        .service-icon { font-size: 2rem; margin-bottom: 15px; }

        /* Footer CTA */
        .cta-bar {
            background-color: #e31e24;
            color: white;
            text-align: center;
            padding: 15px;
            font-size: 1.25rem;
            font-weight: bold;
            border-radius: 0 0 15px 15px;
            cursor: pointer;
            transition: background 0.3s;
        }
        .cta-bar:hover { background-color: #B31419; }

        .header-section p{
            text-align: center;
        }

/*-------------------------about us price  section---------------------------------*/

/*---------------------------Custom cta Button-------------------------------------*/

.custom-cta-btn {
            background-color: #e31e24; /* ইমেজের মতো লাল রঙ */
            color: #fff; /* উজ্জ্বল সায়ান টেক্সট */
            font-size: 1rem;
            font-weight: 800;
            padding: 15px 30px;
            border: none;
            border-radius: 0; /* ইমেজে বাটনটি ফ্ল্যাট এবং শার্প */
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            transition: all 0.3s ease;
            width: 100%;
            text-decoration: none;
        }

        .custom-cta-btn:hover {
            background-color: #B31419;
            color: #333333;
            filter: brightness(1.1);
        }

        .emoji-hand {
            font-size: 1.8rem;
        }
/*---------------------------Custom cta Button-------------------------------------*/

/*--------------------------cleaning service section--------------------------------------*/

 .services-container {
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        /* Row Layout */
        .service-row {
            display: flex;
            width: 100%;
            min-height: 600px;
            align-items: stretch;
            flex-wrap: wrap;
        }

        /* Image-Text Reversal for Even Rows */
        .row-reverse {
            flex-direction: row-reverse;
        }

        /* Column Styling */
        .service-col {
            flex: 1;
            min-width: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        /* Text Content Area */
        .text-box {
            padding: 60px 10%;
        }

        .text-box h2 {
            font-size: 32px;
            color: #003366;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .text-box h4 {
            font-size: 18px;
            color: #555;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .text-box p {
            font-size: 16px;
            line-height: 1.6;
            color: #444;
            margin-bottom: 20px;
        }

        .text-box ul {
            list-style: none;
            padding: 0;
            margin-bottom: 30px;
        }

        .text-box ul li {
            padding-left: 25px;
            position: relative;
            margin-bottom: 10px;
            font-weight: 500;
        }

        .text-box ul li::before {
            content: "✅";
            position: absolute;
            left: 0;
        }

        /* Full Width Image Column */
        .image-col {
            padding: 0;
            margin: 0;
        }

        .image-col img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Red Block Buttons */
        .btn-red {
            display: block;
            background-color: #ff0000;
            color: #ffffff !important;
            text-align: center;
            padding: 15px;
            margin-bottom: 12px;
            text-decoration: none;
            font-weight: bold;
            border-radius: 4px;
            text-transform: uppercase;
            transition: 0.3s;
        }

        .btn-red:hover {
            background-color: #cc0000;
        }

        /* Mobile Responsive */
        @media (max-width: 991px) {
            .service-row, .row-reverse {
                flex-direction: column;
            }
            .service-col {
                min-width: 100%;
            }
            .image-col {
                height: 350px;
                order: -1; /* Image appears first on mobile */
            }
            .text-box {
                padding: 40px 20px;
            }
        }
/*--------------------------cleaning service section--------------------------------------*/
    
/*--------------------------after cover service section--------------------------------------*/

.cta-cleaning-block {
            background-color: #f5f5f5; /* আপনার রিকোয়েস্ট অনুযায়ী ব্যাকগ্রাউন্ড কালার */
            padding: 80px 20px;
            text-align: center;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
        }

        .cta-cleaning-block h2 {
            font-size: 36px;
            color: #003366;
            margin-bottom: 15px;
            font-weight: 800;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-cleaning-block p {
            font-size: 20px;
            color: #555;
            margin-bottom: 35px;
            font-weight: 500;
                text-align: center;
        }

        .cta-button-container {
            display: flex;
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;
        }

        .cta-btn-red {
            display: inline-block;
            background-color: #ff0000; /* আপনার ইমেজের মতো লাল কালার */
            color: #ffffff !important;
            padding: 18px 35px;
            font-size: 16px;
            font-weight: bold;
            text-decoration: none;
            border-radius: 5px;
            text-transform: uppercase;
            transition: background-color 0.3s ease, transform 0.2s ease;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .cta-btn-red:hover {
            background-color: #cc0000;
            transform: translateY(-2px);
        }

        @media (max-width: 768px) {
            .cta-cleaning-block h2 {
                font-size: 28px;
            }
            .cta-btn-red {
                width: 100%;
                max-width: 300px;
            }
        }

/*--------------------------after cover service section--------------------------------------*/

/*--------------------------oder removal section--------------------------------------*/

 .odor-removal-wrapper {
        background-color: #f5f5f5;
        padding: 50px 15px; /* মোবাইলের জন্য প্যাডিং কিছুটা কমানো হয়েছে */
        text-align: center;
        font-family: 'Segoe UI', Arial, sans-serif;
    }

    .odor-content-inner {
        max-width: 900px;
        margin: 0 auto;
    }

    .odor-content-inner h2 {
        color: #003366;
        font-size: clamp(24px, 5vw, 32px); /* স্ক্রিন অনুযায়ী ফন্ট ছোট-বড় হবে */
        margin-bottom: 10px;
        font-weight: 800;
    }

    .odor-content-inner .sub-headline {
        font-size: clamp(16px, 4vw, 18px);
        color: #004a99;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .odor-content-inner p {
        font-size: 16px;
        line-height: 1.6;
        color: #444;
        margin-bottom: 15px;
    }

    .check-list-centered {
        list-style: none;
        padding: 0;
        margin: 15px auto 5px auto;
        display: inline-block;
        text-align: left;
    }

    .check-list-centered li {
        padding-left: 30px;
        position: relative;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 16px;
        color: #333;
    }

    .check-list-centered li::before {
        content: "✅";
        position: absolute;
        left: 0;
    }

    /* রেসপন্সিভ বাটন ফিক্স */
    .cta-btn-box {
        margin-top: 10px; /* মার্জিন আরও কমানো হয়েছে */
        width: 100%;
    }

    .btn-red-wide {
        display: inline-block;
        background-color: #ff0000;
        color: #ffffff !important;
        padding: 15px 30px;
        font-size: clamp(14px, 4vw, 17px); /* মোবাইলে লেখা ছোট হবে না বরং অ্যাডজাস্ট হবে */
        font-weight: bold;
        text-decoration: none;
        border-radius: 4px;
        text-transform: uppercase;
        transition: 0.3s ease;
        max-width: 100%; /* বাটন স্ক্রিনের বাইরে যাবে না */
        box-sizing: border-box;
        white-space: normal; /* লেখা বড় হলে দ্বিতীয় লাইনে আসবে */
        line-height: 1.4;
    }

    .btn-red-wide:hover {
        background-color: #cc0000;
    }


/*--------------------------oder removal section--------------------------------------*/

/*--------------------------oser section section--------------------------------------*/

     .trust-pricing-wrapper {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        padding: 60px 20px;
        background-color: #f5f5f5;
        text-align: center;
    }

    .container-inner {
        max-width: 1000px;
        margin: 0 auto;
    }

    /* Why Choose Us Section */
    .why-choose-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .choose-card {
        background: #ffffff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        display: flex;
        align-items: center;
        text-align: left;
        transition: 0.3s;
    }

    .choose-card:hover { transform: translateY(-5px); }

    .choose-card span {
        font-size: 24px;
        margin-right: 15px;
        color: #28a745; /* গ্রিন চেক */
    }

    .choose-card p {
        margin: 0;
        font-weight: 600;
        color: #333;
        font-size: 16px;
    }

    /* Pricing Section */
    .pricing-table-container {
        background: #ffffff;
        padding: 40px;
        border-radius: 12px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    }

    .pricing-table-container h2 {
        color: #003366;
        margin-bottom: 10px;
    }

    .price-intro {
        color: #666;
        margin-bottom: 30px;
    }

    .pricing-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 30px;
    }

    .pricing-table tr {
        border-bottom: 1px solid #eee;
    }

    .pricing-table td {
        padding: 15px;
        font-size: 18px;
        color: #333;
    }

    .service-name { text-align: left; font-weight: 500; }
    .service-price { text-align: right; font-weight: 700; color: #ff0000; }

    .highlight-note {
        background: #003366;
        color: #fff;
        padding: 15px;
        border-radius: 5px;
        display: inline-block;
        font-weight: bold;
        margin-top: 10px;
        width: 100%;
        box-sizing: border-box;
    }

    .call-btn {
        display: inline-block;
        margin-top: 25px;
        background: #ff0000;
        color: #fff !important;
        padding: 18px 35px;
        text-decoration: none;
        border-radius: 5px;
        font-weight: bold;
        text-transform: uppercase;
    }

    /* মোবাইল ভিউ */
    @media (max-width: 600px) {
        .pricing-table td { font-size: 15px; padding: 10px 5px; }
        .pricing-table-container { padding: 20px 15px; }
    }

/*--------------------------ser section  section--------------------------------------*/

/*----------------------locksmit section----------------------*/

/* মেইন কন্টেইনার স্টাইল */
    .locksmith-info-section {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        padding: 40px 20px;
        background-color: #f9f9f9;
        text-align: center;
    }

    /* Why Choose Us গ্রিড ডিজাইন */
    .section-title {
        font-size: 24px;
        margin-bottom: 25px;
        font-weight: bold;
    }

    .why-choose-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 15px;
        max-width: 1000px;
        margin: 0 auto 50px auto;
    }

    .feature-card {
        background: #fff;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        display: flex;
        align-items: center;
        text-align: left;
        border: 1px solid #eee;
    }

    .feature-card i {
        color: #28a745;
        margin-right: 12px;
        font-size: 18px;
    }

    /* Transparent Pricing কার্ড ডিজাইন */
    .pricing-box {
        max-width: 800px;
        margin: 0 auto;
        background: #fff;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        border-top: 5px solid #003366; /* প্রফেশনাল ব্লু বর্ডার */
    }

    .pricing-header h2 {
        color: #333;
        margin-bottom: 5px;
    }

    .pricing-header p {
        color: #666;
        font-style: italic;
        margin-bottom: 25px;
    }

    .pricing-list {
        list-style: none;
        padding: 0;
        margin-bottom: 30px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        text-align: left;
    }

    .pricing-list li {
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
        color: #444;
    }

    .pricing-list li::before {
        content: "✔";
        color: #d9534f;
        margin-right: 10px;
        font-weight: bold;
    }

    /* কল এবং এস্টিমেট বাটন */
    .estimate-tag {
        background: #002244;
        color: #fff;
        padding: 10px;
        border-radius: 5px;
        display: inline-block;
        margin-bottom: 15px;
        width: 100%;
        max-width: 400px;
    }

    .btn-get-estimate {
        background: #ff0000; /* লাল বাটন আপনার ছবির মতো */
        color: white;
        text-decoration: none;
        padding: 15px 40px;
        border-radius: 5px;
        font-weight: bold;
        display: inline-block;
        font-size: 18px;
        transition: 0.3s;
    }

    .btn-get-estimate:hover {
        background: #cc0000;
        box-shadow: 0 4px 15px rgba(255,0,0,0.3);
    }

/*----------------------locksmit section----------------------*/
