body, html {
  overflow-x: hidden;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading_container h2 {
  font-weight: bold;
  color: #050000;
  padding: 3px 10px;
  border-bottom: 1px solid #000000;
}

/*header section*/
.hero_area {
  height: 100vh;
  background-image: url(../images/hero-fo.webp); 
  background-size: cover;
}

.sub_page .hero_area {
  height: auto;
  background-image: url(../images/hero-in.webp); 
  background-size: cover;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 20px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: none !important;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}
/*end header section*/

/* slider section */
.slider_section {
  height: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box {
  color: #ffffff;
}

.slider_section .detail-box h1 {
  text-transform: none;
}

.slider_section .detail-box h1 span {
  color: #e93f1a;
}

.slider_section .detail-box p {
  margin-top: 15px;
}

.slider_section .detail-box .btn-box {
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #e93f1a;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid transparent;
  border-radius: 5px;
}

.slider_section .detail-box .btn-box a:hover {
  background-color: transparent;
  border-color: #e93f1a;
  color: #e93f1a;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .carousel-indicators span {
  margin: 0 2px;
}

.slider_section .carousel-indicators li {
  text-indent: unset;
  margin: 0;
  border: none;
  opacity: 1;
  background-color: transparent;
  width: auto;
  height: auto;
}

.slider_section .carousel-indicators li.active {
  color: #e93f1a;
}
/* end slider section */

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.about_section .detail-box a {
  display: inline;
  padding: 0;
  background-color: white;
  font-weight: bold;
  color: skyblue;
  border: none;
  margin-left: 5px;
}

.profile-line {
  width: 100%; 
  text-align: left;
  margin-bottom: 5px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  border-color: #e93f1a;
  color: #e93f1a;
}

.service_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 15px 0;
  width: 95%;
}

.service_section .box h4 {
  margin-top: 5px;
}

.service_section .box a {
  padding: 6px 25px;
  border: 1px solid #e93f1a;
  color: #e93f1a;
  text-transform: uppercase;
}

.contact_section .contact_bg {
  background-color: #ffffff;
}

.contact_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}

.contact_section .contact_form {
  padding-left: 25px;
  padding-right: 25px;
}

.contact_section .contact_form .top_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_section .contact_form .top_input input {
  width: 48%;
}

.contact_section .contact_form input {
  width: 100%;
  margin: 15px 0;
  height: 50px;
  padding-left: 15px;
  border: none;
  outline: none;
  background-color: #1c1b2d;
  color: #ffffff;
}

.contact_section .contact_form input.message_input {
  padding: 25px 0 40px 15px;
}

.contact_section .contact_form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact_section .contact_form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact_section .contact_form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact_section .contact_form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact_section .contact_form button {
  display: inline-block;
  padding: 8px 35px;
  background-color: #e93f1a;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 45px;
}

.contact_section .contact_form button:hover {
  background-color: transparent;
  border-color: #e93f1a;
  color: #e93f1a;
}

.contact_section .img-box {
  display: flex;           
  justify-content: center; 
  align-items: center;     
  height: 100%;  
  padding: 20px;          
}

.contact_section .img-box img {
  width: 60%;
  max-width: 100%; 
  height: auto;
}

.info_section {
  background-color: #111;
  color: #fff;
  padding: 40px 0;
}

.footer-col h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
}

.footer-links a,
.footer-contact a {
  color: #bbb;
  text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #fff;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
}

.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid #444;
  padding-top: 15px;
  font-size: 14px;
  color: #aaa;
}

/* footer section*/
.footer_section {
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: #1d1d1d;
}

.footer_section p {
  color: #ffffff;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #ffffff;
}

/* Card styling */
.service-card {
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.service-card:hover {
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  border-color: #e93f1a;
}

.service-card .img-box {
  text-align: center;
  margin-bottom: 15px;
}

.service-card .img-box img {
  max-width: 70px;
}

.service-card h3 {
  text-align: center;
  margin-bottom: 15px;
}

.service-short {
  /* limit preview text to 3 lines */
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.service-full-text {
  margin-top: 10px;
}

.more-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.expertise-cards-wrapper {
  border: 2px solid gray;  
  padding: 15px;           
  border-radius: 12px;      
  background-color: transparent; 
}


/* Small Card Container */
.small-card {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
  max-width: 320px;
  margin: 15px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: default;
  display: inline-block; 
  vertical-align: top; 
}

.small-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 7px 25px rgba(0,0,0,0.12);
}

/* Centered icon */
.small-card .icon-box {
  margin-bottom: 12px;
}

.small-card .icon-box img {
  width: 48px;
  height: 48px;
  display: inline-block;
}

/* Card title */
.small-card h4 {
  color: #e93f1a;
  margin-bottom: 12px;
  font-weight: 600;
}

/* Card description */
.small-card p {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.3;
}

/* Vendors services */
.vendor-btn {
  background: linear-gradient(135deg, #00c6ff, #0072ff); 
  color: #fff;
  border: none;
  border-radius: 30px; 
  padding: 8px 22px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2); 
  white-space: nowrap;
}

.vendor-btn {
  margin-bottom: 12px;
}

.vendor-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.25);
  background: linear-gradient(135deg, #0072ff, #00c6ff);
}

@media (max-width: 768px) {
  .vendor-btn {
    font-size: 12px;
    padding: 6px 18px;
  }
}

.vendor-text {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto;
}

.coming-soon {
  text-align: center;
  padding: 40px;
  background: #f8fafc;
  border-radius: 12px;
  font-family: sans-serif;
  color: #1e293b;
  max-width: 700px;
  margin: 0 auto;
}
.coming-soon h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.coming-soon p {
  font-size: 16px;
  margin: 8px 0;
}

/*# sourceMappingURL=style.css.map */