/*
Theme Name: Tech traits Child
Template: TM
Author: SK
Description: Custom Bootstrap WordPress Theme
Version: 1.0.1766421278
Updated: 2025-12-22 16:34:38

*/

body{

  padding-right: 0px !important;
}
.fixed-top{
  padding-right: 0px !important;
}


.success-popup{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
display:none;
align-items:center;
justify-content:center;
z-index:9999;
}

.popup-content{
background:#fff;
padding:40px;
text-align:center;
border-radius:8px;
max-width:400px;
width:90%;
}

.popup-content h3{
margin-bottom:10px;
}

.popup-content button{
margin-top:20px;
padding:10px 25px;
border:none;
background:#000;
color:#fff;
cursor:pointer;
}



.iti__country-list {
    position: absolute;
    z-index: 3;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #0f0b45;
}


.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: black;
}
select, .single-select, .form-control, .form-select, textarea, input {
    height: 56px;
    padding: 0 20px;
    border: 1px solid var(--border-color);
    color: var(--body-color);
    background-color: transparent;
    font-size: 16px;
    width: 100%;
    transition: 0.4s ease-in-out;
    border-radius: 0px;
    color: #000;
}

select, .single-select, .form-control, .form-select, textarea, input {
    height: 56px;
    padding: 10px;
    border: 1px solid var(--border-color);
    color: var(--body-color);
    background-color: transparent;
    font-size: 16px;
    width: 100%;
    transition: 0.4s ease-in-out;
    border-radius: 0px;
    color: #000;
}
.contact-form.style1 input {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 8px;
    border: 1px solid #D4DCFF;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}