h1 {
  font-size: 75px !important;
  font-weight: 800 !important;
  line-height: 50px !important;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  color: #c45911;
}
.services h6 {
  font-size: 18px;
		font-weight: 700;
		padding-bottom:10px;
}

h2 {
  font-size: 40px;
  font-weight: 700 !important;
  line-height: 1.1em !important;
  color: #1a1a1a !important;
}

.contact h1 {
  font-size: 40px !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
}

.contact p {
  font-size: 18px !important;
  font-weight: 400;
  color: #74787c !important;
}

@media (max-width: 768px) {
  .contact h1 {
    font-size: 38px !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
  }
}

.img-section h5 {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #c45911!important;
  margin-bottom: 0px !important;
}

.img-section p { 
		font-size:14px!important;
}

@media (max-width: 768px) {
  h2 {
    font-size: 32px !important;
  }
  .hero-sec h4 {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #f94d1c !important;
    padding-left: 5px;
    padding-bottom: 10px;
  }
  .about p,
  .img-section p,
  .featured-img p {
    font-size: 18px !important;
    font-weight: 400;
    color: #74787c !important;
  }
  .container {
    border-radius: 10px;
    position: relative;
  }
  .img-section h4 {
    margin-bottom: 0px;
  }
  .featured-img p {
    padding-left: 10px;
  }
  .hero-sec p {
    padding-top: 15px;
  }
  h4.section-title__tagline {
    padding-top: 10px;
  }
  .hero-sec h1 {
    font-size: 42px !important;
    font-weight: 800 !important;
    line-height: 20px !important;
    text-align: center;
  }
  .hero-sec p {
    font-size: 16px !important;
    font-weight: 400;
    margin: 0px !important;
    padding: 0 !important;
    padding-top: 0px !important;
  }
  .sow-hero-buttons {
    text-align: center;
  }
  .sow-hero-buttons a {
    display: inline-block;
    margin: 5px auto;
  }
  .text-sm-center {
    text-align: center;
  }
  img.visible-xs {
    max-width: 140px !important;
  }
}

@media (min-width: 768px) {
  .header4 .logo-normal {
    min-height: 140px;
  }
  .featured-img p {
    padding-left: 0px;
  }
}

h4.section-title__tagline {
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #c45911 !important;
}

@media (max-width: 768px) {
  .navbar {
    margin-bottom: 0px;
  }
}

header.header3 .logo img {
  max-width: 75% !important;
  height: auto !important;
}

/* ====== CONTACT FORM ====== */
.custom-contact-form {
  background-color: rgba(196, 89, 17, 0.8) !important;
  padding: 20px 28px;
  border-radius: 12px;
  width: 500px;
  max-width: 92%;
  margin: 80px auto 30px !important;
  color: #fff;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-contact-form h2 {
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
  color: #ffffff !important;
  white-space: nowrap;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #fff;
}

.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form select,
.custom-contact-form textarea {
  width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  border: none;
  background: #fff;
  color: #222;
  font-size: 13px;
  box-sizing: border-box;
}

.custom-contact-form textarea {
  height: 90px;
  resize: none;
}

.message-row {
  margin-top: 10px;
}

.submit-wrap {
  text-align: left;
  margin-top: 12px;
}

#cf7-submit,
.custom-contact-form input[type="submit"] {
  background-color: #ffffff;
  color: #c45911;
  font-weight: 700;
  padding: 8px 22px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: 0.3s ease;
  text-align: left !important;
}

/* ====== RESPONSIVE (≤1024px) ====== */
@media (max-width: 1024px) {
  .footer-contact-form .custom-contact-form {
    transform: none !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }

  .footer-contact-form {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    overflow: visible !important;
  }
}



@media (max-width: 1024px) {
  .custom-contact-form {
    width: 95% !important;
    padding: 14px 18px !important;
    border-radius: 10px !important;
    min-height: auto !important;
    margin: 0 auto 30px !important;
  }

  .custom-contact-form h2,
  .custom-contact-form h3 {
    font-size: 15px !important;
    margin-bottom: 16px !important;
    text-align: left !important;
    font-weight: 600 !important;
    white-space: nowrap;
  }

  .form-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px 10px !important;
    align-items: center;
  }

  .field.full {
    grid-column: 1 / -1 !important;
  }

  .field label {
    font-size: 12px !important;
    margin-bottom: 3px !important;
  }

  .custom-contact-form input[type="text"],
  .custom-contact-form input[type="email"],
  .custom-contact-form input[type="tel"],
  .custom-contact-form select,
  .custom-contact-form textarea {
    width: 100% !important;
    font-size: 12px !important;
    padding: 6px 8px !important;
    border-radius: 6px !important;
    height: 32px !important;
  }

  .wpcf7-form select {
    height: 32px !important;
    font-size: 12px !important;
  }

  .custom-contact-form textarea {
    height: 70px !important;
  }

  #cf7-submit,
  .custom-contact-form input[type="submit"] {
    padding: 6px 16px !important;
    font-size: 13px !important;
    border-radius: 6px !important;
    margin-top: 6px !important;
    background: #ffffff !important;
    color: #c45911 !important;
    font-weight: 700 !important;
  }

  .footer-contact-form .custom-contact-form {
    transform: scale(0.9) !important;
    transform-origin: top center !important;
    margin-top: 0 !important;
  }

  .footer-contact-form {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .hero-title,
  .custom-contact-form {
    width: 100% !important;
    display: block !important;
  }

  .hero-title {
    margin-bottom: 20px !important;
  }

  .custom-contact-form {
    margin-bottom: 30px !important;
  }
}

/* ====== FOOTER CONTACT FORM ====== */
.footer-contact-form .custom-contact-form {
  background-color: #c45911 !important;
  margin-top: 0 !important;
  transform: scale(0.92);
  transform-origin: top right;
  padding-top: 10px !important;
  padding-bottom: 30px !important;
  margin-bottom: 20px !important;
}

.footer-contact-form {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* ====== MISC ====== */
.hero-sec {
  display: flex;
  justify-content: center;
}

.custom-dropdown select {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: none;
  font-size: 15px;
}

.custom-dropdown optgroup {
  font-weight: bold;
  background-color: #f2f2f2;
  color: #000;
}

.custom-dropdown option {
  padding-left: 15px;
}

.wpcf7-form select {
  vertical-align: middle;
  margin-top: 0 !important;
  line-height: normal !important;
  height: 35px !important;
  padding: 0 12px !important;
  display: inline-block;
  box-sizing: border-box;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select {
  height: 35px;
  font-size: 16px;
}

.wpcf7-form p br {
  display: none !important;
}

span.wpcf7-spinner {
  display: none !important;
}

.custom-contact-form p {
  margin: 0 !important;
  padding: 0 !important;
}


/* ====== TABLET / IPAD VIEW FIX ====== */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35vh;
    position: relative;
  }
  .hero-sec .sow-contact-form {
    display: none !important;
  }
  .hero-sec h1,
  .hero-sec h2,
  .hero-sec .hero-title {
    text-align: center !important;
    position: relative;
    top: 0;
    left: 0;
    transform: none !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 1024px) {
  #pgc-wef911e44-0-0,
  #pgc-wef911e44-0-1 {
    width: auto !important;
  }

  p.text-sm-center {
    text-align: center;
    line-height: 60px;
  }

  h1 {
    line-height: 70px !important;
  }

  h5 {
    font-size: 16px;
    font-weight: 700;
  }

  .img-section p {
    font-size: 10px;
  }
}
.header3 .logo img,
img.sticky-logo {
  max-width: 75% !important;
  height: auto !important;
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

nav.navbar.navbar-default.sticky-transparent.affix.scrolled {
    min-height: 70px;
}
div#bs-example-navbar-collapse-1 {
    padding-top: 5px;
}
img.hidden-xs.desktop-logo {
    padding-top: 8px;
}
img.sticky-logo {
    padding-top: 8px;
}
img.visible-xs	
{	 padding-top: 10px;
}


@media only screen 
  and (min-device-width: 820px) 
  and (max-device-width: 1024px) {
  
  #pgc-w9e9819d4-0-0,
  #pgc-w9e9819d4-0-1 {
    width: 200% !important; 
  }
}

@media only screen 
  and (min-width: 820px) 
  and (max-width: 1180px) 
  and (orientation: portrait),
  only screen 
  and (min-width: 820px) 
  and (max-width: 1180px) 
  and (orientation: landscape) {

  #pgc-w478a1bbc-0-0,
  #pgc-w478a1bbc-0-1 {
    width: 100% !important;
  }
}

.wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    display: block;
}

.contact-form-wrapper {
  position: relative;
  overflow: hidden;
}

.contact-form-wrapper .wpcf7-response-output {
  position: absolute;
  top: 68px;
  left: 19px;
  right: 30px;
  background:none;
  border: none!important;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  z-index: 5;
  box-sizing: border-box;
  line-height: 15px;
}

.wpcf7 form .wpcf7-response-output {
		margin: 2em 0.5em 1em;}






.footer-contact-form {
  position: relative;
  overflow: hidden;
}

/* Keep message box fully inside, aligned under heading */
.footer-contact-form .wpcf7-response-output {
  position: absolute;
  top: 20px; /* Push it below the heading */
  left: 54%;
  transform: translateX(-50%);
  width: calc(97% - 80px); /* keeps margin on both sides */
  background: none;
  border: none!important;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  z-index: 5;
  box-sizing: border-box;
  line-height: 15px;
  margin: 0 !important;
}

/* remove default spacing */
.footer-contact-form .wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
}



@media (max-width: 768px) {
		.contact-form-wrapper {
  position: relative;
  overflow: hidden;
}

.contact-form-wrapper .wpcf7-response-output {
  position: absolute;
  top: 0px;
  left: 20px;
  right: 20px;
  background:none;
  border: none!important;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  z-index: 5;
  box-sizing: border-box;
  line-height: 12px;
}

	
@media (max-width: 768px) {	
	.footer-contact-form .wpcf7-response-output {
  position: absolute;
  top: 15px; /* Push it below the heading */
  left: 54%;
  transform: translateX(-50%);
  width: calc(97% - 80px); /* keeps margin on both sides */
  background: none;
  border: none!important;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  z-index: 5;
  box-sizing: border-box;
  line-height: 9px;
  margin: 0 !important;
}	
		}
		
		
		
.wpcf7 form .wpcf7-response-output {
		margin: 7px 0.5em 1em;}
}

@media (max-width: 667px) {
		.wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 8px;
    font-weight: normal;
    display: block;
		}}







#pgc-6-12-0 .panel-cell-style,
#pgc-6-12-1 .panel-cell-style,
#pgc-6-12-2 .panel-cell-style,
#pgc-6-12-3 .panel-cell-style {
    min-height: 404px !important;
}


.services p {
		font-size:14px!important;
		line-height: 30px;
}





/* Wrapper for all 4 boxes */
.so-widget-container {
    position: relative;
    transition: all 0.3s ease;
}

/* WHITE & ORANGE BOXES SAME HEIGHT */
.so-widget-container .panel-widget-style {
    height: 100%;
}

/* Box design */
.service-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 20px;
    box-shadow: 0px 5px 25px rgba(0,0,0,0.08);
    text-align: center;
    transition: all 0.3s ease-in-out;
}

/* ORANGE BOX */
.service-card.orange {
    background: #b45514;
    color: #fff;
}

/* ICON */
.service-card img,
.service-card svg {
    width: 55px;
    height: auto;
    margin-bottom: 20px;
}

/* Hover Effect (Same as your screenshot — UPPER LIFT) */
.service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0px 15px 35px rgba(0,0,0,0.15);
}

/* Titles */
.service-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Inner text */
.service-card p {
    margin: 6px 0;
    font-size: 16px;
}