.elementor-48 .elementor-element.elementor-element-1bedbcc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-48 .elementor-element.elementor-element-127c224{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-48 .elementor-element.elementor-element-e828b12{--spacer-size:25px;}.elementor-48 .elementor-element.elementor-element-3f09c6b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-48 .elementor-element.elementor-element-f644029{width:100%;max-width:100%;}.elementor-48 .elementor-element.elementor-element-4493b2d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-48 .elementor-element.elementor-element-3f09c6b{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-dd52583 */.custom-hero {
  position: relative;
  background-image: url("https://carescan.net/wp-content/uploads/2026/03/Why-Choose-Us.png");
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

/* Gradient Overlay */
.custom-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.75),
    rgba(0, 102, 255, 0.55)
  );
}

/* Content on top */
.custom-hero .content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
}

/* Heading */
.custom-hero h1 {
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}

/* Breadcrumb style */
.custom-hero .breadcrumb {
  font-size: 16px;
  opacity: 0.9;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .custom-hero {
    padding: 60px 15px;
  }

  .custom-hero h1 {
    font-size: 28px;
  }
}
.custom-hero {
  position: relative;
  background-image: url("https://carescan.net/wp-content/uploads/2026/03/Why-Choose-Us.png");
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

/* Solid color overlay */
.custom-hero .overlay {
  position: absolute;
  inset: 0;
  background: #1FAFBA;
  opacity: 0.75; /* adjust 0.6 - 0.85 as needed */
}

/* Content stays above */
.custom-hero .content {
  position: relative;
  z-index: 2;
}
.custom-hero h1 {
  color: #ffffff;
}
.custom-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f644029 *//* WRAPPER */
.blog-wrapper{
    width:100%;
    padding:0 100px;
    box-sizing:border-box;
}

/* ROW (NO CARD, NO SHADOW) */
.blog-row{
    display:flex;
    align-items:center;
    gap:40px;
    margin-bottom:50px;
    background:#fff;
}

/* REVERSE */
.blog-row.reverse{
    flex-direction:row-reverse;
}

/* IMAGE */
.blog-image{
    width:50%;
}

.blog-image img{
    width:100%;
    height:800px;
    object-fit:cover;
    display:block;
}

/* TEXT */
.blog-text{
    width:50%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

/* TITLE */
.blog-text h3{
    margin-bottom:12px;
}

/* TEXT (LONG 8-9 LINES) */
.blog-text p{
    line-height:1.9;
    opacity:0.85;
    margin-bottom:15px;
}

/* BUTTON */
.blog-text a{
    width:fit-content;
    padding:12px 20px;
    background:#334F73;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    margin-bottom:10px;
}

/* META BELOW TEXT */
.blog-meta{
    display:flex;
    gap:10px;
    font-size:13px;
    opacity:0.7;
}

/* MOBILE */
@media(max-width:768px){
    .blog-wrapper{
        padding:0 20px;
    }

    .blog-row,
    .blog-row.reverse{
        flex-direction:column;
    }

    .blog-image,
    .blog-text{
        width:100%;
    }

    .blog-image img{
        height:240px;
    }
}
.blog-text p {
    line-height: 1.9;
    opacity: 0.85;

    display: block !important;
    overflow: visible !important;

    margin: 10px 0 15px 0;

    /* remove any hidden clamp */
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
}
.blog-row{
    display:flex;
    align-items:center;
    gap:40px;
    margin-bottom:50px;
}

.blog-row.reverse{
    flex-direction:row-reverse;
}

.blog-image{
    width:50%;
}

.blog-text{
    width:50%;
}

/* ROW */
.blog-row{
    display:flex;
    align-items:stretch; /* 🔥 important fix */
    gap:40px;
    margin-bottom:50px;
}

/* reverse */
.blog-row.reverse{
    flex-direction:row-reverse;
}

/* IMAGE */
.blog-image{
    width:50%;
}

.blog-image img{
    width:100%;
    height:360px;   /* 🔥 fixes gap issue */
    object-fit:cover;
    display:block;
}

/* TEXT */
.blog-text{
    width:50%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

/* TITLE */
.blog-text h3{
    margin-bottom:10px;
}

/* 🔥 TEXT LIMIT (5–6 LINES ONLY) */
.blog-text p{
    line-height:1.6;
    opacity:0.85;

    display:-webkit-box;
    -webkit-line-clamp:6;   /* 🔥 FINAL FIX */
    -webkit-box-orient:vertical;
    overflow:hidden;

    margin-bottom:12px;
}

/* META */
.blog-meta{
    font-size:13px;
    opacity:0.7;
    margin-top:8px;
}

/* MOBILE */
@media(max-width:768px){
    .blog-row,
    .blog-row.reverse{
        flex-direction:column;
    }

    .blog-image,
    .blog-text{
        width:100%;
    }

    .blog-image img{
        height:240px;
    }
}
#loadMoreBtn{
    background:#334F73;
    color:#fff;
    padding:12px 22px;
    border:none;
    border-radius:8px;
    cursor:pointer;
    font-weight:600;
    transition:0.3s;
}

#loadMoreBtn:hover{
    background:#2a3f5c;
}
.blog-meta{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:13px;
    opacity:0.75;
    margin-top:10px;
}

.author-avatar{
    width:32px;
    height:32px;
    border-radius:50%;   /* 🔥 circle banata hai */
    object-fit:cover;
    display:inline-block;
}
.author-avatar{
    width:34px;
    height:34px;
    border-radius:50%;
    object-fit:cover;
    border:2px solid #334F73; /* nice border */
}
.blog-meta img.author-avatar{
    width:40px !important;
    height:40px !important;
    min-width:40px;
    min-height:40px;

    border-radius:50% !important;
    object-fit:cover !important;

    display:block;
    overflow:hidden;
}
.blog-image img{
    width:100%;
    height:500px;   /* 🔥 increased height */
    object-fit:cover;
    display:block;
}
.blog-image img{
    width:100%;
    height:520px;
    object-fit:cover;
    border-radius:12px;
}
/* GLOBAL BUTTON STYLE - ALL BUTTONS */
button,
input[type="submit"],
input[type="button"],
.cs-btn {
  background: #1b3a57;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease;
}

/* HOVER EFFECT */
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.cs-btn:hover {
  background: #1FB5AD;
}
/* REMOVE LEFT/RIGHT EMPTY SPACE FULL PAGE */

html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    overflow-x: hidden;
}

/* COMMON THEME CONTAINERS OVERRIDE */
.container,
.cs-container,
.blog-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
}
/* SAFE GLOBAL 5PX LEFT/RIGHT SPACING */

html, body {
    margin: 0;
    padding: 0;
}

/* ALL MAIN CONTAINERS */
.container,
.cs-container,
.blog-wrapper {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;

    padding-left: 63px !important;
    padding-right: 63px !important;
}

/* =========================
   UNIFORM TEXT-BASED BUTTONS
   AUTO WIDTH + SAME SPACING
========================= */

button,
input[type="submit"],
input[type="button"],
.cs-btn,
a.cs-btn {
    background: #1b3a57;
    color: #fff;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 18px;   /* 🔥 left/right spacing same */
    min-height: 42px;     /* 🔥 same height for all */

    font-size: 14px;
    font-weight: 500;

    border: none;
    border-radius: 8px;

    text-decoration: none;
    cursor: pointer;

    box-sizing: border-box;

    line-height: 1;
    white-space: nowrap;  /* 🔥 text break na ho */
}
/* =========================
   BLOG + DYNAMIC BUTTONS FIX
   READ MORE + ALL LINKS BUTTON STYLE
========================= */

/* Load More button */
#loadMoreBtn {
    background: #1b3a57;
    color: #fff;

    padding: 10px 18px;
    border-radius: 8px;

    border: none;
    cursor: pointer;

    font-size: 14px;
    font-weight: 500;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
}

/* READ MORE (dynamic links/buttons inside blog) */
.blog-grid a,
.blog-grid .read-more,
.blog-grid .readmore,
.blog-grid .btn,
.blog-grid button {
    background: #1b3a57;
    color: #fff !important;

    padding: 8px 16px;

    border-radius: 8px;
    text-decoration: none;

    font-size: 14px;
    font-weight: 500;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 10px;

    white-space: nowrap;
}
/* =========================
   MOBILE RESPONSIVE (ENGLISH ONLY)
========================= */
@media (max-width: 768px) {

    /* wrapper spacing */
    .blog-wrapper {
        padding: 15px !important;
    }

    /* row stack */
    .blog-row,
    .blog-row.reverse {
        flex-direction: column !important;
        gap: 20px;
        margin-bottom: 40px;
    }

    /* full width blocks */
    .blog-image,
    .blog-text {
        width: 100% !important;
    }

    /* image height adjust */
    .blog-image img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        border-radius: 12px;
    }

    /* title */
    .blog-text h3 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    /* paragraph (IMPORTANT FIX) */
    .blog-text p {
        font-size: 14px;
        line-height: 1.6;

        -webkit-line-clamp: 6;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;

        margin-bottom: 12px;
    }

    /* read more button */
    .blog-text a {
        font-size: 13px;
        padding: 8px 14px;
        border-radius: 6px;
    }

    /* meta section */
    .blog-meta {
        font-size: 12px;
        flex-wrap: wrap;
        gap: 6px;
    }

    /* avatar fix */
    .blog-meta img.author-avatar {
        width: 32px !important;
        height: 32px !important;
    }

    /* load more button */
    #loadMoreBtn {
        width: 100%;
        text-align: center;
        padding: 12px;
        font-size: 14px;
    }
}
.blog-row {
    align-items: stretch;
}

.blog-image img {
    width: 100%;
    height: 100%;
    min-height: 450px;
    max-height: 800px;
    object-fit: cover;
    border-radius: 12px;
}
/* =========================
   FORCE BLOG IMAGE HEIGHT (FINAL FIX)
========================= */

.blog-row{
    align-items: stretch !important;
}

/* IMAGE COLUMN FULL HEIGHT CONTROL */
.blog-image{
    width:50%;
    display:flex;
}

/* IMAGE FORCE HEIGHT */
.blog-image img{
    width:100% !important;

    /* 🔥 CHANGE THIS VALUE TO INCREASE HEIGHT */
    height:650px !important;

    min-height:650px !important;
    max-height:900px !important;

    object-fit:cover !important;
    display:block;
    border-radius:12px;
}

/* TEXT MATCH HEIGHT */
.blog-text{
    width:50%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

/* =========================
   MOBILE FIX
========================= */
@media(max-width:768px){
    .blog-image img{
        height:300px !important;   /* mobile optimized */
        min-height:300px !important;
        max-height:350px !important;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3f09c6b */.blog-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0 2px; /* LEFT RIGHT PADDING */
}

.blog-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
}

.blog-row.reverse {
    flex-direction: row-reverse;
}

.blog-text {
    width: 50%;
}

.blog-image {
    width: 50%;
}

/* FIX IMAGE SIZE */
.blog-image img {
    width: 100%;
    height: 320px; /* CONTROL HEIGHT */
    object-fit: cover; /* IMAGE CROP NICE */
    border-radius: 16px;
}

/* TEXT IMPROVEMENT */
.blog-text h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
}

.blog-text p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* LIMIT TEXT */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* BUTTON */
.blog-text a {
    background: #334F73;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
}
/* READ MORE BUTTON */
.blog-text a {
    background: #334F73;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
}

.blog-text a:hover {
    background: #2b4260;
}/* End custom CSS */