@charset "UTF-8";
 /*
  Theme Name: Mastaba
  Theme URI: https://mastaba.in/
  Author: Rohit Srivastava
  Author URI: https://mastaba.in/
  Description: Brand Mastaba — design will let your brand shine.
  Requires at least: 6.7
  Tested up to: 6.1
  Requires PHP: 8.0
  Version: 1.0
  License: GNU General Public License v2 or later
  License URI: Under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  Text Domain: mastaba.in
  Tags: mastaba, pan-masala
  Theme is distributed under the terms of the GNU GPL.
*/

/********** Template CSS **********/

* {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}
 html, body {
     width: 100%;
     overflow-x: hidden;
     font-family: 'Nunito', sans-serif;
     transition: .5s;
     color: #222;
}
h1 {
    font-size: 35px;
}
button {
    cursor: pointer;
}
a{
cursor: pointer;  
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
    padding: 10px !important;
    box-sizing: border-box;
}
.py-5 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.sidebarcontainer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    /* gap: 20px; */
    flex-wrap: wrap;
}


.privacy-policy ul, .privacy-policy li {
    list-style: disc;
}
.wpcf7-list-item {
    margin: 0px;
}
.wpcf7-submit {
    padding: 10px 15px 10px 15px !important;
    background: #222 !important;
    color: #fff !important;
    text-transform: uppercase;
}
.submitBtn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Header */
.top-header {
  background: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  max-height: 40px;
}

.social-icons a {
  margin-left: 10px;
}

.social-icons img {
    width: 30px;
    height: auto;
}

/* Video */
.video-section .video-bg {
  width: 100%;
  height: auto;
  display: block;
}
/*page with sidebar*/
    .left-column,
    .right-column {
      padding: 20px;
      box-sizing: border-box;
    }

    .left-column {
      flex: 0 0 60%;
    }

    .right-column {
      flex: 0 0 40%;
    }


/* About */
.about-us {
  background: #f5f5f5;
  text-align: center;
  padding: 40px 20px;
}

.about-us h2 {
  font-size: 28px;
  background-color: #223c7a;
  color: #fff;
  padding: 10px;
}

.about-us h4 {
    padding-top: 20px;
    font-weight: bold;
    font-size: 30px;
}

.about-us p {
  padding-top: 10px;
  font-size: 18px;
  line-height: 1.6;
}

/* Banner */
.mastaba-banner {
    background: url('images/banner_resized.png') no-repeat center center/contain;
    position: relative;
    padding: 50px 20px;
    overflow: hidden;
}

.banner-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.banner-text {
  flex: 1;
  color: white;
  padding-right: 20px;
  position: relative;
}

/*.quote-icon {
  font-size: 40px;
  color: #fff;
  background: #CDB270;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 10px;
}*/

.banner-text h2 {
  font-size: 30px;
  color: #9ccf9b;
  margin-bottom: 10px;
}

.banner-text p {
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
}

.banner-product {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}

.banner-product img {
  max-width: 100%;
  height: auto;
  position: relative;
/*  top: -50px;      
  margin-bottom: -50px;*/
}

/*table css*/
.borderText {
    border: 1px solid #ccc;
    padding: 5px 0px 5px 5px;
    margin-top: 10px;
}

.units-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px 20px 10px;
    font-family: 'Nunito', sans-serif;
}

.responsive-table {
    padding-top: 25px;
    padding-bottom: 25px;
}
.units-container table {
  width: 100%;
  border-collapse: collapse;
}

.units-container th,
.units-container td {
  border: 1px solid #ddd;
  padding: 12px;
  vertical-align: top;
  text-align: left;
}

.units-container th {
  background-color: #002a5c; /* navy blue */
  color: #fff;
  font-weight: bold;
}

.units-container td:nth-child(3) {
  word-break: break-word;
  white-space: normal;
}

section.errorPage {
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    padding: 50px 10px;
}

.errorPage p {
    padding-top: 10px;
    padding-bottom: 10px;
}

ul,li{
 list-style: none;
}

.blgListul {
    list-style: none;
}

.blgListul li {
    margin-bottom: 10px;
}
input.search-field {
    padding: 5px 2px 5px 1px;
}
input.search-submit {
    padding: 5px 5px 5px 5px;
    background: #002552;
    color: #fff;
}
.wpcf7-form-control, select.wpcf7-form-control {
    padding: 10px 0px 10px 0px;
}
.wpcf7-button button {
    padding: 5px 10px 5px 10px;
    background: #002552;
    color: #fff;
}
.contactAddress{
  padding-bottom: 20px;
}
.contact-section {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  gap: 20px;
}

.contact-content {
  flex: 1 1 400px;
  color: #222;
}

.contact-content h4 {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  margin-bottom: 8px;
}

.contact-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
}

.contact-content p {
  font-size: 14px;
  line-height: 1.6;
  margin: 16px 0;
  color: #222;
}

.contact-content ul {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.contact-content ul li {
  margin-bottom: 10px;
  font-size: 14px;
}


.contact-map {
  flex: 1 1 400px;
  min-height: 300px;
}
.contactMessage {
    height: 150px;
    width: 450px;
}
.contact-map iframe {
  width: 100%;
  height: 350px;
  border: 0;
  min-height: 300px;
}



/* Footer */
.footerclss {
  background: #001f4d;
  color: #fff;
}

.footer-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0px;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

.footer-column h4 {
  margin-bottom: 10px;
}

.footer-column a {
  color: #fff;
  text-decoration: none;
}

.footer-column img {
  width: 30px;
  margin-right: 10px;
  height: auto;
}

/* Copyright */
.copyright {
  text-align: center;
  background: #00163a;
  padding: 10px 0;
  font-size: 14px;
}