/*
Theme Name: GR Child
Theme URI: http://underscores.me/
Template: gr
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1773577503
Updated: 2026-03-15 12:25:03

*/

/* Sticky Header Background */
.e-con.elementor-sticky--active {
    background:#000000b8;
}


/* Heading Color */
.color-tr{
    color:#fdce00

;
}


/* Border Image Animation */
.pq-image-border {
    position: relative;
    display: inline-block;
}

.pq-image-border::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 15px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px solid #0055E3;
    z-index: 0;
}

.pq-image-border img {
    position: relative;
    z-index: 2;
    display: block;
}


.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.form-col {
  width: 50%;
}

.form-col.full-width {
  width: 100%;
}
.form-col p {
    margin: 0;
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }

  .form-col {
    width: 100%;
  }
}




