@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

nav {
  background: transparent !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid white;
}
nav .nav-link {
  color: #fff;
  font-family: "Hellix";
  font-weight: 600;
  font-size: 20px !important;
}
nav button {
  background: #43D3A4;
  padding: 16px 28px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  nav button {
    padding: 10px 15px;
  }
}
nav button a {
  font-family: "Hellix";
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  color: #111204;
  gap: 8px;
  display: flex;
}
@media (max-width: 991px) {
  nav button a {
    font-size: 12px;
  }
}

.hero-banner {
  background: url(../Images/hero.gif);
  min-height: 650px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-banner .section-height {
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hero-banner .section-height h6 {
  font-family: "Hellix";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .hero-banner .section-height h6 {
    font-family: "Hellix";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    text-align: center;
  }
}
.hero-banner .section-height h2 {
  font-family: "Hellix";
  font-weight: 700;
  font-style: Bold;
  font-size: 62px;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .hero-banner .section-height h2 {
    font-family: "Hellix";
    font-weight: 700;
    font-style: Bold;
    font-size: 35px;
    text-align: center;
  }
}
.hero-banner .section-height h2 span {
  font-family: "Hellix";
  font-weight: 700;
  font-style: Bold;
  font-size: 62px;
  text-align: center;
  color: #43D3A4;
}
@media (max-width: 991px) {
  .hero-banner .section-height h2 span {
    font-family: "Hellix";
    font-weight: 700;
    font-style: Bold;
    font-size: 35px;
    text-align: center;
  }
}
.hero-banner .section-height h3 {
  font-family: "Hellix";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  color: #fff;
}
.hero-banner .section-height hr {
  color: #fff;
  rotate: 90deg;
  width: 40px;
  margin: 0px;
}
.hero-banner .stats-bar {
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0;
}
.hero-banner .stat-item {
  position: relative;
}
.hero-banner .stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.hero-banner .stats-bar h5 {
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
  font-family: "Hellix";
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 991px) {
  .hero-banner .stats-bar h5 {
    font-family: "Hellix";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero-banner .stat-item:not(:last-child)::after {
    display: none;
  }
}
.hero-banner p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9137254902);
}
@media (min-width: 991px) {
  .hero-banner p {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .hero-banner p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    text-align: center;
  }
}
.hero-banner button {
  background: #43D3A4;
  padding: 8px 14px 8px 14px;
  border-radius: 8px;
}
.hero-banner button a {
  font-family: "Hellix";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  color: #000;
  text-decoration: none;
}
@media (max-width: 991px) {
  .hero-banner button a {
    font-family: "Hellix";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
  }
}

.clients-work {
  padding: 50px 0px;
  background-color: #EAEAEA;
}
.clients-work h2 {
  font-family: "Hellix";
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  vertical-align: middle;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .clients-work h2 {
    font-family: "Hellix";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 28px;
  }
}
.clients-work .swiper {
  width: 100%;
  height: 100%;
}
.clients-work .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clients-work .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logos {
  padding: 50px 0px;
  /* Image Layer Setup */
  /* Responsive Layout */
}
.logos h2 {
  font-family: "Hellix";
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  vertical-align: middle;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .logos h2 {
    font-family: "Hellix";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 28px;
  }
}
.logos .logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-items: center;
}
.logos .logo-item {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .logos .logo-item {
    height: 88px;
  }
}
.logos .logo-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease;
}
.logos .logo-item img.hover-img {
  opacity: 0;
}
.logos .logo-item:hover img.hover-img {
  opacity: 1;
}
.logos .logo-item:hover img.default-img {
  opacity: 0;
}
@media (max-width: 992px) {
  .logos .logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .logos .logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .logos .logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.icon-box-wrapper {
  display: flex;
  gap: 70px;
  background: url(../Images/curve.gif);
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-box-wrapper img {
  width: 100%;
}

.heading {
  font-family: "Hellix";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  color: #1D1D1D;
  text-transform: uppercase;
}

.one-stop {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
 padding: 50px 0px;
  position: relative;
  overflow: hidden;
}
.one-stop p {
  Font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #1D1D1D;
}

.one-stop .container {
  z-index: 999999;
  position: relative;
}

@media (min-width: 992px) {
  .one-stop .flower-gif {
    width: 30%;
    position: absolute;
    top: -100px;
    rotate: -4.48deg;
    left: -100px;
    opacity: 51%;
  }
}
@media (min-width: 767px) {
  .one-stop-content {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .one-stop .flower-gif {
    width: 45%;
    position: absolute;
    top: -100px;
    rotate: -4.48deg;
    left: -100px;
    opacity: 51%;
  }
}
@media (max-width: 567px) {
  .one-stop .flower-gif {
    width: 85%;
    position: absolute;
    top: -100px;
    rotate: -4.48deg;
    left: 167px;
    opacity: 51%;
  }
}
.new-services {
  padding-bottom: 50px 0px;
}
@media (max-width: 991px) {
  .new-services {
    padding: 50px 0px;
  }
}
.new-services h2 {
  font-family: "Hellix";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  color: #1D1D1D;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .new-services h2 {
    font-family: Hellix;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 28px;
  }
}
.new-services .col-box {
  border: 1px solid rgba(0, 0, 0, 0.431372549);
  background: #FFFFFF;
  padding: 30px 20px;
  height: 100%;
  /* ADD THIS */
  display: flex;
  flex-direction: column;
}
.new-services .col-box h3 {
  font-family: "Hellix";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
}
.new-services .col-box p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #000000;
}
.new-services .col-box ul {
  margin: 0px;
  padding: 0px;
}
.new-services .col-box li {
  list-style: none;
  Font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: SemiBold;
  font-size: 16px;
  color: #333333;
}
.new-services .col-box a {
  font-family: "Hellix";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 17px;
  color: #333333;
  text-decoration: none;
  /* ADD THIS */
  margin-top: auto;
}

.services {
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
}
.services h2 {
  font-family: "Hellix";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  color: #1D1D1D;
}
@media (max-width: 991px) {
  .services h2 {
    font-family: Hellix;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 28px;
  }
}
.services ul#pills-tab {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.services .box {
  background: #EAEAEA;
  border-radius: 50px;
  padding: 32px 25px;
}
@media (max-width: 991px) {
  .services .box {
    padding: 32px 10px;
  }
}
.services .box h3 {
  font-family: "Hellix";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  color: #1D1D1D;
}
@media (max-width: 991px) {
  .services .box h3 {
    font-family: "Hellix";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
  }
}
.services .box .col-box {
  background: #D9D9D9;
  border-radius: 45px;
}
@media (min-width: 992px) {
  .services .flower-gif {
    width: 30%;
    position: absolute;
    top: -100px;
    rotate: -4.48deg;
    right: -100px;
    opacity: 51%;
  }
}
@media (max-width: 992px) {
  .services .flower-gif {
    width: 45%;
    position: absolute;
    top: -100px;
    rotate: -4.48deg;
    right: -100px;
    opacity: 51%;
  }
}
@media (max-width: 567px) {
  .services .flower-gif {
    width: 85%;
    position: absolute;
    top: -50px;
    rotate: -4.48deg;
    right: -100px;
    opacity: 51%;
  }
}
.services .nav-pills {
  border-radius: 57px;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 991px) {
  .services .nav-pills {
    width: 100%;
    border-radius: 10px;
  }
}
.services .nav-pills .nav-link.active,
.services .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #052017;
  padding: 11px 40px;
  border-radius: 57px;
}
@media (max-width: 991px) {
  .services .nav-pills .nav-link.active,
  .services .nav-pills .show > .nav-link {
    padding: 5px 20px;
    border-radius: 10px;
  }
}
.services .nav-link {
  display: block;
  font-family: "Hellix";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 19px;
  color: #1D1D1D;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (max-width: 991px) {
  .services .nav-link {
    font-family: "Hellix";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    width: -moz-max-content;
    width: max-content;
  }
}
.services ul {
  margin: 0px;
  padding: 0px;
}
.services ul li {
  display: flex;
  align-items: center;
  list-style: none;
  Font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  color: #333333;
}
.services ul li img {
  margin-right: 16px;
}
@media (max-width: 991px) {
  .services ul li {
    Font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
  }
}

.blogs {
  background-color: #EAEAEA;
  padding: 50px;
}
.blogs h2 {
  font-family: "Hellix";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  color: #1D1D1D;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .blogs h2 {
    font-family: Hellix;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 28px;
  }
}
.blogs .col-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.031372549);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
  padding: 20px;
}
.blogs .col-box h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  color: #045A3E;
}
.blogs .col-box h2 {
  font-family: Hellix;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 21px;
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .blogs .col-box h2 {
    font-family: Hellix;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 21.57px;
  }
}
.blogs .col-box p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #667085;
}
.blogs .col-box .author h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  color: #101828;
  margin-bottom: 0px;
}
.blogs .col-box .author span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  color: #667085;
}
.blogs button {
  background-color: #003239;
  border-radius: 10px;
  gap: 20px;
  display: flex;
  padding: 10px 20px;
  margin-top: 50px;
}
.blogs button a {
  font-family: "Hellix";
  font-weight: 600;
  font-style: SemiBold;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
}

.phone-blogs {
  background-color: #EAEAEA;
  padding: 50px 0px;
  overflow: hidden;
}
.phone-blogs h2 {
  font-family: "Hellix";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  color: #1D1D1D;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .phone-blogs h2 {
    font-family: Hellix;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 28px;
  }
}
.phone-blogs .col-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.031372549);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
  padding: 20px;
}
.phone-blogs .col-box h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  color: #045A3E;
}
.phone-blogs .col-box h2 {
  font-family: Hellix;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 21px;
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .phone-blogs .col-box h2 {
    font-family: Hellix;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 21.57px;
  }
}
.phone-blogs .col-box p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #667085;
}
.phone-blogs .col-box .author h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  color: #101828;
  margin-bottom: 0px;
}
.phone-blogs .col-box .author span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  color: #667085;
}
.phone-blogs button {
  background: #003239;
  border-radius: 10px;
  gap: 20px;
  display: flex;
  padding: 10px 20px;
  margin-top: 50px;
}
.phone-blogs button a {
  font-family: "Hellix";
  font-weight: 600;
  font-style: SemiBold;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
}

.gallery {
  padding-top: 100px;
}
.gallery h2 {
  font-family: "Hellix";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  color: #000;
}
@media (max-width: 991px) {
  .gallery h2 {
    font-family: Hellix;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 28px;
  }
}
.gallery p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #667085;
}

.form {
  position: relative;
  bottom: -80px;
}
.form .box {
  background-color: #D9D9D9;
  padding: 19px 16px;
  border-radius: 35px;
}
.form .col-box {
  background: #003239;
  border-radius: 35px;
  padding: 49px;
  padding-bottom: 109px;
}
@media (max-width: 991px) {
  .form .col-box {
    padding: 30px;
  }
}
.form .col-box .fills {
  margin-top: 42px;
}
.form .col-box h2 {
  font-family: "Hellix";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .form .col-box h2 {
    font-family: Hellix;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 28px;
  }
}
.form .col-box p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18.21px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .form .col-box p {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
  }
}
.form .col-box span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18.21px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .form .col-box span {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
  }
}
.form h4 {
  font-family: "Hellix";
  font-weight: 600;
  color: #1D1D1D;
  font-size: 40px;
}
@media (max-width: 991px) {
  .form h4 {
    font-family: "Hellix";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
  }
}
.form label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  color: #1D1D1D;
}
.form input {
  border: 1px solid #000000;
  padding: 5px 27px 5px 27px;
  background: none;
  border-radius: 20px;
  width: 100%;
  height: 45px;
}
.form textarea {
  border: 1px solid #000000;
  padding: 5px 27px 5px 27px;
  background: none;
  border-radius: 20px;
  width: 100%;
  height: 83px;
}
.form button {
  background: #003239;
  padding: 10px 40px;
  font-family: "Hellix";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  border-radius: 10px;
  color: #ffffff;
}

.foot {
  background: #003239;
}
.foot p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0px;
}

/* Base CTA */
.sticky-cta {
  position: fixed;
  right: 25px;
  bottom: 30px;
  z-index: 99999999;
  background: linear-gradient(135deg, #003239, #014b4a);
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: "Hellix";
  font-size: 22px;
  font-weight: 600;
  font-style: SemiBold;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 12px 28px rgba(67, 211, 164, 0.45);
  animation: float 3s ease-in-out infinite, pulse 2s infinite;
  transition: all 0.35s ease;
  overflow: hidden;
}

/* Hover */
.sticky-cta:hover {
  transform: scale(1.08);
  box-shadow: 0 18px 40px rgba(67, 211, 164, 0.65);
}

/* Floating Animation */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
/* Pulse Animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(67, 211, 164, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(67, 211, 164, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(67, 211, 164, 0);
  }
}
/* Light Sweep */
.sticky-cta::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  top: 0;
  left: -120%;
  transform: skewX(-25deg);
}

.sticky-cta:hover::after {
  left: 130%;
  transition: 0.7s;
}

/* 📱 MOBILE FULL-WIDTH CTA */
@media (max-width: 768px) {
  .sticky-cta {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    z-index: 99999999;
    padding: 16px 0;
    font-size: 21px;
    animation: pulse 2s infinite;
  }
}
/* Popup Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

/* Active Popup */
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Popup Box */
.popup-box {
  background: #ffffff;
  width: 90%;
  max-width: 420px;
  z-index: 9999999;
  padding: 28px;
  border-radius: 16px;
  position: relative;
  transform: translateY(30px) scale(0.95);
  transition: all 0.4s ease;
}

/* Animate In */
.popup-overlay.active .popup-box {
  transform: translateY(0) scale(1);
}

/* Close Button */
.close-popup {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 26px;
  cursor: pointer;
  color: #888;
}

.close-popup:hover {
  color: #000;
}

/* Headings */
.popup-box h2 {
  color: #43D3A4;
  margin-bottom: 6px;
}

.popup-box p {
  font-size: 14px;
  color: #666;
  margin-bottom: 18px;
}

/* Form Fields */
.popup-box input,
.popup-box textarea {
  border: 1px solid #000000;
  padding: 5px 27px 5px 27px;
  background: none;
  border-radius: 20px;
  width: 100%;
}

.popup-box label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  color: #1D1D1D;
}

.popup-box input:focus,
.popup-box textarea:focus {
  border-color: #43D3A4;
  box-shadow: 0 0 0 2px rgba(67, 211, 164, 0.25);
}

/* Submit Button */
.popup-box button {
  width: 100%;
  background: linear-gradient(135deg, #003239, #014b4a);
  border: none;
  color: #fff;
  padding: 13px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.popup-box button:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 25px rgba(67, 211, 164, 0.45);
}

.service_banner_paid_media {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../Images/creative_ads_banner.jpg);
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .service_banner_paid_media {
    height: 450px;
  }
}
.service_banner_paid_media .col-lg-6 {
  height: 600px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.service_banner_paid_media .col-lg-6 h2 {
  font-family: "Hellix";
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .service_banner_paid_media .col-lg-6 h2 {
    font-family: "Hellix";
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
  }
}
.service_banner_paid_media .col-lg-6 h2 span {
  font-family: "Hellix";
  font-weight: 700;
  font-style: Bold;
  font-size: 42px;
  text-align: center;
  color: #43D3A4;
}
@media (max-width: 991px) {
  .service_banner_paid_media .col-lg-6 h2 span {
    font-family: "Hellix";
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    text-align: center;
  }
}
.service_banner_paid_media .col-lg-6 p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: white;
}
.service_banner_paid_media .col-lg-6 button {
  background: #43D3A4;
  padding: 16px 28px;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .service_banner_paid_media .col-lg-6 button {
    padding: 10px 15px;
  }
}
.service_banner_paid_media .col-lg-6 button a {
  font-family: "Hellix";
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  color: #111204;
  gap: 8px;
  display: flex;
}
@media (max-width: 991px) {
  .service_banner_paid_media .col-lg-6 button a {
    font-size: 12px;
  }
}

.paid_media_intro p {
  Font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #1D1D1D;
}

.paid_media_rows h2 {
  font-family: "Hellix";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  color: #000;
}
@media (max-width: 991px) {
  .paid_media_rows h2 {
    font-family: Hellix;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 28px;
  }
}
.paid_media_rows p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #667085;
}
.paid_media_rows img {
  border: 2px solid #045A3E;
}
.paid_media_rows button {
  background-color: #003239;
  border-radius: 10px;
  gap: 20px;
  display: flex;
  padding: 10px 20px;
  margin-top: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.paid_media_rows button a {
  font-family: "Hellix";
  font-weight: 600;
  font-style: SemiBold;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff !important;
}
.call-float {
  position: fixed;
  bottom: 110px;
  right: 20px;
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, #003239, #014b4a);
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
  z-index: 9999;
}

.call-float:hover {
  background: #084c91;
}

 /* ---------- Video Area ---------- */
/*  .t-media{*/
/*    position: relative;*/
/*    width: var(--cardW);*/
/*    height: var(--cardH);*/
/*    justify-self: center;*/
/*  }*/

/*  .t-video-container{*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    perspective: 1100px;*/
/*    isolation: isolate;*/
/*  }*/

/*  .testimonial-video{*/
/*    position:absolute;*/
/*    inset:0;*/
/*    width:100%;*/
/*    height:100%;*/
/*    object-fit:cover;*/
/*    border-radius: var(--radius);*/
/*    background:#000;*/

/*    box-shadow: 0 12px 30px rgba(0,0,0,.18);*/
/*    transform-style:preserve-3d;*/

    /* Smooth stacking */
/*    transition: transform .45s ease, opacity .45s ease;*/
/*    will-change: transform, opacity;*/
/*  }*/

  /* ---------- Navigation Buttons ---------- */
/*  .t-nav{*/
/*    position:absolute;*/
/*    top:50%;*/
/*    transform: translateY(-50%);*/
/*    width: clamp(38px, 7vw, 46px);*/
/*    height: clamp(38px, 7vw, 46px);*/
/*    border-radius: 999px;*/
/*    border: none;*/
/*    cursor: pointer;*/

/*    background: rgba(0,0,0,.55);*/
/*    color:#fff;*/
/*    font-size: clamp(22px, 4.4vw, 28px);*/
/*    line-height: 1;*/

/*    display:flex;*/
/*    align-items:center;*/
/*    justify-content:center;*/

/*    z-index: 10;*/
/*    user-select: none;*/

/*    transition: background .2s ease, transform .2s ease;*/
/*  }*/
/*  .t-nav:hover{ background: rgba(0,0,0,.72); }*/
/*  .t-nav:active{ transform: translateY(-50%) scale(.96); }*/

/*  .t-prev{ left: clamp(-14px, -2.3vw, -18px); }*/
/*  .t-next{ right: clamp(-14px, -2.3vw, -18px); }*/

  /* Better tap targets on mobile */
/*  @media (hover: none){*/
/*    .t-nav{ background: rgba(0,0,0,.65); }*/
/*  }*/

  /* ---------- Text Area ---------- */
/*  .t-content{*/
/*    max-width: 62ch;*/
/*  }*/

/*  .t-quote{*/
/*    margin: 0 0 14px 0;*/
/*    font-size: clamp(15px, 1.6vw, 18px);*/
/*    line-height: 1.7;*/
/*  }*/

/*  .t-name{*/
/*    font-weight: 700;*/
/*    font-size: clamp(14px, 1.5vw, 16px);*/
/*  }*/

/*  .t-desig{*/
/*    opacity: .75;*/
/*    font-size: clamp(13px, 1.4vw, 14px);*/
/*    margin-top: 2px;*/
/*  }*/

/*  .word{*/
/*    display:inline-block;*/
/*    will-change: transform, opacity, filter;*/
/*  }*/

  /* ---------- Responsive Breakpoints ---------- */

  /* Tablets / small laptops */
/*  @media (max-width: 900px){*/
/*    .t-wrap{*/
/*      grid-template-columns: 1fr;*/
/*      text-align: center;*/
/*    }*/
/*    .t-content{*/
/*      max-width: 70ch;*/
/*      justify-self: center;*/
/*    }*/
/*  }*/

  /* Small phones */
/*  @media (max-width: 420px){*/
/*    .t-wrap{*/
/*      --cardW: min(88vw, 320px);*/
/*    }*/
/*    .t-prev{ left: -10px; }*/
/*    .t-next{ right: -10px; }*/
/*  }*/

  /* Ultra-wide screens: keep it centered & readable */
/*  @media (min-width: 1400px){*/
/*    .t-wrap{ max-width: 1200px; }*/
/*  }*/

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