/* === Final css === */

:root {
  --primary-color: rgb(235, 174, 99);
  --secondary-color: rgb(255, 255, 255);
  --font-sourcesansproregular: 'source_sans_proregular';
  --font-sourcesansprosemibold: 'source_sans_prosemibold';
  --font-sourcesansprobold: 'source_sans_probold';
  --font-sourcesansproblack: 'source_sans_problack';
}

* {
  font-family: var(--font-sourcesansproregular);
}

#content {
  margin-top: 12.5rem;
}

.page-template-home-template h1,
.page-template-home-template h2,
.page-template-home-template h3 {
  font-family: var(--font-sourcesansprobold) !important;
}

p {
  font-family: var(--font-sourcesansproregular);
}

a {
  text-decoration: none;
}

.spacing__top__large {
  padding-top: 6rem !important;
}

.spacing__bottom__large {
  padding-bottom: 6rem !important;
}

.spacing__top__medium {
  padding-top: 3rem !important;
}

.spacing__bottom__medium {
  padding-bottom: 3rem !important;
}

.spacing__top__small {
  padding-top: 1rem !important;
}

.spacing__bottom__small {
  padding-bottom: 1rem !important;
}

.spacing__top__0 {
  padding-top: 0 !important;
}

.spacing__bottom__0 {
  padding-bottom: 0 !important;
}

.page-id-4751 #main {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}

.page-id-4751 #main .fusion-row {
  max-width: 100%;
}

.page-template-home-template h2 {
  font-size: 54px;
  color: #0C1338;
  position: relative;
  z-index: 1;
}

.page-template-home-template h2 span {
  color: #20357C;
}

.title-text-wrap h2::after {
  content: '';
  background-image: url(https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/Text-BG-Shape.png);
  height: 30px;
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.caption {
  background-image: url(https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/wave-caption-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  padding: 1rem;
  font-family: var(--font-sourcesansprosemibold);
  color: #20357C;
  font-size: 18px;
}

.title-text-wrap p {
  font-size: 16px;
  color: #565764;
}

.to-top-right #toTop {
  display: none;
}

/* === NAVBAR === */
#Header .container:before,
.container:after {
  content: none;
}

.header-top-bar .d-flex span a {
  font-family: var(--font-sourcesansproregular);
  font-size: 13px;
  color: black;
}

.header-top-bar .d-flex span i {
  border: 1px solid black;
  padding: .2rem;
  border-radius: 50%;
  height: 27px;
  width: 27px;
  display: inline-block;
  text-align: center;
  margin-right: .3rem;
}

.header .navbar .navbar-nav .menu-item a {
  font-family: var(--font-sourcesansproregular);
  font-size: 16px;
  color: white;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.header .navbar .navbar-nav .menu-item a:hover {
  background-image: linear-gradient(to right, #08C3F1, #1EB68C 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* === END NAVBAR === */


/* === ABOUT US === */
.about-us .col-md-6 .text-block1 {
  font-size: 20px;
  color: #171616;
}

.about-us .col-md-6 .text-block2 {
  font-size: 16px;
  color: #797C7F;
}

.about-cta span a img {
  background-color: #F1F0EC;
  padding: 0.5rem 1rem;
}

.about-cta span a {
  font-family: var(--font-sourcesansproregular);
  color: #171616;
  font-size: 16px;
}

/* === //ABOUT US === */

/* === MISSION AND VISION === */
/* Mission & Vision */

#imageSection {
  background-image: url('https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/mission-vision-section-bg.png');
  background-repeat: no-repeat;
  padding: 3rem;
  background-size: 95%;
  height: 580px;
  width: 100%;
}

#imageSection .container-fluid {
  max-width: 82rem;
}

.card {
  background-color: white;

}

.card-icon {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 6.6px 2.47px rgb(14 191 214 / 20%);
  display: inline-block;
  height: 41px;
  width: 41px;
  margin-right: 1rem;
  text-align: center;
  padding: 0.4rem;
}

.image-container {
  position: relative;
  display: flex;
  justify-content: space-around;
  margin-top: 150px;
  opacity: 0;
}

.product-image-box {
  position: absolute;
  top: 0;
  right: 30rem;
}

.image-container .card555 {
  width: 100%;
  max-width: 570px;
  transform: translateX(-300%);
  transition: transform 0.7s ease-out, opacity 0.7s ease-out;
  border-radius: 10px;
  padding: 2rem;
}

.image-container .card555 h3 {
  font-size: 20px;
  color: #171616;
  margin-bottom: 1rem;
}

.image-container .card555 p {
  font-size: 15px;
  color: #797C7F;
  line-height: 21px;
}

.animate .image-container {
  opacity: 1;
}

.animate .image-container .card555 {
  transform: translateX(0);
}

.animate .image-container .img1 {
  transition-delay: 0.2s;
  position: absolute;
  right: -18.4rem;
  padding: 0;
  bottom: -4rem;
  text-align: end;
}

.animate .image-container .img2 {
  transition-delay: 0.4s;
}

.animate .image-container .img3 {
  transition-delay: 0.6s;
}

/* === END MISSION AND VISION === */

/* === WHY CHOOSE US === */
.services-landing-box-wrap .text-test1 .title {
  font-family: var(--font-sourcesansprobold);
  font-size: 24px;
  color: #171616;
  margin-bottom: 0.5rem;
}

.services-landing-box-wrap .text-test1 .description {
  font-size: 17px;
  color: #797C7F;
}

/* === END WHY CHOOSE US === */

/* === OUR SERVICES === */
.our-services-box {
  position: relative;
  z-index: 1;
  border-radius: 3px;
}

.our-services-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-image: url(https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/services-box-bg-hover.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.our-services-box:hover:before {
  height: 100%;
  background-image: url(https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/services-box-bg-hover.png);
  background-repeat: no-repeat;
  background-size: cover;

}

.our-services-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-services-box:hover:after {
  background-image: url(https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/why-choose-box-bg-pattern.png);
  height: 100%;
}

.our-services-box:hover .text-start h5 {
  color: #fff;
}

.our-services-box:hover .text-start p {
  color: #fff;
}

.our-services-box:hover .icon::after {
  background-color: #fff;
}

.our-services-box:hover .icon img {
  background-color: #fff;
}

.our-services-box .text-start h5 {
  font-family: var(--font-sourcesansprobold);
  font-size: 18px;
  color: #1E1E1E;
  text-transform: capitalize;
}

.our-services-box .text-start p {
  font-size: 17px;
  color: #616161;
  line-height: 27px;
}

/* === EMD OUR SERVICES === */

/* === INDUSTRIES ===  */
.industries-landing {
  position: relative;
}

.industries-landing::before {
  background-image: url('https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/dot-pattern-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: '';
  display: inline-block;
  height: 555px;
  position: absolute;
  left: 0;
  right: 0;
  width: 538px;
  margin: auto;
}

.service-featured_content .back p {
  color: #fff;
}

/* === END INDUSTRIES ===  */

/* === PORTFOLIO ===  */

/* Basic setup for the cards container */
.cards_portfolio {
  display: flex;
  justify-content: space-around;
  perspective: 1000px;
  padding: 100px;
  height: 100vh;
  background-image: url(https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/portfolio-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.card_portfolio {
  width: 200px;
  height: 300px;
  transition: transform 0.9s ease-in-out;
  transform-style: preserve-3d;
  transform-origin: center;
  border-radius: 10px;
  opacity: 0;
  transform: translate3d(0, 50px, 0) rotateZ(0deg);
  object-fit: cover;
  width: 300px;
  height: 400px;
  position: absolute;
}

.card_portfolio.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateZ(0deg) scale(1.05);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
}

#card2 {
  border: 1px solid white;
}

#card3 {
  border: 1px solid white;
}

.ca1.in-view {
  transform: translate3d(-395px, 300px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-90deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.ca2.in-view {
  transform: translate3d(-180px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-28deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.ca3.in-view {
  transform: translate3d(155px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(23deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.ca4.in-view {
  transform: translate3d(395px, 300px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(90deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

/* === END PORTFOLIO ===  */


/* === OUR SUPPLIERS ===  */

.our-suppliers {
  position: relative;
}

.our-suppliers .carousel {
  max-width: 600px;
  margin-left: auto;
}

.our-suppliers .slider-control {
  position: relative;
  max-width: 130px;
  margin-left: auto;
  padding-top: 3rem;
}

.our-suppliers .carousel-control-next,
.carousel-control-prev {
  width: 50%;
}

.our-suppliers::before {
  background-image: url(https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/dot-pattern-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: '';
  display: inline-block;
  height: 555px;
  position: absolute;
  right: 0;
  width: 538px;
  top: 0;
}

.logo-bg {
  box-shadow: 0px 2.34px 35.58px 3.52px rgb(211 211 211 / 25%);
  border-radius: 31px;
  text-align: center;
  background-color: #fff;
  margin: 1rem 0rem;
  padding: 1rem 0.5rem;
}

/* === END OUR SUPPLIERS ===  */



.navbar::before {
  content: '';
  background-image: url(https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/logo-bg-shape-updated.png);
  display: block;
  height: 95px;
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
}

.navbar .container {
  z-index: 1;
  width: 100%;
}

.btn-grad {
  font-family: var(--font-sourcesansprosemibold);
  font-size: 16px;
  background-image: linear-gradient(to right, #08C3F1 0%, #79CBCA 51%, #1EB68C 100%);
  padding: 15px 45px;
  text-align: center;
  text-transform: capitalize;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 33px;
  display: block;
}

.btn-grad:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.tel-main-slider-3 .swiper-slide-active .tel-main-slider-item-3 .tel-main-slider-text-3 .tel-slider-btn-group {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.tel-main-slider-item-3 .tel-main-slider-text-3 .tel-slider-btn-group {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

header {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  position: fixed;
}


/* Additional banner */

.tel-main-slider-item-3 {
  z-index: 1;
  padding: 285px 0px 110px;
}

.tel-main-slider-3 .swiper-slide-active .tel-main-slider-item-3 .slider_shape_3_1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.tel-main-slider-item-3 .slider_shape_3_1 {
  right: 0;
  z-index: 2;
  opacity: 0;
  bottom: 0px;
  visibility: hidden;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.tel-main-slider-3 .swiper-slide-active .tel-main-slider-item-3 .slider_shape_3_2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.tel-main-slider-item-3 .slider_shape_3_2 {
  opacity: 0;
  z-index: -1;
  right: -35px;
  bottom: 35px;
  visibility: hidden;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-mask-image: url(https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/sd-shape1.png);
  mask-image: url(https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/sd-shape1.png);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.tel-main-slider-3 .swiper-slide-active .tel-main-slider-item-3 .slider_shape_3_3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.tel-main-slider-item-3 .slider_shape_3_3 {
  opacity: 0;
  right: 100px;
  bottom: 35px;
  visibility: hidden;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
  -webkit-mask-image: url(https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/sd-shape3.png);
  mask-image: url(https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/sd-shape3.png);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.tel-main-slider-item-3 .tel-main-slider-text-3 {
  max-width: 690px;
}

.tel-main-slider-3 .swiper-slide-active .tel-main-slider-item-3 .tel-main-slider-text-3 .slider-slug {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.tel-main-slider-item-3 .tel-main-slider-text-3 .slider-slug {
  opacity: 0;
  visibility: hidden;
  font-weight: 600;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

.tel-footer-section-3 .tel-footer-copyright a,
.tel-footer-section-3 .tel-footer-widget .menu-widget li a:before,
.tel-footer-section-3 .tel-footer-widget .logo-widget .learn_more,
.tel-testimonials-item-3 .testimonial-text .testimonial-author span,
.tel-cta-content-3 .tel-cta-pricing-area .cta-price h3 sub,
.tel-cta-content-3 .tel-cta-pricing-area .cta-price p,
.tel-pricing-item-3 .tel-price-text h2 sub,
.tel-pricing-item-3 .tel-price-text span,
.tel-about-text-area-3 .tel-about-feature-list li:before,
.tel-about-text-area-3 .tel-slide-video-btn a i,
.tel-service-content-4 .tel-bottom-text a,
.tel-main-slider-item-3 .tel-main-slider-text-3 .tel-slider-btn-group .tel-slider-video-btn .inner-icon i,
.tel-main-slider-item-3 .tel-main-slider-text-3 h1 span,
.tel-main-slider-item-3 .tel-main-slider-text-3 .slider-slug,
.header_style_five .tx-main-menu ul li:hover a,
.header_style_six .tx-main-menu ul li:hover a,
.header_style_five .mobile_menu_button,
.header_style_six .mobile_menu_button,
.tel-section-title-4 h2 span,
.tel-section-title-4 .sub-title span {
  background: linear-gradient(to right, #08C3F1, #1EB68C 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  -webkit-animation: gradient_animation 3s ease infinite;
  animation: gradient_animation 3s ease infinite;
}

.tel-main-slider-3 .swiper-slide-active .tel-main-slider-item-3 .tel-main-slider-text-3 h1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.tel-main-slider-item-3 .tel-main-slider-text-3 h1 {
  font-family: var(--font-sourcesansproblack);
  opacity: 0;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  visibility: hidden;
  padding-bottom: 25px;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  text-transform: capitalize;
  margin: 0;
}

.tel-main-slider-3 .swiper-slide-active .tel-main-slider-item-3 .tel-main-slider-text-3 p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.tel-main-slider-item-3 .tel-main-slider-text-3 p {
  font-size: 24px;
  color: white;
  opacity: 0;
  line-height: 30px;
  visibility: hidden;
  padding-bottom: 40px;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.tel-main-slider-3 img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.home-showcase:before {
  bottom: 0;
  width: 100%;
  z-index: -2;
  height: 50%;
  content: "";
  position: absolute;
}

.home-showcase:after {
  bottom: 0;
  width: 100%;
  z-index: -2;
  height: 50%;
  content: "";
  position: absolute;

}

.home-showcase:after {
  background-image: url("https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/slider-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.home-showcase:after {
  z-index: -1;
  height: 100%;

}

@font-face {
  font-family: "CabinetGrotesk-light";
  src: url("http://lucasroussy.com/fonts/cabinet-grotesk/CabinetGrotesk-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CabinetGrotesk-extrabold";
  src: url("assets/fonts/cabinet-grotesk/CabinetGrotesk-Extrabold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.bigTitle {
  font-family: "CabinetGrotesk-extrabold", sans-serif;
  line-height: 0.9;
  font-size: 13vw;
}

@media (min-width: 425px) {
  .bigTitle {
    font-size: 10vw;
  }
}

@media (min-width: 1024px) {
  .bigTitle {
    font-size: 3vw;
  }
}

.bigTitle .orangeIcon {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #f7970e;
  display: inline-block;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .bigTitle .orangeIcon {
    width: 13px;
    height: 13px;
  }
}

@media (min-width: 1440px) {
  .bigTitle .orangeIcon {
    width: 16px;
    height: 16px;
  }
}

.arrow-button {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: "CabinetGrotesk-extrabold", sans-serif;
  color: #000;
  transition: padding 1s cubic-bezier(0.16, 1, 0.3, 1);
  width: fit-content;
  font-size: 12px;
}

.arrow-button svg {
  width: 33px;
  margin-left: 10px;
}

.arrow-button svg circle {
  transition: fill 0.75s ease;
  fill: transparent;
}

@media (min-width: 425px) {
  .arrow-button {
    font-size: 16px;
  }

  .arrow-button svg {
    width: 45px;
  }
}

@media (min-width: 1024px) {
  .arrow-button {
    font-size: 20px;
  }

  .arrow-button svg {
    width: 62px;
  }

  .arrow-button:hover {
    padding-left: 20px;
  }

  .arrow-button:hover svg circle {
    fill: #8c97d0;
  }
}

@media (min-width: 1440px) {
  .arrow-button {
    font-size: 15px;
  }

  .arrow-button svg {
    width: 60px;
  }
}

@media (min-width: 1920px) {
  .arrow-button {
    font-size: 18px;
  }

  .arrow-button svg {
    width: 70px;
  }
}

.home-showcase {
  padding: 0 var(--columnExt) 0;
  position: relative;
}

.home-showcase .home-showcaseSlider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
  position: relative;
  height: 72vh;
  overflow: hidden;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
  max-width: 100%;
  margin: 0 0 5rem;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
  transform: translate(-140%, 0);
  transition: transform 1.15s cubic-bezier(0.58, 0, 0.28, 0.99) 0.4s;
  color: #fff;
  margin: 0 0 2.5rem;
  text-shadow: #21212121 0px 0px 5px;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button {
  transform: translate(-160%, 0);
  transition: transform 0.6s cubic-bezier(0.58, 0, 0.28, 0.99) 1s;
  width: fit-content;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button .arrow-button {
  color: #fff;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg path {
  fill: #fff;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg circle {
  stroke: #fff;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button:hover svg circle {
  stroke: #8c97d0;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .filter {
  width: 100%;
  height: 100%;
  background-color: #10112b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  transition: opacity 0.8s ease-in 0.5s;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .bigTitle,
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .container-arrow-button {
  transform: translate(0, 0);
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .filter {
  opacity: 0;
}

.home-showcase .home-showcaseSlider .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3.5% 0;
}

.home-showcase .home-showcaseSlider .swiper-pagination-bullet {
  width: 4vw;
  border-radius: 0;
  height: 2px;
  background-color: #323232;
  opacity: 1;
  transition: width 0.8s ease-in-out, 0.4s ease-in-out;
  margin: 0 4px !important;
  -webkit-transform: skewX(-12deg);
  transform: skewX(-12deg);
}

.home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
  width: 8vw;
  background: linear-gradient(45deg, #08C3F1 0%, #1EB68C 100%);
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav {
  display: flex;
  flex-direction: row;
  padding: 0 0 3.5% 5%;
  padding-right: 0;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
  position: static;
  display: flex;
  align-items: flex-end;
  font-weight: 900;
  margin: 0 2vw;
  width: 20px;
  height: auto;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled {
  opacity: 1;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled:after,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled:after {
  color: #8f9397;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
  font-size: 4vw;
  color: #f7970e;
}

.home-showcase .home-showcaseSlider #macaron {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 5%;
  width: 30%;
}

.home-showcase .home-showcaseSlider #macaron #text-circle {
  animation: rotate-360 12s linear 0s infinite reverse forwards;
  transform-origin: center;
}

.home-showcase .scrollSliderButton {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, 0%);
  color: #fff !important;
  text-decoration: none;
  font-size: 3.5vw;
  height: 21vw;
  font-family: "CabinetGrotesk-light", sans-serif;
}

.home-showcase .scrollSliderButton .line {
  height: 15vw;
  width: 1px;
  background: #8c97d0;
  margin-top: 5px;
  animation: scroll-anim-mobile 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
}

@media (min-width: 1024px) {

  .home-showcase .home-showcaseSlider {
    display: block;
  }

  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
    height: clamp(60rem, 75vh, 5000px);
  }

  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
    align-items: center;
  }

  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
    max-width: 75%;
    margin: 0;
  }

  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
    margin: 0 0 1.25rem;
  }

  .home-showcase .home-showcaseSlider .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 2.5% 5%;
  }

  .home-showcase .home-showcaseSlider .swiper-pagination-bullet {
    width: 1.5vw;
    height: 15px;
    margin: 0 8px !important;
  }

  .home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
    width: 3vw;
  }

  .home-showcase .home-showcaseSlider .showcaseSlider-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 0 5% 2.5% 5%;
  }

  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev,
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
    margin: 0 0.6vw;
  }

  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after,
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
    font-size: 1vw;
  }

  .home-showcase .home-showcaseSlider #macaron {
    width: fit-content;
    width: 8.4vw;
  }

  .home-showcase .scrollSliderButton {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, 40%);
    color: #fff !important;
    text-decoration: none;
    font-size: 0.9vw;
    height: 4.8vw;
    font-family: "CabinetGrotesk-light", sans-serif;
  }

  .home-showcase .scrollSliderButton .line {
    height: 4.8vw;
    width: 2px;
    background: #8c97d0;
    margin-top: 5px;
    animation: scroll-anim 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
  }
}


/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  border: 2px solid #2A4440;
  padding: 1rem 3rem;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 0px 25.9px 5.18px rgb(106 252 227 / 28%);
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.client-logo-slide {
  background-color: black;
  padding: 2rem 0;
  border-bottom-left-radius: 3% 51%;
  border-bottom-right-radius: 3% 51%;
}


/* About us */
.about-us {
  position: relative;
  padding: 3rem 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-shape-img {
  position: absolute;
  top: -18%;
  z-index: 0;
}

#container {
  position: relative;
  height: 75vh;
  width: 100%;
  margin: 5rem auto;
}

.slidess {
  display: block;
  position: absolute;
  top: 9%;
  right: 80px;
}


/* Why choose us */

.services-landing-box {

  padding: 3rem 2rem;
  position: relative;
  z-index: 1;
}

.services-landing-box-wrap .box-bg-2 {
  background: #F6F6F6;
}

.services-landing-box-wrap .box-bg-3 {
  background: linear-gradient(to right, #F6F6F6, #ffffff);
}

.services-landing-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #20357C;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services-landing-box:hover:before {
  background-color: #20357C;
  height: 100%;
}

.services-landing-box:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg) !important;
}

.services-landing-box .icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services-landing-box:hover .title {
  color: #fff;
}

.services-landing-box:hover .description {
  color: #fff;
}

.services-landing-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-landing-box:hover:after {
  background-image: url(https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/why-choose-box-bg-pattern.png);
  height: 100%;
}

.services-landing-step .col-xl-4 {
  padding: 0;
}


/* Our Services */
.our-services-box .icon img {
  background-color: #20357C;
  padding: 0.5rem;
  border-radius: 3px;
  box-shadow: inset 0 0 10px #00000052;
}

.our-services-box .icon::after {
  content: '';
  display: inline-block;
  background-color: rgba(14, 89, 132, 0.2);
  width: 1px;
  height: 6rem;
  margin-top: 0.5rem;
}


/* CTA */

.cta-section {
  background-image: url('https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/cta-bg.png');
  /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 100px 30px;
  border-radius: 14px;
}

.cta-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  /* Adds a dark overlay */
  padding: 50px;
}

.cta-btn {
  margin-top: 20px;
}

.cta-btn a {
  font-size: 23px;
  line-height: 33px;
}

.cta-heading {
  font-size: 30px !important;
  font-weight: 700 !important;
}

@media (max-width: 768px) {
  .cta-heading {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .cta-heading {
    font-size: 1.5rem;
  }
}


/* Industries */


.animation {
  display: flex;
  justify-content: center;
  margin-top: 10vh;
}

.animation .anm_mod {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;




}

.animation .anm_mod.full {
  width: 100%;
  font-size: 3rem;
}

.animation .anm_mod.left {
  transform: translate3d(-100%, 0, 0);
}

.animation .anm_mod.right {
  transform: translate3d(100%, 0, 0);
}

.animation .anm_mod.delay {
  transition: all 2s ease;
}

.animation .anm_mod.fast {
  transition: all 0.8 ease;
}

.animation .anm_mod.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.org_to_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}


.service-featured {
  perspective: 1000px;
}

.service-featured_content {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.service-featured:hover .service-featured_content {
  transform: rotateY(180deg);
}

.service-featured:hover:before {
  background: #F3F3F3;
}

.service-featured_content .front {
  backface-visibility: hidden;

}

.service-featured_content .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 1rem;
  background: linear-gradient(to left, #1EB68C, #08C3F1);
  box-shadow: inset 0 0 10px #00000052;
}

.service-featured_content .front {
  z-index: 2;
  transform: rotateY(0deg);
}

.service-featured_content .back {
  transform: rotateY(180deg);
}

.services-landing {
  background-color: #FEEFE7;
}

.service-featured {
  text-align: center;
  position: relative;
  z-index: 2;
}

.service-featured_content {
  background-color: #fff;
  max-width: 312px;
  box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px 40px 15px;
  margin-bottom: 40px;
}

.service-featured:before {
  content: '';
  height: 180px;
  width: 100%;
  background: linear-gradient(to left, #1EB68C, #08C3F1);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 10px;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-featured .icon-btn {
  border-radius: 99px;
  background-color: #F36F21;
  border: none;
  color: #fff;
  position: absolute;
  bottom: -75px;
  left: calc(50% - 28px);
}

.service-featured .icon-btn:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 56px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--icon-bg, transparent);
  color: var(--title-color);
  text-align: center;
  border-radius: 4px;
  border: 1px solid #232C47;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.shape-icon {
  background-image: url(https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/industries-icon-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 3.9rem;
  margin: auto;
  padding: 0.8rem;
}


/* our-product */
.our-product {
  background-color: rgba(14, 89, 132, 0.06);
}


.section-with-carousel .swiper-slide figure {
  position: relative;
  overflow: hidden;
}

.section-with-carousel .swiper-slide img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-with-carousel .swiper-slide figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(0);
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 20px;
  text-align: center;
  opacity: 1;
  visibility: visible;
  color: white;
  background: rgba(35, 53, 124, 0.8);
  transition: all 0.4s;
}

.section-with-carousel .swiper-slide figcaption svg {
  flex-shrink: 0;
  fill: white;
  margin-right: 10px;
}

.section-with-carousel .swiper-slide-active figcaption {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.section-with-carousel .carousel-controls {
  position: absolute;
  top: -5%;
  left: 0;
  right: 0;
  transform: translateY(-45%);
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  z-index: 1;
  max-width: 194px;
  margin-left: auto;
}

.section-with-carousel .carousel-controls .carousel-control {
  transition: opacity 0.3s;
}

.section-with-carousel .carousel-controls .carousel-control:hover {
  opacity: 1;
}

.section-with-carousel .swiper-pagination-bullets {
  position: static;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.section-with-carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  background: transparent;
  opacity: 0.5;
  margin: 0 8px;
  border-radius: 0;
  transition: opacity 0.3s;
}

.section-with-carousel .swiper-pagination-bullets .swiper-pagination-bullet .line {
  width: 3px;
  height: 3px;
  background: black;
  transition: transform 0.3s;
}

.section-with-carousel .swiper-pagination-bullets .swiper-pagination-bullet .number {
  opacity: 0;
  transform: translateY(-7px);
  transition: all 0.3s;
}

.section-with-carousel .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.section-with-carousel .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active .line {
  transform: scaleX(8);
}

.section-with-carousel .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active .number {
  opacity: 1;
  transform: none;
}

.copyright .col-auto:not(:last-child) {
  position: relative;
}

.copyright .col-auto:not(:last-child)::before {
  content: "•";
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .section-with-carousel .swiper-slide img {
    height: 370px;
  }
}

@media (min-width: 1200px) {
  .section-with-carousel .swiper-slide img {
    height: 420px;
  }

  .section-with-carousel .carousel-controls {
    padding: 0 50px;
  }
}

.class-image-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 515px;
  margin-top: 69px;
  display: flex;
  position: relative;
}

@media (min-width:1920px) {

  .rimage.left,
  .rimage.mid,
  .rimage.right {
    border-radius: 20px;
  }
}

@media (min-width:1440px) {

  .rimage.left,
  .rimage.mid,
  .rimage.right {
    /*height: 525px;*/
  }
}


.rimage.left {
  transform-origin: 0%;
  border-radius: 20px;
  width: auto;
  transform: none;
}

.rimage.mid {
  border-radius: 20px;
  width: auto;
  transform: none;
}

.rimage.right {
  transform-origin: 100%;
  border-radius: 20px;
  width: auto;
  transform: none;
}

.rimage {
  object-fit: cover;
  width: 250px;
  height: 400px;
  position: absolute;
}

#search-form {
  position: relative;
}

#search-form i {
  position: absolute;
  top: 11px;
  right: 13px;
  font-size: 1rem;
}

#search-form input[type="text"] {
  width: 200px;
  padding: 15px;
  border-radius: 25px;
}

/* Footer */
.footer-section {
  background-color: #000;
  padding-top: 5rem;
}

.footer-first {
  max-width: 460px;
}

.footer-first p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
}

.footer-menu-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  margin-bottom: 20px;
  background: linear-gradient(to right, #08C3F1, #1EB68C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-menu-title:after {
  content: '';
  display: block;
  height: 2px;
  width: 55px;
  margin-top: 5px;
  background: linear-gradient(to right, #08C3F1, #1EB68C);
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.64px;
  text-align: left;
  margin-bottom: 10px;
}

.footer-four i {
  font-size: 15px;
  background-color: #252525;
  padding: 0px 11px;
  border-radius: 50%;
  color: #08C3F1;
  height: 2.5rem;
  width: 2.5rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 2.6;
}

.footer-section ul li a {
  text-decoration: none;
  color: #fff;
}

.footer-four li {
  display: flex;
  align-items: center;
}

.footer-second,
.footer-third,
.footer-four {
  padding-left: 30px;
}

.footer-four span {
  margin-left: 12px;
}

.footer-section hr {
  color: #595959;

}

.copyright-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #A9AEB3;
  padding-bottom: 7px;
}

hr {
  width: 100%;
  border: none;
  border-top: 1px solid #ccc;
  /* Adjust color and thickness as needed */
}

@media (max-width: 768px) {
  .footer-section ul {
    text-align: center;
  }
}

/* Footer End */

/* Contact Us */
.contact-section .bg-image {
  background: linear-gradient(to right, rgba(8, 195, 241, 0.9), rgba(30, 182, 140, 0.9)),
    url('https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/contact-bg.png') center center/cover no-repeat;
  color: #fff;
  padding: 60px 30px;
}


.contact-left {
  padding: 3rem 10rem 3rem 7rem;
}


.Contact-title {
  font-size: 54px;
  font-weight: 700;
  line-height: 62.1px;
  letter-spacing: -1.0800000429153442px;
  text-align: left;
  margin-top: 15px;
  color: white;
}

.Contact-title span {
  font-size: 54px;
  font-weight: 700;
  line-height: 62.1px;
  letter-spacing: -1.0800000429153442px;
  text-align: left;
  color: #20357C;
  position: relative;
  z-index: 0;
}

.Contact-title span::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 22px;
  background-image: url("https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/contact-shape.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.contact-left p {
  font-size: 19.56px;
  font-weight: 400;
  line-height: 26.9px;
  text-align: left;
  margin-top: 27px;

}

.contact-section .position-relative {
  background-color: #F3F3F3C2;
  display: flex;
  align-items: center;
}

.contact-form-wrap {
  margin-left: -6rem;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}

.contact-card {
  box-shadow: 0px 0px 10px rgba(229, 227, 227, 0.47);
  padding: 40px;
  background-color: #fff;
  width: 510px;
  border-radius: 40px;
  border: 25px solid rgba(194, 189, 189, 0.17);
}

.contact-card h3 {
  margin-bottom: 30px;
  color: #000 !important;
  font-size: 30.6px;
  font-weight: 700;
  line-height: 32.4px;
  text-align: center;
}

.contact-card span {
  margin-bottom: 30px;
  color: #20357C !important;
  font-size: 30.6px;
  font-weight: 700;
  line-height: 32.4px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.contact-card span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 22px;
  background-image: url("https://newgulfpipe.it-cubez.com/wp-content/uploads/2024/09/contact-form-shape.png");
  /* Replace with your image path */
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

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

.gform_heading {
  display: none !important;
}

.contact-form-box input,
.contact-form-box textarea {
  width: 100%;
  border: 1px solid #EAE8E8 !important;
  border-radius: 12px !important;
  height: 45px !important;
  color: #4D4D4D !important;
}

.contact-form-box .gform_footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form-box input#gform_submit_button_2 {
  background-image: linear-gradient(to right, #08C3F1 0%, #79CBCA 51%, #1EB68C 100%) !important;
  margin: 10px !important;
  padding: 0px 45px !important;
  text-align: center !important;
  transition: 0.5s !important;
  background-size: 200% auto !important;
  color: white !important;
  border-radius: 30px !important;
  display: block !important;
  border-color: transparent !important;
  font-size: 22px !important;
  height: 50px !important;
}

.gfield_validation_message {
  background: #fff !important;
  color: #ff0000 !important;
}

@media (max-width: 768px) {
  .contact-left h1 {
    font-size: 2.5rem;
  }

  .contact-form-wrap {
    margin: 0;
    position: relative;
  }

  .contact-card {
    margin: auto;
    margin-top: 30px;
  }
}


/* Contact Us End */

.footer-slider {
  margin-bottom: -80px;
}

.footer-slider .slider {
  height: 200px;
  /* Increased height */
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.footer-slider .slide-track {
  width: calc(250px * 20);
  display: flex;
  animation: scroll 20s linear infinite;
  gap: 0;
}

.footer-slider .slide {
  width: 170px;
  height: 170px;
  display: grid;
  place-items: center;
  transition: 0.5s;
  cursor: pointer;
  margin: 0;
}

.footer-slider .slide img {
  display: block;
  width: 100%;
  height: auto;
}


@keyframes scroll {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(calc(-250px * 10));
  }
}


@media screen and (max-width: 768px) {
  .footer-slider .slide-track {
    width: calc(120px * 20);
  }

  .footer-slider .slide {
    width: 120px;
    height: 120px;
    margin: 0;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }

    100% {
      transform: translateX(calc(-120px * 10));
      /* Adjusted for smaller screen */
    }
  }
}



/* ==== Media Query ==== */
@media (min-width: 0px) {
  .container {
    width: 100% !important;
  }
}



@media (max-width: 1280px) {
  .slider_shape_3_1 {
    display: none;
  }

  .slider_shape_3_2 {
    display: none;
  }

  .slider_shape_3_3 {
    display: none;
  }

  .home-showcase:after {
    background-color: black;
    background-image: none;
  }

  .tel-main-slider-item-3 {
    z-index: 1;
    padding: 148px 0px 110px;
  }

  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
    position: relative;
    height: auto;
    overflow: hidden;
  }

  .client-logo-slide {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .bg-shape-img {
    display: none;
  }

  #container {
    height: auto;
    margin: 0rem auto;
  }

  .slidess {
    position: static;
  }

  .animate .image-container .img1 {
    display: none;
  }
}

@media (max-width:800px) {
  .shipping-coupon {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  #search-form {
    display: none;
  }

  .navbar::before {
    display: none;
  }

  .tel-main-slider-item-3 .tel-main-slider-text-3 h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .tel-main-slider-item-3 .tel-main-slider-text-3 p {
    font-size: 21px;
  }

  .contact-card {
    width: 100% !important;
  }

  .contact-left {
    padding: 0 !important;
  }

  #container .col-md-6 {
    margin-top: 1.5rem;
    text-align: center;
  }

  #imageSection {
    background-image: none;
    background-color: black;
    padding: 1rem 0;
    height: auto;
  }

  .image-container {
    margin-top: 20px;
  }

  .image-container .card555 {
    margin-bottom: 1rem;
  }

  h2 {
    font-size: 34px;
  }

  .cta-section {
    padding: 10px;
  }

  .cta-btn a {
    font-size: 17px;
    line-height: 20px;
  }

  .our-product figure {
    margin: 1em 0.5em;
  }

  .spacing__top__large {
    padding-top: 2rem !important;
  }

  .spacing__bottom__large {
    padding-bottom: 2rem !important;
  }

  .spacing__top__medium {
    padding-top: 2rem !important;
  }

  .spacing__bottom__medium {
    padding-bottom: 2rem !important;
  }

  .header-top-bar .top-bar-mobile {
    display: block !important;
  }

  .header-top-bar .top-bar-mobile span {
    display: block;
    margin: 0.5rem 0;
  }
}

@media (max-width: 475px) {
  .header-top-bar .d-flex span i {
    height: 25px;
    width: 25px;
  }
}

@media (max-width: 800px) {
  .page-id-4751 #main>.fusion-row {
    display: block;
  }

}