@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Merriweather:wght@300;400;700;900&family=Montserrat+Alternates:wght@400;500;600&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
:root
{

	--color1:#1F1CFF;
	--color2:#FF3130; /*  */
	--color3:#0b0b0b; /*  */
	--color01:#F3DE25;
	--bgl:#FFF2F0;
	--white:#fff;
	--black:#000;

}
/*
	
blue 
#1F1CFF
red
#FF3130
font-family: "Raleway", sans-serif;
font-family: "PT Sans", sans-serif;
font-family: "Montserrat", sans-serif;

*/



.textHeightFix{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.textHeightFix[text-length='2']{
    -webkit-line-clamp: 2;
}
.textHeightFix[text-length='1']{
    -webkit-line-clamp: 1;
}
@media screen and (min-width: 993px)
{
    .btn-menu
    {
        display:none;
    }
}
@media screen and (min-width: 768px)
{
	.navigation .nav-container .navigation-row .logo_area .menuToggle
	{
		display: none;
	}
	body.innerPage footer
	{
		margin-top: 40px;
	}
	.right_top_logos_mobile_only
	{
		display: none;
	}
}
@media screen and (min-width: 577px)
{
	.logo002
	{
		display: none;
	}
}
@media screen and (max-width: 576px)
{
	.logo001
	{
		display: none;
	}
}
ul
{
	list-style-type: none;
	margin-bottom: 0;
}
a
{
	text-decoration: none;
}
*{
	box-sizing: border-box;
	/*overflow: hidden;*/
}
body
{
	font-family: "Jost", sans-serif;
    font-family: "Outfit", sans-serif;
	font-size: 16px;
	color: #58585E;
	font-weight: 400;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6
{
	font-family: "Marcellus", serif;
    font-family: "Merriweather", serif;
    font-family: "Poppins", sans-serif;
    font-family: "Sora", sans-serif;
}
p
{
	text-align: justify;
}
.container
{
	max-width: 95%;
}
.rows
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px)
{
	.rows
	{
		flex-direction: column;
	}
	.rows .cols1,
	.rows .cols2,
	.rows .cols3,
	.rows .cols4,
	.rows .cols5,
	.rows .cols6,
	.rows .cols7,
	.rows .cols8,
	.rows .cols9,
	.rows .cols10,
	.rows .cols11,
	.rows .cols12
	{
		width: 100%;
		margin: 0 0 20px;
	}
}
.justifyContentCenter
{
	justify-content: center;
}
.justifyContentBetween
{
	justify-content: space-between;
}
.justifyContentEnd
{
	justify-content:flex-end;
}
.alignSelfCenter
{
	align-self: center;
}
.alignItemsCenter
{
	align-items: center;
}
.rows .colsonly
{
	flex: 0 0 auto;
}
.rows .cols1
{
	flex: 0 0 auto;
	width: calc(100% - 30px);
	margin: 0 15px 20px;
}

.rows .cols2
{
	flex: 0 0 auto;
	width: calc(50% - 30px);
	margin: 0 15px 20px;
}

.rows .cols3
{
	flex: 0 0 auto;
	width: calc(33.333% - 30px);
	margin: 0 15px 20px;
}

.rows .cols4
{
	flex: 0 0 auto;
	width: calc(25% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols5
{
	flex: 0 0 auto;
	width: calc(20% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols6
{
	flex: 0 0 auto;
	width: calc(16.666% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols7
{
	flex: 0 0 auto;
	width: calc(14.28% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols8
{
	flex: 0 0 auto;
	width: calc(12.5% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols9
{
	flex: 0 0 auto;
	width: calc(11.11% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols10
{
	flex: 0 0 auto;
	width: calc(10% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols11
{
	flex: 0 0 auto;
	width: calc(9.09% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols12
{
	flex: 0 0 auto;
	width: calc(8.333% - 30px);
	margin: 0 15px 20px;	
}
.rows .colsHalf
{
	flex: 0 0 auto;
	width: calc(50% - 30px);
	margin: 0 15px 20px;
}

.rows .colsThree
{
	flex: 0 0 auto;
	width: calc(33.333% - 30px);
	margin: 0 15px 20px;
}
/*
    ==========================================================
*/

.services-section {
  padding: 60px 0;
  background-color: #f4f7f9;
  text-align: center;
}

/*====================================*/

.headings .header-badge {
  display: inline-block;
  color: #ffffff;
  padding: 7px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  letter-spacing: 1px;
  background: #410272;
  font-weight: 600;
  margin-bottom: 12px;
}

body.productss .headings .header-badge
{
    font-weight: 500;
    font-size: 1.1rem;
}
.headings .section-title {
  font-size: 2.3rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.headings .headi p
{
    font-size: 17px;
}

@media screen and (min-width: 993px)
{
    .headings 
    {
        margin-bottom: 35px;
    }
    .headings .headi p
    {
        text-align: center;
        max-width: 72%;
        margin-left: auto;
        margin-right: auto;
    }
}

/*============================*/

.services-section .service-card {
  background: #ffffff;
  padding: 40px 20px 30px;
  border-radius: 30px;
  position: relative;
  transition: transform 0.3s ease;
}

.services-section .service-card {
  background: #ffffff;
  padding: 40px 20px;
  border-radius: 30px;
  position: relative;
  transition: transform 0.3s ease-in-out;
}

.services-section .service-card:hover {
  transform: translateY(-10px);
  transform: scale(1.05);
}

.services-section .image-circle {
  width: 200px;
  height: 200px;
  background: #e9ecef;
  border-radius: 50%;
  margin: 0 auto 25px auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-section .service-card h3 {
  font-size: 1.15rem;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: left;
  padding-left: 12px;
  color: #222;
}

.services-section .service-card h3 span
{
    color: #400371;
    display: block;
}


.services-section .service-card .arrow-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 65px;
  border-radius: 30px 0 0 0px;
  cursor: pointer;
  background-color: #F4F7F9;
}
.services-section .arrow-btn {
/*  width: 40px;
  height: 40px;
  background: #f8f9fa;
  border-radius: 50% 0 30px 0;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  z-index: 1;*/


}

.services-section .service-card .arrow-btn::before {
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  position: absolute;
  border-radius: 20px;
  top: -18px;
  right: -30px;
  box-shadow: inset -30px -30px 0 0 #F4F7F9;
}
.services-section .service-card .arrow-btn::after {
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  position: absolute;
  border-radius: 20px;
  bottom: -30px;
  left: -18px;
  box-shadow: inset -30px -30px 0 0 #F4F7F9;
}

.services-section .service-card .arrow-btn i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 30px;
  display: block;
  background: #fff;
    background-color: rgb(255, 255, 255);
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  z-index: 1;
  rotate: -45deg;
}
.services-section .service-card:hover .arrow-btn i
{
    background-color: #400371;
    color: #fff;
}
/*
    ==========================================================
*/

.slick_product_row2 .slickProColm .service-card{
    margin:0 10px;
}


#slickPro .slick-prev
{
    left: -40px;
} 
#slickPro .slick-next
{
    right: -40px;
}
#slickPro .slick-prev, 
#slickPro .slick-next
{
    background: transparent;
    width: 50px;
    height: 50px;
    opacity: 1;
}
#slickPro .slick-prev:before, 
#slickPro .slick-next:before
{
    color: #333;
    font-size: 40px;
}
/*
    ==========================================================
*/

.water-delivery-section {
  padding: 80px 0;
  background-color: #f7f9fc;
  background-color: #fff;
}

.water-delivery-section .image-container {
  position: relative;
  text-align: center;
}

.water-delivery-section .image-container img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

.water-delivery-section .label-box {
  position: absolute;
  left: 60%;
  font-weight: 600;
  color: #333;
}
.water-delivery-section .text-content .headings
{
   margin-bottom: 25px;
}
.water-delivery-section .text-content .headings .header-badge
{
    margin-bottom: 20px;
}

.water-delivery-section .label-calcium { top: 15%; }
.water-delivery-section .label-magnesium { top: 35%; }
.water-delivery-section .label-sodium { top: 60%; }
.water-delivery-section .label-chlorine { top: 85%; }

.water-delivery-section .text-content {
  padding-left: 20px;
}

.water-delivery-section .sub-heading {
  color: #007bff;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.water-delivery-section h2 {
  font-size: 42px;
  margin-bottom: 20px;
}

.water-delivery-section p {
  color: #333;
  font-size: 17px;
  line-height: 1.5;
}

.water-delivery-section .action-row {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.water-delivery-section .btn-primary {
  background-color: #007bff;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 4px;
}

.water-delivery-section .phone-box {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 991px) {
  .water-delivery-section .text-content {
    padding-left: 0;
    margin-top: 40px;
    text-align: center;
  }
  
  .water-delivery-section .action-row {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .water-delivery-section h2 {
    font-size: 28px;
  }
  
  .water-delivery-section .label-box {
    position: static;
    display: block;
    margin: 5px 0;
  }
}

.water-delivery-section .action-row {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}

.water-delivery-section .btn-primary {
  background: radial-gradient(circle at top, #4B0082 0%, #2E0854 100%);
  color: #ffffff;
  border: none;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.water-delivery-section .btn-primary:hover {
  opacity: 0.9;
}

.water-delivery-section .phone-box {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: #212529;
}

.water-delivery-section .phone-box .phone-number{
    font-size: 20px;
    display: inline-block;
}
.water-delivery-section .phone-icon-bg {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.water-delivery-section .phone-icon {
  font-size: 18px;
  color: #4B0082;
}

@media (max-width: 576px) {
  .water-delivery-section .action-row {
    flex-direction: column;
    gap: 20px;
  }
}
/*
    ==========================================================
*/

.video-section {
  padding: 60px 0;
  background-image: url(../img/video_bg.png);
}

.video-section .video-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 0 auto;
  cursor: pointer;
}

.video-section .video-player {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border-radius: 0px;
  box-shadow: 0 22px 20px rgba(0, 0, 0, 0.2);
  display: block;
  object-fit: cover;
  object-position: top;
}

.video-section .play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #0d6efd;
  transition: all 0.3s ease;
}

.video-section .play-button-overlay:before
{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70%;
    height: 70%;
    transform: translate(-50%,-50%);
    background-color: #400371;
    border-radius: 50%;
}
.video-section .play-button-overlay i
{
    position: relative;
    z-index: 2;
    color: #fff;
}
.video-section .play-button-overlay:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 992px) {
  .video-section .video-wrapper {
    width: 90%;
  }
}

@media (max-width: 576px) {
  .video-section .video-wrapper {
    width: 100%;
  }
  .video-section .play-button-overlay {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}

.video-section .headings
{
    text-align: center;
}

/*
    ==========================================================
*/

.features-section {
  padding: 50px 0;
  background: #f1f1f1;
}

.features-section .fullWrappers
{
    background-color: #fff;
    border-radius: 20px;
}

.features-section .header-banner {
  background:radial-gradient(circle at top, #4B0082 0%, #2E0854 100%);
  height: 150px;
  border-radius: 20px;
  margin-bottom: 0px;
}

.features-section .center-bottle {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.features-section .feature-item {
  margin-bottom: 0px;
  text-align: left;
  display: flex;
  grid-column-gap: 30px;
}

.features-section .feature-item .text,
.features-section .feature-item .icon-box
{
    flex: 0 0 auto;
}
.features-section .feature-item .text
{
    width: calc(100% - 100px);
}
.features-section .icon-box i{
  width: 70px;
  height: 70px;
  background: #eef2f7;
  color: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 32px;
  margin-bottom: 15px;
}

.features-section h3 {
    font-size: 20px;
  line-height: 22px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #151515;
}

.features-section p {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 17px;
  color: #58585E;
}

@media (max-width: 991px) {
  .features-section .header-banner {
    display: none;
  }
  .features-section .col-lg-4 {
    text-align: center;
  }
  .features-section .feature-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/*
    ==========================================================
*/

.features-section .customRowsss
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*background-color: #283593;*/
    background:radial-gradient(circle at top, #4B0082 0%, #2E0854 100%);;
}
.features-section .customRowsss .cuostmColoms
{
    flex: 0 0 auto;
}
.features-section .customRowsss .cuostmColoms.textcol
{
    width: 50%;
}
.features-section .customRowsss .cuostmColoms .main_wrap1,
.features-section .customRowsss .cuostmColoms .main_wrap2
{
    display: flex;
    flex-direction: column;
    grid-row-gap: 30px;
}

.features-section .customRowsss .cuostmColoms .main_wrap1{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 110px 200px 80px 60px;
  background-color: #FFFFFF;
  border-radius: 0px 160px 0px 0px;
  height: 100%;
}
.features-section .customRowsss .cuostmColoms .main_wrap2{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 110px 60px 80px 200px;
  background-color: #FFFFFF;
  border-radius: 160px 0px 0px 0px;
  height: 100%;
}

.features-section .customRowsss
{
    position: relative;
}
.features-section .customRowsss .image_water_bottles
{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
    width: 330px;
    height: 500px;
}
/*
    ==========================================================
*/
.booking-section {
  padding:50px 0;
  background-color: #ECF2F6;
}

.booking-section .badge-label {
  color: #33065B;
  font-weight: 700;
  letter-spacing: 1px;
}

.booking-section h2 {
  font-size: 48px;
  margin: 15px 0;
  color: #212529;
}

.booking-section .description {
  color: #6c757d;
  margin-bottom: 40px;
}

.booking-section .step-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.booking-section .step-number {
 
    -webkit-mask-image: url(../img/shape.png);
    mask-image: url(../img/shape.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    color: #fff;
    background-color: #33065B;
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 84PX;
    font-size: 20px;
    flex: 0 0 auto;
    text-align: center;
    font-weight: 600;
}

.booking-section .step-text h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.booking-section .step-text p {
  font-size: 17px;
  color: #6c757d;
  width: 92%;
}

.booking-section .booking-form-wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.booking-section .booking-form-wrapper h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.booking-section .form-control, 
.booking-section .form-select {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f1f4f8;
  border: none;
}

.booking-section .submit-btn {
  background: #33065B;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  width: 100%;
  font-weight: 600;
}

@media (max-width: 991px) {
  .booking-section .booking-form-wrapper {
    margin-top: 40px;
  }
}

.booking-section .form-control, 
.booking-section .form-select {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f1f4f8;
  border: none;
  border-radius: 8px;
}

.booking-section .submit-btn {
  background: #33065B;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  width: 100%;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.booking-section .submit-btn:hover {
  background: #47017C;
}

.booking-section .booking-form-wrapper {
  background-image: url('../img/form-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  position: relative;
}

.booking-section .booking-form-wrapper::before {
/*  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;*/

content: "";
position: absolute;
top: 5%;
left: 5%;
width: 90%;
height: 90%;
background: rgba(255, 255, 255, 1);
border-radius: 20px;
}

.booking-section .booking-form-wrapper > * {
  position: relative;
  z-index: 1;
}
/*
    ==========================================================
*/

.booking-section .headings .headi p
{
    text-align: left;
    max-width: 100%;

}
.booking-section .headings .header-badge
{
    margin-bottom: 0;
}

/*
    ==========================================================
*/
.footer-section {

}

.footer-section {
  background: linear-gradient(135deg, rgba(68, 2, 118, 0.9), rgba(26, 35, 126, 0.9)), 
              url('../img/footer-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 60px 0 20px 0;
  position: relative;
}



.footer-section::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 60px;
  top: 0px;
  bottom: 0;
  background-repeat: no-repeat;
  background-image: url(../img/footer-pattern.png);
}

.footer-section .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.footer-section .newsletter-side {
  display: flex;
  /*width: 400px;*/
}

.footer-section .form-control {
  border-radius: 50px 0 0 50px;
  padding: 12px 20px;
  border: none;
}
.footer-section .newsletter-side .sub-heading
{
    margin-bottom: 0;
    font-size: 27px;
    font-weight: 600;
}

.footer-section .send-btn {
  background: #ffffff;
  border: none;
  padding: 0 20px;
  border-radius: 0 50px 50px 0;
  color: #1a237e;
}

.footer-section .footer-col h5 {
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-section .footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-section .footer-col ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-section .social-links span {
  margin-right: 15px;
  cursor: pointer;
}

.footer-section .bottom-bar {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 30px;
  margin-top: 30px;
  font-size: 17px;
}
.footer-section .bottom-bar p
{
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 768px) {
  .footer-section .top-row {
    flex-direction: column;
    gap: 20px;
  }
  .footer-section .newsletter-side {
    width: 100%;
  }
}
.footer-section .businessAssociates .contactIcons
{
    width: 45px;
    height: 45px;
    background-color: white;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    color: #33065b;
}
.footer-section .businessAssociates strong
{
    font-weight: 400;
    margin-bottom: 5px;
}
.footer-section .businessAssociates a
{
    color:#fff;
    font-size: 17px;
    font-weight: 500;
}
.footer-section .footer-linkssss
{
    padding-left: 50px;
}
.footer-section h5
{
    font-size: 21px !important;
    margin-bottom: 30px !important;
    font-weight: 500;
}


.footer-section .footer-linkssss ul li a
{
    font-weight: 300;
    color: #fff;
    font-size: 16px;
}

/* CSS Scoped to footer-section */
.footer-section .footer-linkssss ul {
  list-style: none;
  padding: 0;
}

.footer-section .footer-linkssss ul li {
  margin-bottom: 15px;
}

.footer-section .footer-linkssss ul li a {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
  font-weight: 400;
}

.footer-section .footer-linkssss ul li a::before {
  content: "\F138"; /* Bootstrap Icon bi-arrow-right-short code */
  font-family: "bootstrap-icons" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height:25px;
  background-color: #ffffff;
  color: #33065B;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 13px;
  font-weight: 900;
  flex-shrink: 0;
}

.footer-section .footer-linkssss ul li a:hover {
  /*opacity: 0.8;*/
}
.footer-section .paddingrihts
{
    padding-right: 50px !important;
    padding-left: 30px !important;
}

.footer-section .footer-col .fPara p
{
    font-size: 16px;
    font-weight: 300;
    width: 93%;
    line-height: 1.6;
}


.footer-section .footer-social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.footer-section .footer-social-links a {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  color: #33065b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
}

.footer-section .footer-social-links a:hover {
  background-color: #33065B;
  color: #ffffff;
}
/*
    ==========================================================
*/

.product-range-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}
.product-range-section .container
{
  max-width: 85%;
}

.product-range-section h2 {
  font-weight: 700;
  color: #212529;
  margin-bottom: 20px;
}

.product-range-section p {
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto 40px;
}

.product-range-section .product-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 100%;
}

.product-range-section .product-card:hover {
  transform: translateY(-10px);
}

.product-range-section .product-card img {
  width: 100%;
  /*height: 250px;*/
  object-fit: cover;
}

.product-range-section .card-body {
  padding: 25px;
}

.product-range-section .card-body h3 {
    font-size: 23px;
    line-height: 22px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #151515;
    text-align: center !important;
}

.product-range-section .card-body p {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    line-height: 24px;
    font-size: 17px;
    color: #58585E;
    margin: 0 25px 0;
}

.product-range-section .read-more {
    display: inline-block;
    color: #ffffff;
    padding: 9px 20px;
    border-radius: 20px;
    font-size: 0.8rem;
    letter-spacing: 0px;
    background: #410272;
    font-weight: 600;
    margin-top: 15px;
    border: 2px solid #410272;
}
.product-range-section .product-card:hover .read-more
{
  background: white;
  color: #410272;
}

@media (max-width: 768px) {
  .product-range-section {
    padding: 40px 0;
  }
}
/*
    ==========================================================
*/

.contact-section {
  padding: 80px 0;
  background-color: #ECF2F6;
}

.contact-section .container {
  max-width: 88%;
  margin: 0 auto;
  padding: 0 15px;
}

.contact-section .contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.contact-section .contact-card {
  flex: 1 1 calc(33.333% - 20px);
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  /*box-shadow: 0 5px 20px rgba(0,0,0,0.08);*/
  position: relative;
}

.contact-section .icon-box {
/*  position: absolute;
  top: -20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  color: #0d6efd;*/

  z-index: 9;
  position: absolute;
  top: 0;
  right: 0px;
  width: 80px;
  height: 80px;
  padding: 10px 0 0 10px;
  border-radius: 0 0 0 30px;
  background-color: #ecf2f6;
}
.contact-section .icon-box::before {
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  position: absolute;
  border-radius: 20px;
  top: -30px;
  left: -34px;
  z-index: -1;
  box-shadow: inset -30px 30px 0 0 #ECF2F6;
}

.contact-section .icon-box::after {
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  position: absolute;
  border-radius: 20px;
  bottom: -34px;
  right: -30px;
  z-index: -1;
  box-shadow: inset -30px 30px 0 0 #ECF2F6;
}

.contact-section .icon-box i {
  z-index: 2;
  text-align: center;
  display: inline-block;
  background: #fff;
  width: 60px;
  height: 60px;
  font-size: 28px;
  line-height: 65px;
  border-radius: 50%;
  color: #1c71d5;
}

.contact-section h6 { font-size: 14px; font-weight: 600; color: #0d6efd; }
.contact-section h5 { margin: 10px 0; font-size: 1.2rem; margin-top: 45px; color: #222;}
.contact-section p { color: #6c757d; margin: 0; font-size: 1.1rem; text-align: left;}

@media (max-width: 992px) {
  .contact-section .contact-card {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .contact-section .contact-grid {
    flex-direction: column;
  }
  .contact-section .contact-card {
    flex: 1 1 100%;
  }
}
/*
    ==========================================================
*/

.contact-section-wrapper{
  background: #ECF2F6;
  padding-bottom: 70px;
  padding-top: 20px;
}
.contact-section-wrapper .map-container {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (min-width: 993px)
{
  .contact-section-wrapper .map-container 
  {
    padding-right: 30px;
  }

  .contact-section-wrapper .captachaRow{
    display:flex;
    justify-content: center;
    grid-column-gap: 20px;
    align-items: center;
  }
  .contact-section-wrapper .captchaInputs{
     width: 50%;
  }
}

.contact-section-wrapper .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-section-wrapper .form-title {
  margin-bottom: 25px;
  font-weight: 700;
}

.contact-section-wrapper .form-control {
  padding: 12px 15px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}

.contact-section-wrapper .form-control:focus
{
  box-shadow: none;
}

.contact-section-wrapper .captcha-img .capimg {
  flex: 0 0 auto;
}
.contact-section-wrapper .captcha-img {
  /*border-radius: 5px;*/
  /*width: 110px;*/
  /*height: inherit;*/
}

.contact-section-wrapper .btn-primary {
  padding: 12px 40px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
   border:0px;
  background:radial-gradient(circle at top, #4B0082 0%, #2E0854 100%); 
}

/*
    ==========================================================
*/

.contact-section-wrapper .map-container {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}
.contact-section-wrapper .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.contact-section-wrapper .form-title {
  margin-bottom: 25px;
  font-weight: 700;
}
.contact-section-wrapper .form-control {
  padding: 12px 15px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}
.contact-section-wrapper .captcha-img {
  height: 50px;
  border-radius: 5px;
}
.contact-section-wrapper .btn-primary {
  padding: 12px 30px;
  border-radius: 5px;
}

/*
    ==========================================================
*/

body.innerPage .water-delivery-section .text-content
{
  padding: 40px 60px !important;
}

body.innerPage .booking-section .booking-form-wrapper
{
   height: 100%;
}
body.innerPage .booking-section 
{
  padding: 70px 0;
}
body.innerPage .booking-section .booking-form-wrapper::before
{
  display: none;
}
body.innerPage.productss .water-delivery-section.sectionPrev
{
  background-color:#F8F9FA;
}

body.innerPage.productss .water-delivery-section.sectionNext
{
  background-color: transparent;
    padding: 60px 0;
    background-image: url(../img/video_bg.png);
}


body.innerPage.productss .water-delivery-section.sectionNext,
body.innerPage.productss .water-delivery-section.sectionPrev
{
  padding: 70px 0;
}
body.innerPage.productss .water-delivery-section.sectionNext .text-content
{
  padding-left: 0 !important;
}

body.innerPage.productss .water-delivery-section.sectionPrev .text-content
{
  padding-right: 0 !important;
}
/*
    ==========================================================
*/


.royal-canyon-section {
    position: relative;
    padding: 50px 0 90px;
    overflow: hidden;
       padding: 60px 0;
    background-image: url(../img/video_bg.png);
    background-position: center;
}

.royal-canyon-section2:before
{
    background: #fff !important;
}

.royal-canyon-section::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(137,44,124,0.10);
    filter: blur(100px);
    bottom: -140px;
    right: -100px;
}

.royal-canyon-section .container {
    position: relative;
    z-index: 2;
}

/* Badge */
.royal-canyon-section .royal-canyon-badge {
    color: #832B79;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-bottom: 8px;
    position: relative;
    display: inline-block;
}

.royal-canyon-section .royal-canyon-badge::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: #892C7C;
    transform: translateX(-50%);
}

/* Heading */
.royal-canyon-section .royal-canyon-title {
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Outfit", sans-serif;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.royal-canyon-section .royal-canyon-title span {
    color: #892C7C;
}

/* Description */
.royal-canyon-section .royal-canyon-description {
    color: #333;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 auto 35px;
    max-width: 70%;
    text-align: center;
}

/* Tags */
.royal-canyon-section .royal-canyon-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.royal-canyon-section .royal-canyon-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    background: rgba(255,255,255,0.75);
    border: 1px solid rgba(137,44,124,0.12);
    border-radius: 100px;
    color: #2e3440;
    font-size: 15px;
    font-weight: 500;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(20,20,20,0.04);
}

.royal-canyon-section .royal-canyon-tag span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #892C7C;
}

/* Flow Wrapper */
.royal-canyon-flow-wrapper {
    /*margin-top: 60px;*/
}

/* Main Card */
.royal-canyon-section .royal-canyon-flow-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    /*padding: 30px;*/
    border-radius: 30px;
    /*background: #ffffff;*/
    /*border: 1px solid rgba(137,44,124,0.10);*/
    /*box-shadow: 0 20px 60px rgba(17,17,17,0.08);*/
    position: relative;
}

/* Remove Grid Texture */
.royal-canyon-section .royal-canyon-flow-card::before {
    display: none;
}

/* Item */
.royal-canyon-section .royal-canyon-flow-item {
    flex: 1;

    padding: 22px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(137,44,124,0.08);
}
.royal-canyon-section .royal-canyon-flow-item .wrapper
{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}
/* Icon */
.royal-canyon-section .royal-canyon-flow-icon {
    min-width: 58px;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background-image: radial-gradient(circle at top, #4B0082 0%, #2E0854 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.royal-canyon-section .royal-canyon-flow-icon i {
    font-size: 24px;
    color: #ffffff;
}

/* Content */
.royal-canyon-section .royal-canyon-flow-content h4 {
    color: #222;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px;
}

.royal-canyon-section .royal-canyon-flow-content p {
    margin: 0;
    color: #333;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
}

/* Arrow */
.royal-canyon-section .royal-canyon-flow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.royal-canyon-section .royal-canyon-flow-arrow i {
    font-size: 28px;
    color: #822975;
}

.royal-canyon-section.royal-canyon-section2 .royal-canyon-flow-content h4
{
    font-size: 18px;
}
.royal-canyon-section.royal-canyon-section2 .royal-canyon-flow-card
{
    align-items: inherit !important;
}

/* Responsive */
@media (max-width: 1199px) {

    .royal-canyon-section .royal-canyon-flow-card {
        flex-wrap: wrap;
    }

    .royal-canyon-section .royal-canyon-flow-arrow {
        display: none;
    }

    .royal-canyon-section .royal-canyon-flow-item {
        width: calc(50% - 10px);
        flex: unset;
    }
}

@media (max-width: 991px) {

    .royal-canyon-section .royal-canyon-title {
        font-size: 48px;
    }

    .royal-canyon-section .royal-canyon-description {
        max-width: 90%;
    }

    .royal-canyon-section .royal-canyon-flow-item {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .royal-canyon-section {
        padding: 70px 0;
    }

    .royal-canyon-section .royal-canyon-title {
        font-size: 36px;
    }

    .royal-canyon-section .royal-canyon-description {
        max-width: 100%;
        font-size: 16px;
    }

    .royal-canyon-section .royal-canyon-tag {
        width: 100%;
        justify-content: center;
    }

    .royal-canyon-section .royal-canyon-flow-card {
        padding: 20px;
    }

    .royal-canyon-section .royal-canyon-flow-item {
        flex-direction: column;
    }
}


.product-section{
    scroll-margin-top: 80px;
}

/*
    ==========================================================
*/

@media screen and (min-width: 993px)
{
  .w-22
  {
    width: 22%;
  }
  .w-23
  {
    width: 23%;
  }
  .w-30
  {
    width: 30%;
  }
}


/*
    ==========================================================
*/
.contact-item {
  display: flex;
  align-items: center;
}
.mb-4 {
  margin-bottom: 1.5rem; 
}
.icon-wrapper {
  margin-right: 1rem; 
}
.contactIcons {
  font-size: 1.2rem;
}

/*
    ==========================================================
*/


/*
    ==========================================================
*/