body {
  padding-top: 100px;
  background: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #282828;
  line-height: 26px;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
  margin: 0 0;
}

.section-header p{
text-align:center;
}
.section-header .section-title {
  font-size: 44px;
  color: #F9690E;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;  
  display: block;
  text-align: center;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: -5px;
  right: 0;
  width: 30px;
  background: rgb(249, 105, 14);
  border-radius: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 10px;
} 
.btn {
  border-width: 0;
  border-radius: 0;
}
.btn.btn-primary {
  background: #F9690E;
    border: none;
    border-radius: 5px;
    width: 30%;
    text-align: center;
    padding: 10px 0;
    color: black;
    font-weight: 500;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #fc7725;
  color: black;
}
.navbar-toggle{
border-radius: 0;
}
.navbar-nav>li>a {
text-transform: uppercase;
font-size: 16px;
padding: 0 5px;
}

/* NAVBAR MAIN BACKGROUND */
#main-nav.navbar {
  background: #FFFFFF;
}

/* REMOVE BORDER / RADIUS / SPACING */
.navbar {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

/* TOGGLER BUTTON SPACING */
.navbar-toggler {
  margin-top: 32px;
}

/* LOGO ALIGNMENT AND PADDING */
.navbar .navbar-brand {
  height: auto;
  padding: 5px 5px 1px;
}

/* LOGO IMAGE SIZE */
.navbar-brand .navlogo {
  height: 74px;
  width: 70px;
  padding: 0 0;
  margin-top: 5px;
}

/* NAV LINK DEFAULT COLOR */
.navbar .navbar-nav > li > a {
  color: #020202;
}

/* === Navbar Styles === */
  .navbar-nav > li {
    margin-right: 20px;
  }

  .navbar-nav > li:last-child {
    margin-right: 50px;
  }

  .navlogo{
    margin-left: 30px;
  }

  #main-nav.navbar {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.26);
  }

.navbar-nav > li.active > a{
  background: transparent;
    color: black;
    }

 #main-nav.navbar .navbar-nav > li:hover > a {
    background: transparent;
    color: #8A0000;
  }

/* --- Form Controls (input, textarea, select) --- */
  .form-control, .form-select {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    transition: border-color 0.3s, box-shadow 0.3s;
  }

.form-control:focus {
  color: #333;
  background-color: #fff;
  border-color: #f9690e !important;
  box-shadow: 0 0 0 0.25rem rgba(249, 105, 14, 0.25) !important;
  outline: none;
}

/* Placeholder text color */
.form-control::placeholder {
  color: #999;
  opacity: 1;
}

/* --- Select Dropdown (Bootstrap .form-select) --- */


.form-select:focus {
  border-color: #f9690e !important;
  box-shadow: 0 0 0 0.25rem rgba(249, 105, 14, 0.25) !important;
  outline: none;
}

/* Override default blue fill on checked radio and checkbox */
.form-check-input:checked {
  background-color: #f9690e !important;
  border-color: #f9690e !important;
  box-shadow: 0 0 0 0.25rem rgba(249, 105, 14, 0.25) !important;
}

/* Focus style for radio and checkbox */
.form-check-input:focus {
  border-color: #f9690e !important;
  box-shadow: 0 0 0 0.25rem rgba(249, 105, 14, 0.25) !important;
  outline: none;
}


input.form-control,
select.form-select,
textarea.form-control,
input.form-check-input,
button.btn {
  transition: border-color 0.3s, box-shadow 0.3s;
  border: solid 1px black;
  /* color: #3d0505; */
}

.responsive-img {
  max-width: 100%;   /* ensures it never exceeds the column */
  height: auto;      /* maintains aspect ratio */
  width: 80%;        /* scales smaller on mobile, adjust as needed */
  max-height: 300px; /* optional: limits height */
}

.mobile-only {
  display: none !important;
}

#features h2, #portfolio p{ color: #C3C3C3;}
#features {
  padding: 100px 0;
  background: #FFFFFF;
  color: #000;
}

#features .media.service-box:first-child {
  margin-top: 80px;
}
#services, #features {
  padding: 15px 75px;
}

#introduction{
  padding: 20px 75px 0 75px;
  text-align: justify;
}
#faqaccordion {
  padding: 10px 75px 20px 75px;
  text-align: justify;
}

.media.service-box {
  margin: 15px 0 0 0;
  padding: 30px 50px 20px 50px;
  position: relative;
  background: #FFFFFF;
  border-radius: 0 0 20px 0;
  border: #F9690B 2px solid;
}
.media.service-box .pull-left {
  margin-right: 20px;
  color: white;
}

.media.service-box .pull-left i {
  color: white !important;
}

.media.service-box .pull-left > i {
  font-size: 35px;
  line-height: 53px;
  text-align: center;
  width: 79px; 
  position: absolute;
  padding: 14px;
  left: -13px;
  top: -15px;
  vertical-align: middle;
  background: rgb(249, 105, 14);
  border-radius: 10% 20%;
  height: 80px;
  border: 6px #fff solid;
}

.features .media.service-box .pull-left > i{
color: #FFE3D2;
font-size: 30px;
padding-top: 10px;
}

#about {
  padding: 0px 0 10px 0px;
 }

#about .column-title{
color:#000000;
}
#about p{
color: #000000;
text-align: justify;
}

.panel-heading {
  background-color: #fff;
  border-color: #eee;
}

.panel-heading h1 {
  padding-left: 30px;
}
.panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}

/* Section Header Centering */
.section-header {
  text-align: center;
  margin-bottom: 40px;
}

/* Contact Info Container */

/* Contact Section Wrapper */
#contact-us {
  padding: 60px 0;
  background-color: #fff;
}

/* Outer Contact Container - Orange Background */
.contact-info {
  background-color: #F9690E;
  padding: 50px 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Inner Form Box - White Box */
.contact-form {
  background-color: #ffffff;
  padding: 35px 30px;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Form Fields */
.contact-form .form-control {
  padding: 12px 18px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-bottom: 22px;
  font-size: 16px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.contact-form .form-control:focus {
  border-color: #F9690E;
  box-shadow: 0 0 0 4px rgba(249, 105, 14, 0.2);
  outline: none;
}

/* Button Styles */
.contact-form .btn-primary {
  background-color: #F9690E;
  border: none;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.2s;
}

.contact-form .btn-primary:hover {
  background-color: #e65d00;
  transform: translateY(-2px);
}


/* Contetn */
.contentimage {
  width: 370px;        /* Or set a fixed width like 300px */
  height: 250px;      /* You control the exact height */
  border-radius: 6px; /* Optional: rounding */
}



/***********************
********* Footer ******
************************/

.footer-section {
    background-color: #fff;
    color: #000;
  }
    .footer-title {
    color: #3E0506;
    font-weight: 600;
    font-size: 16px;
  }
  .footer-section a {
    color: #000;
    text-decoration: none;
  }
  .footer-section a:hover {
    color: #3E0506;
    text-decoration: underline;
  }
  .social-icon {
    font-size: 16px;
    color: #000;
    transition: color 0.3s ease;
  }


.form-control {
  box-shadow: none;
}

#mortarRatio {
  max-width: 280px;
  font-size: 0.95rem;
}

  #wallHeightError, #wallLengthError, #mortarselectionError, #customLengthError, #customWidthError, #customHeightError{
    color: red;
  }

  #mortarselectionError {
  width: 150px;                
  white-space: normal;         
  word-wrap: break-word;       
}

/* ====== EXTRA SMALL DEVICES (≤575px) ====== */
@media only screen and (max-width: 575px) {

  #wallHeightError, #wallLengthError, #mortarselectionError, #customLengthError, #customWidthError, #customHeightError{
    font-size: 10px;
  }

    #mortarselectionError {
  width: 200px;                
  white-space: normal;         
  word-wrap: break-word;       
}

  .btn.btn-primary {
  background: #F9690E;
    border: none;
    border-radius: 5px;
    width: 50%;
    text-align: center;
    padding: 10px 0;
}

  .media.service-box {
    margin: 20px 0 0 0;
    padding: 10px;
    border-radius: 0 0 15px 0;
    border: 2px solid #F9690B;
  }

  #services,
  #features,
  #faqaccordion,#introduction {
    padding: 10px;
  }

  .panel-heading h1 {
    font-size: 1.3rem;
    font-weight: bolder;
    text-align: center;
    margin: auto;
    padding-top: 10px;
  }

  .mobile-only {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .hide-on-mobile {
    display: none !important;
  }

  /* === Navbar Styles === */

  .navbar-toggler{
margin-right: 5px;
}


  .navbar-nav > li:last-child {
    margin-right: 0;
  }

   .navlogo{
    margin-left: 5px;
  }


  #main-nav.navbar .navbar-nav > li > a {
    padding: 5px 0px;
    border-bottom: 4px solid transparent;
    color: #0E0E0E;
  }

.navbar-nav > li.active > a{
  background: transparent;
    color: black;
    }

 #main-nav.navbar .navbar-nav > li:hover > a {
    background: transparent;
    color: #8A0000;
  }

  #mortarRatio{
    max-width: 220px;
    font-size: 14px;
    }

  #mortarRatio option {
    white-space: normal; /* allow text wrap */
  }

}


/* ====== SMALL DEVICES (576px – 767px) ====== */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .media.service-box {
    margin: 25px 0 0 0;
    padding: 15px;
    border-radius: 0 0 18px 0;
    border: 2px solid #F9690B;
  }

  #services,
  #features,
  #faqaccordion, #introduction {
    padding: 15px 20px;
  }


  .panel-heading h1 {
    text-align: center;
  }

.mobile-only {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .hide-on-mobile {
    display: none !important;
  }

  /* === Navbar Styles === */

  .navbar-toggler{
margin-right: 15px;
}

.navlogo {
  margin-left: 5px;
}

  .navbar-nav > li:last-child {
    margin-right: 0;
  }

  #main-nav.navbar .navbar-nav > li > a {
    padding: 5px 0px;
    border-bottom: 4px solid transparent;
    color: #0E0E0E;
  }

.navbar-nav > li.active > a{
  background: transparent;
    color: black;
    }

 #main-nav.navbar .navbar-nav > li:hover > a {
    background: transparent;
    color: #8A0000;
  }
}


/* ====== MEDIUM DEVICES (768px – 991px) ====== */
@media only screen and (min-width: 768px) and (max-width: 991px) {

      #wallHeightError, #wallLengthError, #mortarselectionError,#customLengthError,#customWidthError,#customHeightError{
    font-size: 14px;
  }

  .media.service-box {
    margin: 30px 0 0 0;
    padding: 30px 20px;
    border-radius: 0 0 20px 0;
    border: 2px solid #F9690B;
  }

  #services,
  #features,
  #faqaccordion,#introduction {
    padding: 20px 30px;
  }

  .panel-heading h1 {
    text-align: center;
  }

  .mobile-only {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .hide-on-mobile {
    display: none !important;
  }

  /* === Navbar Styles === */

   .navbar-toggler{
margin-right: 20px;
}

.navlogo {
  margin-left: 5px;
}

  .navbar-nav > li:last-child {
    margin-right: 0;
  }

  #main-nav.navbar .navbar-nav > li > a {
    padding: 5px 0px;
    border-bottom: 4px solid transparent;
    color: #0E0E0E;
  }

.navbar-nav > li.active > a{
  background: transparent;
    color: black;
    }

 #main-nav.navbar .navbar-nav > li:hover > a {
    background: transparent;
    color: #8A0000;
  }
}


/* ====== LARGE DEVICES (992px – 1199px) ====== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    #wallHeightError, #wallLengthError, #mortarselectionError,#customLengthError,#customWidthError,#customHeightError{
    font-size: 14px;
  }

  .result-box {
   margin-left: auto;
   margin-right: auto;
   width: 60%;
   text-align: center;
}
  .media.service-box {
    margin: 35px 0 0 0;
    padding: 25px;
    border-radius: 0 0 20px 0;
    border: 2px solid #F9690B;
  }

  #services,
  #features,
  #faqaccordion,
  #introduction {
    padding: 30px 10px;
  }

  .panel-heading h1 {
    text-align: center;
  }

  /* === Navbar Styles === */

  .navbar-nav > li:last-child {
    margin-right: 0;
  }

   .navlogo{
    margin-left: 0px;
  }


  #main-nav.navbar .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 24px;
    border-bottom: 4px solid transparent;
    color: #0E0E0E;
  }

.navbar-nav > li.active > a{
  background: transparent;
    color: black;
    }

 #main-nav.navbar .navbar-nav > li:hover > a {
    background: transparent;
    color: #8A0000;
  }
}

.brickimg {
height: 25px;
width: 25px;
}

/* Scoped Disclaimer Page Styles */
.disclaimer-page {
  font-family: 'Raleway', sans-serif;
  background-color: #fefefe;
  color: black;
  padding: 10px 20px;
}

.disclaimer-container {
  max-width: 960px;
  margin: 0 auto;
  text-align: justify;
}

.disclaimer-title {
  text-align: center;
  color: black;
  margin-bottom: 40px;
}

.disclaimer-subtitle {
  color:black;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.disclaimer-highlight {
  color: black;
}

.disclaimer-link {
  color: #F9690E;
  text-decoration: underline;
}

.disclaimer-link:hover {
  color: #d55400;
}

.disclaimer-footer {
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
  color: #888;
}


/* Scoped Privacy Page Styles */
.privacy-page {
font-family: 'Raleway', sans-serif;  background-color: #fefefe;
  color: black;
  padding: 10px 20px;
}

.privacy-container {
  max-width: 960px;
  margin: 0 auto;
  text-align: justify;
}

.privacy-title {
  text-align: center;
  color: black;
  margin-bottom: 40px;
}

.privacy-subtitle {
  color: black;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.privacy-link {
  color: #F9690E;
  text-decoration: underline;
}

.privacy-link:hover {
  color: #d55400;
}

.privacy-footer {
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
  color: #888;
}

.privacy-container ul {
  margin-left: 20px;
  padding-left: 0;
}

/* Scoped 404 Page Styles */
.error-page {
font-family: 'Raleway', sans-serif;  background-color: #fff8f3;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #333;
  text-align: center;
}

.error-container {
  max-width: 480px;
  padding: 10px;
  border: 2px solid #F9690E;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(249, 105, 14, 0.3);
  background-color: #fff;
}

.error-code {
  font-size: 8rem;
  font-weight: 900;
  color: #F9690E;
  margin: 0;
}

.error-message {
  font-size: 2rem;
  margin: 10px 0 20px;
  color: #F9690E;
}

.error-description {
  font-size: 1rem;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #555;
}

.error-home-btn {
  background-color: #F9690E;
  color: white;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.error-home-btn:hover {
  background-color: #d85400;
  color: #fff;
}

/* Accordion container item */
.accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 50px;
  overflow: hidden;
  background-color: #F9690E;
}

/* Accordion header button */
.accordion-button {
  background-color: #ff7230 !important;
  color: black !important;
  font-weight: 500;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  position: relative;
}

.accordion-header {
  font-size: 18px;
  margin: 0 0;
}

/* Active/expanded header */
.accordion-button:not(.collapsed) {
  background-color: #F9690E !important;
  color: black !important;
  box-shadow: none;
}

/* Focus ring in theme color */
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 105, 14, 0.4) !important;
}

/* Accordion body */
.accordion-body {
  background-color: white;
  color: #333;
}

/* Override the default arrow (chevron) color */
.accordion-button::after {
  filter: none !important;                /* Remove any previous filter */
  background-color: transparent !important
}

/* Optional: add smooth transition to arrow rotation */
.accordion-button::after {
  transition: transform 0.2s ease-in-out;
}

#result {
  display: none; 
  background-color:#F8BB95;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   color: black;
   border-radius: 10px;
  
}

.result-box {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-size: 13px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 0px;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
   height: auto;
}

.result-box p {
  margin-bottom: 0;
}


.youtube-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #000;
  overflow: hidden;
  cursor: pointer;
}

.youtube-wrapper .play-button svg {
  display: block;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
}


.youtube-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.youtube-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

.youtube-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
