/* Banner 04 */
.service04-banner {
  position: relative;
  padding: 130px 80px 60px;
  background: #fff;
}
.service04-banner .container {
  max-width: 1600px;
}
.service04-banner .sv04-bannerbox {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  height: 700px;
}
.service04-banner .sv04-bannerbox picture {
  position: absolute;
  inset: 0;
  border-radius: 30px;
}
.service04-banner .sv04-bannerbox picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service04-banner .sv04-bannerrbg {
  width: 940px;
  height: 940px;
  background: #fe492c;
  border-radius: 9999px;
  position: absolute;
  right: -16%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.service04-banner .sv04-bannercontents {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  max-width: 560px;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 60px;
}
.service04-banner .sv04-bannercontents h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
}
.service04-banner .sv04-bannercontents p {
  font-size: 16px;
  color: #fff;
}
.service04-banner .sv04-bannercontents .sv04-bs {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  margin-bottom: 40px;
}
.service04-banner .sv04-inlinebox {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sv04-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 11px 15px;
  color: #fe492c;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  box-shadow: -6px -6px rgba(0, 0, 0, 0.2);
  transition: 0.4s all;
  position: relative;
}
.sv04-cta-btn:hover {
  box-shadow: none;
  transform: translate(-6px);
  color: #fe492c;
}
.sv04-cta-btn svg {
  margin-left: 10px;
}
.sv04-mailbtn {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: 0.4s all;
}
.sv04-mailbtn svg {
  max-width: 22px;
}
.sv04-mailbtn:hover {
  background: #fff;
}
.sv04-whatsappbtn {
  width: 48px;
  height: 48px;
  background: #4caf50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: 0.4s all;
}
.sv04-whatsappbtn svg {
  max-width: 28px;
  max-height: 28px;
}
.mobshow {
  display: none !important;
}

@media (max-width: 1399px) {
  .service04-banner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .service04-banner .sv04-bannercontents {
    max-width: 430px;
    padding-right: 30px;
  }
  .service04-banner .sv04-bannercontents h1 {
    font-size: 42px;
  }
  .service04-banner .sv04-bannercontents p {
    font-size: 14px;
  }
  .service04-banner .sv04-bannerrbg {
    right: -28%;
  }
}

@media (max-width: 1199px) {
  .service04-banner {
    padding: 100px 0 50px;
  }
  .service04-banner .sv04-bannerbox {
    height: 600px;
  }
  .service04-banner .sv04-bannerrbg {
    width: 800px;
    height: 800px;
  }
  .service04-banner .sv04-bannercontents h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .sv04-cta-btn {
    font-size: 14px;
  }
  .service04-banner .sv04-inlinebox {
    gap: 20px;
  }
  .sv04-whatsappbtn,
  .sv04-mailbtn {
    width: 44px;
    height: 44px;
  }
  .service04-banner .sv04-bannercontents {
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .service04-banner .sv04-bannerbox {
    height: auto;
  }
  .service04-banner .sv04-bannerbox picture {
    position: relative;
  }
  .service04-banner .sv04-bannerrbg {
    display: none;
  }
  .service04-banner .sv04-bannercontents {
    position: relative;
    padding: 0;
    width: 100%;
    align-items: center;
    max-width: 100%;
    background: #fe492c;
    text-align: center;
    padding: 20px 25px 40px;
  }
  .service04-banner .sv04-bannercontents::before {
    content: "";
    position: absolute;
    width: 160%;
    height: 300%;
    border-radius: 50% 50% 0 0;
    background: #fe492c;
    z-index: -1;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
  }
  .service04-banner .sv04-bannerbox picture img {
    margin-bottom: -30%;
  }
  .mobshow {
    display: inline-flex !important;
  }
  .mobhide {
    display: none !important;
  }
  .service04-banner .sv04-inlinebox.mb2 {
    margin-bottom: 30px;
  }
  .service11-header.scrolling .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .service04-banner .sv04-bannercontents::before {
    width: 1000px;
    height: 1000px;
    top: -110px;
  }
  .service11-header.scrolling .navbar-brand {
    padding: 10px 0;
  }
}
@media (max-width: 575px) {
  .service04-banner .sv04-bannercontents::before {
    width: 800px;
    height: 800px;
    top: -85px;
  }
  .service04-banner .sv04-bannerbox picture img {
    margin-bottom: -25%;
  }
  .sv04-whatsappbtn,
  .sv04-mailbtn {
    width: 40px;
    height: 40px;
  }
  .service04-banner .sv04-bannercontents h1 {
    font-size: 26px;
  }
  .service04-banner .sv04-bannercontents .sv04-bs {
    margin-bottom: 20px;
  }
  .service04-banner .sv04-bannercontents {
    padding-bottom: 30px;
    padding-top: 0;
  }
  .service04-banner {
    padding: 90px 0 30px;
  }
}
