

/* Menu end */
section{
  padding: 40px 0;
}
form{
  padding: 10PX;
}

/* Header and hero — same wrapper structure as support page */

:root {
  --cu-font-primary: "MilligramText-Regular", sans-serif;
  --cu-font-heading: "CooperBTLight", sans-serif;
  --cu-hero-green: #17a34c;
  --cu-hero-text: #2a3442;
}

body.contact-page {
  overflow-x: hidden;
}

body.contact-page .hero-wrapper {
  position: relative;
  color: #fff;
  background-image: url("/assets/img/request-demo-hero-background.png");  
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: #14553e; */
  overflow: hidden;
}

body.contact-page .hero-wrapper > section {
  position: relative;
  z-index: 1;
}

body.contact-page .hero-wrapper > header#header {
  position: relative;
  z-index: 1030 !important;
}

body.contact-page .hero-wrapper > header#header.header-scrolled {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030 !important;
}

body.contact-page .nav_style {
  display: none;
}

body.contact-page .hero-wrapper .fixed-top.topnav_bg {
  background: transparent !important;
  z-index: 1031;
}

body.contact-page .top_bavbar a {
  color: #000 !important;
  font-weight: 400 !important;
}

body.contact-page .top_bavbar a:after {
  border-color: #000 !important;
}

body.contact-page .top_bavbar ul li {
  font-size: 16px !important;
  color: #000 !important;
}

body.contact-page .hero-wrapper ul.nav_style li a {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000 !important;
}

body.contact-page .hero-wrapper .header_area.fixed-top {
  background: transparent !important;
  padding: 0 !important;
  overflow: visible;
}

body.contact-page .hero-wrapper #header.header-scrolled {
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 2px 12px rgba(15, 27, 45, 0.08);
}

body.contact-page .hero-wrapper #header.header-scrolled img.img_show {
  display: block !important;
  width: 240px !important;
}

body.contact-page .hero-wrapper .navigation {
  display: flex !important;
  justify-content: space-between;
}

body.contact-page .hero-wrapper .megamenu-panel,
body.contact-page .hero-wrapper .nav-dropdown {
  z-index: 1040 !important;
}

body.contact-page .nav-toggle:before {
  background-color: #000 !important;
  box-shadow:
    0 0.5em 0 0 #000,
    0 1em 0 0 #000 !important;
}

@media (min-width: 992px) {
  body.contact-page .hero-wrapper header.fixed-top .nav-menu > li > a {
    padding: 40px 10px !important;
  }

  body.contact-page .hero-wrapper #header.header-scrolled img.img_show {
    width: 200px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  body.contact-page .hero-wrapper #header.header-scrolled {
    height: 120px !important;
  }
}

@media (min-width: 320px) and (max-width: 576px) {
  body.contact-page .hero-wrapper header#header.header-scrolled {
    height: 120px !important;
  }
}

@media (min-width: 1200px) {
  body.contact-page .hero-wrapper header.fixed-top img.img_show {
    width: 240px !important;
  }

  body.contact-page
    .hero-wrapper
    #header.header_area.fixed-top.sticky.header-scrolled
    .nav-header
    .nav-brand
    img {
    width: 240px !important;
  }
}

body.contact-page .simple-hero {
  padding: 50px 0 0px 0;
  color: var(--cu-hero-text) !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

body.contact-page .hero-title {
  font-family: var(--cu-font-heading) !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em;
  line-height: 1.2 !important;
  margin-bottom: 0rem;
  text-align: center;
  color: var(--cu-hero-green) !important;
}

@media (min-width: 300px) and (max-width: 991px) {
  body.contact-page h1.hero-title {
    font-size: 50px !important;
    line-height: 65px !important;
  }
}

@media (max-width: 576px) {
  body.contact-page .simple-hero {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.gradient-btn {
    background: linear-gradient(90deg, rgb(22 163 74), #059669);
    color: #fff !important;
    padding: 20px 40px !important;
    border-radius: 12px;
    font-weight: 700 !important;
    text-decoration: none;
    transform: scale(1);
}

.gradient-btn:not(:hover) {
    animation: zoomOut 0.6s forwards;
}
.gradient-btn:hover {
  animation: zoomIn 0.6s forwards;
  box-shadow: 0 25px 50px -12px rgb(34 197 94 / 25%);
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}

@keyframes zoomOut {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}

/* Common style end */
.order-1{
    
    display: flex;
    flex-direction: column;
    gap: 100px;
     font-family: "MilligramText-Regular", sans-serif !important;
    
}
.contact-phone-div{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-text h6{
    font-size: 20px;
     font-weight: 600 !important;
}
.contact-text a{
    font-weight: 500;
    text-decoration: underline;
    color: rgba(37, 116, 0, 1);
}
.contact-text div{
      font-weight: 500;
    
    color: rgba(37, 116, 0, 1);
}
.contact_address{
    display: flex;
    flex-direction: column;
    gap: 45px;
}
.contact-item{
    gap: 15px;
}
.contact-icon{
    width: 40px;
    height: 40px;
}
.contact-icon img{
width: 100%;
height: 100%;
}
.right-bottom {

}
.form_customwidth {
    width: 90%;
    margin: 0 auto;
    

}
.arc-quote-form{
  border: 1px solid #000 !important;
    box-shadow: 0px 2.43px 2.43px 0px #00000040;
    border-radius: 15px;

}
button.submit_width{
   background:  linear-gradient(90deg, rgb(21, 163, 74), rgb(5, 150, 105)) !important;
   border: 1px solid transparent;
   border-radius: 8px;
   padding: 5px 20px;
   color: white;
}

/* Main content typography (UAT layout below hero) */
#main,
#main p,
#main a,
#main div,
#main label,
#main li {
  font-family: "MilligramText-Regular", "Milligram-Regular-trial", sans-serif;
}

#main .contact-text h6 {
  font-size: 20px;
  font-weight: 600 !important;
  font-family: "MilligramText-Medium", sans-serif;
}

#main form .form-control,
#main form .form-select,
#main form label {
  font-family: "MilligramText-Regular", sans-serif;
  font-size: 18px;
}

/* Header nav typography — match support / request-demo (after style.css) */
@media (min-width: 700px) and (max-width: 1920px) {
  body.contact-page .hero-wrapper #header.header-scrolled img.img_show {
    display: block !important;
  }
}

body.contact-page .hero-wrapper #header a.request_demobtn,
body.contact-page .hero-wrapper #header a.free-trial,
body.contact-page .hero-wrapper #header a.custom_primary {
  font-size: 16px !important;
  font-weight: 400 !important;
}

body.contact-page .hero-wrapper #header.fixed-top .nav-menu > li > a,
body.contact-page .hero-wrapper #header.header_area .nav-menu > li > a,
body.contact-page .hero-wrapper .fixed-top .nav-menu > li > a {
  padding: 40px 10px !important;
}

@media (min-width: 1199px) {
  body.contact-page .hero-wrapper #header .nav-menu {
    min-height: 60px;
    display: flex;
    align-items: center;
  }
}

body.contact-page .hero-wrapper #header .navigation {
  display: flex !important;
  justify-content: space-between;
}

body.contact-page .top_bavbar {
  justify-content: end !important;
}

body.contact-page .hero-wrapper #header.header-scrolled img.img_show {
  display: block !important;
  width: 240px !important;
}

@media (min-width: 992px) {
  body.contact-page .hero-wrapper #header.header-scrolled img.img_show {
    width: 200px !important;
  }
}

@media (min-width: 1200px) {
  body.contact-page .hero-wrapper #header.fixed-top img.img_show {
    width: 240px !important;
  }
}

body.contact-page .hero-wrapper #header .megamenu-panel .megamenu-list > li > a:hover,
body.contact-page .hero-wrapper #header .megamenu-lists .megamenu-list > li.megamenu-list-title > a:hover,
body.contact-page .hero-wrapper #header li ul.nav-submenu li a:hover {
  color: #fff !important;
}