/*
 Theme Name: Hello Elementor Child
 Template: hello-elementor
 Version: 1.0
*/

/* Add your custom CSS below */
/* MAIN WRAPPER */
.e-search-form {
    display: flex;
	height: 46px;
    align-items: center;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
    /*border: 1px solid #ddd;*/
}

/* SEARCH INPUT */
.e-search-input {
    flex: 1;
    padding: 14px 20px !important;
    border: none !important;
    background: #fff !important;
    font-size: 16px;
    border-radius: 6px 0 0 6px !important;
}

/* CLEAR ICON hidden inside */
.e-fas-times {
    display: none !important;
}

/* BLUE SUBMIT BUTTON */
.e-search-submit {
    background: #1657FF !important;
    color: #fff !important;
    padding: 14px 26px !important;
    border-radius: 0 6px 6px 0 !important;
    font-size: 18px;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* REMOVE DEFAULT BG IF ELEMENTOR ADDS IT */
.e-search-submit span {
    color: #fff !important;
}

/* REMOVE OUTLINE ON CLICK */
.e-search-input:focus, .e-search-submit:focus {
    outline: none !important;
    box-shadow: none !important;
}
/* Tabs Wrapper */
/* Tabs container */
.product-tabs .e-n-tabs-heading {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
    border-bottom: none !important;
}

/* Tab Button Default */
.product-tabs .e-n-tab-title {
    padding: 12px 24px;
    background: #f5f5f7;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* Hover effect */
.product-tabs .e-n-tab-title:hover {
    background: #e9e9ee;
    border-color: #ccc;
}

/* Active Tab */
.product-tabs .e-n-tab-title[aria-selected="true"] {
    background: #2453D4 !important;          /* Active black background */
    color: #fff;               /* Active white text */
    border-color: #2453D4 !important;
    transform: translateY(-2px);
}

/* Title text inside tab */
.product-tabs .e-n-tab-title-text {
    display: block;
    line-height: 1;
}

/* Remove default underline or highlight */
.product-tabs .e-n-tab-title::after {
    display: none !important;
}

/* Remove default padding from content area */
.product-tabs .e-n-tab-content {
    padding: 0 !important;
    border: none !important;
}
.product-tabs .product_title,
.home-product-list .uc_title a{
   display: -webkit-box !important;
  -webkit-line-clamp: 3; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-product-list .uc_title a{
	 text-align:left;
}
.section-title4 h2{
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0;
}
.section-title4 h2 span {
    color: rgba(11,12,12, 0.6) !important;
    font-style: italic;
    font-weight: 500;
}
/* Make thumbnail relative so badge can be placed on top */
.blog-list .elementor-post__thumbnail {
    position: relative;
}

/* Reset meta position so it doesn't affect layout */
.blog-list .elementor-post__meta-data {
    position: static;
}

/* Place date badge on the image using pseudo element wrapper */
.blog-list .elementor-post__text .elementor-post-date {
    position: absolute;
    bottom: 26%;
    right: -1px;
    z-index: 10;

    display: inline-flex;
    align-items: center;

    padding: 9px 16px 9px 24px;
    white-space: nowrap;

    font-size: 14px;
    font-weight: 500;
    color: #0B0C0C;
    
    background: #ffffff;

    /* SVG MASK */
    -webkit-mask-image: url('https://trueviewn.marylltechno.co.in/wp-content/uploads/2025/12/blog-batch-bg.svg');
    mask-image: url('https://trueviewn.marylltechno.co.in/wp-content/uploads/2025/12/blog-batch-bg.svg');

    -webkit-mask-size: contain;
    mask-size: contain;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;
}

/* Make the date badge move physically inside the thumbnail */
.blog-list .elementor-post__text {
    position: static;
}

.blog-list article.elementor-post {
    position: relative;
}
/* ------------------------------
   MAIN CARD WRAPPER
------------------------------ */
/* MAIN CARD */
.process-card {
    background: #fff !important;
    border-radius: 16px;
    padding: 40px 35px;
}

/* ICON + TITLE */
.process-card .process-box .elementor-icon-box-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
}

.process-card .process-box .elementor-icon svg {
    width: 40px;
    height: auto;
    color: #00A88F;
}

.process-card .process-box .elementor-icon-box-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

/* DESCRIPTION (TEXT EDITOR) */
.process-card .process-desc p {
    font-size: 17px;
    color: #555;
    line-height: 27px;
    margin: 0px;
}

/* REMOVE BULLETS */
.process-card .process-desc ul {
    list-style: none !important;
    margin: 0;
    padding-left: 0px !important;
}

/* LIST ITEMS */
.process-card .process-desc ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 0;
    font-size: 17px;
    color: #333;
    border-bottom: 1px solid #E4E4E4;
	 list-style: none !important;
}

/* NUMBER STYLE */
.process-card .process-desc ul li strong {
    font-weight: 700;
    color: #000;
    min-width: 40px;
    display: inline-block;
}
.process-card .process-desc ul li:last-child {
    border-bottom: none !important;
}
.about-shape {
    position: relative;
    overflow: visible; /* prevents cutting the shape */
}

.about-shape::before {
    content: "";
    width: 30px;
    height: 188px;
    background-color: rgba(22, 87, 255, 0.15); /* replace with your primary color variable */
    border-radius: 60px 0 0 60px;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    z-index: 1; /* stays behind the content */
}
.blog-list .batch 
{
   position: absolute;
    bottom: 26%;
    right: -1px;
    z-index: 10;

    display: inline-flex;
    align-items: center;

    padding: 9px 16px 9px 24px;
    white-space: nowrap;

    font-size: 14px;
    font-weight: 500;
    color: #0B0C0C;
    
    background: #ffffff;

    /* SVG MASK */
   -webkit-mask-image: url('https://trueviewn.marylltechno.co.in/wp-content/uploads/2025/12/blog-batch-bg2.svg');
    mask-image: url('https://trueviewn.marylltechno.co.in/wp-content/uploads/2025/12/blog-batch-bg2.svg');

    -webkit-mask-size: contain;
    mask-size: contain;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;
}
.uc_more_btn{
	font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500 !important;
    text-transform: none;
    font-style: italic;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 4px 4px 4px 4px;
    padding: 8px 20px 8px 20px !important;
    color: #FFFFFF;
    background-color: #0B0C0C;
    border-color: #0B0C0C;
    transition: all 0.5s;
}