body {
  font-family: "Roboto", sans-serif;
  color: #0c0c0c;
  background-color: #f8f8f8;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}
/* footer section */
.layout_padding2 {
  /* padding: 75px 0; */
}
/* end footer section */

.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: bold;
  margin: 0;
}

.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*/
/* #020230 */
.hero_area {
  position: relative;
  background-color: white;
  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;
}

.sub_page .hero_area {
  min-height: auto;
}

.h {
  background-color: white !important;
  color: black !important;
}

/* Enhanced Header/Navbar Section */
.header_section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
  background: transparent;
}

.header_section.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.header_section .container-fluid1 {
  padding: 15px 25px;
  transition: all 0.3s ease;
}

.container-fluid1 {
  padding-right: 25px;
  background: linear-gradient(135deg, #fffffff9 0%, #ffffff 100%);
  padding-left: 25px;
  width: 100vw;
  z-index: 100;
  position: fixed;
  display: block;
}

.header_section.scrolled .container-fluid1 {
  padding: 10px 25px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.navbar-brand img {
  transition: all 0.3s ease;
}

.header_section.scrolled .navbar-brand img {
  transform: scale(0.9);
}

.custom_nav-container {
  padding: 0;
  transition: all 0.3s ease;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
  align-items: center;
}

.custom_nav-container .navbar-nav .nav-item {
  margin: 0 5px;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 8px 15px;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  position: relative;
  transition: all 0.3s ease;
}

.custom_nav-container .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #03a7d3;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.custom_nav-container .navbar-nav .nav-item .nav-link:hover::before,
.custom_nav-container .navbar-nav .nav-item .nav-link.active::before {
  width: 100%;
}

.custom_nav-container .navbar-nav .nav-item .nav-link:hover,
.custom_nav-container .navbar-nav .nav-item .nav-link.active {
  color: #03a7d3;
}

.quote_btn-container {
  margin-left: 20px;
}

.quote_btn-container a {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  background: #03a7d3;
  color: white;
  border-radius: 25px;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 14px;
}

.quote_btn-container a:hover {
  background: #0288c7;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(3, 167, 211, 0.3);
}

.quote_btn-container a i {
  margin-right: 8px;
  font-size: 16px;
}

/* Mobile Menu Styles */
.custom_nav-container .navbar-toggler {
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  position: relative;
  transition: all 0.3s ease ;
}

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

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 25px;
  height: 2px;
  background: #333;
  margin: 5px auto;
  transition: all 0.3s ease;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 991px) {
  .custom_nav-container .navbar-nav {
    padding: 20px 0;
  }

  .custom_nav-container .navbar-nav .nav-item {
    margin: 10px 0;
  }

  .quote_btn-container {
    margin: 20px 0;
    justify-content: center;
  }

  .header_section .container-fluid1 {
    padding: 10px 15px;
  }
}

/*end header section*/
/* slider section */
.slider_section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slider_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../helo/home.png') no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.slider_bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.02) 100%);
  z-index: 2;
}

.slider_section .container {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 0;
}

.slider_section .row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
}

.slider_section .col-md-6 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.slider_section .detail-box {
  padding: 0 20px;
  color: #ffffff;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.slider_section .detail-box h1 span {
  color: #03a7d3;
  position: relative;
  display: inline-block;
}

.slider_section .detail-box h1 span::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #03a7d3;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease;
}

.slider_section .detail-box:hover h1 span::after {
  transform: scaleX(1);
  transform-origin: left;
}

.slider_section .detail-box p {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 35px;
  line-height: 1.8;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.slider_section .btn-box {
  display: flex;
  justify-content: center;
}

.slider_section .btn-1 {
  padding: 12px 35px;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  background: #03a7d3;
  color: white;
  border: 1px solid #03a7d3;
}

.slider_section .btn-1:hover {
  background: transparent;
  color: #03a7d3;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(3, 167, 211, 0.3);
}

.slider_section .btn-2 {
  background: #ff4646;
  color: white;
  border: 1px solid #ff4646;
}

.slider_section .btn-2:hover {
  background: transparent;
  color: #ff4646;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 70, 70, 0.3);
}

.slider_section .img-box {
  position: relative;
  padding: 20px;
}

.slider_section .img-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #03a7d3;
  border-radius: 15px;
  transform: rotate(3deg);
  z-index: -1;
}

.contact_section .form_container input {
  width: 100%;
  border: 1px solid #b0b0b0;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: transparent;
  outline: none;
  color: #101010;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input::placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.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 65px;
  background-color: #03a7d3;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #03a7d3;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: bold;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  color: #000000;
}

.slider_section .carousel {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  position: relative;
}

.slider_section .carousel-item {
  height: 400px;
  position: relative;
}

.slider_section .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.slider_section .carousel-item:hover img {
  transform: scale(1.05);
}

.slider_section .carousel_btn-box {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
  background: #03a7d3;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

@media (max-width: 991px) {
  .slider_section {
    min-height: 80vh;
  }

  .slider_section .detail-box {
    padding: 0 15px;
    margin-bottom: 45px;
  }

  .slider_section .detail-box h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {
  .slider_section {
    min-height: 70vh;
  }

  .slider_section .detail-box h1 {
    font-size: 2rem;
  }

  .slider_section .btn-1 {
    width: auto;
    max-width: 200px;
    margin: 0 auto;
  }
}

/* Enhanced About Section */
.about_section {
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 100px 0;
  overflow: hidden;
}

.about_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../helo/about-bg.png') no-repeat center center;
  background-size: cover;
  opacity: 0.05;
  z-index: 1;
}

.about_section .container {
  position: relative;
  z-index: 2;
  /* margin-left: 50px; */

}

.about_section .row {
  align-items: center;
  margin: 0;
}

.about_section .detail-box {
  padding: 30px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.about_section .detail-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(3, 167, 211, 0.1) 0%, rgba(3, 167, 211, 0) 100%);
  opacity: 0;
  transition: all 0.4s ease;
}

.about_section .detail-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.about_section .detail-box:hover::before {
  opacity: 1;
}

.about_section .heading_container {
  margin-bottom: 30px;
}

.about_section .heading_container h2 {
  font-size: 2.5rem;
  color: #333;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.about_section .heading_container h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 3px;
  background: #03a7d3;
  border-radius: 2px;
}

.about_section .detail-box p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: 1.1rem;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 12px 35px;
  background: linear-gradient(135deg, #03a7d3 0%, #0288c7 100%);
  color: white;
  border-radius: 25px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: none;
}

.about_section .detail-box a:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(3, 167, 211, 0.3);
  color: white;
}

.about_section .img-box {
  position: relative;
  padding: 20px;
}

.about_section .img-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #03a7d3;
  border-radius: 20px;
  transform: rotate(3deg);
  z-index: -1;
}

.about_section .img-box img {
  width: 100%;
  border-radius: 15px;
  transition: all 0.5s ease;
  filter: brightness(0.9);
}

.about_section .img-box:hover img {
  transform: scale(1.02);
  filter: brightness(1);
}

@media (max-width: 991px) {
  .about_section {
    padding: 80px 0;
  }

  .about_section .row {
    flex-direction: column-reverse;
  }

  .about_section .detail-box {
    margin-top: 40px;
  }

  .about_section .heading_container h2 {
    font-size: 2rem;
  }

  .boxx h1{
    margin-top: 60px !important;
  }
}

@media (max-width: 576px) {
  .about_section {
    padding: 60px 0;
  }

  .about_section .heading_container h2 {
    font-size: 1.8rem;
  }

  .about_section .detail-box {
    padding: 50px;
  }

  .about_section .detail-box p {
    font-size: 1rem;
  }

  .boxx h1{
    margin-top: 60px !important;
  }
}

.service_section {
  position: relative;
}

.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: 25px;
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.service_section .box .img-box {
  width: 75px;
  height: 75px;
  background-color: #03a7d3;
  border-radius: 100%;
  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 .2s;
  transition: all .2s;
  transition: all 0.3s ease;
}

.service_section .box .img-box img {
  width: 100%;
  max-width: 45px;
  max-height: 45px;
}

.service_section .box .detail-box {
  margin-top: 15px;
  transition: all 0.3s ease;
  padding: 20px;
}

.service_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 22px;
}

.service_section .box .detail-box a {
  color: #03a7d3;
}

.service_section .box .detail-box a:hover {
  color: #ff4646;
}

.service_section .box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.service_section .box:hover .img-box {
  transform: scale(1.05);
}

.service_section .box:hover .detail-box {
  background-color: #f8f9fa;
}

.server_section {
  background: linear-gradient(110deg, transparent 25%, #03a7d3 25%);
  padding: 55px 0;
  color: #ffffff;
}

.server_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.server_section .img-box {
  position: relative;
}

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

.aboutimg {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  filter: brightness(70%);
}

.server_section .img-box .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
}

.server_section .img-box .play_btn button {
  background-color: transparent;
  border: none;
  background-color: #03a7d3;
  color: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
  z-index: 3;
  outline: none;
}

.server_section .img-box .play_btn:before,
.server_section .img-box .play_btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #03a7d3;
  opacity: 1;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.server_section .img-box .play_btn:before {
  z-index: 2;
  -webkit-animation: before-animation 1500ms infinite;
  animation: before-animation 1500ms infinite;
}

.server_section .img-box .play_btn:after {
  z-index: 1;
  -webkit-animation: after-animation 1500ms infinite;
  animation: after-animation 1500ms infinite;
}

@-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;
  }
}

.server_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 25px;
}

.server_section .detail-box a:hover {
  background-color: transparent;
  color: #ff4646;
}

.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;
}

.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;
}

.client_section {
  padding-bottom: 45px;
}

.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;
}

/* Enhanced Contact Section */
.contact_section {
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
}

.contact_section .heading_container {
  margin-bottom: 60px;
}

.contact_section .heading_container h2 {
  font-size: 2.5rem;
  color: #333;
  position: relative;
  display: inline-block;
}

.contact_section .heading_container h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #03a7d3;
  border-radius: 2px;
}

.contact-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.map-box {
  flex: 1 1 45%;
  min-width: 300px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.map-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.map-box iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: none;
}

.form-box {
  flex: 1 1 45%;
  min-width: 300px;
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.form-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.form-box form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-box input,
.form-box textarea {
  padding: 15px;
  font-size: 16px;
  width: 100%;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.form-box input:focus,
.form-box textarea:focus {
  border-color: #03a7d3;
  box-shadow: 0 0 15px rgba(3, 167, 211, 0.1);
  transform: translateY(-2px);
  background: white;
}

.form-box textarea {
  min-height: 150px;
  resize: vertical;
}

.form-box button {
  padding: 15px 30px;
  background: linear-gradient(135deg, #03a7d3 0%, #0288c7 100%);
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.form-box button:hover {
  background: linear-gradient(135deg, #0288c7 0%, #03a7d3 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(3, 167, 211, 0.3);
}

.form-box button:active {
  transform: translateY(0);
}

.form-box input::placeholder,
.form-box textarea::placeholder {
  color: #adb5bd;
  font-size: 14px;
}

@media(max-width: 768px) {
  .contact-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .map-box,
  .form-box {
    flex: 1 1 100%;
    width: 100%;
  }

  .form-box {
    padding: 30px 20px;
  }

  .contact_section .heading_container h2 {
    font-size: 2rem;
  }

  .boxx h1{
    margin-top: 60px !important;
  }
}

/* info section */
.info_section {
  background-color: #03a7d3;
  color: #000000;
}

.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: #000000;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}
/* 
.info_section .info_contact .contact_link_box a:hover {
  color: #ff4646;
} */

.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_social a:hover {
  color: #ff4646;
} */

.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: #000000;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 25px;
}

.info_section .info_links a img {
  margin-right: 10px;
}

/* .info_section .info_links a:hover,
.info_section .info_links a.active {
  /* color: #ff4646; */
  /* transform: translateX(5px); */
/* } */ 

.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; */
/* } */

/* end info section */
/* footer section*/
.footer_section {
  position: relative;
  background-color: #03a7d3;
  text-align: center;
}

.footer_section p {
  color: #000000;
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #ffffff;
}

.footer_section p a {
  /* color: inherit; */
  transition: all 0.3s ease;
  position: relative;
}

/* .footer_section p a:hover {
  color: #03a7d3;
  text-decoration: underline;
} */

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


/* my css  */

/* Container */
.cards-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.cards-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../assest/images/bg-left2.jpg') no-repeat center center;
  background-size: cover;
  opacity: 0.1;
  z-index: 1;
}

.container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 20px;
}

.card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  width: calc(25% - 30px);
  min-width: 250px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(10px);
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(3, 194, 247, 0.1) 0%, rgba(3, 167, 211, 0) 100%);
  opacity: 0;
  transition: all 0.4s ease;
}

.card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.card:hover::before {
  opacity: 1;
}

.card img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  transition: all 0.4s ease;
  filter: drop-shadow(0 5px 15px rgba(3, 167, 211, 0.3));
}

.card:hover img {
  transform: scale(1.1) rotate(5deg);
}

.card h3 {
  font-size: 24px;
  margin: 15px 0;
  color: #333;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}

.card h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #03a7d3;
  transition: all 0.4s ease;
}

.card:hover h3::after {
  width: 100px;
}

.card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.card ul li {
  color: #666;
  line-height: 1.8;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.card ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #03a7d3;
  transition: all 0.3s ease;
}

.card:hover ul li {
  transform: translateX(5px);
}

.card:hover ul li::before {
  transform: translateX(5px);
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
  .card {
    width: calc(33.33% - 30px);
  }
}

@media screen and (max-width: 992px) {
  .card {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 768px) {
  .card {
    width: 100%;
    max-width: 400px;
  }
  
  .cards-section {
    padding: 60px 20px;
  }
}

/* Add animation for cards on page load */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.card:nth-child(1) { animation-delay: 0.1s; }
.card:nth-child(2) { animation-delay: 0.2s; }
.card:nth-child(3) { animation-delay: 0.3s; }
.card:nth-child(4) { animation-delay: 0.4s; }

/* Contact Container */
.contact-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.map-box,
.form-box {
  flex: 1 1 45%;
  min-width: 300px;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
  border-radius: 8px;
}

.form-box form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-box input,
.form-box textarea {
  padding: 10px;
  font-size: 16px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-box textarea {
  min-height: 120px;
  resize: vertical;
}

.form-box button {
  padding: 12px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.form-box button:hover {
  background-color: #0056b3;
}

/* Form Styling */
form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

input,
.message-box {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.message-box {
  height: 100px;
  resize: none;
}

button {
  background: #007bff;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}



@media(max-width: 768px) {
  .contact-container {
    flex-direction: column;
    align-items: center;
  }

  .map-box,
  .form-box {
    flex: 1 1 100%;
  }
}

.cardp {
  font-size: 30px !important; 
  color: burlywood !important;
}

/* Enhanced hover effects for navigation links */
.custom_nav-container .navbar-nav .nav-item .nav-link {
  transition: all 0.3s ease;
  position: relative;
}

.custom_nav-container .navbar-nav .nav-item .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #03a7d3;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.custom_nav-container .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}

/* Enhanced hover effects for buttons */
.btn, button {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn:hover, button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Enhanced hover effects for info section links */
.info_section .info_links a {
  transition: all 0.3s ease;
  position: relative;
  padding-left: 25px;
}

.info_section .info_links a:hover {
  /* color: #03a7d3; */
  transform: translateX(5px);
}

/* Enhanced hover effects for contact form inputs */
.form-box input,
.form-box textarea {
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.form-box input:focus,
.form-box textarea:focus {
  border-color: #03a7d3;
  box-shadow: 0 0 10px rgba(3, 167, 211, 0.1);
  transform: translateY(-2px);
}

/* Enhanced hover effects for footer links */
.footer_section p a {
  transition: all 0.3s ease;
  position: relative;
}



/* Enhanced Responsive Styles */
@media (max-width: 991px) {
  .header_section {
    padding: 10px 0;
  }

  .header_section .navbar-brand img {
    width: 60px;
  }

  .header_section .navbar-collapse {
    background: rgba(255, 255, 255, 0.95);
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .header_section .navbar-nav {
    margin: 0;
    padding: 0;
  }

  .header_section .navbar-nav .nav-item {
    margin: 5px 0;
  }

  .header_section .quote_btn-container {
    margin-top: 15px;
    text-align: center;
  }

  .slider_section {
    min-height: 60vh;
  }

  .slider_section .detail-box {
    padding: 20px;
    text-align: center;
  }

  .slider_section .detail-box h1 {
    font-size: 2rem;
  }

  .slider_section .detail-box p {
    font-size: 1rem;
  }

  .service_section .box {
    margin-bottom: 30px;
  }

  .about_section .row {
    flex-direction: column-reverse;
  }

  .about_section .detail-box {
    margin-top: 30px;
    text-align: center;
  }

  .about_section .img-box {
    margin-bottom: 30px;
  }

  .contact_section .form_container {
    padding: 20px;
  }

  .info_section {
    text-align: center;
  }

  .info_section .info_contact,
  .info_section .info_link_box {
    margin-bottom: 30px;
  }

  .info_section .info_social {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .slider_section {
    min-height: 50vh;
  }

  .slider_section .detail-box h1 {
    font-size: 1.8rem;
  }

  .slider_section .detail-box p {
    font-size: 0.9rem;
  }

  .service_section .box {
    padding: 15px;
  }

  .service_section .box .img-box {
    width: 60px;
    height: 60px;
  }

  .service_section .box .img-box img {
    width: 35px;
    height: 35px;
  }

  .service_section .box .detail-box h4 {
    font-size: 1.2rem;
  }

  .service_section .box .detail-box p {
    font-size: 0.9rem;
  }

  .about_section .detail-box h2 {
    font-size: 1.8rem;
  }

  .about_section .detail-box p {
    font-size: 0.9rem;
  }

  .contact_section .form_container input,
  .contact_section .form_container textarea {
    padding: 10px;
    font-size: 0.9rem;
  }

  .contact_section .form_container button {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .header_section .navbar-brand img {
    width: 50px;
  }

  .header_section .navbar-toggler {
    padding: 5px 10px;
  }

  .slider_section {
    min-height: 40vh;
  }

  .slider_section .detail-box h1 {
    font-size: 1.5rem;
  }

  .slider_section .detail-box p {
    font-size: 0.8rem;
  }

  .slider_section .btn-box {
    flex-direction: column;
    gap: 10px;
  }

  .slider_section .btn-box a {
    width: 100%;
    text-align: center;
  }

  .service_section .box {
    padding: 10px;
  }

  .service_section .box .img-box {
    width: 50px;
    height: 50px;
  }

  .service_section .box .img-box img {
    width: 30px;
    height: 30px;
  }

  .service_section .box .detail-box h4 {
    font-size: 1.1rem;
  }

  .service_section .box .detail-box p {
    font-size: 0.8rem;
  }

  .about_section .detail-box h2 {
    font-size: 1.5rem;
  }

  .about_section .detail-box p {
    font-size: 0.8rem;
  }

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


  .info_section {
    padding: 30px 0;
  }

  .info_section .info_contact,
  .info_section .info_link_box {
    margin-bottom: 20px;
  }

  .info_section .info_contact h4,
  .info_section .info_link_box h4 {
    font-size: 1.2rem;
  }

  .info_section .contact_link_box a,
  .info_section .info_links a {
    font-size: 0.9rem;
  }

  .footer_section {
    padding: 15px 0;
  }

  .footer_section p {
    font-size: 0.8rem;
  }
}

/* Fix for mobile menu */
@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: white;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }

  .navbar-collapse.show {
    display: block;
  }

  .navbar-nav {
    margin: 0;
    padding: 0;
  }

  .nav-item {
    margin: 10px 0;
  }

  .nav-link {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .quote_btn-container {
    margin-top: 15px;
    text-align: center;
  }
}

/* Fix for slider responsiveness */
@media (max-width: 768px) {
  .slider {
    --width: 250px;
    --height: 300px;
  }

  .slider .card {
    padding: 15px;
  }

  .slider .card h3 {
    font-size: 1.2rem;
  }

  .slider .card p {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .slider {
    --width: 200px;
    --height: 250px;
  }

  .slider .card {
    padding: 10px;
  }

  .slider .card h3 {
    font-size: 1rem;
  }

  .slider .card p {
    font-size: 0.8rem;
  }
}

/* Fix for form responsiveness */
@media (max-width: 768px) {
  .form_container {
    padding: 20px;
  }

  .form_container input,
  .form_container textarea {
    padding: 10px;
    font-size: 0.9rem;
  }

  .form_container button {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .form_container {
    padding: 15px;
  }

  .form_container input,
  .form_container textarea {
    padding: 8px;
    font-size: 0.8rem;
  }

  .form_container button {
    padding: 8px 20px;
    font-size: 0.8rem;
  }
}

/* Fix for info section responsiveness */
@media (max-width: 768px) {
  .info_section {
    padding: 40px 0;
  }

  .info_section .info_contact,
  .info_section .info_link_box {
    margin-bottom: 30px;
  }

  .info_section .info_contact h4,
  .info_section .info_link_box h4 {
    font-size: 1.3rem;
  }

  .info_section .contact_link_box a,
  .info_section .info_links a {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .info_section {
    padding: 30px 0;
  }

  .info_section .info_contact,
  .info_section .info_link_box {
    margin-bottom: 20px;
  }

  .info_section .info_contact h4,
  .info_section .info_link_box h4 {
    font-size: 1.2rem;
  }

  .info_section .contact_link_box a,
  .info_section .info_links a {
    font-size: 0.9rem;
  }
}

/* Fix for footer responsiveness */
@media (max-width: 768px) {
  .footer_section {
    padding: 20px 0;
  }

  .footer_section p {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .footer_section {
    padding: 15px 0;
  }

  .footer_section p {
    font-size: 0.8rem;
  }
}

/* General responsive fixes */
@media (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading_container h2 {
    font-size: 2rem;
  }

  .section_padding {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading_container h2 {
    font-size: 1.8rem;
  }

  .section_padding {
    padding: 40px 0;
  }

  .navv{
    display: flex;
    flex-direction: row;
    width: 100vw;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 576px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading_container h2 {
    font-size: 1.5rem;
  }

  .section_padding {
    padding: 30px 0;
  }

  .navv{
    display: flex;
    flex-direction: row;
    width: 100vw;
    align-items: center;
    justify-content: space-between;
  }
}

.navv{
  margin-right: 20px !important;
}

/* Fix for image responsiveness */
img {
  max-width: 100%;
  height: auto;
}

/* Fix for button responsiveness */
.btn {
  padding: 8px 20px;
  font-size: 0.9rem;
}

@media (max-width: 576px) {
  .btn {
    padding: 6px 15px;
    font-size: 0.8rem;
  }
}

/* Fix for text responsiveness */
h1, h2, h3, h4, h5, h6 {
  word-wrap: break-word;
}

p {
  word-wrap: break-word;
}

/* Fix for spacing on mobile */
@media (max-width: 576px) {
  .mt-5, .my-5 {
    margin-top: 2rem !important;
  }

  .mb-5, .my-5 {
    margin-bottom: 2rem !important;
  }

  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}