/*
Theme Name:  Vemlo Child Theme
Description: Child theme for the Vemlo theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    vemlo
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */
@media only screen and (max-width: 680px){
.tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h2 {
    font-size: 30px;
    line-height:47px;
}
h2.tm-reset-text-font-680{
		font-size: 30px !important;
    line-height: 47px !important;
}
	.tm-titlebar h1.entry-title, .tm-titlebar-textcolor-custom .tm-titlebar-main .entry-title {
    font-size: 35px;
		line-height: 45px;
	}
}
@media only screen and (max-width: 580px){
	.tm-titlebar-wrapper .tm-titlebar-inner-wrapper {
		height: 220px;
	}
	.tm-titlebar h1.entry-title, .tm-titlebar-textcolor-custom .tm-titlebar-main .entry-title {
		font-size: 32px;
		line-height: 42px;
	}
}
span.edit-link {
    display: none;
}

section.error-404 .search-form .search-field {
    border-radius: 3px;
}
section.error-404 .search-form .search-field:not(:focus) {
    border-color: transparent;
}


























/* Himanshu */
/* Particular Page banner hideing */
.page-id-10878 .tm-titlebar-wrapper {
    display: none !important;
}


/* End   */
.tm-col-wrapper-bg-layer .tm-bg-layer-inner {
    background-color: #ECF3F9 !important;
}

/* H2 color */
.tm-vc_cta3-content .tm-vc_cta3-content-header 
.tm-vc_cta3-headers h2.tm-custom-heading {
    color: #5a7eb7 !important;
}



.tm-row-inner.tm-bgcolor-skincolor {
    border-radius: 20px !important;
    overflow: hidden !important;
}

body.themetechmount-page-full-width #content .site-main .entry-content .wpb-content-wrapper > .wpb_row.vc_row-fluid,
body.themetechmount-page-full-width #content .site-main .entry-content > .wpb_row.vc_row-fluid {
    padding-bottom: 0 !important;
}

.tm-servicebox-detials{
	text-align:left;
}


/* product shawdow box start */
/* ============================================
   MAKE ALL SERVICE BOXES EQUAL HEIGHT
============================================ */
.themtechmount-boxes .tm-box-col-wrapper article,
.themtechmount-boxes .tm-box-col-wrapper .themetechmount-post-item,
.themtechmount-boxes .tm-shadow-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* ============================================
   FIXED EQUAL HEIGHT BOX
============================================ */
.tm-shadow-box {
    height: 370px !important; /* Your chosen fixed height */
    background: #ffffff;
    border-radius: 12px !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    overflow: hidden !important;
    padding: 0 !important;    /* IMPORTANT FIX */
    margin: 10px !important;
    display: flex;
    flex-direction: column;
}

/* ============================================
   IMAGE WRAPPER FIX (REMOVE SPACING)
============================================ */
/* .tm-featured-wrapper {
    width: 100% !important;
    height: 185px !important;   
    padding: 0 !important;
    margin: 0 !important;
    display: block;
} */

/* ============================================
   PERFECT IMAGE FIT (FILL BOX EXACTLY)
============================================ */
.tm-featured-wrapper img {
    width: 100% !important;
    height: 100% !important; /* IMPORTANT */
    object-fit: cover !important;
    display: block;
    border-radius: 0 !important; /* Image no round corners */
}

/* ============================================
   CONTENT AREA FIX
============================================ */
.tm-servicebox-detials {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px !important;
}

.tm-servicebox-detials .themetechmount-box-desc {
    flex: 1;
}

/* ============================================
   5-COLUMN LAYOUT FIX
============================================ */
.col-lg-20percent {
    width: 20%;
    float: left;
    padding: 10px;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
============================================ */
@media (max-width: 991px) {
    .col-lg-20percent {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .col-lg-20percent {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .col-lg-20percent {
        width: 100%;
    }
}

/* product box shadow end */

/* sopport page css  */
/* APPLY FLEX + RESPONSIVE ONLY TO YOUR SPECIFIC ROW */
.support-page-shawdow {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
}

/* COLUMN STYLE ONLY INSIDE THIS ROW */
.support-page-shawdow .wpb_column.tm-column-inner {
    background: #ffffff;
    padding: 5px;
    border-radius: 14px;

    /* SHADOW */
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);

    margin: 35px; /* space between boxes */
    transition: all 0.3s ease;

    /* SMALLER WIDTH */
    max-width: 260px;
    flex: 0 0 260px;
    width: 100%;
}

/* HOVER EFFECT */
.support-page-shawdow .wpb_column.tm-column-inner:hover {
    box-shadow: 0 12px 38px rgba(0, 0, 0, 0.23);
    transform: translateY(-4px);
}

/* RESPONSIVE ON MOBILE */
@media (max-width: 600px) {
    .support-page-shawdow .wpb_column.tm-column-inner {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/*end sopport page css  */


/* Home page end to end shawdow */
/* ICON SHADOW ONLY */
.end-end-shawdow .vc_icon_element-inner {
    background: #ffffff !important;
    border-radius: 50%;
    padding: 1px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.18) !important;
}
/* end sopport page css  */



/* solution show case home page button   */
@media (max-width: 600px) {

    #tm-portfolio-filters {
        display: flex !important;
        flex-wrap: wrap !important;
        overflow: visible !important;
        width: 100% !important;
    }

    #tm-portfolio-filters .tm-filter-btn {
        white-space: normal !important;   /* allow wrapping inside button */
        flex: 0 0 auto !important;        /* prevent shrinking */
    }

    /* Fix parent cutting content */
    .themetechmount-boxes-portfolio,
    .themetechmount-boxes-row-wrapper,
    .wpb_column,
    .vc_column-inner {
        overflow: visible !important;
    }
}

/* end */


/*/About us Banner   */
/* ================================
   ABOUT US BANNER – MAIN WRAPPER
   ================================ */
.about-us-banner {
    width: 100%;
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

/* Control inner width (good for TV screens too) */
.about-us-banner .vc_row {
    width: 100% !important;
    margin: 0 auto;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
}

/* ================================
   TWO COLUMNS
   ================================ */
.about-us-banner .vc_col-sm-6 {
    flex: 0 0 50%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ================================
   LEFT COLUMN → CIRCULAR IMAGE
   ================================ */
.about-us-banner .wpb_gallery_slides img {
    width: 100%;
    height: auto;
    max-width: 350px;      /* Change if you want bigger circle */
    aspect-ratio: 1 / 1;   /* Perfect square */
    object-fit: cover;     /* Crop nicely */
    border-radius: 50%;    /* Make it a circle */
    display: block;
    margin: 0 auto;
}

/* Circle border (optional) */
/*
.about-us-banner .wpb_gallery_slides img {
    border: 8px solid #eee;
}
*/

/* ================================
   RIGHT COLUMN → TEXT CONTENT
   ================================ */
.about-us-banner h2 {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 700;
    color: #353c5c;
}

.about-us-banner p {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 15px;
}

/* ================================
   RESPONSIVE BREAKPOINTS
   ================================ */

/* ---------- TV / Large Screens ---------- */
@media (min-width: 1600px) {
    .about-us-banner h2 {
        font-size: 85px;
    }

    .about-us-banner p {
        font-size: 24px;
    }

    .about-us-banner .wpb_gallery_slides img {
        max-width: 450px;
    }
}

/* ---------- Tablets ---------- */
@media (max-width: 991px) {
    .about-us-banner {
        padding: 40px 0;
    }

    .about-us-banner .vc_col-sm-6 {
        flex: 0 0 100%;
        text-align: center;
    }

    .about-us-banner h2 {
        font-size: 45px;
        text-align: center;
    }

    .about-us-banner p {
        font-size: 18px;
        text-align: center;
    }

    .about-us-banner .wpb_gallery_slides img {
        max-width: 300px;
    }
}

/* ---------- Mobile ---------- */
@media (max-width: 767px) {

    /* --- MOBILE LAYOUT FIX --- */
    .about-us-banner .vc_row {
        flex-direction: column;
        text-align: center !important;
    }

    .about-us-banner .vc_col-sm-6 {
        width: 100% !important;
        padding: 10px 0;
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* --- CENTER HEADING --- */
    .about-us-banner h2 {
        font-size: 32px;
        text-align: center !important;
        width: 100%;
        margin: 0 auto;
    }

    /* --- CENTER PARAGRAPH --- */
    .about-us-banner p {
        text-align: center !important;
        width: 100%;
        margin: 10px auto 0 auto;
    }

    /* --- FIX SEPARATOR (ONE CENTER LINE ONLY) --- */
    .about-us-banner .vc_separator {
        width: 100% !important;
        margin: 15px auto !important;
        text-align: center !important;
        padding: 0 !important;
        display: block !important;
    }

    /* Hide LEFT & RIGHT lines completely */
    .about-us-banner .vc_sep_holder_l,
    .about-us-banner .vc_sep_holder_r {
        display: none !important;
    }

    /* Use only the central holder */
    .about-us-banner .vc_separator .vc_sep_holder {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        margin: 0 auto !important;
    }

    /* ONE centered line */
    .about-us-banner .vc_separator .vc_sep_line {
        width: 60% !important;     /* Adjust size if needed */
        margin: 0 auto !important; /* Center */
        float: none !important;
        display: block !important;
    }

    /* --- IMAGE SIZE MOBILE --- */
    .about-us-banner .wpb_gallery_slides img {
        max-width: 250px;
    }
}
/* end about us bannner  */



/* About us page switch section  */
/* MAIN WRAPPER */
.about-us-switch .tm-row-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* COLUMN FIX */
.about-us-switch .vc_col-sm-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* FORCE ALL IMAGES SAME CIRCLE SIZE */
.about-us-switch .vc_single_image-wrapper img {
    width: 180px !important;      /* Change circle size here */
    height: 180px !important;
    object-fit: cover !important; /* makes image fill circle evenly */
    border-radius: 50% !important; /* perfect circle */
    display: block;
}

/* RESPONSIVE BREAKPOINTS */

/* TABLET */
@media (max-width: 991px) {
    .about-us-switch .vc_single_image-wrapper img {
        width: 150px !important;
        height: 150px !important;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .about-us-switch .vc_single_image-wrapper img {
        width: 130px !important;
        height: 130px !important;
    }

    .about-us-switch h2 {
        font-size: 24px !important;
    }

    .about-us-switch p {
        font-size: 16px !important;
    }
}

/* end  About us page switch section  */


/* Wall Mount Screen Banner   */
/* ========================================
   WALL BANNER – MAIN WRAPPER
======================================== */
.wall-banner {
    width: 100%;
    background-size: cover;
    background-position: center;
}

/* Inner WPBakery row */
.wall-banner .vc_row-no-padding {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch !important;
    margin: 0 !important;
}

/* ========================================
   LEFT COLUMN – IMAGE FULL HEIGHT
======================================== */
.wall-banner .wpb_gallery_slides img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}

.wall-banner .vc_col-sm-6:first-child {
    display: flex !important;
    align-items: stretch !important;
}

/* ========================================
   RIGHT COLUMN – TEXT COLUMN
======================================== */
.wall-banner .vc_col-sm-6:last-child {
    display: flex !important;
    align-items: stretch !important;
}

/* FIX: Keep background color + remove padding */
.wall-banner .vc_col-sm-6:last-child .vc_column-inner {
    padding: 0 !important;
    background-color: inherit !important; /* Fix white gap */
}

/* Center text vertically */
.wall-banner .vc_col-sm-6:last-child .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 40px; /* Adjust spacing if needed */
}

/* Heading */
.wall-banner h2.wall-banner {
    font-size: clamp(30px, 6vw, 70px) !important;
    line-height: 1.1 !important;
    font-weight: 700;
    color: #353c5c;
    margin-bottom: 12px !important;
}

/* Subheading */
.wall-banner h2.wall-banner + .wpb_text_column p {
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.5;
    margin: 0 auto;
}

/* ========================================
   RESPONSIVE – TABLETS
======================================== */
@media (max-width: 991px) {
    .wall-banner .vc_col-sm-6 {
        flex: 0 0 100%;
    }

    .wall-banner h2.wall-banner {
        font-size: 45px !important;
    }

    .wall-banner h2.wall-banner + .wpb_text_column p {
        font-size: 18px;
    }

    .wall-banner .vc_col-sm-6:last-child .wpb_wrapper {
        padding: 25px 15px;
    }
}

/* ========================================
   RESPONSIVE – MOBILE
======================================== */
@media (max-width: 767px) {
    .wall-banner .vc_row-no-padding {
        flex-direction: column;
    }

    .wall-banner h2.wall-banner {
        font-size: 32px !important;
    }

    .wall-banner h2.wall-banner + .wpb_text_column p {
        font-size: 16px !important;
    }

    .wall-banner .vc_col-sm-6:last-child .wpb_wrapper {
        padding: 20px 10px !important;
    }

    .wall-banner .wpb_gallery_slides img {
        height: auto !important;
    }
}


/* end  */


.tm-row.wall-mount-portfolio {
    padding-top: 0 !important;
}


/* Start wall mount why section  */

/* Row wrapper adjustments */
.wall-mount-why.vc_row {
    display: flex;
    justify-content: center;
    gap: 18px; /* reduced gap */
    flex-wrap: wrap;
    padding: 10px 0; /* smaller spacing top/bottom */
}

/* Card styling – smaller + compact */
.wall-mount-why .wpb_column .vc_column-inner {
    background: #ffffff;
    border-radius: 18px; /* slightly smaller corners */
    padding: 24px; /* smaller padding */
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    height: 100%;
    transition: all 0.3s ease;
}

/* Hover effect */
.wall-mount-why .wpb_column .vc_column-inner:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 26px rgba(0,0,0,0.10);
}

/* Icon spacing */
.wall-mount-why .vc_icon_element {
    margin-bottom: 12px !important;
}

/* Title spacing */
.wall-mount-why h2 {
    margin-bottom: 8px !important;
}

/* Column width for 3 cards in one perfect row */
.wall-mount-why .vc_col-sm-4 {
    flex: 0 0 30%; /* slightly smaller width */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .wall-mount-why .vc_col-sm-4 {
        flex: 0 0 47%;
    }
}
@media (max-width: 480px) {
    .wall-mount-why .vc_col-sm-4 {
        flex: 0 0 100%;
    }
}
/* end */


/*find-products-of-your-industry page  */
.page-id-10973 .tm-titlebar {
    display: none !important;
}

.find-banner {
    background: linear-gradient(to right, #93B0EF 0%, #EEE2E9 100%) !important;
	margin-top:10px !important;
}

.find-banner h1 {
    font-size: 120px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    font-family: Montserrat;
	  margin-left:  90px;
}
@media (max-width: 768px) {
    .find-banner h1 {
        margin-left: 0 !important;
			margin-top: 100px;
        text-align: center !important;
    }
}
/* end */

body {
    padding-top: 0 !important;
}

/* Shop the latest */
.page-id-11064 .tm-titlebar {
    display: none !important;
}


/* Default: Desktop, Laptop, Tablet → LEFT align */
.shop-banner h1 {
    font-size: 70px;
    line-height: 1;
    font-weight: 600;
    font-family: Montserrat;
    margin-left: 120px;
	margin-top:100px !important;
    text-align: left;
}

/* Mobile only → CENTER align */
@media (max-width: 768px) {
    .shop-banner h1 {
        margin-left: 0 !important;
        text-align: center !important;
        font-size: 48px; /* optional: adjust size for mobile */
    }
}

/* solution show case   */
/* Make each portfolio box auto height */
.solution-box .themetechmount-post-item,
.solution-box .themetechmount-post-item-inner,
.solution-box .themetechmount-box {
/*     height: auto !important; */
}
.solution-box .tm-shadow-box {
    height: 321px !important; /* Your chosen fixed height */
    background: #ffffff;
    border-radius: 12px !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    overflow: hidden !important;
    padding: 0 !important;    /* IMPORTANT FIX */
    margin: 0 !important;
    display: flex;
    flex-direction: column;
}


.solution-box .themetechmount-box-title h4 a {
    font-size: 14px !important;   /* Change size as you want */
    line-height: 1.3 !important;
}
/* end  */


/* home product reduce font size */
/* Reduce title (heading) font size */
.themetechmount-boxes-service-inner .themetechmount-box-title h4 a {
    font-size: 16px !important;   /* Adjust as needed */
    line-height: 1.3 !important;
}

/* Reduce paragraph (short description) font size */
.themetechmount-boxes-service-inner .tm-short-desc {
    font-size: 14px !important;   /* Adjust as needed */
    line-height: 1.4 !important;
}

/* Optional: Reduce "Read More" link size */
.themetechmount-boxes-service-inner .tm-readmore {
    font-size: 13px !important;
}
/* end */


/* Solutions Page  */
body.page-id-11195 .tm-titlebar-wrapper {
    display: none !important;
}
@media (min-width: 1024px) {
    .solution-industries .industry-content {
        margin-left: 150px !important;
    }
}
.solution-latest {
    margin-top: -50px !important;
}
/* about us page  */
body.page-id-464 .tm-titlebar-wrapper {
    display: none !important;
}
/* support contact us page  */
body.page-id-734 .tm-titlebar-wrapper {
    display: none !important;
}

/* All in one margin css  */
/* Your negative margin */
body.themetechmount-page-full-width #content .site-main .entry-content .wpb-content-wrapper > .wpb_row:first-child,
body.themetechmount-page-full-width #content .site-main .entry-content > .wpb_row:first-child {
    margin-top: -150px;
    position: relative;
    z-index: 1; /* keeps this row BELOW the header */
}
header, .site-header, #masthead, .tm-header {
    position: relative;
    z-index: 9999;
}
/* end */

/* About Us Switch Section */

/* INNER BOX ONLY */
.about-us-switch .vc_column-inner > .wpb_wrapper {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.25); /* hard shadow */
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Zoom */
.about-us-switch .vc_column-inner > .wpb_wrapper:hover {
    transform: scale(1.03);
    box-shadow: 0px 0px 18px rgba(0,0,0,0.35);
}

/* GAP BETWEEN BOXES */
.about-us-switch .wpb_column {
    padding: 15px;
}

/* Equal height columns */
.about-us-switch {
    display: flex;
    align-items: stretch;
    gap: 20px; /* modern gap support */
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .about-us-switch {
        flex-direction: column;
        gap: 20px;
    }
    .about-us-switch .vc_column-inner > .wpb_wrapper {
        padding: 20px;
        transform: none !important; /* disable zoom on mobile */
    }
}

/* TV / Large Screens (very wide) */
@media (min-width: 1600px) {
    .about-us-switch .vc_column-inner > .wpb_wrapper {
        padding: 40px;   /* slightly bigger for TV screens */
        max-width: 600px;
        margin: auto;
    }
}

/* end  */

/* why sparsa about us  */
/* Apply card style only for 3 boxes */
.why-about-sparsa .wpb_column .vc_column-inner {
    background: #fff;
    padding: 25px;
    border-radius: 12px;

    /* HARDER SHADOW */
    box-shadow: 0px 0px 14px rgba(0,0,0,0.30);

    transition: all 0.3s ease;
    height: 100%;
}

/* Hover effect — VERY HARD SHADOW + smooth lift */
.why-about-sparsa .wpb_column .vc_column-inner:hover {
    box-shadow: 0px 0px 22px rgba(0,0,0,0.45);
    transform: translateY(-6px);
}

/* Space between boxes */
.why-about-sparsa .wpb_column {
    padding: 15px;
}

/* Equal height — responsive */
.why-about-sparsa {
    display: flex;
    flex-wrap: wrap;
}
.why-about-sparsa .wpb_column {
    display: flex;
}
/* end */

/* screen Banner About us  */
.tm-fid-inner span {
    font-size: 30px !important;
    line-height: 1.2;
    font-weight: 700;
}

/* end */

/* Blog inner page image  */
/* .tm-featured-outer-wrapper,
.tm-featured-wrapper,
.tm-post-featured-wrapper {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
} */

.tm-featured-wrapper img,
.tm-post-featured-wrapper img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: unset !important;
    max-width: none !important;
}
/*end  */

.tm-featured-wrapper img, .tm-post-featured-wrapper img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 200px !important;
  object-fit: cover !important;
}
@media screen and (min-width: 1024px) {
.vc_column-inner.tm-col-bgcolor-yes,
.tm-row .wpb_column .tm-col-wrapper-bg-layer {
  background-color:transparent!important;
  height: 100%;
}
.wpb_single_image.vc_align_left {
  text-align: left;
  margin-bottom: 0px;
}
/* 	.tm-featured-outer-wrapper,
.tm-featured-wrapper,
.tm-post-featured-wrapper {
    height: 300px !important;
    max-height: none !important;
    overflow: visible !important;
} */
}

.tm-featured-wrapper img, .tm-post-featured-wrapper img {
    width: 100% !important;
    height: 100% !important;
}
/* end */

/* Hide what's up icon and new + sign */

/* Remove Vemlo Back To Top button */
#totop {
    display: none !important;
}



/* Hide Buttonizer main toggle button */
.buttonizer-head {
    display: none !important;
}

/* Push Buttonizer icons to right side */
.buttonizer.buttonizer-group {
    right: 20px !important;
    left: auto !important;
}

/* Vertical spacing */
.buttonizer.buttonizer-group a.buttonizer-button {
    margin-bottom: 10px;
}
/* Hide MyOperator widget iframe */
iframe[src*="widget.myoperator.com"] {
    display: none !important;
}
/* end  */


.is-homepage #content-wrapper,
.is-homepage #content,
.is-homepage #content-inner,
.is-homepage #primary,
.is-homepage #main,
.is-homepage .site-content,
.is-homepage .site-content-inner,
.is-homepage .content-area,
.is-homepage .site-main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}





/* Default = mobile & tablet */
/* .home-explore-section {
    margin-top: 100px;
}

@media (min-width: 992px) {
    .home-explore-section {
        margin-top: 30px;
    }
} */

/* end */

.themetechmount-servicebox-styletwo .tm-servicebox-detials{
	padding:8px 15px 10px 15px !important;
}



/* about us page arrow  */
/* ===========================================
   MOBILE + TABLET (vertical layout + reduced spacing)
   =========================================== */
@media (max-width: 991px) {

    /* Stack all columns vertically with smaller space */
    .about-us-icon .vc_column_container {
        width: 100% !important;
        max-width: 100% !important;
        flex: 100% !important;
        margin-bottom: 25px !important; /* reduced from 40px */
    }

    /* Center icons */
    .about-us-icon .vc_icon_element-inner {
        margin: 0 auto !important;
    }

    /* Text spacing improved */
    .about-us-icon p {
        text-align: center !important;
        margin: 6px 0 15px !important; /* reduced from 10/25 */
        font-size: 15px;
    }

    /* Arrow → down arrow */
    .about-us-icon .fa-long-arrow-alt-right::before {
        content: "\f063" !important;
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900 !important;
    }

    /* Arrow spacing reduced */
    .about-us-icon .fa-long-arrow-alt-right {
        font-size: 28px !important; /* slightly smaller */
        display: block !important;
        text-align: center !important;
        margin: 10px 0 20px !important; /* reduced from 20/30 */
        opacity: 0.7;
    }

    /* Icon size (unchanged) */
    .about-us-icon .vc_icon_element-inner .vc_icon_element-icon {
        font-size: 36px !important; /* slightly smaller for compact look */
    }
}
/* end */

.themetechmount-boxes-testimonial .themetechmount-box-content{
	padding: 31px 36px 29px 14px !important;
}


/* ----------------------------------------------------
   UPDATED — FULL WIDTH IMAGE + REDUCED SPACING
   ONLY CARD SHADOW (NO IMAGE SHADOW/BACKGROUND)
   Section: .explore-line-led
---------------------------------------------------- */

/* Card container */
.explore-line-led .wpb_wrapper {
    background: #ffffff;
    padding: 0px 0px 25px;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    text-align: center;
    position: relative;
}

/* Hover effect */
.explore-line-led .wpb_wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 32px rgba(0,0,0,0.12);
}

/* ----------------------------------------------------
   REMOVE ANY IMAGE SHADOW, BACKGROUND, WRAPPER BOX
---------------------------------------------------- */
.explore-line-led .vc_single_image-wrapper,
.explore-line-led .vc_single_image-wrapper img,
.explore-line-led .vc_single_image-img {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* Full-width Image + reduced spacing */
.explore-line-led .vc_single_image-wrapper img {
    width: 50% !important; /* Adjust to 60%, 70%, 100% if needed */
    height: auto !important;
    display: block;
    margin: 0 auto 8px !important;
    object-fit: contain !important;
}

/* Title spacing */
.explore-line-led h2.tm-custom-heading {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #3a4c7a !important;
    margin: 0px 0 2px !important;
    margin-top: -30px !important; /* Your custom spacing */
}

/* Subtitle spacing */
.explore-line-led h4.tm-custom-heading {
    font-size: 14px !important;
    color: #7b7b7b !important;
    margin: 0 0 12px !important;
}

/* Button container (reduce gap) */
.explore-line-led .tm-vc_btn3-container {
    margin-top: -30px !important;
}

/* Button styling */
.explore-line-led .tm-vc_btn3-container a {
    background: #1d2c57 !important;
    color: #fff !important;
    padding: 8px 22px !important;
    border-radius: 30px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    display: inline-block;
    margin-top: 5px !important;
}

/* Button hover */
.explore-line-led .tm-vc_btn3-container a:hover {
    background: #0f1836 !important;
}

/* Column spacing */
/* .explore-line-led .wpb_column.tm-column-inner {
    padding: 14px !important;
} */


/* Target only images inside your portfolio section */
.portfolio .tm-featured-wrapper {
    aspect-ratio: 1 / 1;   /* or 4/3 or 16/9 */
    overflow: hidden;
}

.portfolio .tm-featured-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wpcf7-form-control wpcf7-submit has-spinner{
    background-color: #ff6900;
}


.digit-change{
	display:none;
}
.vc_custom_1764922858836 {
  margin-top: 0px !important;
  padding-top: 0px !important;
  background-color: #fafafa !important;
}

.sid-tm-pad{
	padding-bottom:140px !important;
}

@media screen and (max-width: 1199px) {
    #mega-menu-themetechmount-main-menu {
        max-height: 80vh !important; 
        overflow-y: auto !important; 
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch; 
    }
    #mega-menu-item-12907 > ul.mega-sub-menu {
        position: relative !important;
        float: none !important;
        max-height: none !important;
        overflow: visible !important;
    }
    #mega-menu-themetechmount-main-menu::-webkit-scrollbar {
        width: 5px;
    }
    #mega-menu-themetechmount-main-menu::-webkit-scrollbar-thumb {
        background: #ff5e14; 
        border-radius: 10px;
    }
}