

/* 
waterlanka
http://www.waterlanka.com 
*/

@import url('https://fonts.googleapis.css2?family=Nunito:wght@300;400;600;700&display=swap');

html { font-size: 14px; }
body { 
  font-family: 'Nunito', Tahoma, Arial, sans-serif; 
  background: linear-gradient(135deg, #f7fbff 0%, #e6f4ff 100%); 
  background-attachment: fixed;
  color: #4a5568; 
}
h1, h2, h3, h4, h5, h6 { font-weight: 700; color: #2c5282; }

ul { margin: 0 0 0 0; }
iframe, object, embed { width: 100%; border: none; }
footer { 
  color: #1a365d; 
  background: linear-gradient(180deg, #d1f2ff 0%, #00a6e8 100%);
  margin-top: 60px; 
  padding-top: 50px;
  padding-bottom: 20px;
  box-shadow: 0 -10px 20px rgba(0,0,0,0.05);
  border-top: 4px solid #00a6e8;
  position: relative;
  overflow: hidden;
}
footer::after {
  content: '';
  position: absolute;
  top: -150px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,255,255,0.4) 0%, transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}
footer a { text-decoration: none; color: #1a365d; transition: all 0.3s; font-weight: 600; }
footer a:hover { color: #ffffff; text-decoration: none; }
footer h4 { color: #1a365d; border-bottom: 2px solid rgba(26,54,93,0.2); padding-bottom: 15px; margin-bottom: 25px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; font-size: 16px; text-shadow: 0 1px 0 rgba(255,255,255,0.4); }
footer address { line-height: 1.8; font-size: 14px; font-weight: 600; }
footer .rp_box_wrapper { z-index: 2; position: relative; }

/* Highly Visible Contact Form */
footer .form-control { 
  background: #ffffff; 
  border: 2px solid #00a6e8; 
  color: #333333; 
  padding: 12px; 
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
footer .form-control:focus { 
  background: #ffffff; 
  border-color: #1a365d; 
  box-shadow: 0 0 15px rgba(26,54,93,0.3); 
}
footer .form-control::placeholder { color: #888888; font-style: italic; }

/* Make Submit Button Pop */
footer .submit {
  background: #1a365d !important;
  color: #ffffff !important;
  font-weight: 800;
  text-transform: uppercase;
  border: none !important;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2) !important;
}
footer .submit:hover {
  background: #000000 !important;
}

/* Charming Button Overrides */
.btn-danger {
  background-color: #4299e1;
  border: none;
  border-radius: 20px;
  padding: 8px 24px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(66, 153, 225, 0.4);
  transition: all 0.3s ease;
  color: white;
  text-shadow: none;
}
.btn-danger:hover {
  background-color: #3182ce;
  box-shadow: 0 6px 15px rgba(66, 153, 225, 0.6);
  transform: translateY(-2px);
}

.container { margin: 0 auto; }
.brand { letter-spacing: 10px; text-transform: uppercase; }
.float_l { float: left }
.float_r { float: right }
.cleaner { clear: both }

.rp_box { clear: both; margin-bottom: 20px; padding-top: 20px; padding-bottom: 20px; border-bottom: 1px dashed gray }
.rp_box img { float: left; margin-right: 20px }
.rp_box a { text-decoration: none; color: #030f61; }
.rp_box a:hover { color: white; }
.rp_box_wrapper { padding-top: 20px; }

.date { font-style: italic; font-size: 12px; margin-bottom: 5px; color: #393d42 }
.twitter_post { color: #1c292e; }
.twitter_post li {	margin-top: 1em; list-style-type: none;	}
.social_buttons a {	text-decoration: none; }

.post_box { 
  clear: both; 
  margin-bottom: 40px; 
  background: #ffffff; 
  padding: 30px; 
  border-radius: 20px; 
  box-shadow: 0 4px 20px rgba(0,0,0,0.04); 
  border: 1px solid rgba(235, 248, 255, 0.8);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); 
  animation: fadeUpIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.post_box:hover { 
  transform: translateY(-5px) scale(1.01); 
  box-shadow: 0 15px 35px rgba(0,0,0,0.08); 
  border-color: #bee3f8;
}
.post_box h2 { font-size: 24px; font-weight: 700; margin-bottom: 15px; color: #2b6cb0; transition: color 0.3s; }
.post_box:hover h2 { color: #2c5282; }
.post_box img { float: left; margin-right: 30px; border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.06); transition: transform 0.4s ease; }
.post_box:hover img { transform: scale(1.03) rotate(-1deg); }
.post_box p { text-align: justify; line-height: 1.8; color: #4a5568; }

.post_meta { color: #a0a0a0; padding: 2px 0; border: 1px dashed #726144; border-left: none; border-right: none; margin-bottom: 20px; margin-top: 5px;  }
.post_meta i { color: #907244; font-style: italic }
.post_meta a { color: #907244; text-decoration: none; }
.post_meta span { float: right; }

.first_level { margin: 0; padding: 0; }
.image_frame_300 {  width: 280px; height: 140px; padding: 10px; margin-bottom: 20px }

/* Charming Contact Form (Main Page) */
#contact_form { padding: 30px; background: #ffffff; border-radius: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); border: 1px solid #ebf8ff; margin-bottom: 40px; }
#contact_form form { margin: 0; padding: 0; }
#contact_form form .input_field, #contact_form form textarea, .form-control { 
  width: 100%; 
  padding: 12px 16px;	
  font-family: 'Nunito', sans-serif; 
  font-size: 14px; 
  border: 1px solid #cbd5e0;
  border-radius: 12px;
  background-color: #f7fafc;
  color: #4a5568;
  transition: all 0.3s ease;
  box-sizing: border-box;
  margin-bottom: 15px;
}
#contact_form form .input_field:focus, #contact_form form textarea:focus, .form-control:focus {
  outline: none;
  border-color: #63b3ed;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(99, 179, 237, 0.3);
}
#contact_form form label { display: block; font-weight: 600; color: #2c5282; margin-bottom: 6px; font-size: 14px; }
#contact_form form textarea { height: 160px; resize: vertical; }

/* Charming Form Submit Buttons */
.submit, .submit.form-control, .btn-info {
  background-color: #4299e1;
  color: #ffffff;
  border: none;
  font-weight: 700;
  border-radius: 20px;
  cursor: pointer;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(66, 153, 225, 0.3);
  transition: all 0.3s;
  padding: 10px 24px;
}
.submit:hover, .btn-info:hover {
  background-color: #3182ce;
  box-shadow: 0 6px 15px rgba(66, 153, 225, 0.5);
  transform: translateY(-2px);
  color: white;
}

.comments {	list-style: none; }
.comments li { margin-bottom: 10px; list-style:none; }
.comments li .comment_box { clear: both; width:90%; padding: 15px; }
.comments li .commentbox1 { background: #F3F3F3; border: 1px solid #E4DED4; }
.comments li .commentbox2 { background: #F3F3F3; border: 1px solid #E4DED4; }
.comment_box .gravatar { float: left; width: 50px; margin-right: 15px; background: #000; }
.comment_box .gravatar img { margin: 0; width: 50px; height: 50px; }
.comment_box .comment_text { margin: 0 0 0 65px; }
.comment_box .comment_text p { margin: 0; }
.comment_text .comment_author { font-size: 14px; font-weight: bold; color: #000; margin-bottom: 10px; }
.comment_text .date { font-size: 12px; font-weight: normal; color: #000; padding-left: 10px; }
.comment_text .time { font-size: 12px; font-weight: normal; color: #000; padding-left: 10px; }
.comment_text .reply a { display: block; clear: both; float: right; color: #5A5757; font-weight: 700 } 

#comment_section { clear: both;	margin-bottom: 60px; }
#comment_form {	clear: both; }
#comment_form h3 { font-size: 20px;	border-bottom: 1px dotted #666;	margin-bottom: 15px; padding-bottom: 10px; }
#comment_form form { padding: 20px; }
#comment_form form input {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	padding: 5px;
	width: 60%;/**/
	background: #F3EDE2 none repeat fixed 0 0;
	border: 1px solid #918063;
}

#comment_form textarea {
	background: #F3EDE2 none repeat fixed 0 0;
	border: 1px solid #918063;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: 150px;
	margin-top: 5px;
	padding: 5px;
	width: 60%;/**/
}

#comment_form .form_row { width: 100%; margin-bottom: 15px; }

#site_cr_bar { margin: 0 auto; padding: 15px 10px; color: #ddd4c5; text-align: center; }

/*http://codepen.io/minimalmonkey/pen/Ecpla*/
/* Wrapper */
.icon-button {
	background-color: #eee;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 3.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
	pointer-events: none;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}

/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
	pointer-events: none;
}
.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .icon-google-plus {
	color: #db5a3c;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
	color: white;
}
/* minimalmonkey */

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	footer {
	  margin-left: -20px;
	  margin-right: -20px;
	  padding-left: 20px;
	  padding-right: 20px;
	}
}

/* --- High-End Modern Animations --- */
@keyframes fadeUpIn {
  0% { opacity: 0; transform: translateY(35px); }
  100% { opacity: 1; transform: translateY(0); }
}

#contact_form, .rp_box_wrapper, section h3 {
  animation: fadeUpIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.15s;
}
footer {
  animation: fadeUpIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.35s;
}
iframe {
  animation: fadeUpIn 1s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.4s;
  transition: transform 0.5s ease;
}
iframe:hover {
  transform: scale(1.005);
}
.navbar {
  box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
}
.nav li a {
  transition: all 0.3s ease;
}
.nav li a:hover {
  color: #63b3ed !important;
  transform: scale(1.03);
}

/* --- Universal Modern Responsive Engine --- */
@media (max-width: 979px) {
  /* Break strict pixel grid limits on tablets & mobiles */
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 90% !important;
    max-width: 100% !important;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .row { margin-left: 0 !important; }
  
  /* Force all columns to stack fluidly instead of crushing horizontally */
  [class*="span"] { 
    float: none !important; 
    display: block !important; 
    width: 100% !important; 
    margin-left: 0 !important; 
    box-sizing: border-box !important;
  }

  /* Make sure images and maps resize elastically */
  img, iframe { 
    max-width: 100% !important; 
    height: auto !important; 
  }
  
  /* Prevent the navbar content from overflowing */
  .navbar .brand { margin-left: 0; padding-left: 0; }
  .navbar-inner { padding: 0 20px; }
  
  /* Adjust featurette layout scaling */
  .featurette-image { 
    float: none !important; 
    display: block; 
    margin: 0 auto 20px auto !important; 
    max-width: 80% !important; 
  }
}

/* --- Floating Buttons: WhatsApp & Scroll to Top --- */
html {
  scroll-behavior: smooth;
}

.floating-widgets {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.float-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  text-decoration: none !important;
}

.float-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.wa-float {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white !important;
}

.email-float {
  background: linear-gradient(135deg, #FF5722, #E64A19);
  color: white !important;
}

.call-float {
  background: linear-gradient(135deg, #007BFF, #0056b3);
  color: white !important;
}

.up-float {
  background: linear-gradient(135deg, #4299e1, #2b6cb0);
  color: white !important;
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
}

.up-float.visible {
  opacity: 0.8 !important;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.up-float.visible:hover {
  opacity: 1 !important;
}

.float-btn svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

@media (max-width: 767px) {
  .floating-widgets {
    bottom: 20px;
    right: 20px;
    gap: 10px;
  }
  .float-btn {
    width: 45px;
    height: 45px;
  }
  .float-btn svg {
    width: 22px;
    height: 22px;
  }
}

/* --- Creative Layout Margins & Slider Alignment --- */
body .container-fluid,
.navbar-static-top .container-fluid,
.navbar-fixed-top .container-fluid {
    padding-left: 6% !important;
    padding-right: 6% !important;
}

/* Make slider images stretch cleanly and add soft borders */
.carousel-inner .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 500px; /* Keep slider proportionate on large screens */
}
.carousel-inner .item {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* --- Creative Carousel Controls Animation --- */
#artCarousel .carousel-control {
    background: rgba(44, 82, 130, 0.75); /* Match site theme blue */
    border: 3px solid rgba(255,255,255,0.9);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 52px;
    font-size: 40px;
    opacity: 0.85;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    /* Adjust positioning to account for larger circle size */
    margin-top: -30px; 
}

#artCarousel .carousel-control:hover {
    background: rgba(44, 82, 130, 1);
    transform: scale(1.2) rotate(15deg);
    opacity: 1;
    box-shadow: 0 8px 30px rgba(44, 82, 130, 0.5);
    border-color: #ebf8ff;
}

/* --- Hyper-Creative Floating Button Animations --- */
.float-btn {
  /* Increase bounce tension for a rubber-band feel */
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* Apply beautiful transparent glass effect */
  opacity: 0.8;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.float-btn:hover {
  transform: translateY(-12px) scale(1.15) rotate(8deg);
  box-shadow: 0 15px 35px rgba(0,0,0,0.3) !important;
  opacity: 1; /* Fully solid upon interaction */
}

/* Continuous pulse animation for Whatsapp to draw attention */
@keyframes attention-pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 20px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.wa-float {
  animation: attention-pulse 2.5s infinite;
}
.wa-float:hover {
  animation: none; /* stop pulse when interacting */
}

/* --- Enhance Readability & Font Visibility --- */
body, p, li, address {
    font-size: 17px !important;
    line-height: 1.7 !important;
    color: #2d3748 !important; /* Deeper, more visible contrast */
}

p, address {
    margin-bottom: 20px !important;
    font-weight: 300 !important;
}

/* Ensure global justified alignment */
body p, 
article p, 
section p, 
.container p, 
address {
    text-align: justify !important;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3 !important;
    color: #1a202c !important; /* Slightly darker headers */
}

.featurette-heading {
    font-size: 28px !important;
}

/* --- Creative Carousel Caption Adjustments --- */
/* Remove Main Slider Navigation Buttons */
#artCarousel .carousel-control {
    display: none !important;
}

/* Beautiful Transparent Lighter Background with Animation */
@keyframes floatUpFade {
    0% { opacity: 0; transform: translateY(30px) scale(0.98); background: rgba(255, 255, 255, 0); }
    100% { opacity: 1; transform: translateY(0) scale(1); background: rgba(255, 255, 255, 0.25); }
}

.carousel-caption {
    background: rgba(255, 255, 255, 0.25) !important; /* Lighter, highly transparent glass effect */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 25px 30px !important;
    bottom: 12% !important;
    left: 10% !important;
    right: 10% !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    animation: floatUpFade 1.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.carousel-caption h4 {
    color: #ffffff !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.85); /* Strong shadow for readability against light background */
    margin-bottom: 5px !important;
    letter-spacing: 1px;
    line-height: 1.2 !important;
}

.carousel-caption p {
    color: #ffffff !important; 
    font-size: 20px !important;
    font-weight: 700 !important;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.85);
    margin: 0 !important;
    letter-spacing: 0.5px;
}

/* Ensure mobile layout doesn\'t break visibility & Fix Word Spacing */
@media (max-width: 767px) {
    /* Maintain full-size justified look on mobile */
    body p, 
    article p, 
    section p, 
    .container p {
        text-align: justify !important; /* Brings back the creative block look */
    }

    .carousel-caption {
        padding: 15px !important;
        bottom: 5% !important;
        left: 5% !important;
        right: 5% !important;
        border-radius: 10px;
    }
    .carousel-caption h4 {
        font-size: 20px !important;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
    }
    .carousel-caption p {
        font-size: 15px !important;
    }
}

