/* ===================================== Import Variables ================================== */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;900&display=swap");

.bg-primary {
  background-color: #1690f0 !important;
}

.bg-lwhi {
  background-color: rgba(245, 245, 245, 0.484);
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: #06375d;
  color: white;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
}

#topBtn i {
  font-size: 25px;
}

#topBtn:hover {
  background-color: #555;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 140px;
  right: 15px;
  background-color: #3f2471;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  z-index: 9999999999;
}

.my-float {
  margin-top: 16px;
}

.wp-call-button {
  display: block;
  position: fixed;
  text-decoration: none;
  z-index: 9999999999;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  right: 15px;
  bottom: 70px;
  /* color: wheat; */
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDU5cHgiIGhlaWdodD0iNDU5cHgiIHZpZXdCb3g9IjAgMCA0NTkgNDU5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NTkgNDU5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNhbGwiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZTsiIGQ9Ik05MS44LDE5OC45YzM1LjcsNzEuNCw5Ni45LDEzMC4wNSwxNjguMywxNjguM0wzMTYuMiwzMTEuMWM3LjY0OS03LjY0OSwxNy44NS0xMC4xOTksMjUuNS01LjFjMjguMDUsMTAuMiw1OC42NDksMTUuMyw5MS44LDE1LjNjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjV2ODYuN2MwLDE1LjMtMTAuMiwyNS41LTI1LjUsMjUuNUMxOTMuOCw0NTksMCwyNjUuMiwwLDI1LjVDMCwxMC4yLDEwLjIsMCwyNS41LDBoODkuMjVjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjVjMCwzMC42LDUuMSw2MS4yLDE1LjMsOTEuOGMyLjU1LDcuNjUsMCwxNy44NS01LjEsMjUuNUw5MS44LDE5OC45eiIvPjwvZz48L2c+PC9zdmc+) center/22px 22px no-repeat #3f2471 !important;
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.carousel-item img {
  margin-top: 5%;
  /* max-height: 80vh; */
  min-height: 50vh;
}

.text-primary {
  color: #1690f0;
}

.card {
  transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}


/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #3F3F3F;
}

a:hover {
  color: rgb(5, 170, 170);
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.cp {
  cursor: pointer;
}

html,
body {
  height: 100%;
  font-family: "Nunito", sans-serif;
}

p {
  margin-bottom: 0px;
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.hid {
  display: none;
}

.top-mar {
  margin-top: 15px;
}

.h-100 {
  height: 100%;
}

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: 0.5 !important;
}

.container-fluid {
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #02121f;
}

body {
  background-color: #f5f8fc !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #6A6A6A;
  overflow-x: hidden;
}

.section-title {
  padding: 30px;
  margin: 0px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .section-title {
    padding: 5px;
  }
}

.section-title h2 {
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0px;
}

.section-title p {
  max-width: 850px;
  text-align: center;
  float: none;
  margin: auto;
  font-size: 0.9rem;
  margin-top: 6px;
}

.section-title span {
  float: right;
  font-style: italic;
}

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px;
}

.inner-title h2 {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #863dd9;
  padding-bottom: 10px;
  margin-bottom: 0px;
  width: 300px;
}

.inner-title p {
  width: 100%;
  text-align: center;
}

.inner-title .btn {
  float: right;
  margin-top: -38px;
  font-weight: 600;
  font-size: 0.8rem;
}

.page-nav {
  background-size: 100%;
  padding: 68px;
  text-align: center;
  padding-top: 190px;
  background-color: #eaeaea;
}

.page-nav ul {
  float: none;
  margin: auto;
}

@media screen and (max-width: 992px) {
  .page-nav {
    background-size: auto;
  }
}

@media screen and (max-width: 767px) {
  .page-nav {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 356px) {
  .page-nav {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}

.page-nav h2 {
  font-size: 28px;
  width: 100%;
  font-weight: 700;
  color: #444;
}

@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 26px;
  }
}

.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 0.93rem;
  font-weight: 600;
  color: #444;
}

.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #444;

}

.drp div a {
  /* text-align: center; */
  color: #444;
  font-size: larger;
}

.page-nav ul li a {
  color: #444;
  font-size: 0.93rem;
  font-weight: 600;
}

.btn-success {
  background-color: #51be78;
  border-color: #51be78;
}

.btn-success:hover {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
}

.btn-success:active {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
}

.btn-success:focus {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #1690f0;
  border-color: #1690f0;
}

.btn-primary:hover {
  background-color: #1690f0 !important;
  border-color: #1690f0 !important;
}

.btn-primary:active {
  background-color: #1690f0 !important;
  border-color: #1690f0 !important;
}

.btn-primary:focus {
  background-color: #1690f0 !important;
  border-color: #1690f0 !important;
  box-shadow: none !important;
}

.btn-outline-primary {
  border-color: #1690f0;
  color: #1690f0;
}

.btn-outline-primary:hover {
  background-color: #1690f0 !important;
  border-color: #1690f0 !important;
}

/* Banner form styling for index carousel */
.banner-form{
  background: #ffffff;
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(23,35,49,0.08);
}
.banner-form h4{
  font-size: 1.15rem;
}
.banner-form .form-control,
.banner-form .form-select,
.banner-form textarea{
  height: 44px;
  border-radius: 6px;
}
.banner-form textarea{height:80px;}

@media (max-width: 991px){
  .banner-form{display:none !important;} /* hide on small screens (carousel images remain visible) */
}

.btn-outline-primary:active {
  background-color: #1690f0 !important;
  border-color: #1690f0 !important;
}

.btn-outline-primary:focus {
  background-color: #1690f0 !important;
  border-color: #1690f0 !important;
  box-shadow: none !important;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #CCC;
}

.btn-light {
  background-color: #FFF;
  color: #3F3F3F;
}

.collapse.show {
  display: block !important;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #CCC;
}

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px;
}

.form-control:focus {
  background-color: #FFF;
  border-color: #CCC;
}

.container {
  max-width: 1170px;
}

@media screen and (max-width: 575px) {
  .container {
    padding: 10px 15px;
  }
}

/* ===================================== Basic CSS ==================================== */
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.fw-md {
  font-weight: 600;
}

.fw-sm {
  font-weight: 500;
}

.big-padding {
  padding: 50px;
}

@media screen and (max-width: 940px) {
  .big-padding {
    padding: 30px 10px;
  }
}

.bggray {
  background-color: #F7F5F4 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fs-11 {
  font-size: 4rem;
}

.shadow-md {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xs {
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.13);
}

.truncate-2 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  height: 42px;
  overflow: hidden;
  line-height: 21px;
}

.truncate-4 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  height: 82px;
  overflow: hidden;
  line-height: 21px;
}

.truncate-6 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  height: 130px;
  overflow: hidden;
  line-height: 21px;
}

.rtable {
  max-width: 500px;
  float: none;
  margin: auto;
}

.rtable tr td {
  padding: 5px;
}

.fs-7 {
  font-size: 0.95rem;
}

.fs-8 {
  font-size: 0.9rem;
}

.sticky {
  position: sticky;
}

.bg-gray {
  background: rgba(217, 217, 217, 0.25);
}

.btn-xs {
  padding: 2px 8px;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-xs i {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .bordernosm {
    border: 0px !important;
  }
}

.h400 {
  height: 400px;
  overflow: auto;
}

.sticky-top-90 {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  z-index: 1020;
}

.fs-9 {
  font-size: 0.79rem;
}

.fs-55 {
  font-size: 1.1rem;
}

.mt-25 {
  margin-top: 11px;
}

.width-fit {
  width: fit-content;
}

.text-justify {
  text-align: justify;
}

.max-230 {
  max-width: 230px;
}

footer .inner {
  background-color: #e4ecf1;
  padding: 50px;
  /* color:white; */
  font-size: 0.9rem;
}

@media screen and (max-width: 940px) {
  footer .inner {
    padding: 30px 10px;
  }
}


footer .inner h4 {
  /* color: white; */
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 30px;
}

footer .inner .foot-about p {
  margin-bottom: 30px;
}

footer .inner .foot-post .post-row {
  display: flex;
  margin-bottom: 10px;
}


footer .inner .foot-post a:hover {
  color: #02121f;
}

footer .inner .foot-post .post-row .image img {
  width: 120px;
}

footer .inner .foot-post .post-row .detail {
  flex-grow: 1;
  padding-left: 5px;
}

footer .inner .foot-post .post-row .detail p {
  font-size: 0.8rem;
  margin-top: -5px;
}

footer .inner .foot-services ul li {
  padding: 5px;
  font-size: 0.95rem;
}


footer .inner .foot-services ul li a:hover {
  color: #02121f;
}

footer .inner .foot-news p {
  margin-bottom: 20px;
}

footer .inner .foot-news .input-group {
  border-radius: 0px;
}

footer .inner .foot-news .input-group input {
  border-radius: 0px;
}

footer .inner .foot-news .input-group .input-group-append {
  border-radius: 0px;
  background-color: #FFF;
}

footer .inner .foot-news ul li {
  float: left;
  padding: 10px;
}

footer .inner .foot-news ul li i {
  font-size: 20px;
}

footer .inner .foot-news a {
  font-weight: 600;
}

footer .inner .foot-news a:hover {
  color: #02121f;
  font-weight: 900;
}

.copy {
  padding: 20px;
  /* background-color: #fff; */
  /* color: white; */
}

.copy span {
  float: right;
}

.copy span i {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .mul {
    width: 100%;
  }

  .dfr {
    font-size: 2.5rem;
  }
}

.slide {
  padding-top: 56px;
}

header {
  z-index: 999;
  position: absolute;
  width: 100%;
}

@media (max-width: 767px) {
  .nacul {
    width: 100%;
  }

  .nacul li {
    width: 100%;
  }

  .border-md-0 {
    border: 0px !important;
  }
}

@media (max-width: 1111px) {
  .carousel-caption h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 4.5rem;
  }

  .carousel-caption .text-start {
    text-align: center !important;
    font-size: 1.1rem;
  }
}

.carousel-control-prev-icon {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.carousel-control-next-icon {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.carousel-caption {
  right: 10%;
  left: 10%;
  bottom: 15%;
}

@media (max-width: 480px) {
  .carousel-caption {
    bottom: 3%;
  }
}

.w-125 {
  width: 90px;
}

.fs-12 {
  font-size: 3rem;
}

.bg-water {
  background-color: #cccccc;
}

.mah-150 {
  max-height: 90px;
}

h2 {
  color: white;
}

.abut-detail a {
  margin-bottom: 2rem;
}

.section-title h2 {
  color: black;
  margin-top: 30px;
}

.wall-frame h2 {
  color: black;
  font-weight: bold;
}

/*------------------------- */

.cardd {
  transition: transform 0.3s, box-shadow 0.3s;
}

.cardd:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.cardDiv {
  transition: transform 0.3s;
  box-shadow: 0.3s;
  min-height: 100%;
  background: rgb(255 255 255 / 93%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.4px);
  -webkit-backdrop-filter: blur(8.4px);
  border: 1px solid rgba(238, 241, 243, 0.72);
}

.testimonial-wrapper {
  overflow: hidden;
  position: relative;
}

.testimonial-container {
  display: flex;
  animation: marquee 20s linear infinite;
}

.testimonial-item {
  flex: 0 0 auto;
  width: 33.33%;
  padding: 0 10px;

}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.testimonial-wrapper:hover .testimonial-container {
  animation-play-state: paused;
}

.serv-cove {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ------------------------
.testimonilas-wrapper {
  padding: 30px 24px 30px 24px;
  border-radius: 7px;
  background-color:#ffffff6c;
  box-shadow: 0px 10px 30px 0px rgba(2, 3, 7, 0.67);
  padding: 10%;
  min-height: 200px;
}
  text-decoration:1px #02121f  underline; 

.testimonilas-wrapper:hover{
 background-color: #FFF;
  color:#CCC; 
} 
.testimonilas-author-title{
  font-size: 22px;
  font-weight: 600;
} */

.testimonilas-heading {
  font-size: 22px;
  font-weight: 600;

  color: #02121f;
  text-align: center;
}

.testimonilas-author-thumb {
  font-size: 30px;
  color: #02121f;
  padding-right: 10px;
}


.bg-drk {
  background-color: #30455d;
  color: white;
}


.parallax {

  /* Set a specific height */
  min-height: 150px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



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

.reviewstar li i {
  color: gold;
  margin-top: 5px;
}

.serv-cove {
  height: 250px;
}



/*
Service Details Area Style
=====================================================*/
.service-sidebar-area .service-details-title {
  background-color: #1690f0;
  color: #ffffff;
  padding: 10px 20px;
  margin-bottom: 0;
}

.service-sidebar-area .service-card {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.service-sidebar-area .service-list ul li {
  border-bottom: 1px dashed #eeeeee;
  padding: 10px 20px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-sidebar-area .service-list ul li:last-child {
  border-bottom: none;
}

.service-sidebar-area .service-list ul li a {
  color: #25245e;
  display: block;
}

.service-sidebar-area .service-list ul li i {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 32px;
  background-color: #1690f0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  top: -3px;
}

.service-sidebar-area .service-list ul li:hover a {
  color: #1690f0;
}

.service-sidebar-area .service-faq .service-details-title {
  margin-bottom: 20px;
}



.service-sidebar-area .paint {
  margin-bottom: 15px;
}

.service-details-wrap .mb-30 {
  margin-bottom: 30px;
}

.service-details-wrap .service-img {
  margin-bottom: 30px;
}

.service-details-wrap ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.service-details-wrap ul li {
  font-weight: 600;
  color: #25245e;
  font-size: 14px;
  padding-left: 35px;
  position: relative;
}

.service-details-wrap ul li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #1690f0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 4px;
  position: absolute;
  top: 0px;
  left: 0;
}

.service-details-wrap .car-service-list-wrap {
  margin-bottom: 35px;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul {
  margin: 0;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul li {
  margin-bottom: 15px;
  font-size: 13px;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul li:last-child {
  margin-bottom: 0;
}

.service-details-wrap .list-unstyled {
  margin: 0;
}

.service-details-wrap .list-unstyled li {
  color: #dc3545;
  padding-left: 0 !important;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.service-details-wrap #msgSubmit {
  margin-top: 30px;
}



.bld {
  font-size: 20px;
  font-weight: 600;
}
/* animation for home page */
/* ==================== NEW ANIMATIONS ==================== */

/* 1. PARALLAX SCROLL EFFECT FOR OFFER CARDS */
.cardDiv {
    position: relative;
    overflow: hidden;
}

.cardDiv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, 
        rgba(22, 144, 240, 0.1) 0%, 
        rgba(22, 144, 240, 0.05) 50%, 
        transparent 100%);
    transform: translateY(100%);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.cardDiv:hover::before {
    transform: translateY(0);
}

.cardDiv .position-relative {
    position: relative;
    z-index: 1;
}

/* 2. WATER DROP ANIMATION FOR SERVICE CARDS */
@keyframes waterDrop {
    0% {
        transform: translateY(-20px) scale(0.95);
        opacity: 0;
    }
    50% {
        transform: translateY(5px) scale(1.02);
        opacity: 0.8;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.cardd {
    animation: waterDrop 0.6s ease-out;
}

/* Staggered animation for cards in "What We Do" section */
.row .col-lg-6:nth-child(1) .cardd {
    animation-delay: 0.1s;
}
.row .col-lg-6:nth-child(2) .cardd {
    animation-delay: 0.2s;
}
.row .col-lg-6:nth-child(3) .cardd {
    animation-delay: 0.3s;
}
.row .col-lg-6:nth-child(4) .cardd {
    animation-delay: 0.4s;
}

/* 3. FLUID BACKGROUND ANIMATION FOR OFFER CARDS */
.cardDiv[style*="background: url"] {
    position: relative;
    overflow: hidden;
}

.cardDiv[style*="background: url"]::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(22, 144, 240, 0.05) 25%,
        transparent 50%
    );
    transform: rotate(30deg);
    animation: shimmer 8s infinite linear;
    z-index: 0;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) rotate(30deg);
    }
}

/* 4. PURIFYING WATER BUBBLES ANIMATION */
@keyframes bubbleFloat {
    0%, 100% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    50% {
        transform: translateY(-100px) translateX(20px);
    }
}

.bubble {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

/* 5. PULSING CALL TO ACTION BUTTONS */
@keyframes pulseCta {
    0% {
        box-shadow: 0 0 0 0 rgba(22, 144, 240, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(22, 144, 240, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(22, 144, 240, 0);
    }
}

.btn-primary {
    position: relative;
    overflow: hidden;
}

.btn-primary:hover {
    animation: pulseCta 1.5s infinite;
}

/* Button ripple effect */
.btn-primary::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}

.btn-primary:focus:not(:active)::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(40, 40);
        opacity: 0;
    }
}

/* 6. SLIDE-IN ANIMATION FOR TESTIMONIAL CARDS */
@keyframes slideInFromRight {
    from {
        transform: translateX(100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.testimonial-item {
    animation: slideInFromRight 0.8s ease-out forwards;
    opacity: 0;
}

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

/* 7. WAVE ANIMATION FOR SECTION HEADERS */

/* 8. FLOATING ICONS ANIMATION */
@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.cardd .bi {
    animation: floatIcon 3s ease-in-out infinite;
}

.cardd .bi-piggy-bank { animation-delay: 0.1s; }
.cardd .bi-people-fill { animation-delay: 0.3s; }
.cardd .bi-clock-history { animation-delay: 0.5s; }
.cardd .bi-gear-wide-connected { animation-delay: 0.7s; }

/* 9. SCROLL REVEAL ANIMATIONS */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* 10. WATER FLOW ANIMATION FOR BANNER */
@keyframes waterFlow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.carousel-item {
    position: relative;
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.1) 75%,
        transparent 100%
    );
    background-size: 200% 100%;
    animation: waterFlow 6s linear infinite;
    pointer-events: none;
    z-index: 1;
}



.fw-bold:hover {
    animation: glitch 0.3s cubic-bezier(.25,.46,.45,.94) both;
}

/* 12. STAGGERED TEXT APPEARANCE */
.stagger-text > * {
    opacity: 0;
    transform: translateY(20px);
    animation: staggerAppear 0.6s ease-out forwards;
}

@keyframes staggerAppear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 13. RAIN DROP EFFECT FOR VIDEO SECTION */
@keyframes rainDrop {
    0% {
        transform: translateY(-100px) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(500px) rotate(360deg);
        opacity: 0;
    }
}



/* 14. FLOATING PARTICLES BACKGROUND */
.particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(22, 144, 240, 0.1);
    pointer-events: none;
    z-index: 0;
}

/* 15. MORPHING SHAPE ANIMATION */
@keyframes morph {
    0%, 100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }
}

.morphing-bg {
    animation: morph 8s ease-in-out infinite;
    background: linear-gradient(45deg, #1690f0, #4bc0e6);
}

/* RESPONSIVE ANIMATION ADJUSTMENTS */
@media (max-width: 768px) {
    .cardd {
        animation: none;
    }
    
    .btn-primary:hover {
        animation: none;
    }
    
    .testimonial-item {
        animation: none;
        opacity: 1;
    }
}

/* PREFERS-REDUCED-MOTION */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        animation-delay: 0ms !important;
    }
}

/* PERFORMANCE OPTIMIZATIONS */
.will-change-transform {
    will-change: transform;
}

.will-change-opacity {
    will-change: opacity;
}

/* CUSTOM SCROLLBAR WITH ANIMATION */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #1690f0, #4bc0e6);
    border-radius: 5px;
    transition: background 0.3s;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #0d8aed, #36b0db);
}

/*  */
/* ===================================== Import Variables ================================== */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;900&display=swap");

.bg-primary {
  background-color: #1690f0 !important;
}

.bg-lwhi {
  background-color: rgba(245, 245, 245, 0.484);
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: #06375d;
  color: white;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
}

#topBtn i {
  font-size: 25px;
}

#topBtn:hover {
  background-color: #555;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 140px;
  right: 15px;
  background-color: #3f2471;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  z-index: 9999999999;
}

.my-float {
  margin-top: 16px;
}

.wp-call-button {
  display: block;
  position: fixed;
  text-decoration: none;
  z-index: 9999999999;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  right: 15px;
  bottom: 70px;
  /* color: wheat; */
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDU5cHgiIGhlaWdodD0iNDU5cHgiIHZpZXdCb3g9IjAgMCA0NTkgNDU5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NTkgNDU5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNhbGwiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZTsiIGQ9Ik05MS44LDE5OC45YzM1LjcsNzEuNCw5Ni45LDEzMC4wNSwxNjguMywxNjguM0wzMTYuMiwzMTEuMWM3LjY0OS03LjY0OSwxNy44NS0xMC4xOTksMjUuNS01LjFjMjguMDUsMTAuMiw1OC42NDksMTUuMyw5MS44LDE1LjNjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjV2ODYuN2MwLDE1LjMtMTAuMiwyNS41LTI1LjUsMjUuNUMxOTMuOCw0NTksMCwyNjUuMiwwLDI1LjVDMCwxMC4yLDEwLjIsMCwyNS41LDBoODkuMjVjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjVjMCwzMC42LDUuMSw2MS4yLDE1LjMsOTEuOGMyLjU1LDcuNjUsMCwxNy44NS01LjEsMjUuNUw5MS44LDE5OC45eiIvPjwvZz48L2c+PC9zdmc+) center/22px 22px no-repeat #3f2471 !important;
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.carousel-item img {
  margin-top: 5%;
  /* max-height: 80vh; */
  min-height: 50vh;
}

.text-primary {
  color: #1690f0;
}

.card {
  transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}


/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #3F3F3F;
}

a:hover {
  color: rgb(5, 170, 170);
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.cp {
  cursor: pointer;
}

html,
body {
  height: 100%;
  font-family: "Nunito", sans-serif;
}

p {
  margin-bottom: 0px;
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.hid {
  display: none;
}

.top-mar {
  margin-top: 15px;
}

.h-100 {
  height: 100%;
}

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: 0.5 !important;
}

.container-fluid {
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #02121f;
}

body {
  background-color: #f5f8fc !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #6A6A6A;
  overflow-x: hidden;
}

.section-title {
  padding: 30px;
  margin: 0px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .section-title {
    padding: 5px;
  }
}

.section-title h2 {
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0px;
}

.section-title p {
  max-width: 850px;
  text-align: center;
  float: none;
  margin: auto;
  font-size: 0.9rem;
  margin-top: 6px;
}

.section-title span {
  float: right;
  font-style: italic;
}

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px;
}

.inner-title h2 {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #863dd9;
  padding-bottom: 10px;
  margin-bottom: 0px;
  width: 300px;
}

.inner-title p {
  width: 100%;
  text-align: center;
}

.inner-title .btn {
  float: right;
  margin-top: -38px;
  font-weight: 600;
  font-size: 0.8rem;
}

.page-nav {
  background-size: 100%;
  padding: 68px;
  text-align: center;
  padding-top: 190px;
  background-color: #eaeaea;
}

.page-nav ul {
  float: none;
  margin: auto;
}

@media screen and (max-width: 992px) {
  .page-nav {
    background-size: auto;
  }
}

@media screen and (max-width: 767px) {
  .page-nav {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 356px) {
  .page-nav {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}

.page-nav h2 {
  font-size: 28px;
  width: 100%;
  font-weight: 700;
  color: #444;
}

@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 26px;
  }
}

.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 0.93rem;
  font-weight: 600;
  color: #444;
}

.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #444;

}

.drp div a {
  /* text-align: center; */
  color: #444;
  font-size: larger;
}

.page-nav ul li a {
  color: #444;
  font-size: 0.93rem;
  font-weight: 600;
}

.btn-success {
  background-color: #51be78;
  border-color: #51be78;
}

.btn-success:hover {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
}

.btn-success:active {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
}

.btn-success:focus {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #1690f0;
  border-color: #1690f0;
}

.btn-primary:hover {
  background-color: #1690f0 !important;
  border-color: #1690f0 !important;
}

.btn-primary:active {
  background-color: #1690f0 !important;
  border-color: #1690f0 !important;
}

.btn-primary:focus {
  background-color: #1690f0 !important;
  border-color: #1690f0 !important;
  box-shadow: none !important;
}

.btn-outline-primary {
  border-color: #1690f0;
  color: #1690f0;
}

.btn-outline-primary:hover {
  background-color: #1690f0 !important;
  border-color: #1690f0 !important;
}

.btn-outline-primary:active {
  background-color: #1690f0 !important;
  border-color: #1690f0 !important;
}

.btn-outline-primary:focus {
  background-color: #1690f0 !important;
  border-color: #1690f0 !important;
  box-shadow: none !important;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #CCC;
}

.btn-light {
  background-color: #FFF;
  color: #3F3F3F;
}

.collapse.show {
  display: block !important;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #CCC;
}

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px;
}

.form-control:focus {
  background-color: #FFF;
  border-color: #CCC;
}

.container {
  max-width: 1170px;
}

@media screen and (max-width: 575px) {
  .container {
    padding: 10px 15px;
  }
}

/* ===================================== Basic CSS ==================================== */
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.fw-md {
  font-weight: 600;
}

.fw-sm {
  font-weight: 500;
}

.big-padding {
  padding: 50px;
}

@media screen and (max-width: 940px) {
  .big-padding {
    padding: 30px 10px;
  }
}

.bggray {
  background-color: #F7F5F4 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fs-11 {
  font-size: 4rem;
}

.shadow-md {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xs {
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.13);
}

.truncate-2 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  height: 42px;
  overflow: hidden;
  line-height: 21px;
}

.truncate-4 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  height: 82px;
  overflow: hidden;
  line-height: 21px;
}

.truncate-6 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  height: 130px;
  overflow: hidden;
  line-height: 21px;
}

.rtable {
  max-width: 500px;
  float: none;
  margin: auto;
}

.rtable tr td {
  padding: 5px;
}

.fs-7 {
  font-size: 0.95rem;
}

.fs-8 {
  font-size: 0.9rem;
}

.sticky {
  position: sticky;
}

.bg-gray {
  background: rgba(217, 217, 217, 0.25);
}

.btn-xs {
  padding: 2px 8px;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-xs i {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .bordernosm {
    border: 0px !important;
  }
}

.h400 {
  height: 400px;
  overflow: auto;
}

.sticky-top-90 {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  z-index: 1020;
}

.fs-9 {
  font-size: 0.79rem;
}

.fs-55 {
  font-size: 1.1rem;
}

.mt-25 {
  margin-top: 11px;
}

.width-fit {
  width: fit-content;
}

.text-justify {
  text-align: justify;
}

.max-230 {
  max-width: 230px;
}

footer .inner {
  background-color: #e4ecf1;
  padding: 50px;
  /* color:white; */
  font-size: 0.9rem;
}

@media screen and (max-width: 940px) {
  footer .inner {
    padding: 30px 10px;
  }
}


footer .inner h4 {
  /* color: white; */
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 30px;
}

footer .inner .foot-about p {
  margin-bottom: 30px;
}

footer .inner .foot-post .post-row {
  display: flex;
  margin-bottom: 10px;
}


footer .inner .foot-post a:hover {
  color: #02121f;
}

footer .inner .foot-post .post-row .image img {
  width: 120px;
}

footer .inner .foot-post .post-row .detail {
  flex-grow: 1;
  padding-left: 5px;
}

footer .inner .foot-post .post-row .detail p {
  font-size: 0.8rem;
  margin-top: -5px;
}

footer .inner .foot-services ul li {
  padding: 5px;
  font-size: 0.95rem;
}


footer .inner .foot-services ul li a:hover {
  color: #02121f;
}

footer .inner .foot-news p {
  margin-bottom: 20px;
}

footer .inner .foot-news .input-group {
  border-radius: 0px;
}

footer .inner .foot-news .input-group input {
  border-radius: 0px;
}

footer .inner .foot-news .input-group .input-group-append {
  border-radius: 0px;
  background-color: #FFF;
}

footer .inner .foot-news ul li {
  float: left;
  padding: 10px;
}

footer .inner .foot-news ul li i {
  font-size: 20px;
}

footer .inner .foot-news a {
  font-weight: 600;
}

footer .inner .foot-news a:hover {
  color: #02121f;
  font-weight: 900;
}

.copy {
  padding: 20px;
  /* background-color: #fff; */
  /* color: white; */
}

.copy span {
  float: right;
}

.copy span i {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .mul {
    width: 100%;
  }

  .dfr {
    font-size: 2.5rem;
  }
}

.slide {
  padding-top: 56px;
}

header {
  z-index: 999;
  position: absolute;
  width: 100%;
}

@media (max-width: 767px) {
  .nacul {
    width: 100%;
  }

  .nacul li {
    width: 100%;
  }

  .border-md-0 {
    border: 0px !important;
  }
}

@media (max-width: 1111px) {
  .carousel-caption h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 4.5rem;
  }

  .carousel-caption .text-start {
    text-align: center !important;
    font-size: 1.1rem;
  }
}

.carousel-control-prev-icon {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.carousel-control-next-icon {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.carousel-caption {
  right: 10%;
  left: 10%;
  bottom: 15%;
}

@media (max-width: 480px) {
  .carousel-caption {
    bottom: 3%;
  }
}

.w-125 {
  width: 90px;
}

.fs-12 {
  font-size: 3rem;
}

.bg-water {
  background-color: #cccccc;
}

.mah-150 {
  max-height: 90px;
}

h2 {
  color: white;
}

.abut-detail a {
  margin-bottom: 2rem;
}

.section-title h2 {
  color: black;
  margin-top: 30px;
}

.wall-frame h2 {
  color: black;
  font-weight: bold;
}

/*------------------------- */

.cardd {
  transition: transform 0.3s, box-shadow 0.3s;
}

.cardd:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.cardDiv {
  transition: transform 0.3s;
  box-shadow: 0.3s;
  min-height: 100%;
  background: rgb(255 255 255 / 93%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.4px);
  -webkit-backdrop-filter: blur(8.4px);
  border: 1px solid rgba(238, 241, 243, 0.72);
}

.testimonial-wrapper {
  overflow: hidden;
  position: relative;
}

.testimonial-container {
  display: flex;
  animation: marquee 20s linear infinite;
}

.testimonial-item {
  flex: 0 0 auto;
  width: 33.33%;
  padding: 0 10px;

}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.testimonial-wrapper:hover .testimonial-container {
  animation-play-state: paused;
}

.serv-cove {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ------------------------
.testimonilas-wrapper {
  padding: 30px 24px 30px 24px;
  border-radius: 7px;
  background-color:#ffffff6c;
  box-shadow: 0px 10px 30px 0px rgba(2, 3, 7, 0.67);
  padding: 10%;
  min-height: 200px;
}
  text-decoration:1px #02121f  underline; 

.testimonilas-wrapper:hover{
 background-color: #FFF;
  color:#CCC; 
} 
.testimonilas-author-title{
  font-size: 22px;
  font-weight: 600;
} */

.testimonilas-heading {
  font-size: 22px;
  font-weight: 600;

  color: #02121f;
  text-align: center;
}

.testimonilas-author-thumb {
  font-size: 30px;
  color: #02121f;
  padding-right: 10px;
}


.bg-drk {
  background-color: #30455d;
  color: white;
}


.parallax {

  /* Set a specific height */
  min-height: 150px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



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

.reviewstar li i {
  color: gold;
  margin-top: 5px;
}

.serv-cove {
  height: 250px;
}



/*
Service Details Area Style
=====================================================*/
.service-sidebar-area .service-details-title {
  background-color: #1690f0;
  color: #ffffff;
  padding: 10px 20px;
  margin-bottom: 0;
}

.service-sidebar-area .service-card {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.service-sidebar-area .service-list ul li {
  border-bottom: 1px dashed #eeeeee;
  padding: 10px 20px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-sidebar-area .service-list ul li:last-child {
  border-bottom: none;
}

.service-sidebar-area .service-list ul li a {
  color: #25245e;
  display: block;
}

.service-sidebar-area .service-list ul li i {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 32px;
  background-color: #1690f0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  top: -3px;
}

.service-sidebar-area .service-list ul li:hover a {
  color: #1690f0;
}

.service-sidebar-area .service-faq .service-details-title {
  margin-bottom: 20px;
}



.service-sidebar-area .paint {
  margin-bottom: 15px;
}

.service-details-wrap .mb-30 {
  margin-bottom: 30px;
}

.service-details-wrap .service-img {
  margin-bottom: 30px;
}

.service-details-wrap ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.service-details-wrap ul li {
  font-weight: 600;
  color: #25245e;
  font-size: 14px;
  padding-left: 35px;
  position: relative;
}

.service-details-wrap ul li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #1690f0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 4px;
  position: absolute;
  top: 0px;
  left: 0;
}

.service-details-wrap .car-service-list-wrap {
  margin-bottom: 35px;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul {
  margin: 0;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul li {
  margin-bottom: 15px;
  font-size: 13px;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul li:last-child {
  margin-bottom: 0;
}

.service-details-wrap .list-unstyled {
  margin: 0;
}

.service-details-wrap .list-unstyled li {
  color: #dc3545;
  padding-left: 0 !important;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.service-details-wrap #msgSubmit {
  margin-top: 30px;
}



.bld {
  font-size: 20px;
  font-weight: 600;
}
/* animation for home page */
/* ==================== NEW ANIMATIONS ==================== */

/* 1. PARALLAX SCROLL EFFECT FOR OFFER CARDS */
.cardDiv {
    position: relative;
    overflow: hidden;
}

.cardDiv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, 
        rgba(22, 144, 240, 0.1) 0%, 
        rgba(22, 144, 240, 0.05) 50%, 
        transparent 100%);
    transform: translateY(100%);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.cardDiv:hover::before {
    transform: translateY(0);
}

.cardDiv .position-relative {
    position: relative;
    z-index: 1;
}

/* 2. WATER DROP ANIMATION FOR SERVICE CARDS */
@keyframes waterDrop {
    0% {
        transform: translateY(-20px) scale(0.95);
        opacity: 0;
    }
    50% {
        transform: translateY(5px) scale(1.02);
        opacity: 0.8;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.cardd {
    animation: waterDrop 0.6s ease-out;
}

/* Staggered animation for cards in "What We Do" section */
.row .col-lg-6:nth-child(1) .cardd {
    animation-delay: 0.1s;
}
.row .col-lg-6:nth-child(2) .cardd {
    animation-delay: 0.2s;
}
.row .col-lg-6:nth-child(3) .cardd {
    animation-delay: 0.3s;
}
.row .col-lg-6:nth-child(4) .cardd {
    animation-delay: 0.4s;
}

/* 3. FLUID BACKGROUND ANIMATION FOR OFFER CARDS */
.cardDiv[style*="background: url"] {
    position: relative;
    overflow: hidden;
}

.cardDiv[style*="background: url"]::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(22, 144, 240, 0.05) 25%,
        transparent 50%
    );
    transform: rotate(30deg);
    animation: shimmer 8s infinite linear;
    z-index: 0;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) rotate(30deg);
    }
}

/* 4. PURIFYING WATER BUBBLES ANIMATION */
@keyframes bubbleFloat {
    0%, 100% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    50% {
        transform: translateY(-100px) translateX(20px);
    }
}

.bubble {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

/* 5. PULSING CALL TO ACTION BUTTONS */
@keyframes pulseCta {
    0% {
        box-shadow: 0 0 0 0 rgba(22, 144, 240, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(22, 144, 240, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(22, 144, 240, 0);
    }
}

.btn-primary {
    position: relative;
    overflow: hidden;
}

.btn-primary:hover {
    animation: pulseCta 1.5s infinite;
}

/* Button ripple effect */
.btn-primary::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}

.btn-primary:focus:not(:active)::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(40, 40);
        opacity: 0;
    }
}

/* 6. SLIDE-IN ANIMATION FOR TESTIMONIAL CARDS */
@keyframes slideInFromRight {
    from {
        transform: translateX(100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.testimonial-item {
    animation: slideInFromRight 0.8s ease-out forwards;
    opacity: 0;
}

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

/* 7. WAVE ANIMATION FOR SECTION HEADERS */

/* 8. FLOATING ICONS ANIMATION */
@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.cardd .bi {
    animation: floatIcon 3s ease-in-out infinite;
}

.cardd .bi-piggy-bank { animation-delay: 0.1s; }
.cardd .bi-people-fill { animation-delay: 0.3s; }
.cardd .bi-clock-history { animation-delay: 0.5s; }
.cardd .bi-gear-wide-connected { animation-delay: 0.7s; }

/* 9. SCROLL REVEAL ANIMATIONS */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* 10. WATER FLOW ANIMATION FOR BANNER */
@keyframes waterFlow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.carousel-item {
    position: relative;
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.1) 75%,
        transparent 100%
    );
    background-size: 200% 100%;
    animation: waterFlow 6s linear infinite;
    pointer-events: none;
    z-index: 1;
}



.fw-bold:hover {
    animation: glitch 0.3s cubic-bezier(.25,.46,.45,.94) both;
}

/* 12. STAGGERED TEXT APPEARANCE */
.stagger-text > * {
    opacity: 0;
    transform: translateY(20px);
    animation: staggerAppear 0.6s ease-out forwards;
}

@keyframes staggerAppear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 13. RAIN DROP EFFECT FOR VIDEO SECTION */
@keyframes rainDrop {
    0% {
        transform: translateY(-100px) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(500px) rotate(360deg);
        opacity: 0;
    }
}



/* 14. FLOATING PARTICLES BACKGROUND */
.particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(22, 144, 240, 0.1);
    pointer-events: none;
    z-index: 0;
}

/* 15. MORPHING SHAPE ANIMATION */
@keyframes morph {
    0%, 100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }
}

.morphing-bg {
    animation: morph 8s ease-in-out infinite;
    background: linear-gradient(45deg, #1690f0, #4bc0e6);
}

/* RESPONSIVE ANIMATION ADJUSTMENTS */
@media (max-width: 768px) {
    .cardd {
        animation: none;
    }
    
    .btn-primary:hover {
        animation: none;
    }
    
    .testimonial-item {
        animation: none;
        opacity: 1;
    }
}

/* PREFERS-REDUCED-MOTION */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        animation-delay: 0ms !important;
    }
}

/* PERFORMANCE OPTIMIZATIONS */
.will-change-transform {
    will-change: transform;
}

.will-change-opacity {
    will-change: opacity;
}

/* CUSTOM SCROLLBAR WITH ANIMATION */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #1690f0, #4bc0e6);
    border-radius: 5px;
    transition: background 0.3s;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #0d8aed, #36b0db);
}

/* Carousel banner text alignment - position at top */
.carousel-caption .row > .col-lg-6:first-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 40px;
}

.carousel-caption .col-lg-6:first-child h2,
.carousel-caption .col-lg-6:first-child p {
    margin-bottom: 15px;
}

.carousel-caption .col-lg-6:first-child .d-inline-block {
    margin-top: 10px;
    padding-top: 0 !important;
}