/*
Theme Name: Technox
Theme URI: http://themexriver.com/wp/technox/demo
Author: themexriver
Author URI: http://themexriver.com/
Description: Technox - IT Service WordPress Theme
Version: 1.0.1
Tested up to: 8.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: technox
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/



/* Card */
.contact-card {
  max-width: 720px;
  background: rgba(13,14,22,0.92);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  padding: 28px 28px 20px;
  color: #fff;
  box-shadow: 0 4px 18px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.03);
  font-family: "Public Sans", sans-serif;;
}

/* Field wrapper */
.tn-contact-form-1-box {
  position: relative;
  margin: 0 0 18px;
}

/* Inputs (underline style) */
.tn-contact-form-1-input,
.tn-contact-form-1 input[type="text"],
.tn-contact-form-1 input[type="email"],
.tn-contact-form-1 input[type="tel"],
.tn-contact-form-1 textarea,
.tn-contact-form-1 select {
  width: 100%;
  font: 500 16px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Inter, "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 18px 0 14px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.tn-contact-form-1 textarea {
  min-height: 50px;
  height: 70px;
  resize: vertical;
}

.tn-contact-form-1-input::placeholder { color: rgba(255,255,255,0.55); }

/* Focus state */
.tn-contact-form-1 input:focus,
.tn-contact-form-1 textarea:focus,
.tn-contact-form-1 select:focus {
  border-bottom-color: rgba(255,255,255,0.22);
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

/* Select: custom arrow */
.tn-contact-form-1 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 18px;
  padding-right: 34px;
  color: rgba(255,255,255,0.72);
}

/* NDA + math row */
.tn-contact-form-1-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 12px 0 16px;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
}

.tn-contact-form-1-row .nda {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tn-checkbox input[type="checkbox"] {
  width: 18px; height: 18px;
  accent-color: #ffffff;
  border-radius: 5px;
}

.tn-contact-form-1-row .math {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  
}

.math-input {
  width: 64px !important;
  height: 38px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.08) !important;
  padding: 0 10px !important;
  background: rgba(255,255,255,0.05) !important;
  color: #fff;
}

/* Button */
.tn-contact-form-1-btn {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 10px;
  background: rgba(255,255,255,0.14);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: background .2s ease, transform .06s ease;
  text-transform: none;
  letter-spacing: .2px;
}
.tn-contact-form-1-btn:hover { background: rgba(255,255,255,0.22); }
.tn-contact-form-1-btn:active { transform: translateY(1px); }
.tn-contact-form-1-btn .icon { display: inline-flex; }

/* Notes */
.notes {
  margin: 14px 0 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
}
.notes li { margin: 4px 0; }

/* Utilities */
.has-full-width { width: 100%; }
.mb-20 { margin-bottom: 20px; }


.wpcf7-list-item {
    display: inline-block;
     margin: 0px; 
}
span.wpcf7-list-item-label {
    padding: 0px 7px;
}

.tn-checkbox span {
    position: relative;
    top: -4px;
}





















/* ------ Layout helpers ------ */


/* ------ Footer base ------ */
.site-footer {
  background: #121318;         
  color: #e9eef5;             
  line-height: 1.6;
  font-size: 15px;
      font-family: "Roboto", Sans-serif;
}

/* ------ Top columns ------ */
.footer-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  padding: 64px 0 40px;
      font-family: "Roboto", Sans-serif;
}

.site-footer h4 {
  font-size: 22px;
  margin: 0 0 18px;
  color: #ffffff;
  font-weight: 700;
      font-family: "Roboto", Sans-serif;
}

.f-col ul { list-style: none; margin: 0; padding: 0;     font-family: "Roboto", Sans-serif; }
.f-col li { margin: 10px 0;     font-family: "Roboto", Sans-serif; }
.f-col a {
    color: #cfd6e4;
    text-decoration: none;
    transition: color .2s ease, opacity .2s ease;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    line-height: 33px;
}
.f-col a:hover { color: #ffffff; }

/* "more..." subtle */
.f-col li.more a { opacity: .8;      font-family: "Roboto", Sans-serif;}

/* ------ Middle band (image #3 style) ------ */





.site-footer {
  background: linear-gradient(
    135deg,          /* diagonal direction (top-left to bottom-right) */
    #0D2665 0%,      /* top-left accent */
    #121318 25%,     /* main dark body */
    #121318 80%,     /* maintain middle dark tone */
    #0D2665 100%     /* bottom-right accent */
  );
    color: #e9eef5;
    line-height: 1.6;
    font-size: 15px;
    font-family: "Roboto", Sans-serif;
}
.footer-band {
  position: relative;
  min-height: 120px;          
  margin: 28px 0 0;
     
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  /* background-image: url('/path/to/your-bg.jpg'); */
  background-size: cover;
  background-position: center;
      font-family: "Roboto", Sans-serif;
}
.footer-band::after {          
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.2));     font-family: "Roboto", Sans-serif;
}
.band-inner { position: relative; z-index: 1; padding: 36px 0; }

/* ------ Bottom long-form content (image #2 style) ------ */
.footer-bottom {
  padding: 40px 0 28px;     font-family: "Roboto", Sans-serif;
}
.fb-title {
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: .2px;     font-family: "Roboto", Sans-serif;
} 
.fb-intro,
.fb-desc,
.fb-outro { color: #cfd6e4; margin: 0 0 14px;font-size: 12px;  font-family: "Roboto", Sans-serif; }
.fb-subtitle { margin: 22px 0 8px; font-size: 12px;  font-family: "Roboto", Sans-serif; }
.fb-list { margin: 12px 0 0 18px; padding: 0; font-size: 12px;  font-family: "Roboto", Sans-serif; }
.fb-list li { margin: 10px 0; color: #cfd6e4; font-size: 12px;   font-family: "Roboto", Sans-serif;}
.fb-list strong { color: #fff;     font-family: "Roboto", Sans-serif; }

/* ------ Legal strip ------ */
.footer-legal {
  border-top: 1px solid rgba(255,255,255,.06);
  margin-top: 24px;
  background: #0d0e12;     font-family: "Roboto", Sans-serif;
}
.legal-inner {
    display: flex
;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    color: #b9c3d6;
    font-size: 14px;
    flex-wrap: wrap;
    font-family: "Roboto", Sans-serif;
}
.legal-inner .link { color: #b9c3d6; text-decoration: none; }
.legal-inner .link:hover { color: #fff; }
.legal-inner .sep {
  width: 1px; height: 14px; background: rgba(255,255,255,.15);
  margin-inline: 4px 2px;     font-family: "Roboto", Sans-serif;
}

/* ------ Responsive ------ */
@media (max-width: 1024px) {
  .footer-top { grid-template-columns: repeat(2, 1fr); gap: 36px; }
}
@media (max-width: 560px) {
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .fb-list { margin-left: 16px; }
}


.footer-address {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 60px 0;
  font-family: "Roboto", Sans-serif;
  position: relative;

  max-width: 1400px;   
  margin: 0 auto;    
  text-align: center; 
}


.footer-address .address-box {
  position: relative;
  padding: 20px;
  font-size: 16px;
  color: #cfd6e4;
  font-weight: 400;     font-family: "Roboto", Sans-serif;
  z-index: 1;
}

.footer-address .country {
  color: #cfd6e4; 
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-address .bg-icon {
  position: absolute;     font-family: "Roboto", Sans-serif;
  right: 50px;
  bottom: 10px;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
}

.footer-address .india-icon {
  background-image: url('http://localhost/api/wp-content/uploads/2025/08/india-1-1.png'); 
}

.footer-address .usa-icon {
  background-image: url('http://localhost/api/wp-content/uploads/2025/08/usa-1.png'); /* your capitol icon */
}

@media (max-width: 768px) {
  .footer-address { grid-template-columns: 1fr; text-align: center; }
  .footer-address .bg-icon { margin: 0 auto; left: 0; right: 0;  }
}


.head_two{ font-size: 16px !important;  margin-top: 30px !important; font-style: italic;}

.fb-subtitle{ color: #fff !important;     font-family: "Roboto", Sans-serif; font-size: 12px !important; }

.seprator{ border-top: 1px solid #383838; margin-top: 50px;}

.legal-right {
    display: flex;
    gap: 21px;
}



.fx-blog-details-area{  font-family: "Roboto", Sans-serif !important; }
a.tn-pr-btn-1.btn-split-right.wow.slideRightUp {
    background: #fff;
    color: #000;
    border-radius: 100px;
}


.tn-overview-1-work {
   
    background: #0F0C26;
}

.tn-overview-1-work .item-btn {
    
    background: #F4595F;
}


.tn-choose-1-content-features li {
    font-size: 18px;
    font-weight: 500;
    display: flex
;
    align-items: center;
    gap: 10px;
}


.tn-search-btn-1:hover .icon {
    background: #0d2665;
    color: #fff;
}


.wa-search-box {
    font-family: "Roboto", Sans-serif;
}




