/**
 * Theme Name:     sunandwater
 * Author:         the WordPress team
 * Template:       twentytwentyone
 * Text Domain:	   sunandwater
 * Description:    Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
 */
 .main p a{
	color: #ffff;
}

#primary-menu-list li.current-menu-item a,
#primary-menu-list li.current_page_item a {
  color: #458DC3;
}

#primary-menu-list li a:hover {
  color: #458DC3;
} 



.abt_learnmore{
	background-color: #DA3434 !important;
}



/* Basic Reset and Typography */
body {
    margin: 0;
/*     font-family: Arial, sans-serif; */
    line-height: 1.6;
    color: #333;
}
 
/* Main Content */
.site-main {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
} 

/* Post Title */
 .entry-header .entry-title {
    font-size: 2.5em;
    margin-bottom: 0.5em;
    text-align: center;
	 font-weight:500;
} 

/* Post Thumbnail */
 .post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
    border-radius: 5px;
} 

/* Post Content */
 .entry-content {
    font-size: 1.1em;
    margin-bottom: 40px;
}
 
/* Post Navigation */
 .post-navigation {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 40px;
} 

 .post-navigation .prev,
.post-navigation .next {
    flex: 0 0 auto;
} 

.post-navigation a {
    text-decoration: none;
    color: #0073aa;
    font-size: 1.1em;
    padding: 10px 15px;
    border: 1px solid #0073aa;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.post-navigation a:hover {
    background-color: #0073aa;
    color: #fff;
}

.post-navigation .arrow {
    margin-right: 5px;
} 

/* Adjust arrow icons if needed (assuming you’re using a custom icon font or CSS pseudo-element)  */
.arrow.left:before {
    content: "◄"; /* You can change this to your preferred left arrow icon */ 
 }

.arrow.right:after {
    content: "►"; /* You can change this to your preferred right arrow icon */ 
 }


.clientlogo{
    padding: 50px 0px;
}
 

.banner {
  position: relative;
  text-align: center; 
  color: white; /* Ensures title is readable on images */ 
 } 
.aboutpg,.emp, .service, .mvgmain,.client,.tips,.banner{
	float: none;	
	}

.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 3rem; /* Adjust as needed */ 
  font-weight: bold;
/*   background: rgba(0, 0, 0, 0.5);  /* Optional: Adds a semi-transparent background for readability */  */
  padding: 10px 20px;
  border-radius: 10px;
} 






/* .image-grid {
  display: flex;
  flex-wrap: wrap; /* Ensures images wrap to the next line */  */
/*    justify-content: center; /* Centers images */  */
/*   gap: 15px; /* Space between images */  */
/*  } 

 .image-grid img {
  width: calc(33.33% - 10px); /* Makes sure only 3 images fit per row */  */
/*   max-width: 100%;
  height: auto;
}  */


/* .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}*/ 

/*  .gallery-item {
  width: 100%;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns for larger screens */  */
/*    gap: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}  */

/* Responsive Design: Stack images in one column on smaller screens */
/*  @media (max-width: 767px) {
  .gallery {
    grid-template-columns: 1fr; /* 1 column for mobile */ */
/*   }
}  */






/* Form Container */
.custom-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
 .custom-box{
    max-width: 635px;
  margin: 0 auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}
 
/* Labels */
.custom-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
} 

/* Input Fields */
.custom-form input,
.custom-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  transition: border 0.3s ease-in-out;
} 

/* Placeholder Styling */
 .custom-form input::placeholder,
.custom-form textarea::placeholder {
  color: #999;
} 

/* Focus Effect */
 .custom-form input:focus,
.custom-form textarea:focus {
  border-color: #007bff;
  outline: none;
} 

/* Submit Button */
 .custom-form input[type="submit"] {
  background: #458DC3;
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.custom-form input[type="submit"]:hover {
  background: #0056b3;
} 

/* Responsive Design */
 @media (max-width: 600px) {
  .custom-form {
    max-width: 90%;
  }
} 










/* Map Container */
/* .custom-map {
  max-width: 100%;
  padding: 15px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
} */  /*comment*/

/* Google Maps iFrame */
.custom-map iframe {
  width: 100%;
  height: 350px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}






/* Contact Box */
 .custom-contact-box {
  max-width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  text-align: left; /* Aligns content to the left */ */
  overflow: hidden;
}
 
/* Contact Info */
 .contact-info {
  text-align: left; /* Ensures text is left-aligned */ */
   padding-bottom: 20px;
} 

 .contact-info h3 {
  font-size: 22px;
  color: #007bff;
  margin-bottom: 10px;
}

.contact-info p {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  line-height: 40px;
}

.contact-info a {
  text-decoration: none;
  color: #5F5F5F;;
  font-weight: 400;
}

.contact-info a:hover {
  color: #0056b3;
} 

/* Map Styling */
/* .custom-map iframe {
  width: 100%;
  height: 350px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} */



.service{
    margin:0px !important;
}

.service h2{
    margin-top: 20px;
    
}

.most h2{
    padding-top: 45px;
}

#menu-footer-two-1{
    padding: 0px;
}

#menu-footer-one-1{
padding: 0px;
}

.contact_div a {
    color: #ffff;
}
.contact_div a:hover {
    color: #458DC3; /* Change color on hover */ 
}


.rivacy h1{
    text-align: center;
}

@media (min-width: 360px) and  (max-width: 767px) {
.banner img{
    height: 200px;
    object-fit: cover;
	}}



ul.navbar-nav.sunnav {
    display: flex;
    align-items: start;
}

.carousel-control-next, .carousel-control-prev {
	background:none !important;
}
.justify-content-center{
	justify-content:end !important;
}

.details{
	text-transform:capitalize;
}

@media (min-width:360px) and (max-width:767px){
	.carousel-control-prev-icon, .carousel-control-next-icon{
	display:none;
	}}
 

/* .ngg-galleryoverview.default-view{
	margin-top:50px;
} */

.abt_detail h4{
	font-size:15px;
	font-weight:400;
	line-height:23px;
		
}

.abt_detail h1{
margin-top:50px;	
}

.emp h2{
	text-transform:capitalize;
}
@media (max-width: 991px) {
  .mvgmain .row > div {
    margin-bottom: 15px; /* Adjust the gap as needed */ */
   }
}

.mvg h2{
	font-weight:700;
}

@media(min-width:768px) and (max-width: 991px) {
.date{
	bottom:0px !important;
	}}

@media(min-width:1200px) and (max-width: 2500px) {
	.custom-box{
		max-width: 635px !important;
	}} 
.aboutpg,.emp, .service, .mvgmain,.client,.tips, .about, .most, .footer{
    float: none !important;    
    }

.contact_title {
    text-align: center;
    padding:20px;
}

.aboutpg{
	    padding: 45px 0px 45px 0px!important;
}

.contact_div p{
	display:flex;
}

.challenge_main img{
	height:250px;
}

section.aboutp {
    padding-bottom: 45px;
}

.abt_detail h1{
	font-family: poppins;
}

.abt_detail h4{
	font-family: poppins;
}

.contact_title h1{
	font-family: poppins;
}
.service h2{
	font-family: poppins;
}
.challenge_main_s h4{
	font-family: poppins;
}
.banner h5{
	font-family: poppins;	
}

.about h2{
	font-family: poppins;
}
.most h2{
	font-family: poppins;
}
.most_title h3{
font-family: poppins;
}
.tips h2{
font-family: poppins;	
}
.tips_sub h3{
font-family: poppins;	
}

.banner-title h1{
	font-family: poppins;
}

.emp h2{
	font-family: poppins;
}
.aboutpg h2{
	font-family: poppins;
}

.client h2{
	font-family: poppins;	
}

.client h6{
	font-family: poppins;
}
.custom-map iframe{
height:405px;
}




.gallery .ngg-albumoverview {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.gallery .ngg-album {
    width: 100%;
}

/* Default: 4 columns (Desktop) */
.ngg-gallery-thumbnail-box.ngg-4-columns {
    width: 25%;
    float: left !important;
    padding: 10px; /* Adds spacing between images */
    box-sizing: border-box;
}

/* Tablet: 2 Columns */
@media (max-width: 768px) {
    .ngg-gallery-thumbnail-box.ngg-4-columns {
        width: 50%;
    }
}

/* Mobile: 1 Column */
@media (max-width: 480px) {
    .ngg-gallery-thumbnail-box.ngg-4-columns {
        width: 100%;
        float: none !important;
        display: block;
        text-align: center; /* Centers the images */
        padding: 10px 0; /* Adds vertical spacing */
    }
}
.ngg-albumoverview.default-view .ngg-album-compact h4 .ngg-album-desc{
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
}

@media (min-width: 992px) and (max-width: 1200px){
.challenge_main_s h4{
	font-size:18px;
	}}

@media (min-width: 992px) and (max-width: 1200px){
	.mvg.text-center{
		min-height:310px;
	}}

@media (min-width: 360px) and (max-width: 991px){
section.emps{
	padding:20px 0px!important;
}
	
