body{
        background-image: url(../img/bg-index-01.png);
        background-size: contain;
    background-position: right center;
      }
*{
  font-family: "Poppins", serif;
  line-height: 1.8em ;
  transition: all 0.5s;
  color: #555555;
}
a{
  text-decoration: none;
  color:inherit;
}
.slider_content{
  text-shadow:0px 0px 10px #0000007d;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.slides {
  width: 100%;
  height: 104vh;
  
}
.slides .slide {
  color: #419be0;
  background: white;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  border-radius: 0 0 200px 200px;
  overflow: hidden;
}

.slick-dots {
  position: absolute;
  top: 35%;
  right: -68px;
  text-align: left;
  width:20px;
}
.slick-dots li {
  display: block;
}
.slick-dots li.slick-active button:before {
  color: #00588c !important;
    font-size: 20px !important;
    opacity: 1;
}
.navbar-brand svg{
  width: 150px;
}
.btn-warning{
  background-color: #ff8400;
    color: #fff;
}
.navbar .btn-warning{
    border-radius: 0 0 0 10px;
    padding: 15px 10px 15px 10px;
}
.btn {
    border-radius: 0 0 0 10px;
    padding: 15px 10px 15px 10px !important;
    width: 180px;
}
.text-primary{
  color: #161f80 !important;
}
.bg-primary, .btn-primary{
  background-color: #161f80 !important;
}
.bg-warning{
  background-color: #ff8400 !important;
}
.ps-4 {
    padding: 2.5rem !important;
}
.tab-content {
  padding: 30px;
}
.testimonial-section {
  background: #f8fbfe;
  padding: 60px 0;
}
.testimonial-card {
  background: white;
  border-radius: 0;
  box-shadow: 0 0px 21px rgba(0, 0, 0, 0.1);
  padding: 12%;
  position: absolute;
  left: -39%;
    width: 73%;
    top: -218px;
}
.titleofc {
  width: 40%;
  position: absolute;
  display: block;
  font-size: 2em !important;
  right: 15%;
  top: -114px;
}
.quote-icon {
  font-size:300px;
  color: #004a99;
  position: absolute;
  top: 90px;
  right: 30px;
  font-family: sans-serif;
  line-height: 0;
}
.testimonial-img {
  border-radius: 10px;
  overflow: hidden;
}

.footer-section {

  color: white;
  padding: 60px 0;
  position: relative;
}
.footerladder {
  position: absolute;
  display: block;
  right: 0;
  top: -22%;
  z-index: 1;
}
.footerladder img {
  width: 256px;
}
.newsletter-section {
  background: white;
  padding: 30px;
  width: 80%;
  position: absolute;
  bottom: 38px;
  box-shadow: 0px 0px 10px #00000024;
  left: 10%;
}
.subscribe-btn {
  background: orange;
  border: none;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
}
.subscribe-btn:hover {
  background: darkorange;
}
.footer {
  padding: 15px;
    font-size: 14px;
    color: gray;
    position: relative;
    left: 0;
    text-align: center;
    width: 100%;
    top: 59px;
}
.footer-bg {
  background: url('../img/fbg.jpg') no-repeat center center/cover;
  padding: 60px 0;
  position: relative;
  border-top-left-radius: 50% 13%;
  border-top-right-radius: 50% 13%;
  padding-bottom: 130px;
}
.footer-logo {
  font-size: 24px;
  font-weight: bold;
}
.social-icons a {
  color: white;
  font-size: 20px;
  margin: 0 10px;
}
.footer-links a {
  color: white;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
.contact-info p {
  margin: 0;
}
.nav{
  border: 0;
}
.nav-item {
  padding:.5rem 1.2rem;
}
.nav-tabs .nav-link {
    padding: 39px 87px 35px;
    font-size: 20px;
    font-weight: 600;
    color: #4c4c4c;
    background-color: #ffffff;
}.nav-link.active:before {
  content: '';
  pointer-events: none;
  opacity: .6;
  background: radial-gradient(circle at 20% 15%, transparent 0, transparent 2px, white 3px, white 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, white 3px, white 4px, transparent 4px), radial-gradient(circle at 35% 24%, transparent 0, transparent 2px, white 3px, white 4px, transparent 4px), radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, white 5px, white 6px, transparent 6px);
  width: 100%;
  height: 300%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-animation: bubbles 5slinear infinite both;
  animation: bubbles 5slinear infinite both;
}
.nav-tabs .nav-link.active {
  background-color: #004a99;
  color: #fff;    border-radius: 0;
}.feature-box {
  text-align: center;
  padding: 20px;
}
.feature-box {
            text-align: center;
            padding: 0px;
        }
        
        .faq-item {
          background: #fff;
          border-radius: 8px;
          padding: 15px;
          margin-bottom: 10px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          cursor: pointer;
      }
      .faq-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-weight: bold;
      }
      .faq-arrow {
          transition: transform 0.3s ease;
      }
      .faq-item[aria-expanded="true"] .faq-arrow {
          transform: rotate(90deg);
      }.gallery-item { display: none; }
      .gallery-item.show { display: block; }
      
      #portfolio {  
    margin: 1rem 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
display: none;
}
.scale-anm {
    margin: 0 0 1.125rem;
    width: 100%; 
    border: 1px solid #ccc;
}
.tile img {
    max-width: 100%; 
    height: auto;
    display: block; 
      width: 100%;
}
.btn {
  font-family: "Poppins", serif;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0; 
    height: auto; 
    vertical-align: middle;
    -webkit-appearance: none;
}
.grid {
  background: #fff;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 20%;
}

.grid-item {
  float: left;
}
.grid-item:hover {
  cursor: pointer;
}

.grid-item img {
  display: block;
  max-width: 100%;
  border: 10px solid white;
}


.grid-item.grid-item__expanded {
  width: 66.66%;
  z-index: 2;
}
.sing:hover .ps-4:before, .sing:hover .ps-4:after {
    -webkit-animation: 1.2s amplitude infinite;
    animation: 1.2s amplitude infinite;
}
.ps-4:before, .ps-4:after {
  display: none;
}
.sing:hover .ps-4:before, .sing:hover .ps-4:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    background-color: #ff8400;
}
.sing:hover .ps-4:after {
    background-color: #fff;
}
.sing:hover .ps-4 {
    position: relative;
    z-index: 0;
}
.sing:hover .bg-warning path{
  fill:#ff8400;
}
.sing:hover .bg-primary path,.sing:hover .bg-primary rect,.sing:hover .bg-primary polygon{
  fill:#161f80;
}
.sing:hover .bg-primary+.headanim{
  color:#161f80;
  font-size:22px;
}
.sing:hover .bg-warning+.headanim{
  color:#ff8400;font-size:22px;
}
.headanim{font-size:22px;
}
.feature-card {
    padding: 10px 33px 10px 108px;
    box-shadow: 7px 9px 21px #ccc;
}
.service-section {
            display: flex;
            align-items: center;
            justify-content: center;
            background: url('your-background-image.jpg') no-repeat center;
            background-size: cover;
            padding: 60px 0;
            color: white;
        }
        .service-text p {
            color:white;
        }
        .service-text {
            background: rgba(0, 51, 153, 0.8);
            padding: 40px;
            border-radius: 0;
            position: absolute;
            top: -287px;
            padding-right: 87%;
            width: 186%;
            padding-top: 150px;
            padding-bottom: 150px;
            background-image: url(../img/layout01__bg.jpg);
        }
        .service-card {
            background: white;
            border-radius: 0 0 0 35px;
            overflow: hidden;
            transition: transform 0.3s ease-in-out;
            box-shadow: 10px 6px 8px rgba(0, 0, 0, 0.1);
            text-align: center;
            padding: 0;
            position: relative;margin-right: 20px;
        }
        .service-card:hover {
            transform: translateY(-5px);
        }
        .service-card img {
            width: 100%;
            height: auto;
        }
        .service-icon {
            background: #161f80;
            color: white;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            position: absolute;
            bottom: 99px;
    left: 17%;
            transform: translateX(-50%);padding:31px;
        }
        .service-icon i{color:white;font-size: 24px;}
        .slick-prev, .slick-next {
            font-size: 24px;
            color: #fff !important;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .slick-prev:hover, .slick-next:hover {
            background: #0044cc;
        }
        .slick-prev:before, .slick-next:before {
    font-size: 55px !important;
}
.slick-list {
    padding: 23px 0;
}
.slick-prev, .slick-next {
    font-size: 0;
    color: #fff !important;
    background: transparent !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -316px;
    top: 357px;
}
.slick-next {
    left: -241px !important;
}
.slick-next:before {
    content: "→";
    font-family: "Poppins", serif;
    font-size: 21px !important;
    border: 1px solid white;
    border-radius: 100%;
    padding: 35%;
    padding-top: 29%;
}
.slick-prev:before {
    content: "←";
    font-family: "Poppins", serif;
    font-size: 21px !important;
    border: 1px solid white;
    border-radius: 100%;
    padding: 35%;
    padding-top: 29%;
}.stat-box {
  text-align: center;
  background-color: #004c98;
  color: white;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  margin: auto;
}
.form-container {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.btn-custom {
  background: #ff7f00;
  color: white;
  border-radius: 5px;
  padding: 10px;
}@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active, 
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}.card {
  position: relative;
  background-size:  cover !important;
  background-repeat: no-repeat !important;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  color: white;
  min-height: 80vh;
    background-position: center !important;
}
.card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 37%, #084488 100%);
}
.card-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 1;    color: #fff !important;
}
.card-content p, .card-content span{
  color: #fff !important;
}
.price {
  color: #3bb4f7;
  font-weight: bold;
  font-size: 1.5rem;
}
.btn-order {
  background: #ff9900;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 20px;
}
.btn-order:hover {
  background: #e68a00;
}
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #007bff; /* Pool Blue */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Water Ripples */
.ripple {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  position: absolute;
  animation: rippleEffect 1.5s infinite;
}

.ripple:nth-child(2) {
  animation-delay: 0.3s;
}

.ripple:nth-child(3) {
  animation-delay: 0.6s;
}

/* Animation Keyframes */
@keyframes rippleEffect {
  0% {
      transform: scale(0);
      opacity: 1;
  }
  100% {
      transform: scale(3);
      opacity: 0;
  }
}

/* Hide Content Initially */
#content {
  display: none;
}
.grid {
  min-height: 100vh;
}
ul#buttonGroup {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#buttonGroup li {
  padding: 10px;
  color: grey;
  cursor: pointer;
  font-size: 17px;
}
#buttonGroup li.active {
  color: black;
}
.poolnav .nav-link{
  color: #fff !important;
}
.poolnav .nav-item{
 border: 1px solid #161f80;
    
    background-color: #161f80;
    margin: 0.2%;
    border-radius: 10px;
    font-size: 14px;
}
@keyframes amplitude {
  0% {
    top: -5px;
    left: 0; }
  12% {
    top: -2px;
    left: 2px; }
  25% {
    top: 0;
    left: 5px; }
  37% {
    top: 2px;
    left: 2px; }
  50% {
    top: 5px;
    left: 0; }
  62% {
    top: 2px;
    left: -2px; }
  75% {
    top: 0;
    left: -5px; }
  87% {
    top: -2px;
    left: -2px; }
  100% {
    top: -5px;
    left: 0; } }
    .media-wrapper {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f8f9fa;
}

.media-wrapper img,
.media-wrapper video {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 0.375rem;
}

    @media screen and (max-width: 500px) {
      .sectionzpool{
            width:100% !important;
      }
  .grid-item img {
    border: 5px solid white;
  }
  .service-text {
    width:100%;padding: 10%;
  }
  .slick-dots {
    right: 10px;
  }
  .btn {
    width: auto;
}
.slides .slide {
  height: 55vh;
  background-size: cover !important;
}
.slides {
  height: 83vh;
}
.service-text {
  position: relative;
  top: 0;
}
.nav-tabs .nav-link {
  padding: 11px 17%;
  font-size: 18px;
  font-weight: normal;
  width: 100%;
}
.nav-item{
  padding: 10px 0;width: 100%;
}
.grid-sizer, .grid-item {
  width: 100%;
}
.grid {
  min-height: 100vh;
}
.testimonial-card {
  
  position: relative;
  left: 0;
  width: 100%;
  top: 0;
}
.titleofc {
  width: 86%;
  position: relative;
  display: block;
  font-size: 2em !important;
  right: 0;
  top: 0;
  padding-top: 40px;
  padding-bottom: 25px;
}
.footerladder {
  top: 0;
  right: 0;
  width: 25%;
}
.footerladder img {
  width: 100%;
}
.social-icons a {
  
  margin: 0;
  margin-bottom:20px;
}
.social-icons {
  margin-bottom: 49px;
}
.footer {
  
  top: 111px;
}

ul#buttonGroup {
  list-style: none;
  display: ruby;
  align-items: center;
  justify-content: unset;
  padding: 0;
}
}
.nav-link{
  color:#636363;
  font-weight: bold;
}
.sectionzpool{
  width:20%;
}