@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  font-family: "Poppins", sans-serif;
}



.navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  justify-content: flex-end;
  text-align: end;
  align-items: flex-end;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: #ffffff !important;
  /* padding: 20px 0px; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 15px;
  margin-left: 12px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #14457b;
  cursor: pointer;
}

.about-us {
  background-color: #2B2A28;
  text-align: center;
  color: white !important;
  padding: 80px 0 !important;
}

.about-us h1 {
  font-size: 35px;
  color: white !important;
}

.about-us p {
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
}

.web-logo {
  width: 40%;
}

.product-p {
  padding: 30px 0 70px 0;
}

.product-p img {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  margin: 15px 0 0 0;
}

.product-head {
  text-align: center;
  font-size: 35px;
  font-weight: 600;

}

.product-content {
  align-items: left;
  text-align: left;
  justify-content: left;
  padding: 20px 0 0 0;

}

.product-content h1 {
  font-size: 20px;
  color: rgb(78, 78, 78);
  line-height: 32px !important;
  /* padding-bottom: 20px; */
  padding-top: 35px;
}

.product-content p {
  font-size: 15px;
  padding: 10px 0;
}

.Dimensions {
  background-color: hsl(211, 72%, 28%);
  padding: 20px 0;
}

.dime-head {
  text-align: center;
  padding-bottom: 30px;
  font-size: 35px;
  font-weight: 600;
  color: white;
}

.dimen-content {
  color: white;
  vertical-align: middle;
  /* padding-top: 80px; */
  padding-left: 20px;
}

.dimen-content p {
  font-size: 15px;
  padding: 20px 0 5px 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  border: 1px solid #000;
  padding: 15px;
  text-align: center;
  background-color: #f2f2ff;
  color: black;
  font-size: 14px;
  text-align: center;
}

th {
  background-color: rgb(189, 189, 189);
  text-align: center !important;
  font-size: 15px;
  color: black;
}

.caution-sec {
  padding: 60px 0;
  background-color: rgba(248, 241, 135, 0.253);
}

.caution-head {
  text-align: center;
  font-weight: 600;
  font-size: 35px;
}

.caution-para {
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
}

.box-1 {
  border: 1px solid white;
  text-align: center;
  margin: 0 10px;
  padding: 40px 30px;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.09);
  transition: transform 0.4s ease;
}

.box-1:hover {
  transform: scale(1.05);
}

.box-1 h4 {
  text-align: center;
  font-size: 14px;
  padding: 30px 0 0 0;
}

.box-1 img {
  width: 25%;
}



/* .caution-sec{
    background-color: #145dace0; 
    background-image: url('../assets/HOW\ IT\ WORKS-3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px; 
  } */
.Dimensions img {
  border-radius: 6px;
}

/* .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .content {
    position: relative;
    z-index: 2;
    color: white;
  } */





/* .hero-banner {
    background-image: url('../assets/banner-01\ \(1\).jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  } */

/* For mobile view (max-width: 768px or adjust as needed) */

/* form style  */
form-control:focus {
  color: var(--bs-body-color);
  background-color: white;
  border-color: gray;
  outline: 0;
  box-shadow: none !important;
}

.contact-head {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  padding: 15px 0 0 0;
}

.contact-para {
  text-align: center;
  font-size: 15px;
  padding: 10px 0;
}

.addres-box {
  border: 1px solid #14457b;
  text-align: center;
  padding: 20px 0;
  background-color: #14457b;
  color: white;
  border-radius: 6px;
}

.addres-box h4 {
  font-size: 25px;
  padding-top: 5px;
}

.addres-box p {
  font-size: 14px;
  padding-top: 10px;
}

.addres-box i {
  font-size: 25px;
  padding: 0 0 10px 0;
  color: #fecc00;
}

.email-box {
  border: 1px solid #14457b;
  text-align: center;
  padding: 20px 0;
  background-color: #14457b;
  color: white;
  margin-top: 20px;
  border-radius: 6px;
}

.email-box h4 {
  font-size: 25px;
  padding-top: 5px;
}

.email-box p {
  font-size: 14px;
  padding-top: 10px;
}

.email-box i {
  font-size: 25px;
  padding: 0 0 10px 0;
  color: #fecc00;
}

.call-box {
  border: 1px solid #14457b;
  text-align: center;
  padding: 20px 0;
  background-color: #14457b;
  color: white;
  border-radius: 6px;
  margin-top: 20px;
}

.call-box h4 {
  font-size: 25px;
  padding-top: 5px;
}

.call-box p {
  font-size: 14px;
  padding-top: 10px;
}

.call-box i {
  font-size: 25px;
  padding: 0 0 10px 0;
  color: #fecc00;
}

.form-box {
  background-color: white;
  /* padding: 20px  0 0 0; */
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 20px 20px 20px 80px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  /* optional, for smooth corners */
}

.form-button {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  text-align: left;
  font-size: 14px;
  padding: 10px 20px;
  background-color: #14457b;
  border: #14457b;
}

.form-button:hover {
  background-color: #fecc00;
  color: black;
}

.contact-sec {
  padding: 60px 0;
}

/* contact form  */
.contact-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
  gap: 30px;
}

.contact-info {
  flex: 1;
  min-width: 300px;
}

.contact-info h2 {
  color: #0f2e6c;
  font-size: 32px;
  margin-bottom: 10px;
}

.contact-info p {
  color: #333;
  line-height: 1.6;
}

.contact-info .section-title {
  color: #78be20;
  font-weight: bold;
}

.contact-info .info-item {
  margin: 20px 0;
}

.info-item i {
  color: #0f2e6c;
  margin-right: 8px;
}

.contact-form-container {
  flex: 1;
  min-width: 320px;
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-form-container h2 {
  color: #0f2e6c;
  font-size: 28px;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  background-color: #eee;
  font-size: 16px;
}

.contact-form button {
  background-color: #0f2e6c;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #0d2659;
}

.footer {
  background-color: #f1f2fc;
  /* soft light blue */
  display: flex;
  align-items: center;
  padding: 20px 60px;
  font-family: 'Segoe UI', sans-serif;
  color: #0f2e6c;
  font-size: 14px;
  text-align: center;
  justify-content: center;
}

.copyright-sec {
  margin: 0 !important;
}

.location,
.copyright-sec {
  margin: 0;
  padding: 0;
}

/* Make sure the iframe has no margin and is touching the top of the footer */
iframe {
  display: block;
  margin: 0;
  padding: 0;
}

/* Footer styling */
.footer {
  background-color: #0f2e6c;
  /* Adjust color if needed */
  text-align: center;
  padding: 15px 0;
  font-family: 'Segoe UI', sans-serif;
  color: #ffffff;
  font-size: 14px;
}





@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }

}

.banner-desktop,
.banner-mobile {
  display: none;
  width: 100%;
  height: 100vh;
  /* Full viewport height */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-mobile {
  display: none;
  width: 100%;
  height: 67vh;
  /* Full viewport height */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-tab {
  display: none;
  width: 100%;
  height: 34vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1025px) {
  .banner-desktop {
    display: block;
    background-image: url('../assets/Artboard\ 1.png');
  }
}

@media (max-width: 768px) {
  .banner-mobile {
    display: block;
    background-image: url('../assets/Artboard\ 4.png');
  }
  .about-us{
    padding: 0 !important;
  }
  .about-us p{
    font-size: 18px;
    text-align: center;
    padding: 0 0 40px 0 !important;
  }
  .product-p{
    padding: 40px 0 !important;
  }
  .product-p img{
  width: 100% !important;
  margin: 0 !important;
  }
  .product-content{
    padding: 0 !important;
  }
  .product-head{
    /* margin-top: -30px; */
  }
  .product-heading{
    text-align: center;

  }
  .product-content h1{
    text-align: center;
  }
  .product-content p{
    text-align: center;
    padding: 0  20px !important;
    font-size: 18px;
  }
  .dimen-content p{
    text-align: center;
    font-size: 18px;
    padding:15px 0 !important;
  }
  th {
    background-color: rgb(189, 189, 189);
    text-align: center;
    font-size: 21px;
    color: black;
}
  th, td{
    padding: 10px !important;
  }
  td{
    font-size: 18px;
    color: black;
}

.caution-sec{
  padding: 0 !important;
}
.caution-para{
  padding: 0 0 30px 0 !important;
  font-size: 25px;
}
.box-1 {
  margin: 15px !important;
}
 h4{
  font-size: 21px;
  font-weight: 500;
}
.contact-info h2{
  text-align: center;
}
.contact-info p{
  font-size: 18px;
  text-align: center;
  padding: 10px 15px;
}
.contact-info .info-item{
  text-align: center;
  font-size: 18px;
  margin: 30px 0;
}
.info-item i{
  font-size: 25px;
}
strong{
  font-size: 25px;
  }
  .contact-form-container h2{
    text-align: center;
  }
  .contact-form button{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 77px;
    font-size: 21px;
  }
  footer {
    font-size: 10px;
}
}

 @media (min-width: 769px) and (max-width: 1024px) {
  

  .banner-tab {
    display: block;
    background-image: url('../assets/Artboard\ 1.png');
  }
  .about-us{
    padding: 20px 0 !important;
  }
  .about-us p{
    font-size: 18px;
  }
  .product-p img{
    width: 100% !important;
  }
  .product-content h1{
    text-align: center;
    font-size: 30px;
  }
  .product-content p{
    text-align: center;
    font-size: 18px;
  }
  .dimen-content p{
    text-align: center;
    font-size: 18px;
    line-height: 30px;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

th {
  text-align: center;
  font-size: 21px;
  color: black;
}
 td {
  text-align: center;
  background-color: #f2f2ff;
  color: black;
  font-size: 18px;
}
.caution-sec{
  padding: 20px 0 !important;
}
.box-1{
  width: 100% !important;
  margin: 15px 0 !important;
}
.box-1 img{
  width: 20% !important;
}
.box-1 h4{
font-size: 26px;
}
.contact-info{
  flex: 100%;
}
.contact-sec {
  padding: 60px 20px;
}
}
.new-cards{
  margin-top: 20px !important;
}