/*
Theme Name: Tecnologia Child
Author: VamTam
Author URI: https://vamtam.com
Template: tecnologia 
*/
/*
put your child theme styles here


you don't need any @import rules

*/ 
 
p:last-child {
    margin: 0;
} 

.sample-menu .menu-item {
      position: static;
}

/* Submenu default hidden */
.sample-menu .menu-item-has-children > .sub-menu {
    position: absolute;
    top: -36px;
    left: 100%;
    width: 300px;
    min-width: 450px;
    background: #fff;
    /* box-shadow: 0 10px 30px rgba(0,0,0,.15); */
    padding: 0;
    overflow: auto;
    display: block !important; /* hamesha block for transition */
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    transform: translateX(-50%); /* LEFT se aayega */
    transition: transform 0.1s ease, opacity 0.1s ease;
    height: 100%;
}


/* OPEN STATE ON CLICK */
.sample-menu .menu-item-has-children.is-open > .sub-menu {
    pointer-events: auto;
    opacity: 1;
    transform: translateX(20px);
}

/* Back button */
.sample-menu .submenu-back {
    /* position: sticky; */
    /* top: 0; */
    /* background: #f7f7f7; */
    padding: 12px 16px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    z-index: 11;
    margin-bottom: 15px;
    /* border-radius: 20px; */
    display: flex;
    font-size: 16px;
}
.sample-menu .submenu-back i {
    margin-left: -16px;
    margin-right: 3px;
    vertical-align: baseline;
}
.sample-menu .submenu-back:hover{
    color: var(--e-global-color-vamtam_sticky_header_bg_color);
    
}

/* Arrow UX */
.sample-menu .sub-arrow {
    cursor: pointer;
    padding: 10px 20px !important;
}

/* Menu link flex layout */
.sample-menu .menu-item > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.sample-menu .menu-item-has-children > .sub-menu  .menu-item > a{
    border: none;
}

.country-dd {
  position: relative;
}

.country-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 6px 10px;
  border-radius: 8px;
  cursor: pointer;
}

.country-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 45px;
  background: #fff;
  list-style: none;
  padding: 8px;
  margin: 0;
  width: 140px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.country-menu li a {
  display: flex;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  text-decoration: none;
  color: #222;
}

.country-menu li a:hover {
  background: #f3f3f3;
}

/* open state */
.country-dd.open .country-menu {
  display: block;
}
 
.country-dd img  {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}



/* =====================================================
   GLOBAL CF7 FORM STYLING
===================================================== */

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 14px 16px !important;
    border-radius: 6px !important;
    border: 1px solid #ddd;
    font-size: 15px !important;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    transition: 0.3s ease;   
    white-space: pre-line;
}
.wpcf7 label {
    margin-top: 15px;
    display: block;
}
.wpcf7-form-control-wrap {
	position: relative;
	display: block;
	margin: 10px 0;
}
.wpcf7  .wpcf7-response-output {
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #ffb900;
}
/* Focus Effect */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: #14b8b5;
    box-shadow: 0 0 0 2px rgba(20,184,181,0.25);
}

/* Textarea */
.wpcf7 textarea {
    resize: vertical;
}


/* =====================================================
   TWO COLUMN LAYOUT
===================================================== */

.cf7-row.two-col {
    display: flex;
    gap: 20px;
}

.cf7-col {
    flex: 1;
}




/* =====================================================
   CHECKBOX / ACCEPTANCE
===================================================== */

.wpcf7 .wpcf7-acceptance label {
    display: flex;
    gap: 10px;
    font-size: 14px;
    align-items: center;
}

.wpcf7 .wpcf7-acceptance input {
    width: auto;
    margin-top: 4px;
}

.privacy-wrap {
    margin: 0 0 20px;
}

.privacy-wrap label {
    display: flex;
    gap: 10px;
    align-items: center;
}

.privacy-wrap label input {
    width: auto;
    margin: 0 !important;
}


/* =====================================================
   SUBMIT BUTTON
===================================================== */

.wpcf7 .wpcf7-submit {
    border: none !important;
    background: #1A1A4E !important;
    color: #fff;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    width: auto !important;
    margin-bottom: 0;
}

.wpcf7 .wpcf7-submit:hover {
    background: #00A5A7 !important;
}

/* Dark Mode */
.wpcf7 .dark .wpcf7-submit {
    background: #0ea5a2 !important;
}

.wpcf7 .dark .wpcf7-submit:hover {
    color: #1A1A4E !important;
    background: #fff !important;
}

.dark label {
    color: #fff;
}


/* =====================================================
   SPINNER FIX
===================================================== */

span.wpcf7-spinner {
    position: absolute;
}

.wpcf7-list-item {
    margin: 0;
}


/* =====================================================
   RFP MULTISTEP WRAPPER
===================================================== */

.rfp-wrapper {
    max-width: 900px;
    margin: 60px auto;
    padding: 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.rfp-step {
    display: none;
}

.rfp-step.active {
    display: block;
}


/* =====================================================
   PROGRESS BAR
===================================================== */

.progressbar {
    height: 6px;
    background: #eee;
    border-radius: 6px;
    margin: 30px 0 40px;
    position: relative;
}

.progress-fill {
    width: 50%;
    height: 100%;
    background: #1a1a4e;
    transition: 0.4s ease;
}

/* .progressbar:before,
.progressbar:after {
    position: absolute;
    top: -16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #1a1a4e;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
}

.progressbar:before {
    content: "1";
    left: 0;
}

.progressbar:after {
    content: "2";
    right: 0;
    background: #ccc;
} */

.rfp-step.step-2.active ~ .progressbar:after {
    background: #1a1a4e;
}


/* =====================================================
   GRID LAYOUT
===================================================== */

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}

@media (max-width: 768px) {
    .grid-2 {
        grid-template-columns: 1fr;
    }
}

.rfp-label {
    margin: 20px 0 10px;
    font-weight: 600;
}


/* =====================================================
   RADIO & CHECKBOX CLEAN UI
===================================================== */

/* Container */
.radio-row .wpcf7-radio,
.checkbox-row .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 20px;
}

/* Item */
.radio-row .wpcf7-list-item,
.checkbox-row .wpcf7-list-item {
    display: flex;
    align-items: center;
}

/* Label */
.radio-row .wpcf7-list-item label,
.checkbox-row .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 500;
    white-space: nowrap;
}

/* Input */
.radio-row input[type="radio"],
.checkbox-row input[type="checkbox"] {
    margin: 0 !important;
    transform: scale(1.1);
    cursor: pointer;
}

/* Prevent wrap */
.checkbox-row .wpcf7-list-item-label,
.radio-row .wpcf7-list-item-label {
    display: inline-block;
}

/* Mobile */
@media (max-width: 600px) {
    .radio-row .wpcf7-radio,
    .checkbox-row .wpcf7-checkbox {
        gap: 15px;
    }
}


/* =====================================================
   BUTTON ROW
===================================================== */

.next-btn,
.prev-btn {
    padding: 12px 25px;
    background: #1a1a4e;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin: 0 !important;
}

.prev-btn {
    background: #777;
}

.btn-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.wpcf7 form.sent .dark + .wpcf7-response-output {
	border-color: #46b450; /* Green */
	color: #fff;
}
.elementor-swiper-button {
    align-items: center;
}
.industry-hero {
    padding-bottom: 50px;
}

.industy-two-col {
    padding-bottom: 50px !important;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    z-index: 0;
}
  .elementor-testimonial__content section.elementor-section {
    min-height: calc(245px - 25px);
}

.elementor-testimonial__image {
    display: none;
} 
.industy-service {
    display: none;
}
cite.elementor-testimonial__cite {
    margin: 0 !important;
}
.main-blog article.elementor-post {
    align-items: center;
}
.industy-vision img.attachment-full.size-full {max-height: 90px;height: auto !important;}

.indstuy-team-title .elementor-column.elementor-col-66 {
    z-index: -1;
}

@media (max-width: 768px) {
    .cf7-row.two-col {
        flex-direction: column;
        gap: 0;
    }
    .country-btn {    
        gap: 5px;
        padding: 6px 8px;
        font-size: 14px;   
    }
    .rfp-wrapper {
    margin: 0 0 40px;
    padding: 20px;
}
}