/*
Theme Name: duncan NUCUS LLC
Theme URI: https://designsfunnel.com/
Author: Designs Funnel Team
Author URI: https://designsfunnel.com/
Description: Delivering a bespoke theme development tailored to precisely align with the unique requirements of our
esteemed client.
Version: 1.0
Template: hello-elementor 

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.custom-sticky-header {
 position: absolute !important;
    z-index: 999 !important;
    width: 100% !important;
}
.gsection h3.gsection_title {
    display: block;
    font-size: 20px;
    margin: 0;
}
.imagesboxes figure.elementor-image-box-img{
    height: 330px;
    object-fit: cover;
    width: 100% !important;
    display: inline-block;
}


/* gravity form */
/* FORM CONTAINER */
#gform_wrapper_1 {
  font-family: 'Segoe UI', Tahoma, sans-serif;
  background: #ffffff;
  padding: 40px;
  border-radius: ;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 90%;
  margin: 40px auto;
}

/* FORM TITLE */
#gform_wrapper_1 .gform_heading .gform_title {
  color: #c62828;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

/* FIELD GROUPING */
#gform_wrapper_1 .gfield {
  position: relative;
  margin-bottom: 25px;
}

/* LABEL STYLING */
#gform_wrapper_1 .gfield_label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin-bottom: 6px;
}

/* INPUT FIELDS */
#gform_wrapper_1 input[type="text"],
#gform_wrapper_1 input[type="email"],
#gform_wrapper_1 input[type="tel"],
#gform_wrapper_1 input[type="url"],
#gform_wrapper_1 textarea,
#gform_wrapper_1 select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.03);
}

/* INPUT ON FOCUS */
#gform_wrapper_1 input:focus,
#gform_wrapper_1 textarea:focus,
#gform_wrapper_1 select:focus {
  border-color: #c62828;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(198, 40, 40, 0.1);
  outline: none;
}

/* SUBMIT BUTTON */
#gform_wrapper_1 .gform_footer input[type="submit"] {
  background: #c62828;
  color: #fff;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  display: block;
  margin: 20px auto 0;
}

/* HOVER STATE */
#gform_wrapper_1 .gform_footer input[type="submit"]:hover {
  background: #a61f1f;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(198, 40, 40, 0.3);
}

/* RADIO & CHECKBOX LIST */
#gform_wrapper_1 .gfield_radio li,
#gform_wrapper_1 .gfield_checkbox li {
  margin-bottom: 10px;
}

#gform_wrapper_1 .gfield_radio label,
#gform_wrapper_1 .gfield_checkbox label {
  font-size: 14px;
  margin-left: 4px;
  color: #333;
}

/* ERROR/VALIDATION STYLING */
body .gform_wrapper.gravity-theme .gfield--error input,
body .gform_wrapper.gravity-theme .gfield--error textarea,
body .gform_wrapper.gravity-theme .gfield--error select {
  border-color: #c62828;
  background-color: #fff1f1;
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
  border: 1px solid #c62828;
  background: #fff1f1;
  color: #c62828;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 
}
h3.gsection_title {
    display: none;
}

.scrollbar {
  max-height:100px; /* ya jitni height aapko chahiye ho */
  overflow-y: auto;
overflow-x: hidden;
}

/* Custom Scrollbar Styles for Webkit Browsers */
.scrollbar::-webkit-scrollbar {
  width: 5px;
}

.scrollbar::-webkit-scrollbar-track {
  background: #af0808; 
  border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #fff; 
  border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555; 
}