
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css);
.ik_{
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    color:#222;
}
 
.ik_ .baslik_{
    font-size:22px;
    font-weight:600;
    margin:30px 0 20px;
    padding-bottom:8px;
    color:#ED1C24;
    border-bottom:2px solid #ED1C24;
}
 
.ik_ .row{
    margin-bottom:20px;
}
 
.ik_ p{
    margin:0 0 6px;
    font-size:13px;
    font-weight:600;
    color:#555;
}
  
.ik_ input[type="text"],
.ik_ input[type="email"],
.ik_ input[type="number"],
.ik_ input[type="date"],
.ik_ select,
.ik_ textarea{
    width:100%;
    height:42px;
    padding:8px 12px;
    font-size:14px;
    border:1px solid #ddd;
    border-radius:8px;
    background:#fff;
    color:#222;
    transition:all .25s ease;
    box-shadow:none;
}
 
.ik_ textarea{
    min-height:120px;
    resize:none;
}
 
.ik_ input:focus,
.ik_ textarea:focus,
.ik_ select:focus{
    border-color:#ED1C24;
    box-shadow:0 0 0 3px rgba(237,28,36,.15);
    outline:none;
}
 
.ik_ select{
    appearance:none;
    background-image:
        linear-gradient(45deg, transparent 50%, #ED1C24 50%),
        linear-gradient(135deg, #ED1C24 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 18px,
        calc(100% - 12px) 18px;
    background-size:6px 6px;
    background-repeat:no-repeat;
}
 
.ik_ input[type="radio"],
.ik_ input[type="checkbox"]{
    margin-right:6px;
    accent-color:#ED1C24;
}
 
.ik_ .wpcf7-list-item{
    margin-right:20px;
}
 
.ik_ input[type="file"]{
    border:2px dashed #ED1C24;
    padding:12px;
    background:#fff;
    border-radius:10px;
    cursor:pointer;
}
 
.ik_ input[type="submit"]{
    background:#ED1C24;
    color:#fff;
    border:none;
    padding:14px 40px;
    font-size:15px;
    font-weight:600;
    border-radius:50px;
    cursor:pointer;
    transition:all .3s ease;
}

.ik_ input[type="submit"]:hover{
    background:#c9151d;
    transform:translateY(-1px);
    box-shadow:0 6px 20px rgba(237,28,36,.35);
}
 
.ik_ .wpcf7-not-valid-tip{
    font-size:12px;
    color:#ED1C24;
    margin-top:5px;
}
 
@media (max-width:767px){
    .ik_ .baslik_{
        font-size:20px;
    }

    .ik_ input,
    .ik_ textarea,
    .ik_ select{
        font-size:15px;
    }
}
 
.ik_ .wpcf7-form-control.wpcf7-radio,
.ik_ .wpcf7-form-control.wpcf7-checkbox{
    display:flex;
    gap:20px;
    align-items:center;
}
 
.ik_ .wpcf7-list-item label{
    display:flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
    line-height:1;
}
 
.ik_ input[type="radio"],
.ik_ input[type="checkbox"]{
    appearance:none;
    -webkit-appearance:none;
    width:16px;
    height:16px;
    min-width:16px;
    min-height:16px;
    max-width:16px;
    max-height:16px;
    border:2px solid #ED1C24;
    border-radius:50%;
    background:#fff;
    position:relative;
    margin:0;
    padding:0;
    line-height:1;
}
 
.ik_ input[type="checkbox"]{
    border-radius:4px;
}
 
.ik_ input[type="radio"]:checked::after{
    content:"";
    width:8px;
    height:8px;
    background:#ED1C24;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
 
.ik_ input[type="checkbox"]:checked::after{
    content:"✔";
    font-size:11px;
    color:#ED1C24;
    position:absolute;
    top:-2px;
    left:2px;
}
 
.ik_ .wpcf7-list-item-label{
    font-size:14px;
    color:#333;
}
.trheader .entry-banner:before{
	content:' ';
	position:absolute;
	top:0;
	left:0;
	widtH:100%;
	height:100%;
	background:rgba(0,0,0,0.5);	
	
}
.site-header .main-navigation ul.menu > li.current-menu-item > a{
	color:#fff!important;
}

.whatsapp-offer-box { 
    padding:20px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 18px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
	text-align:center;
}

.whatsapp-offer-box::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -30%;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
}

.offer-content {
    position: relative; 
}

.offer-badge {
    display: inline-block;
    background: #fff;
    color: #128C7E;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}

.whatsapp-offer-box h3 {
    font-size: 28px;
    margin-bottom: 10px;
	color:#fff
}

.whatsapp-offer-box p {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.95;
}

.whatsapp-cta-btn {
    margin-top: 25px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #25D366;
    padding: 14px 26px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-cta-btn .icon {
    font-size: 20px;
}

.whatsapp-cta-btn:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}






