/*
Theme Name: Pi Digital
Theme URI: https://www.pi.digital2ools.com/
Author: Praveen Kumar
Author URI: https://www.pi.digital2ools.com/
Description: A custom WordPress theme for IT Services.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Pi Digital
*/


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.3s;
  border-color: black;
}

.wpcf7 textarea {
  height: 80px;
  resize: vertical;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #19756c;
  outline: none;
}

.wpcf7-submit {
  background-color: #19665d;
  color: #fff;
  font-weight: 600;
  padding: 8px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background-color: #15534c;
}


.pi-logo span {
  color: #19756c;
  font-weight: 400;
}


.p-5.rounded-4.price-table.h-100:hover {
  background-color: bisque !important;
}



.scroll-wrapper {
  height: 1em;
  overflow: hidden;
  position: relative;
}

#changing-text {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  will-change: transform;
}


.pi-logo {
  display: flex;
/*   align-items: center; */
  gap: 0.3em;
  font-family: 'Cinzel', serif;
  font-size: 2.0rem;
  color: #222;
/*   letter-spacing: 0.5px; */
}


section#how-it-works {
    background-color: rgba(var(--inverse-color-rgb), 0.02);
}

section#features {
    background-color: rgba(var(--inverse-color-rgb), 0.02);
}

section#home {
    background-color: rgba(var(--inverse-color-rgb), 0.02);
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.0rem;
    }
}

