/*
Theme Name: Techwix
Theme URI: http://thepixelcurve.com/wp/techwix
Author: Devthrow
Author URI: https://themeforest.net/user/devthrow
Description: IT Solutions & Technology WordPress Theme
Version: 1.1.7
License: Split License
License URI: https://help.market.envato.com/hc/en-us/articles/202501064-What-is-Split-Licensing-and-the-GPL-
Text Domain: techwix
Requires PHP: 7.4
Tested up to: 6.3
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

This theme, Techwix, is licensed under the GNU General Public License.

Techwix - IT Solutions & Technology WordPress Theme
Copyright (C) 2024 Devthrow
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

/* Note: The CSS files are loaded from assets/css/ folder. */


/* ===== Contact Form Box ===== */
.contact {
  max-width: 850px;
  margin: 0px auto;
  background: #fff;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  font-family: 'Poppins', sans-serif;
}

/* ===== Headings ===== */
.contact-subtitle {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #0066ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.contact-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 35px;
}

/* ===== Name + Email Row ===== */
.contact-row {
  display: flex;
  gap: 20px;
 
}

.contact-row input[type="text"],
.contact-row input[type="email"] {
  flex: 1;
  width:100%;
  padding: 14px 18px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  color: #333;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-row input:focus {
  border-color: #0066ff;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
  outline: none;
}

/* ===== Subject Field ===== */
.contact-subject input[type="text"] , .contact-phone input {
  width: 100%;
  margin-top: 20px;
  padding: 14px 18px !important;
  font-size: 15px;
  border: 1px solid #ddd !important;
  border-radius: 6px;
  background: #fff;
  color: #333;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-subject input:focus {
  border-color: #0066ff;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
  outline: none;
}

/* ===== Message Box ===== */
.contact-text-area textarea {
  width: 100%;
  margin-top: 20px;
  padding: 14px 18px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  resize: none;
  height: 160px;
  background: #fff;
  color: #333;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-text-area textarea:focus {
  border-color: #0066ff;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
  outline: none;
}

/* ===== Submit Button ===== */
.contact-submit {
  margin-top: 25px;
}

.contact-submit input[type="submit"] {
  width: 100%;
  padding: 15px 0;
  border: none;
  border-radius: 6px;
  background: #0066ff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.contact-submit input[type="submit"]:hover {
  background: #0052cc;
  transform: translateY(-1px);
}

/* ===== Placeholder Styling ===== */
.contact input::placeholder,
.contact textarea::placeholder {
  color: #aaa;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .contact {
    max-width:100%;
  }
}
/* ===== Responsive Design ===== */
@media (max-width: 768px) {
  .contact {
    padding: 30px 30px 5px 30px;
  }
  .contact-row {
    flex-direction: column;
  }
  .contact-title {
    font-size: 24px;
  }
}
.mr-0 p{
  margin:0 !important;
}
.relative-container {
  position: relative;
  overflow: hidden !important;
}
.home-serve-item .elementor-widget-techwix-service-addons{
  height: 100% !important;
}
.techwix-service{
    background: rgba(255, 255, 255, 0.08 ) !important;
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(22px) saturate(150%) !important;
    -webkit-backdrop-filter: blur(22px) saturate(150%) !important;
    padding:20px !important;
    box-shadow:
      0 20px 40px rgba(0, 0, 0, 0.20),
      inset 0 0 40px rgba(255, 255, 255, 0.18) !important;
      text-align: center !important;
      height:100% !important;
}

@media(max-width:767px) {
.tab-section button{
 width: 100% !important;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
}
}

/* Remove all UL default margins inside the tab section */
.tab-section ul {
    margin-bottom: 0 !important;
   
}


/* If you want ONLY last LI margin removed (optional) */
.tab-section ul li:last-child {
    margin-bottom: 0 !important;
}

/* Reset counter */
.home-accordion .e-n-accordion {
    counter-reset: acc-num;
}

/* Increment counter */
.home-accordion .e-n-accordion-item {
    counter-increment: acc-num;
}

/* Style title header */
.home-accordion .e-n-accordion-item-title-header {
    display: flex;
    align-items: center;
    gap: 10px; /* space between items */
}

/* Add number before everything */
.home-accordion .e-n-accordion-item-title-header::before {
    content: counter(acc-num, decimal-leading-zero);
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

/* Add your SVG AFTER number and BEFORE text */
.home-accordion .e-n-accordion-item-title-header::after {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media(max-width:1024px) {
.technology-grid{
  display:grid !important;
  grid-template-columns: repeat(2,1fr) !important;
}
}
@media(max-width:767px) {
.technology-grid{
  display:grid !important;
  grid-template-columns: repeat(1,1fr) !important;
}
}


.industries-item{
  overflow: hidden;
}
.industries-item h3{
  margin:0;
}
.industries-item .elementor-widget-text-editor p , .industries-item .elementor-widget-text-editor ul{
  margin-bottom:10px !important;
}
.industries-item .elementor-widget-icon-box{
  background: #119FFA;
}
.industries-item .elementor-widget-icon-box .elementor-icon-box-wrapper{
  min-height: 80px;
}
.Microsoft-grid {
  padding-top: 50px !important;
}
/* Desktop 1024px and above → 2 columns */
@media (min-width: 1024px) {
  .Microsoft-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .Microsoft-grid{
     padding-top: 20px !important;
  }

}

/* Below 1024px → 1 column */
@media (max-width: 1023px) {
  .Microsoft-grid {
    grid-template-columns: 1fr !important;
  }
.Microsoft-grid{
     padding-top: 20px !important;
  }
  .Microsoft-grid-image {
    height: 400px;
    width: 100%;
  }
  .industries-item .elementor-widget-text-editor p , .industries-item .elementor-widget-text-editor ul{
  margin-bottom:5px !important;
}
}

/* Mobile below 767px → smaller height */
@media (max-width: 767px) {
  .Microsoft-grid-image {
    height: 300px;
    width: 100%;
  }
}




.pricing-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px; /* forces horizontal scroll on mobile */
    margin-bottom:0 !important;
}

.pricing-table th,
.pricing-table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: center;
}

.pricing-table th {
    background: #f1f5f9;
    color:#063955;
    font-size: 24px;
    font-weight: 600;
}

.pricing-table td {
    font-size: 20px;
}

.pricing-table td:first-child {
    text-align: left;
    font-weight: 600;
    background: #fafafa;
}




/* ---------- WRAPPER ---------- */
.custom-contact-form {
   
    margin: 0 auto;
        padding: 25px 25px 0 25px;
    background: #f8f9fc;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    font-family: inherit;
}

/* ---------- LABEL ---------- */
.custom-contact-form label {
    display: block;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 16px;
    color: #063955;
}
.custom-contact-form h3{
  text-align: center;
}
/* ---------- INPUTS ---------- */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form textarea,
.custom-contact-form select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    background: #fff;
    transition: 0.2s;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus,
.custom-contact-form select:focus {
    border-color: #063955;
    box-shadow: 0 0 0 2px rgba(26, 51, 116, 0.15);
}

/* ---------- TEXTAREA HEIGHT ---------- */
.custom-contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* ---------- SUBMIT BUTTON ---------- */
.custom-contact-form input[type="submit"] {
    width: 100%;
    background: linear-gradient(195deg, #119FFA 0%, #4FC3FF 100%) !important;
    color: #fff;
    border: none;
    padding: 14px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.custom-contact-form input[type="submit"]:hover {
    background: linear-gradient(195deg, #119FFA 0%, #4FC3FF 100%) !important;
    color:#063955;
}

/* ---------- PRIVACY NOTE ---------- */
.custom-contact-form .privacy-note {
    margin-top: 15px;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 480px) {
    .custom-contact-form {
        padding: 18px;
    }
    .custom-contact-form label {
        font-size: 16px;
    }
    .custom-contact-form input,
    .custom-contact-form select,
    .custom-contact-form textarea {
        font-size: 14px;
        padding: 10px 12px;
    }
    .custom-contact-form input[type="submit"] {
        font-size: 15px;
        padding: 12px;
    }
}


/* Add bottom border to the last accordion item */
.proof-acrodion .e-n-accordion-item:last-of-type summary.e-n-accordion-item-title {
    border-bottom: 1px solid #063955 !important; /* change color if needed */
}


@media (max-width: 1024px) {
  .industries-item .elementor-widget-text-editor p,
  .industries-item .elementor-widget-text-editor ul {
    margin-bottom: 5px !important;
  }
}

.contact-phone input{
  border-radius: 6px !important;
}

@media (max-width: 768px) {
 .contact-subject input{
   margin-top:0 !important;
  }
}
.contact-row .wpcf7-form-control-wrap ,.contact-row .contact-subject , .contact-row .contact-phone {
  width: 50% !important;
}
@media(max-width: 768px) {
  .contact-row .wpcf7-form-control-wrap ,.contact-row .contact-subject , .contact-row .contact-phone {
  width: 100% !important;
}
}
