body {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1a1a2e;
  background-color: #f5f7fa;
  overflow-x: hidden;
  line-height: 1.6;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  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;
}

.heading_container h2 {
  position: relative;
  font-weight: 700;
  margin: 0;
  color: #1a1a2e;
  font-size: 2.5rem;
  letter-spacing: 1px;
}

.heading_container h2:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #00d4ff 0%, #ff6b35 100%);
  border-radius: 2px;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.container_border_style {
  position: relative;
  padding: 20px;
}

.container_border_style::before, .container_border_style::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 90px;
  background-color: #03a7d3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.container_border_style::before {
  left: 0;
}

.container_border_style::after {
  right: 0;
}

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;
}

/*header section*/
.header_section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.hero_area {
  position: relative;
  background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  padding-top: 80px;
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: 700;
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.custom_nav-container {
  padding: 10px 0;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 8px 18px;
  margin: 10px 8px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.custom_nav-container .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(255, 107, 53, 0.2);
  color: #ff6b35;
  transform: translateY(-2px);
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0 20px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #ffffff;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

/*end header section*/

/* header slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 45px;
  padding-bottom: 90px;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
}

.slider_section .detail-box h1 {
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 2.8rem;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.slider_section .detail-box h1 span {
  font-size: 3.2rem;
  color: #00d4ff;
  background: linear-gradient(135deg, #00d4ff 0%, #00a3cc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.slider_section .detail-box a {
  margin: 5px;
  width: 195px;
  text-align: center;
}

.slider_section .detail-box .btn-1 {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
  color: #ffffff;
  border-radius: 50px;
  border: 2px solid transparent;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
}

.slider_section .detail-box .btn-1:hover {
  background: transparent;
  color: #00d4ff;
  border-color: #00d4ff;
  box-shadow: 0 6px 20px rgba(0, 212, 255, 0.4);
  transform: translateY(-3px);
}

.slider_section .detail-box .btn-2 {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: #ffffff;
  border-radius: 50px;
  border: 2px solid transparent;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.slider_section .detail-box .btn-2:hover {
  background: transparent;
  color: #ff6b35;
  border-color: #ff6b35;
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
  transform: translateY(-3px);
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel_btn-box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 50px;
  z-index: 3;
  font-size: 22px;
}

.slider_section .carousel_btn-box .carousel-control-prev,
.slider_section .carousel_btn-box .carousel-control-next {
  position: unset;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
  opacity: 1;
  font-size: 28px;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
}

.slider_section .carousel_btn-box .carousel-control-prev:hover,
.slider_section .carousel_btn-box .carousel-control-next:hover {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.slider_section {
  position: relative;
  min-height: 90vh; /* Adjust this value based on your needs */
}

.carousel-inner {
  position: relative;
  height: 100%;
}

.carousel-item {
  position: relative;
  height: 100%;
}

.carousel-item .container {
  height: 100%;
}

.img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px; /* Fixed height for image container */
}

.img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 25px;
}

/* Smooth transition for slides */
.carousel-item {
  transition: transform .6s ease-in-out;
}

/*----------- About section ---------------*/
.about_section {
  background: #ffffff;
  padding: 90px 0;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.about_section .detail-box h2 {
  color: #1a1a2e;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.about_section .detail-box h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #00d4ff 0%, #ff6b35 100%);
  border-radius: 2px;
}

.about_section .detail-box p {
  color: #666;
  margin-top: 15px;
  font-size: 1.05rem;
  line-height: 1.8;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 12px 40px;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: #ffffff;
  border-radius: 50px;
  border: 2px solid transparent;
  -webkit-transition: all .4s;
  transition: all .4s;
  margin-top: 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.about_section .detail-box a:hover {
  background: transparent;
  color: #ff6b35;
  border-color: #ff6b35;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

/* Email link styling in About section */
.about_section .detail-box a[href^="mailto"] {
  display: inline;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.about_section .detail-box a[href^="mailto"]:hover {
  transform: none;
  box-shadow: none;
  text-decoration: underline;
  color: #00d4ff;
}

/*---------------- Services Section --------------*/
.service_section {
  position: relative;
  background: linear-gradient(to bottom, #f5f7fa 0%, #ffffff 100%);
}

.service_section .box {
  margin-top: 45px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 35px 25px;
  background: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.service_section .box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-color: #00d4ff;
}

.service_section .box .img-box {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .4s;
  transition: all .4s;
  padding: 15px;
  box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
}

.service_section .box .img-box img {
  width: 100%;
  max-width: 50px;
  max-height: 50px;
  filter: brightness(0) invert(1);
}

.service_section .box .detail-box {
  margin-top: 20px;
}

.service_section .box .detail-box h4 {
  font-weight: 700;
  font-size: 24px;
  color: #1a1a2e;
  margin-bottom: 15px;
}

.service_section .box .detail-box p {
  color: #666;
  line-height: 1.7;
}

.service_section .box .detail-box a {
  color: #00d4ff;
  font-weight: 600;
  transition: all 0.3s;
}

.service_section .box .detail-box a:hover {
  color: #ff6b35;
}

.service_section .box:hover .img-box {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
  transform: scale(1.05) rotate(5deg);
}

#service_row {
  display: flex;
  flex-wrap: wrap; 
}

#service_box {
  display: flex;
  flex-direction: column; 
  height: 80%;
}

.detail-box {
  flex-grow: 1; 
}

.box {
  padding: 20px; 
  border: 1px solid #ddd; 
  border-radius: 8px; 
  background-color: #fff; 
}

/* portfolio section */

.portfolio_section {
  position: relative;
  background: linear-gradient(to bottom, #ffffff 0%, #f5f7fa 100%);
}

.portfolio_section .portfolio-box {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 2px solid transparent;
  overflow: hidden;
}

.portfolio_section .portfolio-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-color: #00d4ff;
}

.portfolio_section .portfolio-img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}

.portfolio_section .portfolio-img-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.4s ease;
}

.portfolio_section .portfolio-box:hover .portfolio-img-box img {
  transform: scale(1.1);
}

.portfolio_section .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.9) 0%, rgba(255, 107, 53, 0.9) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease;
}

.portfolio_section .portfolio-box:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio_section .portfolio-overlay-content {
  text-align: center;
  color: #ffffff;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.portfolio_section .portfolio-box:hover .portfolio-overlay-content {
  transform: translateY(0);
}

.portfolio_section .portfolio-overlay-content h4 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 10px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.portfolio_section .portfolio-overlay-content p {
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.portfolio_section .portfolio-detail-box {
  padding: 25px;
  text-align: center;
}

.portfolio_section .portfolio-detail-box h4 {
  font-weight: 700;
  font-size: 24px;
  color: #1a1a2e;
  margin-bottom: 15px;
}

.portfolio_section .portfolio-detail-box p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 0;
}

/* end portfolio section */



@-webkit-keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes after-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

@keyframes after-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

/*----------------- Business Model ---------------*/
.price_section .price_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.price_section .price_container .box {
  margin: 45px 15px 0 15px;
}

.price_section .price_container .box .detail-box {
  width: 300px;
  padding: 40px 20px 15px 20px;
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.price_section .price_container .box .detail-box h2 {
  font-weight: bold;
}

.price_section .price_container .box .detail-box h2 span {
  font-size: 3rem;
}

.price_section .price_container .box .detail-box h6 {
  text-transform: uppercase;
  color: #03a7d3;
  font-size: 20px;
  margin-bottom: 10px;
}

.price_section .price_container .box .price_features {
  padding: 0;
  list-style-type: none;
}

.price_section .price_container .box .price_features li {
  margin: 10px 0;
}

.price_section .price_container .box .btn-box {
  margin-top: 25px;
}

.custom_price_container {
  display: flex;
  flex-wrap: wrap; 
  margin-top: 1.5rem;
}

.custom_box {
  display: flex;
  flex-direction: column; 
  height: 100%;
  padding: 40px 30px;
  border: 2px solid #e0e7ef;
  border-radius: 15px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  justify-content: center;
  text-align: center;
  transition: all 0.4s ease;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.custom_box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  border-color: #ff6b35;
  background: linear-gradient(135deg, #ffffff 0%, #fff5f0 100%);
}

.custom_box:hover h3 span {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.4s ease;
}

.custom_detail_box h3 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #1a1a2e;
  margin-bottom: 20px;
}

.custom_detail_box p {
  color: #666;
  font-size: 1.05rem;
  line-height: 1.8;
}

.custom_detail_box {
  flex-grow: 1; /* Allow this to grow and fill the space */
  display: flex;
  flex-direction: column;
  align-items: center; /* Center children horizontally */
}

.custom_detail_box h3 {
  text-align: center;
  width: 100%;
}

.custom_detail_box p {
  text-align: center;
  width: 90%;
}

.price_section .price_container .box .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.price_section .price_container .box .btn-box a:hover {
  background-color: transparent;
  color: #ff4646;
}

.price_section .price_container .box .btn-box a:hover {
  background-color: #03a7d3;
  color: #ffffff;
}

.price_section .price_container .box:hover {
  color: #ffffff;
}

.price_section .price_container .box:hover .detail-box {
  background-color: #03a7d3;
}

.price_section .price_container .box:hover h6 {
  color: #ffffff;
}

.price_section .price_container .box:hover a {
  background-color: #03a7d3;
  color: #ffffff;
}

/*----------------- Testimonial Section ---------------*/
.client_section {
  padding-bottom: 45px;
  margin-top: 5rem;
}

.client_section .heading_container {
  margin-bottom: 35px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px 0;
}

.client_section .box .img-box {
  width: 125px;
  height: 125px;
  min-width: 125px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: -65px;
  position: relative;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .client_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  color: #03a7d3;
  margin-bottom: 0;
  text-transform: uppercase;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #ff4646;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}

.client_section .box .client_info i {
  font-size: 24px;
  color: #03a7d3;
}

.client_section .box p {
  margin-top: 25px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  padding: 45px 45px 45px 85px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #03a7d3;
  opacity: 1;
  font-size: 28px;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.client_section .carousel-control-prev {
  left: 0;
}

.client_section .carousel-control-next {
  right: 0;
}

#client_carousel_indicators li {
  background-color: #007bff; 
}

#client_carousel_indicators .active {
  background-color: #02026b; 
}

/*----------------- Contact Section ---------------*/
.contact_section {
  position: relative;
  background: linear-gradient(to bottom, #ffffff 0%, #f5f7fa 100%);
  padding: 90px 0;
}

.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container input {
  width: 100%;
  border: 2px solid #e0e7ef;
  height: 55px;
  margin-bottom: 25px;
  padding: 0 20px;
  background-color: #ffffff;
  outline: none;
  color: #1a1a2e;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.contact_section .form_container input:focus {
  border-color: #00d4ff;
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1);
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #999;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #999;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #999;
}

.contact_section .form_container input::placeholder {
  color: #999;
}

.contact_section .form_container input.message-box {
  height: 140px;
  padding-top: 15px;
}

.contact_section .form_container .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 60px;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: #ffffff;
  border-radius: 50px;
  border: 2px solid transparent;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-weight: 700;
  letter-spacing: 1.5px;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.contact_section .form_container button:hover {
  background: transparent;
  color: #ff6b35;
  border-color: #ff6b35;
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
  transform: translateY(-3px);
}

/*--------------- info section --------------*/
.info_section {
  background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
  color: #ffffff;
  padding: 60px 0;
}
.info_section .info_contact .contact_link_box a:hover {
  color: #ff6b35;
  transform: translateX(5px);
  transition: all 0.3s ease;
} 
.info_section .info_social a:hover {
  color: #ff6b35;
  transform: scale(1.1);
  transition: all 0.3s ease;
}

/* -----------Commented Info Section CSS------------ */
/*
.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a img {
  margin-right: 10px;
}

.info_section .info_links a:hover, .info_section .info_links a.active {
  color: #ff4646;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: transparent;
  color: #ff4646;
}

.info_links {
  display: flex;
  justify-content: center; 
  align-items: center;
  flex-wrap: wrap; 
  gap: 20px; 
}

.info_links a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.info_links a img {
  margin-right: 10px;
  height: 16px; 
}

.info_links a:hover {
  color: #007bff; 
} */

.info_links {
  display: flex;
  justify-content: center; /* Center the links */
  align-items: center;
  flex-wrap: wrap; /* Wrap to a new line if needed */
  gap: 20px; /* Add spacing between links */
}

.info_links a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.info_links a img {
  margin-right: 10px;
  height: 16px; /* Adjust as needed */
}

.info_links a:hover {
  color: #ff4646; 
}
/* end info section */


/*------------- footer section ------------*/
.footer_section {
  position: relative;
  background: linear-gradient(135deg, #0a1520 0%, #162a3a 100%);
  text-align: center;
}

.footer_section p {
  color: #ffffff;
  padding: 25px 0;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.95rem;
}

.footer_section p a {
  color: #00d4ff;
  transition: all 0.3s ease;
}

.footer_section p a:hover {
  color: #ff6b35;
}


/*---------------- Technologies and Vendors Sections ---------------*/
.icon-wrapper {
  padding: 20px;
  transition: all 0.4s ease;
  border-radius: 12px;
}
.icon-wrapper:hover {
  transform: translateY(-8px);
  background: rgba(0, 212, 255, 0.05);
}
.custom-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  transition: all 0.3s ease;
}
.icon-wrapper:hover .custom-icon {
  filter: drop-shadow(0 6px 12px rgba(0, 212, 255, 0.3));
  transform: scale(1.1);
}
.icon-link {
  text-decoration: none;
  color: #1a1a2e;
  display: block;
  font-weight: 600;
  transition: all 0.3s ease;
}
.icon-link:hover {
  color: #00d4ff;
}
.icon-link p {
  margin-top: 12px;
  font-size: 0.95rem;
}

.icon-wrapper {
  padding: 20px;
  transition: transform 0.3s;
  margin: 0 10px;
}
.icon-wrapper:hover {
  transform: scale(1.1);
}
.custom-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.icon-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.icon-link:hover {
  color: inherit;
}
.multiple-items {
  width: 90%;
  margin: 0 auto;
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #007bff;
}

.slick-dots .slick-active{
  color: #020230;
}

.slick-prev, .slick-next {
  font-size: 24px;
  z-index: 1;
}

.slick-prev {
  left: -25px;
}

.slick-next {
  right: -25px;
}

.slick-track {
  will-change: transform;
}

.slick-slide {
  transition: opacity 0.3s linear;
}

.icon-wrapper {
  text-align: center;
}

.icon-link {
  text-decoration: none;
  color: inherit;
}

.custom-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 10px;
}

.slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Comment the below ".info_links a img" block to see the orange arrows in the links in footer */
.info_links a img{
  display: none;
}

/* Comment the below "body" section/block to get the default Roboto font */
body{
  font-family: 'Space Grotesk', sans-serif, Arial;
}

/* Additional Professional Enhancements */
.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  background-color: #00d4ff;
  border-color: #00d4ff;
  transform: scale(1.2);
}

/* Section Spacing */
section {
  padding: 80px 0;
}

/* Smooth Scrolling Enhancement */
html {
  scroll-padding-top: 100px;
}

/* Card Hover Effects Enhancement */
.box {
  position: relative;
  overflow: hidden;
}

.box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.1), transparent);
  transition: all 0.6s ease;
}

.box:hover::before {
  left: 100%;
}

/* Technology Section Enhancement */
#tech_section h1,
#vendor_section h1 {
  color: #1a1a2e;
  font-weight: 700;
  font-size: 2.5rem;
  position: relative;
  padding-bottom: 20px;
}

#tech_section h1:after,
#vendor_section h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #00d4ff 0%, #ff6b35 100%);
  border-radius: 2px;
}

/* Business Model Section Enhancement */
#custom_price_section {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.custom_heading_container h2 {
  color: #1a1a2e;
  font-weight: 700;
  font-size: 2.5rem;
  position: relative;
  padding-bottom: 20px;
}

.custom_heading_container h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #00d4ff 0%, #ff6b35 100%);
  border-radius: 2px;
}

/* Navbar Active State */
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  background-color: rgba(0, 212, 255, 0.2);
  color: #00d4ff;
}

/* Improved Text Shadows */
.slider_section .detail-box p {
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
  font-size: 1.1rem;
  line-height: 1.8;
}

/***** DO NOT CHANGE THIS LINE BELOW (THE LAST LINE OF FILE) ********/
/*# sourceMappingURL=style.css.map */