* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.navbar-brand img {
  width: 228px;
  margin-top: 10px;
}

html {
  scroll-padding: 200px;
}

.logo-sub {
  display: none;
}

.fs-20 {
  font-size: 20px;
}

.video-section {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.bg-video {
  position: absolute;
  top: 40%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -40%);
  object-fit: cover;
}

.video-content {
  position: relative;
  z-index: 2;
  color: #0f75bc;
  text-align: center;
  top: 58%;
  transform: translateY(-50%);
}

.video-section .video-content h1 {
    font-family: "Raleway", sans-serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: #000;
}

.animated-heading {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.5s ease-out forwards;
  letter-spacing: 2px;
  font-size: 2.5rem;
  text-transform: uppercase;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nav-top-media a i {
  font-size: 17px;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
/* --------------------------------------------- */
.nav-top-media {
  padding: 5px 0;
}

.fa-facebook {
  color: #4267b2;
}

.fa-youtube {
  color: #c4302b;
}

.fa-instagram {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa-x-twitter {
  color: #000;
}

.nav-contact {
  color: #55beeb;
}

.nav-top-section {
  background-color: #232323;
  padding: 8px 0;
}

.nav-top-section .top-div2 a {
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.nav-top-section .top-div2 a,
.nav-top-section .top-div1 a {
  color: #fff;
}

.nav-top-section .top-div1 a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.nav-top-section .v-line {
  border-right: 1px solid #fff;
  padding-right: 10px;
  text-align: center;
  display: flex;
  align-items: center;
}

.navbar .navbar-nav .nav-link {
  padding-left: 10px !important;
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-nav li:nth-child(-n + 7):after {
  content: "";
  border-right: 2px solid #a0a1a8;
  display: block;
  width: 100%;
  height: 14px;
  margin-top: -28px;
}

.navbar-nav .dropdown li:nth-child(-n + 6):after {
  content: "";
  display: none;
  width: 100%;
  height: 10px;
  margin-top: -30px;
}

.dropdown a {
  font-size: 14px;
}

.navbar-nav li a:hover {
  color: #0f75bc;
  transition: all 0.5ms ease-in-out;
  transform: rotate(180);
}

.nav-link.active,
.dropdown-item.active {
  color: #0f75bc !important;
}

.nav-item .icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.nav-item .button:hover {
  transform: scale(1.05);
  border-color: #fff9;
  color: #fff !important;
}

.nav-item.button:hover .icon {
  transform: translate(4px);
}

.nav-item .button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.nav-item .button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.dropdown,
.dropend {
  position: relative;

  &:hover {
    & > .dropdown-menu {
      display: block;
    }
  }
}

.dropdown {
  &:hover {
    & > .dropdown-menu {
      margin-top: -0.5rem;
    }
  }
}

.dropend {
  &:hover {
    & > .dropdown-menu {
      position: absolute;
      top: -0.5rem;
      left: 100%;
      margin-left: 0;

      @media (max-width: 767.98px) {
        top: 100%;
        left: 0;
        width: auto;
        min-width: 100%;
      }
    }
  }
}

/* --------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------- aboutus section---------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */

.about-us-section .parent-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
}

.about-us-section .fa-chevron-right {
  color: #8bbd2c;
  font-size: 14px;
  display: none;
}

.about-us-section .content-abouts h3 {
  font-weight: bold;
  font-size: 25px;
}

.about-us-section .clr-hlf {
  color: #0f75bc;
  font-weight: 500;
}

.about-us-section .parent-boxes h5 {
  color: #8bbd2c;
  font-weight: bold;
}

.div1,
.div2 {
  border-bottom: 1px solid #ccc;
}

.div1,
.div2,
.div3,
.div4 {
  padding: 15px;
}

.content-abouts img {
  display: block;
  margin: 0 auto;
}

.about-us-section {
  padding: 70px 0;
}

.points-imp {
  display: flex;
  align-items: center;
  padding-top: 10px;
  justify-content: space-between;
}

.points-imp div {
  display: flex;
  align-items: center;
  text-align: center;
}

.points-imp img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.points-imp p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
}
/* --------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------- Technology section---------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */

.Technology-aragya {
  padding: 0px 0px 60px 0px;
}

.Technology-aragya .Technology-content h3 {
  color: #0f75bc;
  font-weight: bold;
  line-height: 40px;
}

.Technology-content {
  padding: 30px;
}

/* .btn-readmore{
    display: inline-block;
    padding: 10px 20px;
    background: #8bbd2c;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
    align-self: flex-start;
} */

.btn-readmore {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 20px;
  background-color: #0f75bc;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(85, 190, 235, 0.2), 0 0 6px rgba(85, 190, 235, 0.3),
    0 0 8px rgba(85, 190, 235, 0.4), 0 0 12px rgba(85, 190, 235, 0.5);
}

.btn-readmore span {
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.btn-readmore i {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 120px;
  background-color: inherit;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.btn-readmore i::before,
.btn-readmore i::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
}

.btn-readmore i::before {
  border-radius: 46%;
  background-color: rgba(85, 190, 235, 0.2);
  animation: animate 5s linear infinite;
}

.btn-readmore i::after {
  border-radius: 40%;
  background-color: rgba(85, 190, 235, 0.4);
  animation: animate 10s linear infinite;
}

@keyframes animate {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}

/* --------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------- Solutions section ---------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */

.water-contact {
  background: linear-gradient(90deg, #00b4db, #0083b0);
  color: white;
  padding: 15px 25px;
  font-size: 1.2rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 20px auto;
}

.water-contact a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

.solutions-argaya h3 {
  font-weight: bold;
  color: #fff;
}

.solutions-argaya p {
  color: #fff;
  font-size: 18px;
}

.solutions-argaya {
  background: url(../images/Sink.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
  margin-top: 80px;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------- Services section ---------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */

.services-section {
  background-color: #adc783;
}

.services-content {
  color: #fff;
  text-align: center;
  padding: 5rem 7rem 9rem;
}

.services-content h3 {
  font-weight: bold;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 0;
}

.services-grid h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #0f75bc;
}

.services-grid p {
  font-size: 16px;
  line-height: 1.6;
}

.services-grid {
  background-color: #fff;
  margin-top: -150px;
}

.btn-allservices {
  text-align: center;
  margin-top: 40px;
}

.btn-allservices a {
  background-color: #0f75bc;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
}

.sg-box_1 p,
.sg-box_3 p {
  padding: 0 30px;
}

.services-top {
  padding-bottom: 40px;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------- Problem-statment section ------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */

.problem-statment h3 {
  font-weight: bold;
  color: #0f75bc;
  font-size: 36px;
}

.problem-statment h5 {
  font-weight: 300;
  font-size: 25px;
}

.problem-statment h3,
.problem-statment h5 {
  text-align: center;
}

.niti-ayoga {
  padding: 80px 0;
}

.problem-statment ul {
  list-style: url(../images/drop.webp);
  margin-bottom: 0;
  margin-top: 15px;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------- products- section -------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
.only-service-title {
  color: #0f75bc;
  font-weight: bold;
  font-size: 1.75rem;
}

.products-arghya {
  padding: 70px 0;
}

.heading-title-sevices h5 {
  text-align: center;
  color: #333;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.product-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #eaeaea;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.product-img {
  overflow: hidden;
  height: 220px;
  position: relative;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-img img {
  transform: scale(1.05);
}

.product-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-title {
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: #2a2a2a;
  font-weight: 600;
}

.product-desc {
  color: #666;
  margin-bottom: 20px;
  flex-grow: 1;
  font-size: 0.95rem;
  line-height: 1.5;
}

.product-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #8bbd2c;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  align-self: flex-start;
  font-size: 0.9rem;
  font-weight: 500;
  border: 2px solid transparent;
}

.product-btn:hover {
  background: #fff;
  color: #8bbd2c;
  border-color: #8bbd2c;
}

.estimate-btn {
  background: #fff;
  border-color: #8bbd2c;
  color: #8bbd2c;
  padding: 10px 20px;
  display: inline-block;
  border: 2px solid;
  border-radius: 4px;
}

.estimate-btn:hover {
  background: #8bbd2c;
  color: white;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .products-arghya {
    padding: 60px 0;
  }
}

.btns-estimate {
  display: flex;
  justify-content: space-between;
}
/* --------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------- footer - section -------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */

/* footer-section */

.tf-js {
  padding-right: 35px;
  padding-top: 12px;
}

.footer-section {
  background-color: #232323;
  color: #fff;
  padding: 80px 0;
}

.footer-section ul li {
  list-style-type: none;
  margin-bottom: 10px;
  color: #0f75bc;
  padding-top: 5px;
}

.footer-section ul {
  padding: 0;
}

.contact-info-footer h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.contact-info-footer .Address-info {
  font-size: 14px;
  line-height: 1.6;
}

.contact-info-footer .fa-solid {
  color: #007bff;
  margin-top: 3px;
}

.contact-info-footer .no a {
  color: #fff;
  text-decoration: none;
}

.contact-info-footer a:hover {
  color: #0056b3;
}

.contact-info-footer .me-2 {
  margin-right: 0.5rem;
}

.contact-info-footer .btn-transparent {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.contact-info-footer .btn-transparent:hover {
  background-color: #fff;
  color: #000;
}

.img-logo-footer {
  width: 80px;
  height: 80px;
}

.line-footer {
  width: 100px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  border-radius: 2px;
}

.copy-right {
  background-color: #0f75bc;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
}

.copy-right a {
  color: #fff;
}

/* footer-section-end */

.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #48c859;
}

.whatsapp i {
  font-size: 30px;
}

.social-item {
  text-decoration: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  /* Changed to 0.2s as requested */
}

.desktop-none {
  display: none;
}

.social-item:hover {
  transform: scale(1.1);
}

#tapToTop {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 2px solid rgba(116, 115, 115, 0.25);
  border-radius: 50%;
  color: #0f75bc;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: translateY(-150px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 999;
}

#tapToTop.show {
  transform: translateY(0);
  opacity: 1;
}

#tapToTop:hover {
  transform: translateY(0) rotate(360deg);
  background: rgba(255, 255, 255, 0.25);
}

/* --------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------- About Us ----------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */

.circular-water-system {
  color: #555;
  font-size: 18px;
  line-height: 1.8;
  padding: 30px;
  text-align: center;
}

.circular-water-system h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #00669f;
}

/* .circular-water-system b,
.arghya-intro b {
  font-weight: 700;
  color: #00669f;
} */

.arghya-intro {
  color: #555;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  padding: 30px;
}

.about-company {
  color: #00669f;
  padding: 30px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 118, 191, 0.1);
  line-height: 1.8;
  position: relative;
}

.about-company h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #004a7a;
  position: relative;
  padding-bottom: 15px;
}

.about-company h5::after {
  content: "";
  position: absolute;
  bottom: 17px;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #0096c9, #00669f);
}

/* Reuse, Recover, Reduce Section */
.reuse-recover-reduce {
  padding: 80px 0;
  background: linear-gradient(135deg, #e6f4fa 0%, #f0f9f1 100%);
  position: relative;
  overflow: hidden;
}

/* .reuse-recover-reduce::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background-color: rgba(72, 200, 89, 0.1);
  border-radius: 50%;
}

.reuse-recover-reduce::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background-color: rgba(0, 150, 201, 0.1);
  border-radius: 50%;
} */

.rrr-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.rrr-item {
  flex: 0 0 calc(33.333% - 30px);
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.rrr-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #48c859, #0096c9);
}

.rrr-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.rrr-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #48c859, #0096c9);
  border-radius: 50%;
  color: white;
  font-size: 36px;
}

.rrr-title {
  color: #00669f;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.rrr-description {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.icon-title {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .rrr-item {
    flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .Technology-aragya h3 {
    font-size: 22px;
  }

  .Technology-aragya .Technology-content h3 {
    line-height: 30px;
  }

  .rrr-item {
    flex: 0 0 100%;
  }

  .Technology-aragya .row > div {
    padding: 15px;
  }

  .Technology-aragya img {
    margin-bottom: 30px;
  }
}

.vm {
  margin-right: 0;
}

.arghya-bang {
  padding: 80px 0;
}

/* ---------------------------------------------------------------------- */
/* ------------------------------Team----------------------------------- */
/* -------------------------------------------------------------------- */

.speakers-section-three a,
.speakers-section-three a:hover,
.speakers-section-three a:focus,
.speakers-section-three a:active {
  text-decoration: none;
  outline: none;
}

.speakers-section-three a {
  font-style: normal;
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.speakers-section-three a,
.speakers-section-three a:active,
.speakers-section-three a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.speakers-section-three ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.speakers-section-three img {
  max-width: 100%;
  height: auto;
}

.speakers-section-three .sec-title {
  position: relative;
  margin-bottom: 70px;
}

.speakers-section-three .sec-title .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #00669f;
  font-weight: 500;
  background: #0096c9;
  background: -moz-linear-gradient(
    to left,
    #0096c9 0%,
    #00669f 25%,
    #0096c9 75%,
    #00669f 100%
  );
  background: -webkit-linear-gradient(
    to left,
    #0096c9 0%,
    #00669f 25%,
    #0096c9 75%,
    #00669f 100%
  );
  background: linear-gradient(
    to left,
    #0096c9 0%,
    #00669f 25%,
    #0096c9 75%,
    #00669f 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0096c9', endColorstr='#00669f', GradientType=1);

  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.speakers-section-three .sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888;
  margin-top: 30px;
}

.speakers-section-three .sec-title.light h2,
.speakers-section-three .sec-title.light .title {
  color: #fff;
  -webkit-text-fill-color: inherit;
}

.speakers-section-three {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 80px 0;
  background: linear-gradient(135deg, #e6f4fa 0%, #f0f9f1 100%);
  overflow: hidden;
}

.speakers-section-three .speaker-block-three {
  position: relative;
  margin-bottom: 50px;
}

.speakers-section-three .speaker-block-three .inner-box {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  max-width: 300px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.speakers-section-three .speaker-block-three .inner-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.speakers-section-three .speaker-block-three .image-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 50px 0;
}

.speakers-section-three .speaker-block-three .image-box:before {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -4px;
  height: 100%;
  background-image: url(../images/team-shape.webp);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  content: "";
}

.speakers-section-three .speaker-block-three .image-box .image {
  position: relative;
  display: inline-block;
  height: 130px;
  width: 130px;
  overflow: hidden;
  border: 4px solid #00669f;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 9;
  margin-bottom: 0;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.speakers-section-three
  .speaker-block-three
  .inner-box:hover
  .image-box
  .image {
  border-radius: 0;
}

.speakers-section-three .speaker-block-three .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speakers-section-three .speaker-block-three .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.speakers-section-three .speaker-block-three .info-box {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  padding-right: 10px;
  background-color: #00669f;
}

.speakers-section-three .speaker-block-three .info-box .name {
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 500;
}

.speakers-section-three .speaker-block-three .info-box .name a {
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speakers-section-three .speaker-block-three .info-box .name a:hover {
  color: #fff;
}

.speakers-section-three .speaker-block-three .info-box .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
}

.speakers-section-three .speaker-block-three .social-box {
  position: absolute;
  top: 90px;
  transform: translateX(-50px);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.speakers-section-three .speaker-block-three .social-box .social-links li {
  margin-bottom: 4px;
}

.speakers-section-three .speaker-block-three .inner-box:hover .social-box {
  transform: translateX(10px);
}

.speakers-section-three .speaker-block-two .social-links li {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.speakers-section-three .speaker-block-three .social-links li a i {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speakers-section-three .speaker-block-three .social-links li a:hover i {
  color: #fff;
  background: #00669f;
}

.sec-title h2 {
  font-weight: 700;
  color: #00669f;
}

.sec-title p {
  color: #0096c9;
  font-size: 18px;
  line-height: 1.8;
  max-width: 800px;
}

/* ----------------------------------------------------------------- */
/* ------------------------Logo-theme------------------------------ */
/* --------------------------------------------------------------- */

.logo-theme {
  padding: 80px 0;
  background: linear-gradient(135deg, #e6f4fa 0%, #f0f9f1 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.logo-theme .logo-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}

.logo-theme p {
  max-width: 765px;
  margin: 0 auto;
  color: #0096c9;
  font-size: 18px;
  line-height: 1.8;
  padding: 30px;
}

.logo-theme::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background-color: rgba(72, 200, 89, 0.1);
  border-radius: 50%;
}

.logo-theme::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background-color: rgba(0, 150, 201, 0.1);
  border-radius: 50%;
}

/* ---------------------------------------------------------- */
/* -------------------Why-arghya---------------------------- */
/* -------------------------------------------------------- */

/* Why Choose Arghya Section */
.why-choose-arghya {
  padding: 80px 0;
  background: linear-gradient(135deg, #e6f4fa 0%, #f0f9f1 100%);
}

.title-tech {
  padding-bottom: 20px;
}

.why-choose-arghya .row {
  align-items: center;
  margin-bottom: 60px;
}

.why-choose-arghya .row:last-child {
  margin-bottom: 0;
}

.why-choose-arghya h1 {
  font-size: 2rem;
  color: #00669f;
  font-weight: 700;
  color: #00669f;
}

.whyy-choose-arghya-content p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #555;
}

.whyy-choose-arghya-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.whyy-choose-arghya-content ul li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.whyy-choose-arghya-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: #0096c9;
  border-radius: 50%;
}

.whyy-choose-arghya-content ul li strong {
  display: block;
  color: #00669f;
  font-size: 18px;
  margin-bottom: 5px;
}

.whyy-choose-arghya-content ul li span {
  display: block;
  color: #666;
  font-size: 16px;
}

.whyy-choose-arghya-content h5 {
  font-size: 20px;
  color: #00669f;
  font-style: italic;
  padding: 15px 20px;
  background-color: #e6f4fa;
  border-left: 4px solid #0096c9;
}

.why-choose-arghya .col-lg-6:last-child img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Second Row Styles */
.why-choose-arghya .centered-row {
  margin: 60px 0;
  text-align: center;
}

.why-choose-arghya .centered-content {
  background-color: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}

.why-choose-arghya .centered-content h3 {
  font-size: 32px;
  color: #00669f;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

.why-choose-arghya .centered-content h3:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #0096c9;
}

.why-choose-arghya .centered-content ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}

.why-choose-arghya .centered-content ul li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  color: #555;
  font-size: 17px;
}

.why-choose-arghya .centered-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  background-color: #0096c9;
  border-radius: 50%;
}

/* CTA Section */
.cta-all {
  padding: 60px 0;
  background: linear-gradient(135deg, #00669f 0%, #0096c9 100%);
  color: white;
  text-align: center;
}

.cta-all .container {
  max-width: 800px;
}

.cta-all h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.cta-all p {
  font-size: 20px;
  margin-bottom: 30px;
  opacity: 0.9;
}

.cta-all .btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: white;
  color: #00669f;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid white;
}

.cta-all .btn:hover {
  background-color: transparent;
  color: white;
}

/* ----------------------------------------------- */
/* -------------Solutions-indusrties------------- */
/* --------------------------------------------- */

.lab-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #e6f4fa 0%, #f0f9f1 100%);
}
.lab-container {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  max-width: 1200px;
}

.lab-content {
  flex: 1;
  padding: 30px;
}
.lab-image {
  flex: 1;
  text-align: center;
}
.lab-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.lab-title {
  color: #00669f;
  font-size: 28px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
.lab-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #0096c9;
}
.lab-text {
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}
/* Alternate layout for even sections */
.lab-container:nth-child(even) .lab-content {
  order: 2;
}
.lab-container:nth-child(even) .lab-image {
  order: 1;
}

/* ----------------------------------------------- */
/* --------------Technolgy----------------------- */
/* ---------------------------------------------- */

.tech-arghya-content {
  padding: 80px 0;
  background: linear-gradient(135deg, #e6f4fa 0%, #f0f9f1 100%);
}

.title-tech {
  padding-bottom: 20px;
}

.tech-arghya-content .row {
  align-items: center;
  margin-bottom: 60px;
}

.tech-arghya-content .row:last-child {
  margin-bottom: 0;
}

.tech-arghya-content h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #00669f;
}

.tech-choose-arghya-content p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #555;
}

.section-title {
  color: #0056b3;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.section-title-tech {
  color: #0056b3;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.section-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #007bff, #00bfff);
  border-radius: 3px;
}

.matter-list {
  list-style: none;
  padding: 0;
}

.matter-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.matter-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 119, 255, 0.15);
}

.matter-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #007bff, #00bfff);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  font-size: 20px;
}

.matter-content h4 {
  color: #0056b3;
  margin-bottom: 8px;
  font-weight: 600;
}

.matter-content p {
  color: #555;
  margin: 0;
  line-height: 1.5;
}

/* ------------------------------------------- */
/* ---------------CSR------------------------ */
/* ----------------------------------------- */

.csr h1 {
  font-size: 2rem;
  color: #00669f;
  position: relative;
  padding-bottom: 15px;
  font-weight: 700;
  color: #00669f;
  margin-bottom: 20px;
}

.csr h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 4px;
  background: #0096c9;
}

.csr p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #555;
}

.csr {
  padding: 80px 0;
  background: linear-gradient(135deg, #e6f4fa 0%, #f0f9f1 100%);
}

.csr .only-csr-title {
  font-size: 20px;
  color: #0056b3;
  font-weight: 700;
}

.points h5 {
  color: #0056b3;
}

.key-csr-focus {
  padding-top: 40px;
}

/* ---------------------------------------------- */
/* --------------Blogs-------------------------- */

.blogs-heading h3 {
  color: #d90a2c;
  font-size: 36px;
}

.blogs-heading p {
  font-size: 26px;
  font-weight: normal;
}

.readmorebtn-text {
  color: #555;
}

.blogs {
  padding: 80px 0;
  background: linear-gradient(135deg, #e6f4fa 0%, #f0f9f1 100%);
}

.blog-section h3 {
  font-size: 36px;
  color: #d90a2c;
}

.only-whoweare-pg {
  padding-bottom: 40px;
  padding-top: 0 !important;
}

.blog-card {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-card-body {
  padding: 20px;
}

.blog-card-body h5 {
  font-size: 1.2rem;
  font-weight: bold;
}

.blog-card-body p {
  font-size: 1rem;
  color: #555;
}

.blogs-heading-top h3 {
  color: #0056b3;
  font-weight: bold;
  padding-bottom: 20px;
}

.blog-container {
  max-width: 900px;
  margin: auto;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
}

.blog-title {
  font-weight: 700;
  font-size: 28px;
}

.blog-section h4 {
  margin-top: 30px;
  font-weight: 600;
}

.blog-section ul {
  padding-left: 20px;
}

.nav-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.btn-blog-nav {
  border-radius: 50px;
  padding: 8px 20px;
}

/* -------------------------------------- */
/* ----------Contact-us------------------ */
/* ------------------------------------- */

.contact-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #e6f4fa 0%, #f0f9f1 100%);
}

.contact-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-header h2 {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 700;
}

.contact-header p {
  font-size: 1.1rem;
  color: #7f8c8d;
  line-height: 1.6;
}

.contact-box {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.contact-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #3498db;
}

.contact-info h4 {
  font-size: 1.3rem;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
}

.contact-info p {
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 0;
}

.font-weight-bold {
  font-weight: 600;
  color: #2c3e50;
}

.phone a,
.email a {
  color: #3498db;
  text-decoration: none;
  transition: color 0.3s ease;
}

.phone a:hover,
.email a:hover {
  color: #2980b9;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .contact-header h2 {
    font-size: 2rem;
  }

  .contact-header p {
    font-size: 1rem;
  }

  .contact-box {
    padding: 20px;
  }
}

.patent-heading {
  font-weight: 600;
  color: #333;
}

.patent-whatsapp-btn {
  font-size: 1.1rem;
  padding: 0.75rem 1.5rem;
  transition: transform 0.2s ease;
}

.patent-whatsapp-btn:hover {
  transform: scale(1.05);
}

.patent-testimonial-card {
  border-left: 4px solid #28a745;
  background-color: #f9f9f9;
}

.patent-testimonial-card .card-text {
  font-style: italic;
  color: #555;
}

.patent-qr {
  border: 2px dashed #ccc;
  padding: 10px;
  border-radius: 10px;
}

.feed-back {
  padding: 80px 0;
  background: linear-gradient(135deg, #e6f4fa 0%, #f0f9f1 100%);
}

/* --------------------------------- */
.desktop-only {
  display: inline !important;
}
.mobile-only {
  display: none !important;
}

.mob-video {
  display: none;
}

.link-mob {
  display: none;
}

.soc-mob {
  display: none;
}

/* ------------------------------- */

.survey-section {
  padding: 60px 0;
  color: #00334a;
}

.survey-section h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #0f75bc;
  margin-bottom: 20px;
}

.survey-section p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #00669f;
  max-width: 900px;
  margin: 0 auto 30px;
}

.solution-types h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #0f75bc;
}

/* -------------------------------------------- */
/* ----------Products-page-------------------- */
/* ------------------------------------------ */

.product-EU301 .bg-blue {
  background: url(../images/background-clr-slider.webp) no-repeat;
  background-size: cover;
  height: 70vh;
}

.product-EU301 .container {
  padding-left: 0;
}

.product-EU301 .content-product {
  padding: 0px 40px 0px 40px;
}

.product-EU301 .content-product h5 {
  color: #0f75bc;
  font-weight: bold;
  font-size: 28px;
}

.p-layer {
  font-size: 35px;
}

.product-EU301 {
  background: linear-gradient(135deg, #e6f4fa 0%, #f0f9f1 100%);
  padding: 60px 0;
}

.sink-specs {
  background: linear-gradient(135deg, #e6f4fa 0%, #f0f9f1 100%);
}

/* ----------------------------------------------------------------------- */
/* ---------------------------All-services-------------------------------- */
/* ----------------------------------------------------------------------- */

.services-box {
  padding: 60px 0;
 background: linear-gradient(135deg, #e6f4fa 0%, #f0f9f1 100%);
  line-height: 1.6;
}

.services-box .row {
  padding-bottom: 40px;
  align-items: center;
}

.service-details {
  margin-bottom: 40px;
}

.details-title {
  color: #00669f;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.details-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #00669f;
}

.details-description {
  color: #555;
  margin-bottom: 15px;
  font-size: 16px;
}

.what-we-offer,
.benefits {
  background-color: white;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.offer-title,
.benefits-title {
  color: #00669f;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.offer-list,
.benefits-list {
  padding-left: 20px;
}

.offer-list li,
.benefits-list li {
  margin-bottom: 12px;
  color: #444;
  position: relative;
  list-style-type: none;
  padding-left: 25px;
}

.offer-list li::before,
.benefits-list li::before {
  content: "•";
  color: #00669f;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}

.offer-list strong {
  color: #00669f;
}

.wtp-full {
  background-color: #00669f;
  padding: 30px 20px;
  color: #fff;
  text-align: center;
}

.eu301-spec {
  background: linear-gradient(135deg, #e6f4fa 0%, #f0f9f1 100%);
  padding-top: 120px;
  padding-bottom: 60px;
}

.eu301-spec .specs h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
}

.eu301-spec .specs ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.eu301-spec .specs ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.eu301-spec .specs ul li::before {
  content: "✔";
  color: #fff;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 0;
}

.eu301-spec .specs ul li strong {
  display: block;
  font-weight: 600;
}

.download-pdf {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 40px;
}

.download-pdf p {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.download-pdf a{
  text-decoration: underline;
}

.product-EU301-mobile {
  display: none;
}

.estimation-page {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff; /* optional, or remove if you want transparent */
  padding: 20px;
}

.estimation-page .es-left,
.estimation-page .es-right {
  flex: 1;
  text-align: center;
  padding: 10px 20px;
}

.estimation-page .es-left {
  /* vertical separator */
  border-right: 1px solid #0f75bc;
}

.estimation-page p {
  margin: 0 0 10px;
  font-size: 18px;
  color: #0f75bc;
}

.estimation-page .es-left a {
  display: inline-block;
  padding: 8px 16px;
  color: #fff;
  background-color: #0f75bc;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.estimation-page .es-left a:hover {
  background-color: #0d5e96;
}

.estimation-page .es-right a {
  color: #0f75bc;
  font-size: 18px;
  text-decoration: none;
}

.estimation-page .es-right a:hover {
  text-decoration: underline;
}

.estimation-page .fa-phone {
  margin-right: 8px;
}

/* -------------------------------------------------- */
/* ------------------Modal-form--------------------- */
/* ------------------------------------------------ */

/* ===== Modal Styling ===== */
.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

/* ===== Modal Header ===== */
.modal-header {
    border-bottom: none;
    justify-content: center;
    padding-top: 25px;
}

.modal-title {
    color: #0d5e96;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

/* ===== Form Styling ===== */
#contactForm {
    padding: 0 25px;
}

#contactForm .form-label {
    font-weight: 500;
    color: #0d5e96;
}

#contactForm .form-control,
#contactForm .form-select {
    border-radius: 10px;
    border: 1px solid #ced4da;
    transition: all 0.3s ease-in-out;
}

#contactForm .form-control:focus,
#contactForm .form-select:focus {
    border-color: #0d5e96;
    box-shadow: 0 0 0 0.2rem rgba(13, 94, 150, 0.25);
}

/* ===== Modal Footer ===== */
.modal-footer {
    border-top: none;
    justify-content: center;
    padding-bottom: 25px;
}

.modal-footer .btn-primary {
    background-color: #0d5e96;
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.modal-footer .btn-primary:hover {
    background-color: #094b77;
}

#serviceTitle, #landingServiceTitle {
    text-align: center !important;
}
