/*
Theme Name: MetCom Innovative Technologies Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/




/*-------------------------------------------------------------- 
# Root css 
--------------------------------------------------------------*/
 :root{
    --blue: #2A5685;
    --light_blue: #4A9BC9;
    --text: #6B7C89;
    --black: #0B2233;
    --white: #fff;
     --transition: all 0.5s ease-in-out;
}
 body::-webkit-scrollbar {
     width: 6px;
}
 body::-webkit-scrollbar-track {
     background:var(--black);
     border-radius: 8px;
}
 body::-webkit-scrollbar-thumb {
     background:var(--blue);
     border-radius: 8px;
}
 a{
     transition: all 0.5s;
}
/*-------------------------------------------------------------- 
# Header css 
--------------------------------------------------------------*/
div[data-elementor-type="header"] {
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
}
div#wpadminbar ~ div[data-elementor-type="header"] {
     top: 30px;
}

/* div[data-elementor-type="header"].sticky .header_right{
	background-color:rgba(0,0,0,0.3) !important;
	
} */
/*-------------------------------------------------------------- 
# Home css 
--------------------------------------------------------------*/
.hero_box::after,.hero_left::after {
    content:"";
    display:block;
    width:100%;
    height:100%;
    background: linear-gradient(rgba(28, 58, 84, 0.12) 0%, rgba(28, 58, 84, 0.62) 58%, rgba(28, 58, 84, 0.82) 100%);
    position:absolute;
    left:0px;
    top:0px;
}
.hero_box *,.hero_left *{
    position:relative;
    z-index:1;
}
.hero_left::after{
	background: linear-gradient(100deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.78) 46%, rgba(255, 255, 255, 0.34) 100%);
}
.hero_left h1 span{
	color: var(--light_blue);
}
.tab_box h3 {
    margin-top: 0px;
}
.tab_box {
	cursor: pointer;
}
.header_right {
    max-width: fit-content !important;
}
.tab_box > div{
	transition:all 0.4s;
	 border-left:3px solid transparent !important;
}
.tab_box.active > div {
    background: rgb(238, 244, 248) !important;
	border-left-color: var(--blue) !important;
}
.tab_box.active > div h3{
    color: var(--blue) !important;
}
.tab_right_box ul {
    display: grid;
    grid-gap: 4px;
}
.tab_left{
    counter-reset: tab-counter;
}
.tab_left .tab_box .elementor-image-box-wrapper{
    position: relative;
    display: grid;
    grid-template-columns: max-content auto;
    grid-gap: 24px;
}
.tab_left .tab_box .elementor-image-box-wrapper::before{
    counter-increment: tab-counter;
    content: counter(tab-counter, decimal-leading-zero);
    font-size: 18px;
    font-weight: 500;
    color: var(--text);
    height: fit-content;
    position: relative;
    top: 2px;
}
.tab_right_box {
	display: none !important;
}
.tab_right_box.active {
	display: block !important;
}
.head_text h2 span{
	color: var(--light_blue);
}
.arrow_icon {
	opacity: 0.5;
}
.metcom-blog-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.blog-card{
    background:#fff;
    border:1px solid #dfe5ec;
    border-radius:22px;
    overflow:hidden;
    transition:.35s;
}

.blog-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 35px rgba(0,0,0,.08);
}

.blog-image{
    display:block;
    overflow:hidden;
}

.blog-image img{
    width:100%;
    height: 250px !important;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.blog-card:hover img{
    transform:scale(1.05);
}

.blog-content{
    padding:24px;
}

.blog-meta{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom: 10px;
}

.blog-category{
    font-size:15px;
    font-weight:600;
    color: var(--blue);
}

.blog-date{
    color: var(--text);
    font-size:15px;
}

.blog-content h3{
    font-weight:700;
    font-size: 23px;
    line-height: 1.18;
    letter-spacing: -0.01em;
    text-wrap: pretty;
}

.blog-content h3 a{
    color: var(--black);
    text-decoration:none;
}

.blog-content h3 a:hover{
    color: var(--blue);
}

.read-btn{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color: var(--black);
    font-size: 14px;
    font-weight: 600;
}

.read-btn:hover{
    color:#0A4D9C;
}
.footer_right a {
    color: var(--blue);
}
/* .wind_box .overlay_img {
    position: absolute !important;
    max-width: none !important;
    transform: translate(-50%, -50%) rotate(-9deg) scale(0.82) !important;
    -webkit-user-drag: none;
    user-select: none;
    touch-action: none;
    left: 50% !important;
    top: 50% !important;
    transform-origin: 50% 100%;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.85s cubic-bezier(0.16, 1.1, 0.3, 1), opacity 0.51s;
} */
.wind_box .overlay_img img{
    filter: brightness(0.5);
}
/* .wind_box:hover .overlay_img{
    opacity:1;
    transform: translate(-50%, -50%) rotate(0deg) scale(1) !important;
}  */
.arrow_icon,.arrow_icon img{
	opacity:1 !important;
}
/* Main Form */
 .career-form{
     width: 100%;
     /* background: var(--white); */
}
/* Grid */
 .career-grid{
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     gap: 16px 20px;
}
.career-grid br{
	display:none !important;
}
.career-grid p{
	margin:0px !important;
}
.career-grid label{
	margin-bottom:10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--blue);
}
/* Field */
 .cf7-field{
     min-width: 0;
}
 .cf7-full{
     grid-column: 1 / -1;
}
/* Labels */
 .cf7-field > label{
     display: flex;
     flex-direction: column;
     gap: 8px;
     margin: 0 0 8px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: .12em;
     line-height: 1.4;
     text-transform: uppercase;
     color: var(--text);
}
 .cf7-field > label > span{
     color: var(--light_blue);
}
 .cf7-field > label em{
     font-style: normal;
     font-weight: 500;
     text-transform: none;
     letter-spacing: 0;
     color: var(--text);
}
/* Inputs */
 .cf7-input{
     width: 100% !important;
     min-height: 42px;
     padding: 8px 16px !important;
     border: 1px solid rgba(107,124,137,.30) !important;
     border-radius: 4px !important;
     background: var(--white) !important;
     color: var(--black) !important;
     font-family: inherit;
     font-size: 16px;
     line-height: 1.5;
     outline: none !important;
     transition: var(--transition);
     box-shadow: none !important;
     font-size: 14px;
}
/* Textarea */
 textarea.cf7-input{
     min-height: 130px;
     resize: none;
}
/* Placeholder */
 .cf7-input::placeholder{
     color: #8fa2b3;
     opacity: 1;
}
/* Focus */
 .cf7-input:focus{
     border-color: var(--light_blue) !important;
     box-shadow: 0 0 0 3px rgba(74,155,201,.10) !important;
}
/* Select */
 select.cf7-input{
     cursor: pointer;
     appearance: none;
     -webkit-appearance: none;
     background-image: linear-gradient(45deg, transparent 50%, var(--blue) 50%), linear-gradient(135deg, var(--blue) 50%, transparent 50%);
     background-position: calc(100% - 20px) 23px, calc(100% - 15px) 23px;
     background-size: 5px 5px;
     background-repeat: no-repeat;
}
/* File Upload */
 .cf7-file {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;

    width: 100%;
    min-height: 78px;

    padding: 18px 20px;

    border: 1px dashed rgba(42, 86, 133, 0.40);
    border-radius: 4px;

    background: #fff;

    cursor: pointer;
    overflow: hidden;

    transition: var(--transition);
}

.cf7-file:hover {
    border-color: var(--light_blue);
    background: rgba(74, 155, 201, 0.06);
}

.cf7-file-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    color: var(--blue);
}

.cf7-file-content {
    display: flex;
    flex-direction: column;
    gap: 3px;

    min-width: 0;
}

.cf7-file-name {
    display: block;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    color: var(--black);
    font-size: 15px;
    font-weight: 600;
}

.cf7-file-content small {
    color: var(--text);
    font-size: 13px;
}

/* IMPORTANT */
.cf7-file .wpcf7-form-control-wrap {
    position: static !important;
    display: block !important;

    width: 100%;
    height: 100%;
}

/* Actual file input */
.cf7-file input[type="file"] {
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    opacity: 0 !important;

    cursor: pointer !important;

    z-index: 10 !important;
}
/* Checkbox */
 .cf7-check{
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 14px;
     width: 100%;
     max-width: 320px;
     padding: 17px 20px;
     border: 1px solid rgba(107,124,137,.30);
     border-radius: 4px;
     background: var(--white);
}
 .cf7-check .wpcf7-acceptance{
     margin: 0;
}
 .cf7-check label{
     display: flex;
     align-items: center;
     gap: 12px;
     margin: 0;
}
 .cf7-check input[type="checkbox"]{
     width: 21px;
     height: 21px;
     margin: 0;
     accent-color: var(--blue);
     cursor: pointer;
}
 .cf7-check span{
     color: var(--black);
     font-size: 15px;
}
 .cf7-check > small{
     color: var(--text);
     font-size: 10px;
     letter-spacing: .06em;
     text-transform: uppercase;
}
/* Bottom */
 .cf7-bottom{
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 24px;
     flex-flow:wrap;
}
 .cf7-bottom p{
     color: var(--text);
     font-size: 14px;
     line-height: 1.5;
     width:100%;
     margin: -6px 0px !important;
}
/* Submit */
 .cf7-submit{
     display: inline-flex !important;
     align-items: center;
     justify-content: center;
     gap: 6px;
     min-height: 46px;
     padding: 12px 20px !important;
     border: 0;
     border-radius: 4px !important;
     background: var(--blue) !important;
     color: var(--white) !important;
     font-size: 14px !important;
     letter-spacing: .10em;
     text-transform: uppercase;
     cursor: pointer;
     transition: var(--transition) !important;
     border: unset !important;
     outline: unset !important;
}
 .cf7-submit:hover{
     background: var(--light_blue);
     transform: translateY(-2px);
}
 .cf7-submit:active{
     transform: translateY(0);
}
 .cf7-submit svg{
     transition: var(--transition);
}
 .cf7-submit:hover svg{
     transform: translateX(4px);
}
/* CF7 validation */
 .wpcf7-not-valid{
     border-color: #d9534f !important;
}
 .wpcf7-not-valid-tip{
     margin-top: 6px;
     color: #d9534f;
     font-size: 12px;
}
 .wpcf7 form .wpcf7-response-output{
     margin: 20px 0 0;
     padding: 14px 18px;
     border-radius: 4px;
     font-size: 14px;
}
/* Success */
 .wpcf7 form.sent .wpcf7-response-output{
     border-color: var(--blue);
     color: var(--blue);
}
/* Loading */
 .wpcf7-spinner{
     margin: 0 0 0 10px;
}
.cf7-submit.is-loading{
    pointer-events: none;
    opacity: .7;
}

.cf7-submit.is-loading svg{
    animation: cf7-arrow-loading .8s infinite ease-in-out;
}
.cf7-select {
    position: relative;
    width: 100%;
}

.cf7-select .cf7-input {
    width: 100% !important;
    padding-right: 45px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.cf7-select i {
    position: absolute;
    top: 15px;
    right: 17px;
    color: var(--blue);
    font-size: 13px;
    pointer-events: none;
    transition: var(--transition);
}
/* Focus par arrow */
.cf7-select:focus-within > i {
    color: var(--light_blue);
    transform: translateY(-50%) rotate(180deg);
}
@keyframes cf7-arrow-loading{
    0%,100%{
        transform: translateX(0);
    }

    50%{
        transform: translateX(5px);
	}
}
.Banner_sec::before {
        background: linear-gradient(100deg, rgba(13, 35, 64, .88) 0%, rgba(13, 35, 64, .72) 45%, rgba(13, 35, 64, .42) 100%) !important;
        opacity: 1 !important;
}
.product_box {
        box-shadow: 0 1px 0 rgba(13, 35, 64, .12), 0 18px 40px -28px rgba(13, 35, 64, .5);
}
nav.breadcrumbs {
    display: flex;
    grid-gap: 10px;
}
nav.breadcrumbs * {
  font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}
nav.breadcrumbs a{
	font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}
nav.breadcrumbs span:last-child{
	color:var(--light_blue);
}
.banner_sec1::before {
    opacity: 1 !important;
    background: linear-gradient(100deg, rgba(14, 42, 55, 0.9) 0%, rgba(16, 48, 63, 0.76) 45%, rgba(18, 54, 70, 0.5) 100%) !important;
}
/* Main Form */
.enquiry-form {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 0;
}

/* Form Group */
.enquiry-form .form-group {
    margin-bottom: 18px;
}

/* Label */
.enquiry-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--black);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

/* Inputs */
.enquiry-form .form-control {
    width: 100%;
    height: 48px;
    padding: 0 18px;
    box-sizing: border-box;

    border: 1px solid var(--border);
    border-radius: 999px;

    background: var(--white);
    color: var(--black);

    font-family: inherit;
    font-size: 15.5px;
    font-weight: 400;

    outline: none;
    transition: var(--transition);
}

/* Placeholder */
.enquiry-form .form-control::placeholder {
    color: var(--text);
    opacity: 1;
}

/* Focus */
.enquiry-form .form-control:focus {
    border-color: var(--light_blue);
    box-shadow: 0 0 0 3px rgba(74, 155, 201, 0.10);
}

/* Select Wrapper */
.enquiry-form .select-wrapper {
    position: relative;
    width: 100%;
}

/* Select */
.enquiry-form .select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    cursor: pointer;

    padding-right: 48px;
}

/* Custom Arrow */
.enquiry-form .select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;

    width: 8px;
    height: 8px;

    border-right: 2px solid var(--black);
    border-bottom: 2px solid var(--black);

    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;

    transition: var(--transition);
}

/* Arrow on focus */
.enquiry-form .select-wrapper:focus-within::after {
    border-color: var(--light_blue);
    transform: translateY(-35%) rotate(225deg);
}

/* Textarea */
.enquiry-form textarea.form-control {
    height: 105px;
    min-height: 105px;
    padding: 15px 18px;

    border-radius: 22px;

    resize: vertical;
    line-height: 1.5;
}

/* Submit Button */
.enquiry-form .form-submit {
    margin-top: 8px;
    position: relative;
}
.enquiry-form  .wpcf7-spinner {
    position: absolute;
    right: 10px;
    top: 10px;
}

.enquiry-form .form-submit input[type="submit"] {
    width: 100%;
    height: 52px;

    padding: 0 25px;

    border: 0;
    border-radius: 999px;

    background: var(--black);
    color: var(--white);

    font-family: inherit;
    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition: var(--transition);
}

/* Button Hover */
.enquiry-form .form-submit input[type="submit"]:hover {
    background: var(--blue);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(11, 34, 51, 0.15);
}
.enquiry-form .form-group br {
    display: none;
}
.content_list ul {
    padding: 0px 0px 0px 20px;
    display: grid;
    grid-gap: 4px;
}
.content_list ul li::marker {
    color: var(--light_blue);
}
.product_box > a {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
}
.single-product div[data-elementor-type="header"] {
    background-color: #eef3f7;
}
.single-product .header_right {
    border: 1px solid #D3DEE5 !important;
}
.single-product .header_right nav > ul > li > a{
    color: #6B7C89 !important;
}
.single-product .header_right nav > ul > li > a:hover{
    color: var(--blue) !important;
}
.single-product .header_right nav span.sub-arrow svg {
    filter: brightness(0.5);
}
.single-product .header_right nav > ul > li > a:hover{
    color: var(--blue) !important;
}
.single-product .header_right nav .sub-menu li a:hover{
    color:var(--blue) !important;
}
.single-product .header_right nav  .elementor-nav-menu--dropdown {
    background-color: rgb(107 124 137 / 0.05) !important;
}
.single-product div[data-elementor-type="header"] {
    position: relative !important;
    top: unset !important;
}
.deploy_list ul {
    padding: 0;
    list-style: none;
    display: grid;
    grid-gap: 0;
    margin: 0;
    border-top: 1px solid #fff3;
    counter-reset: deploy-counter;
}
.deploy_list ul li {
    counter-increment: deploy-counter;
    position: relative;
    border-bottom: 1px solid #fff3;
    padding: 16px 0 16px 45px;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
}
.deploy_list ul li::before {
    content: counter(deploy-counter, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 50%;
    color: var(--light_blue);
    font-weight: 600;
    font-size: 14px;
    transform: translateY(-50%);
}
.full_width {
    grid-column: span 2;
}
.img_icon {
    width: 64px !important;
    height: 64px !important;
    border-radius: 50%;
    background: #eef4f8;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.img_icon > div{
    height:30px !important;
}
.hero_text p {
    margin-bottom: 0px !important;
}
.url_overlay{
	position:absolute !important;
	left:0px !important;
	top:0px !important;
	display:block !important;
	width:100% !important;
	height:100% !important;
}
/* Mobile */
/*-------------------------------------------------------------- 
# Resposnive css 
--------------------------------------------------------------*/
@media(max-width: 1700px){
	.hero_left {
	    padding-left: 40px !important;
	    padding-right: 40px !important;
	    width: 40% !important;
	}
	.hero_right {
	    width: 60% !important;
	}
	.hero_left h1 {
	    font-size: 55px !important;
	}
}
@media (max-width: 1480px) {
	.hero_box{
		padding-left:12px !important;
		padding-right:12px !important;
	}
	.hero_left {
	    padding-left: 15px !important;
	    padding-right: 15px !important;
	}
	.hero_text {
		min-height: 100px;
	}
}
@media (max-width: 1300px) {
	.hero_box{
		padding-left:8px !important;
		padding-right:8px !important;
	}
	.hero_left {
	    padding-left: 15px !important;
	    padding-right: 15px !important;
	     width: 36% !important;
	}
	.hero_left h1 {
	    font-size: 46px !important;
	}
	.hero_right {
	    width: 64% !important;
	}
	.header_sec {
		padding-left:15px !important;
		padding-right:15px !important;
	}
}
@media (max-width: 1240px) {
	.hero_left {
	     width: 100% !important;
	}
	.hero_right {
	    width: 100% !important;
	}
	.hero_sec{
		flex-flow: wrap !important;
	}
	.hero_box {
	    padding: 60px 15px 24px !important;
	}
}
@media(min-width: 1025px){
	.header_right {
	padding-left: 10px !important;
	padding-right: 10px !important;
    max-width: fit-content !important;
    backdrop-filter: blur(10px);
    transition: all 0.3s;
}
.header_right nav > ul > li{
	margin: 0px !important;
}
.header_right nav > ul > li a{
	padding: 8px 18px !important;
	border-radius: 30px;
}
.header_right nav  ul ul{
	padding:10px !important;
}
	.header_right nav  ul ul li a{
		border-radius:30px !important;
	}
.header_right nav > ul > li a:hover,.header_right nav > ul > li.current-menu-item > a{
	background: rgba(255, 255, 255, 0.18) !important;
    color: var(--white) !important;
}
}
@media(max-width:1024px){

.metcom-blog-grid{
grid-template-columns:repeat(2,1fr);
}

}
@media (max-width: 991px) {
     div[data-elementor-type="header"] nav {
         position: fixed;
         width: 100%;
         top: 65px;
         left: 0px;
         margin: 0px !important;
         padding: 10px 0px 20px;
         z-index: 99;
         border-radius: unset !important;
         background-color: var(--white) !important;
    }
     div[data-elementor-type="header"] nav ul li a {
         border-bottom: 1px solid rgba(0,0,0,0.2);
         color: var(--black) !important;
         background-color: var(--white) !important;
         justify-content: space-between;
         border-radius: unset !important;
         padding: 10px 15px !important;
    }
     div[data-elementor-type="header"] nav ul li.current-menu-item a {
         color: var(--blue) !important;
    }
    div[data-elementor-type="header"] nav ul li:last-child a {
       border-bottom:unset !important;
        padding-bottom:0px !important;
    }
    .hero_left h1 {
	    font-size: 42px !important;
	}
}
@media(max-width: 767px){
	 .hero_left h1 {
	    font-size: 37px !important;
	}
	.metcom-blog-grid{
	grid-template-columns:1fr;
	}

	.blog-content h3{
	font-size: 22px;
	}

	.blog-image img{
	height:220px;
	}
 .career-grid{
         grid-template-columns: 1fr;
         gap: 20px;
    }
     .cf7-full{
         grid-column: auto;
    }
     .cf7-bottom{
         align-items: flex-start;
         flex-direction: column;
    }
     .cf7-submit{
         width: 100%;
    }
     .cf7-check{
         max-width: 100%;
    }
	.Banner_sec video {
		height: 400px !important;
	}
 .enquiry-form .form-group {
        margin-bottom: 16px;
    }

    .enquiry-form .form-control {
        height: 46px;
        font-size: 15px;
    }

    .enquiry-form textarea.form-control {
        height: 100px;
    }

    .enquiry-form .form-submit input[type="submit"] {
        height: 50px;
	}
	.full_width {
    grid-column: span 1;
}
	.tab_left .tab_box .elementor-image-box-wrapper::before{
    font-size: 13px;
}
}