/******************************************************************/
/*home page banner */
/******************************************************************/
 .slideshow-container {
    position: relative;
    margin: auto;
}

.slide_pics {
    width: 100%;
    height: 500px; /* You can change this to 60vh to take 60% of the screen height */
    object-fit: cover; /* This prevents the image from looking "stretched" or "shrunk" */
    display: block;
}

/* Number text (1/3 etc) */
.numbertext {
    color: green; 
    font-size: 50px;
    margin-top:10%;
    padding: 8px 12px;
    position: absolute;
    width:100%;
    text-align: center;
    top: 20;

}

.numbertext h2 {
    color: white;
    /* Adds a soft dark glow around each letter */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

/* another color style */
/* .numbertext h2 {
color: #D4AF37; 

text-shadow: 
    1px 1px 2px rgba(0, 0, 0, 0.9), 
    0 0 15px rgba(0, 0, 0, 0.6), 
    0 0 30px rgba(0, 0, 0, 0.4);
font-weight: 800;
text-wrap: balance; 
} */

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.active-banner {
    background-color: #717171;
}

@-webkit-keyframes fade {
from {opacity: .4} 
to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

/* For screens smaller than 768px (tablets/phones) */
@media (max-width: 768px) {
    .slide_pics {
        height: 300px; /* Smaller height for mobile */
    }
    
    .numbertext h2 {
        font-size: 24px; /* Shrink text so it doesn't overlap everything */
    }
}

/******************************************************************/
/*service section */
/******************************************************************/
.services-section {
    background-color: #f8f9fa;
}

.section-title {
    font-weight: 800;
    font-size: 2.5rem;
    color: #333;
}

.service-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

/* Hover Effect: Cards lift and shadow deepens */
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.icon-box i {
    font-size: 3rem;
    color: #D4AF37; /* Matches your 'Luxury Gold' text */
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #222;
}

.read-more {
    color: black;  /*#D4AF37;*/
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
}


/******************************************************************/
/* pasley validation style */
/******************************************************************/
input.parsley-success,
select.parsley-success,
textarea.parsley-success{
	color:#468847;
	background-color:#DFF0D8;
	border:1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error{
	color:#B94A48;
	background-color:#F2DEDE;
	border: 1px solid #EED3D7;
}


.parsley-errors-list{
	margin:2px 0 3px;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 0.9em;
	opacity: 0;

	transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-webkit-transition:all .3s ease-in;
}

.parsley-errors-list.filled{
	opacity: 1;
}

.parsley-type, .parsley-required, .parsley-length, .parsley-checkemail, .parsley-pattern, .parsley-equalto, .parsley-error-message{
	color:#ff0000;
}

/******************************************************************/
/* success modal icon  */
/******************************************************************/
.icon-circle {
  /* Set the background color and add padding to create space around the icon */
  background-color: #059652; /* A shade of green */
  padding: 10px;

  /* Make the icon and background a circle by using border-radius */
  border-radius: 50%;

  /* Ensure the icon is centered perfectly within the circle */
  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* Set the color of the icon itself to white for contrast */
  color: #ffffff;
}

/******************************************************************/
/* failure modal icon */
/******************************************************************/
.icon-times {
  /* Set the background color and add padding to create space around the icon */
  background-color: #ca0606; 
  padding: 10px;

  /* Make the icon and background a circle by using border-radius */
  border-radius: 50%;

  /* Ensure the icon is centered perfectly within the circle */
  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* Set the color of the icon itself to white for contrast */
  color: #ffffff;
}


/*******************************************************************/
/* toastr setup */
/******************************************************************/

.toast-custom-color {
    background-color: #060a06; /* A nice green color #4CAF50*/
    opacity: 1 !important; /* Ensure it overrides default opacity settings */
}

/* Optional: Change the color of the progress bar if needed */
.toast-custom-color .toast-progress {
    background-color: #FFF; 
}

/* Optional: Change the color of the close button (the 'x' symbol) */
.toast-custom-color .toast-close-button {
    color: #FFF; 
    text-shadow: none;
}

.toast-success {
    background-color: #28a745; /* Bootstrap's success green */
}

/* Override the default error color globally */
.toast-error {
    background-color: #dc3545; /* Bootstrap's danger red */
}


/* newsletter */
.newsletter-section {
    background: #111; /* Dark professional theme */
    padding: 80px 0;
}

.newsletter-wrapper {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.badge-new {
    background: #379dd4; /* Your Luxury Gold */
    color: #000;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.newsletter-content h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.newsletter-content p {
    color: #aaa;
    font-size: 1.1rem;
}

/* Modern Input Group */
.modern-form .input-group {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 8px;
    display: flex;
}

.nl-input {
    background: transparent !important;
    border: none !important;
    color: white !important;
    padding-left: 25px;
    box-shadow: none !important;
}

.nl-input::placeholder {
    color: #666;
}

.btn-subscribe {
    background: #379dd4;
    color: #000;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.btn-subscribe:hover {
    background: #fff;
    transform: scale(1.05);
}

.form-text {
    color: #555;
    display: block;
    margin-top: 15px;
    margin-left: 20px;
}

/* Responsive Tweak */
@media (max-width: 991px) {
    .newsletter-wrapper { 
        padding: 40px 20px; 
        text-align: center; 
        overflow: visible; /* Prevents container from clipping the input */
    }

    .modern-form .input-group { 
        display: flex;
        flex-direction: column; 
        background: transparent; 
        border: none; 
        padding: 0; 
        width: 100%; /* Force the group to span full width */
        gap: 15px;   /* Modern 2026 spacing between input and button */
    }

    .nl-input { 
        display: block !important;
        width: 100% !important;   /* Crucial: ensures it doesn't collapse to "tiny" size */
        min-width: 100% !important; /* Overrides flex-shrink behavior */
        height: 60px !important;    /* Explicit height for touch targets */
        background: rgba(255,255,255,0.08) !important; 
        border: 1px solid rgba(255,255,255,0.2) !important;
        border-radius: 12px;        /* Slightly sharper corners for better mobile tap areas */
        padding: 0 20px !important; /* Ensure text isn't pushed out of view */
        color: #ffffff !important;
        font-size: 16px !important;  /* Prevents iOS from auto-zooming on focus */
    }

    .btn-subscribe {
        width: 100%; /* Make button full width on mobile for better UX */
        height: 60px;
    }
}