/* Container */
body {
  overflow-x: hidden;
  margin: 0;
  font-family: fangsong;
}
.top-header {
  background-color: #000;
  padding: 10px 0;
  width: 100%;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
/* Contact Info */
.contact-info {
  width: 50%;
}
.contact-info .contact-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-item a {
  text-decoration: none;
}
.contact-item a .text {
  color: #fff;
}
.contact-info .contact-item {
  margin-right: 20px;
}
.contact-info .contact-item .icon {
  margin-right: 8px;
  color: #fff;
}
/* Social Media */
.social-media {
  width: 50%;
}
.social-media .social-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: end;
}
.menu-icon {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
.menu-icon i {
  height: 25px;
  margin: 5px 0;
  transition: all 0.3s;
  width: 20px;
  font-size: 25px;
}
#menu-toggle {
  display: none;
}
.social-media .social-item {
  margin-left: 15px;
}
.social-media .social-item i {
  font-size: 14px;
}
/* Icons */
.facebook {
  color: #fff;
}
.instagram {
  color: #fff;
}
.youtube {
  color: #fff;
}
.header-section {
  padding: 5px 0px;
  background-color: #f9f9f9;
}
.container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}
.logo-column {
  width: 30%;
}
.site-logo img {
  width: 140px;
}
.menu-column {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
}
.navigation-menu .nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation-menu .nav li {
  position: relative;
  margin-left: 15px;
}
.active {
  color: #f4b300;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.menu-item {
  text-decoration: none;
  color: #3c3c3c;
  padding: 10px 15px;
  transition: color 0.3s;
  font-weight: 700;
  font-size: 20px;
}
.menu-item:hover {
  color: #f4b300;
}
.d-flex {
  display: flex !important;
}
.submenu-parent:hover .submenu {
  display: block;
}
ul.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 10px 0;
  z-index: 999;
}
.submenu-item {
  display: block;
  padding: 10px 15px;
  color: #3c3c3c;
  text-decoration: none;
  white-space: nowrap;
}
.submenu-item:hover {
  background-color: #f8f8f8;
}
.btn_gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
}
.btn-enquire {
  background-color: #c72828;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0px;
  text-decoration: none;
}
.btn-enquire:hover {
  background-color: #f4b300;
  color: #fff;
}
footer {
  background-color: #000;
  padding: 20px 0px;
  font-family: Arial, sans-serif;
}
.footer-section {
  width: calc(25% - 15px);
  margin-right: 15px;
}
.footer-section h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin: 15px 0px;
}
.footer-list,
.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list li,
.footer-nav li {
  margin-bottom: 10px;
  display: flex;
}
.footer-list li i,
.footer-nav li i {
  margin-right: 10px;
  color: #fff;
}
.footer-list li a {
  color: #fff;
  text-decoration: none;
}
.footer-list li span {
  color: #fff;
}
.footer-nav a {
  text-decoration: none;
  color: #fff;
}
.footer-nav a:hover {
  color: #f4b300;
}
.footer-sections {
  background-color: #2d2d2d;
  padding: 10px 0px;
  text-align: center;
}
.copyright-text {
  font-size: 14px;
  color: #fff;
}
.copyright-text p {
  margin: 0;
}
.copyright-text a {
  font-size: 16px;
  color: #c72828;
  text-decoration: none;
}
.copyright-text a:hover {
  color: #f4b300;
}
.banner1 img {
  width: 100%;
  height: 65vh;
}
.counter-section {
  padding: 60px 0;
  background-color: #c72828;
  text-align: center;
}
.counter-item {
  width: calc(25% - 15px);
  margin-right: 15px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.counter-number {
  font-size: 48px;
  font-weight: bold;
  color: #000;
}
.super {
  font-size: 48px;
  vertical-align: super;
  color: #333;
}
.counter-title {
  font-size: 25px;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
}
.coll {
  width: calc(25% - 15px);
  margin-right: 15px;
}
#gallery {
  padding: 20px 0px;
}

#gallery h2 {
  font-size: 30px;
  padding: 5px 0px;
  text-align: center;
}
.gallery_img img {
  width: 100%;
  height: 300px;
  /* background-color: #eee;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 20px; */
  border-radius: 20px;
}
.testimonials-section {
  padding: 60px 0;
  background-color: #f9f9f9;
  animation: fadeInUp 1s ease-in-out;
}
.heading {
  text-align: center;
  margin-bottom: 40px;
}
.heading .title {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.heading span {
  color: #e74c3c;
}
.testimonials-slider {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  overflow: hidden;
}
.testimonial-item {
  /* max-width: 800px !important; */
  text-align: center;
  margin-bottom: 20px;
}
.testimonial-content p {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
.testimonial-rating i {
  color: #f39c12;
}
.contact-section {
  padding: 60px 20px;
  background: #f4f4f4;
  animation: fadeInUp 1s ease-in-out;
}
.contact-section .full-width {
  width: 100%;
}
.contact-section .center-content {
  text-align: center;
}
.contact-section .section-title {
  font-size: 30px;
  margin-bottom: 10px;
  color: #000;
}
.contact-section .section-title span {
  color: #e74c3c;
}
.contact-section .section-description {
  font-size: 16px;
  color: #000;
}
.contact-section .form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
}
.contact-section .input-wrapper {
  flex: 1;
}
.contact-section .form-input,
.contact-section .form-select,
.contact-section .form-textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  margin-top: 5px;
  border: unset;
}
.contact-section .submit-button {
  padding: 10px 20px;
  background-color: #c72828;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.contact-section .submit-button:hover {
  background-color: #0056b3;
}
.section.how-it-works {
  padding: 1px 0;
  background-color: #f9f9f9;
  animation: fadeInUp 0.5s ease-in-out;
}
.columns-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}
.heading .title {
  font-size: 32px;
  margin-bottom: 10px;
}
.heading .title span {
  color: #c72828;
}
.description {
  font-size: 16px;
  color: #000;
}
.image-container img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.info-box {
  margin-bottom: 20px;
}
.info-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.icon-container {
  width: 80px;
  height: 80px;
  background-color: #c72828;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border-radius: 50%;
}
.icons {
  font-size: 45px;
}
.info-content .info-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.info-content p {
  font-size: 16px;
  color: #000;
}
.content_section {
  padding: 5px 0px;
}
.content_section h3 {
  text-align: center;
  font-size: 25px;
  color: #c72828;
}
.content_section h1 {
  text-align: center;
  font-size: 40px;
  color: #c72828;
  margin: 13px 0;
}
.content_section p a {
  color: #c72828;
  text-decoration: none;
}
.content_section p {
  font-size: 16px;
  color: #000;
  text-align: justify;
  line-height: 24px;
}
.content_section li {
  line-height: 24px;
}
.content_section .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_section .btn a {
  background-color: #c72828;
  color: #fff;
  font-size: 20px;
  padding: 12px;
  border-radius: 15px;
  text-decoration: none;
}
.content_section h2 {
  font-size: 35px;
  color: #c72828;
  margin: 0;
}
.text_banner h2 {
  font-size: 60px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  margin: 0px;
  text-shadow: 1px 5px 2px #000;
}
.text_banner h3 {
  font-size: 40px;
  color: rgb(255, 175, 54);
  text-align: center;
  margin-bottom: 10px;
  text-shadow: 1px 5px 2px #000;
}
.text_banner h4 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  text-shadow: 1px 5px 2px #000;
}
.text_banner .btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text_banner .btns a {
  background-color: #c72828;
  color: #fff;
  padding: 15px;
  text-decoration: none;
  font-size: 20px;
  border-radius: 5px;
}
.text_banner {
  position: absolute;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: #39393940;
}
.product-section {
  width: 100%;
  overflow: hidden;
  background-color: #000;
  padding: 20px;
}
.product-section h2 {
  font-size: 30px;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.product-tile {
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  margin-right: 15px !important;
  height: 450px;
  width: 280px !important;
}
.product-tile .tile p {
  height: 80px;
  padding-top: 10px;
}
.product-tile .tile h3 {
  height: 20px;
}
.product-tile img {
  max-width: 100%;
  height: 200px;
}
.btn {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #c72828;
  color: #fff;
  border: none;
  cursor: pointer;
}
.elementor-divider-separator {
  width: 600px;
  margin: 2px auto;
  color: #000;
  border: 1px solid #000;
  display: flex;
}
@media (max-width: 1024px) {
  .menu-column {
    position: absolute;
    left: 0;
    border: 1px solid #000;
    width: auto;
    top: 156px;
    z-index: 9001;
    background: snow;
    display: none;
  }
  .menu-column nav {
    display: block;
    height: 100%;
  }
  .menu-column .navigation-menu .nav {
    flex-direction: column;
    width: 200px;
    padding: 10px;
  }
  #menu-toggle:checked + .menu-icon + .menu-column {
    transform: translateX(0);
  }
  .menu-toggle {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: end;
  }
  .menu-icon {
    display: flex;
  }
  .submenu {
    position: static;
    box-shadow: none;
  }
  .submenu-parent:hover .submenu {
    display: none;
  }
  .submenu-parent .submenu {
    display: none;
  }
  .submenu-parent > a:after {
    content: "▼";
    margin-left: 10px;
    font-size: 12px;
  }
  .submenu-parent.active > .submenu {
    display: block;
  }
  .submenu-parent > a {
    cursor: pointer;
  }
  .menu-item {
    text-decoration: none;
    color: #3c3c3c;
    transition: color 0.3s;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #c72828;
    padding: 6px 0px;
    display: inline-block;
    width: 100%;
  }
  .btn-enquire {
    background-color: #c72828;
    color: #fff;
    padding: 5px 2px;
    border-radius: 0px;
    text-decoration: none;
  }
  .banner1 img {
    width: 100%;
    height: 50vh;
  }
  .content_section h1 {
    text-align: center;
    font-size: 36px;
    color: #c72828;
  }
  .content_section h2 {
    font-size: 28px;
    color: #c72828;
  }
  .content_section h3 {
    text-align: center;
    font-size: 23px;
    color: #c72828;
  }
  .coll {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
  .logo-column {
    align-items: center;
    width: 50%;
  }
  .footer-section {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .menu-column {
    position: absolute;
    left: 0;
    border: 1px solid #000;
    width: auto;
    top: 125px;
    z-index: 9001;
    background: snow;
    display: none;
  }
  .menu-column nav {
    display: block;
    height: 100%;
  }
  .menu-column .navigation-menu .nav {
    flex-direction: column;
    width: 150px;
    padding: 10px;
  }
  #menu-toggle:checked + .menu-icon + .menu-column {
    transform: translateX(0);
  }
  .menu-toggle {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: end;
  }
  .menu-icon {
    display: flex;
  }
  .submenu {
    position: static;
    box-shadow: none;
  }
  .submenu-parent:hover .submenu {
    display: none;
  }
  .submenu-parent .submenu {
    display: none;
  }
  .submenu-parent > a:after {
    content: "▼";
    margin-left: 10px;
    font-size: 12px;
  }
  .submenu-parent.active > .submenu {
    display: block;
  }
  .submenu-parent > a {
    cursor: pointer;
  }
  .product-tile {
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    margin-right: 0px !important;
    height: auto;
    width: 100% !important;
  }
  .product-tile .tile p {
    height: auto;
    padding-top: 10px;
  }
  .product-section {
    width: 100%;
    overflow: hidden;
    background-color: #000;
    padding: 0px;
  }
  .contact-item a .text {
    color: #fff;
    font-size: 14px;
  }
  .content_section h1 {
    text-align: center;
    font-size: 30px;
    color: #c72828;
  }
  .content_section h2 {
    font-size: 24px;
    color: #c72828;
  }
  .content_section h3 {
    text-align: center;
    font-size: 20px;
    color: #003c84;
  }
  .section.how-it-works {
    padding: 10px 0;
    background-color: #f9f9f9;
  }
  .how-it-works .columns-wrapper {
    display: block;
  }
  .coll {
    width: 100%;
    margin-right: 0px;
  }
  .footer-section {
    width: 100%;
    margin-right: 0px;
  }
  .content_section {
    padding: 0px 0px;
  }
  .contact-section {
    padding: 10px 10px;
    background: #f4f4f4;
  }
  .contact-section .form-group {
    display: block;
  }
  .contact-section .form-input {
    margin-bottom: 5px;
  }
  .banner1 img {
    width: 100%;
    height: 42vh;
  }
  .text_banner .btns a {
    background-color: #c72828;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    font-size: 15px;
    border-radius: 5px;
  }
  .text_banner h2 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 20px;
  }
  .text_banner h3 {
    font-size: 20px;
    color: rgb(255, 175, 54);
    text-align: center;
  }
  .text_banner {
    position: absolute;
    top: 0px;
  }
  .text_banner h4 {
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
  .social-media {
    display: none;
  }
  .contact-info {
    width: 100%;
  }
  .counter-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .menu-item {
    text-decoration: none;
    color: #3c3c3c;
    transition: color 0.3s;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #c72828;
    padding: 6px 0px;
    display: inline-block;
    width: 100%;
  }
  .active {
    color: #f4b300;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-bottom: #c72828;
  }
  .btn-enquire {
    background-color: #c72828;
    color: #fff;
    padding: 5px 2px;
    border-radius: 0px;
    text-decoration: none;
  }
  .logo-column {
    align-items: center;
    width: 50%;
  }
  .header-section {
    padding: 5px;
    background-color: #f9f9f9;
  }
  .icons {
    font-size: 25px;
  }
  .icon-container {
    width: 60px;
    height: 60px;
    background-color: #c72828;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    border-radius: 50%;
  }
  .elementor-divider-separator {
    width: 100% !important;
  }
  .about-content {
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 15px;
}
.about-img{
  width: 100% !important;
}
.about-img img{
  width: 100%;
}
.services-box{
  width: 100% !important;
  margin-right: 0px !important; 
  margin-bottom: 10px;
}
.banner img{
  height: 30vh !important;
}
.banner .content h1{
  font-size: 27px !important;
}
.about-content h2 {
  font-size: 20px !important;
  margin: 0px;
}
}
.submenu-parent {
  position: relative;
}
/* Submenu styles */
.submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  display: none;
  min-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.submenu-item {
  color: #000;
  text-decoration: none;
  padding: 10px;
  display: block;
}
.submenu-child {
  position: relative;
}
/* Sub-Submenu styles */
.sub-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  display: none;
  min-width: 250px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.sub-submenu-item {
  color: #000;
  text-decoration: none;
  padding: 10px;
  display: block;
}
.submenu-parent:hover .submenu {
  display: block;
}
.submenu-child:hover .sub-submenu {
  display: block;
}
.banner img {
  width: 100%;
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 2;
}
.banner .content h1 {
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: 0;
}
.about-content {
  width: calc(50% - 50px);
  margin-right: 50px;
}
.about-content h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.about-content p {
  font-size: 17px;
  font-family: fangsong;
  line-height: 1.5;
  text-align: justify;
  margin: 5px 0px;
}
.about-us {
  background: url(../img/bg-feature.webp);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
}
.about-img {
  width: 50%;
}
.about-img img{
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.services {
  padding: 30px 0px;
}
.services h2 {
  text-align: center;
  font-size: 30px;
}
.services-box {
  width: 440px !important;
  margin-bottom: 20px;
  height: 530px !important;
}
.services-box img {
  width: 100%;
  height: 300px;
}
.services-box .services-content {
  background-color: #eee;
  padding: 20px;
  margin-top: -5px;
  height: 200px;
}
.services-content h3 {
  margin-top: 0;
}
.services-content p {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: justify;
  height: 100px;
}
.why-choose{
  padding: 30px 0px;
}
.why-choose h2{
  text-align: center;
  font-size: 30px; 
}
.why-choose p{
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
}
.why-choose li{
  font-size: 17px;
  padding: 5px 0px;
}
.contact-us{
  padding: 20px 0px;
}
.faq-section {
  max-width: 1000px;
  margin: 50px auto;
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.faq-section h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}
.faq-item {
  border-bottom: 2px solid #eee;
  margin-bottom: 10px;
}
.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between; 
  align-items: center;
  color: #000;
  transition: background-color 0.3s;
}
.faq-question:hover {
  background-color: #f1f1f1;
}
.faq-answer {
  display: none;
  padding: 10px 15px;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
.faq-answer{
  font-size: 17px;
  color: #000;
}
.icon {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.commitment-section {
  background: linear-gradient(135deg, rgba(255, 204, 0, 0.9), rgba(255, 204, 0, 0.8));
  background-size: 20px 20px;
  background-image: repeating-linear-gradient(45deg, rgba(255, 204, 0, 0.5) 0, rgba(255, 204, 0, 0.5) 1px, rgba(255, 204, 0, 0.9) 0, rgba(255, 204, 0, 0.9) 50%);
  color: #fff;
  padding: 80px 0px;
  position: relative;
}
.headings {
  width: 50%;
  margin-bottom: 0px;
}
.headings h2 {
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.flex-rows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-infos {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}
.contact-infos i {
  height: auto;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulse 1.5s infinite;
  color: #000;
  font-size: 25px;
}
.phone-text {
  text-align: left;
}
.phone-text p {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.phone-text a {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.about-content li{
  list-style: none;
  padding: 5px;
}