/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.dvcom-bg {
  background: radial-gradient(circle, rgba(28, 28, 43, 1) 0%, rgba(22, 22, 23, 1) 100%);
  border: 2px solid #232C3394;
  border-radius: 15px;
  box-sizing: border-box;
}


.dvcom-inner-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.glow-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background-color: transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: background;
}

.glow-card::before {
  content: '';
  position: absolute;
  top: var(--y, 50%);
  left: var(--x, 50%);
  width: 0;
  height: 0;
background: radial-gradient(circle at center, rgba(69, 38, 63, 0.15) 0%, rgba(51, 26, 75, 0.15) 40%, rgba(0, 0, 0, 0) 100% );
/*	background: radial-gradient(circle, rgba(147, 204, 138, 0.10) 0%, rgba(22, 22, 23, 0.25) 40%), rgba(0, 0, 0, 0.15) 100%; */
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transition: width 0.4s ease, height 0.4s ease, opacity 0.2s ease;
}

.glow-card:hover::before {
  width: 500px;
  height: 500px;
  opacity: 1;
}

/*
.glow-card:hover {
  box-shadow: 0 0 25px rgba(130, 48, 191, 0.25);
  transform: scale(1.01);
}

*/


.h-light{
      background: linear-gradient(60deg, white, gray 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h-purple{
      background: linear-gradient(70deg, #0b9b01, #00dec6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*--- 2 Column Form Styles Start ---*/
 
#left {
    width: 49% !important;
    float: left !important;
    margin-right:2% !important;
}
 
#right {
    width: 49% !important;
    float: left !important;
}
#full {
    width: 100% !important;
    float: left !important;
}
 
.clearfix:after {
    content:"\0020";
    display:block !important;
    height:0 !important;
    clear:both !important;
    visibility:hidden !important;
    overflow:hidden !important;
    margin-bottom:10px !important;
}
 
.clearfix {
    display:block !important;
}
 
/*--- 2 Column Form Styles End ---*/

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
#left {
    width: 100% !important;
    float: left;
    margin-right:0;
}
 
#right {
    width: 100% !important;
    float: left;
}
}


/*CF7 submit button center*/
input.wpcf7-form-control.wpcf7-submit {
   display: block;
   margin: 0 auto;
}

.wpcf7-form textarea {
    max-height: 100px;
}

/*Scroll to top*/
#page .scroll-top{display:none;}

/*hide google recatcha*/
.grecaptcha-badge { 
    visibility: hidden !important;
}

input[type="submit"]:not([name="update_cart"]):not(.woocommerce-widget-layered-nav-dropdown__submit),  .wpcf7-form input[type="submit"] {
padding-left:40px !important;
padding-right:40px !important;
border-radius: 50px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to right, #0b9b01, #05ff92) 1;

}

